Version Description
- Added GitHub integration.
- Added LinkedIn integration.
- Added Pinterest integration.
- Added Tumblr integration.
- Added Vimeo integration.
- Added users integration.
- Added new "URL" options for comments and posts.
- Improved the Twitch integration.
=
Download this release
Release Info
| Developer | claudiosanches |
| Plugin | |
| Version | 3.2.0 |
| Comparing to | |
| See all releases | |
Code changes from version 3.1.1 to 3.2.0
- assets/css/admin.css +1 -1
- assets/css/counter.css +1 -1
- assets/images/sprite-circle.png +0 -0
- assets/images/sprite-default.png +0 -0
- assets/images/sprite-flat.png +0 -0
- demos/design-circle-vertical.png +0 -0
- demos/design-circle.png +0 -0
- demos/design-custom-vertical.png +0 -0
- demos/design-custom.png +0 -0
- demos/design-default-vertical.png +0 -0
- demos/design-default.png +0 -0
- demos/design-flat-vertical.png +0 -0
- demos/design-flat.png +0 -0
- includes/abstracts/abstract-social-count-plus-counter.php +45 -1
- includes/admin/class-social-count-plus-admin.php +319 -119
- includes/admin/views/html-help-us.php +12 -0
- includes/admin/views/html-settings-functions-shortcodes-page.php +12 -80
- includes/admin/views/html-settings-page.php +2 -0
- includes/class-social-count-plus-generator.php +12 -6
- includes/class-social-count-plus-view.php +20 -192
- includes/counters/class-social-count-plus-comments-counter.php +20 -2
- includes/counters/class-social-count-plus-facebook-counter.php +18 -3
- includes/counters/class-social-count-plus-github-counter.php +85 -0
- includes/counters/class-social-count-plus-googleplus-counter.php +18 -3
- includes/counters/class-social-count-plus-instagram-counter.php +18 -3
- includes/counters/class-social-count-plus-linkedin-counter.php +90 -0
- includes/counters/class-social-count-plus-pinterest-counter.php +94 -0
- includes/counters/class-social-count-plus-posts-counter.php +22 -2
- includes/counters/class-social-count-plus-soundcloud-counter.php +18 -3
- includes/counters/class-social-count-plus-steam-counter.php +19 -4
- includes/counters/class-social-count-plus-tumblr-counter.php +189 -0
- includes/counters/class-social-count-plus-twitch-counter.php +29 -7
- includes/counters/class-social-count-plus-twitter-counter.php +18 -3
- includes/counters/class-social-count-plus-users-counter.php +81 -0
- includes/counters/class-social-count-plus-vimeo-counter.php +85 -0
- includes/counters/class-social-count-plus-youtube-counter.php +19 -4
- includes/social-count-plus-deprecated-functions.php +170 -0
- includes/social-count-plus-functions.php +12 -121
- languages/social-count-plus-es_AR.mo +0 -0
- languages/social-count-plus-es_AR.po +355 -235
- languages/social-count-plus-fr_FR.mo +0 -0
- languages/social-count-plus-fr_FR.po +378 -258
- languages/social-count-plus-pt_BR.mo +0 -0
- languages/social-count-plus-pt_BR.po +379 -259
- languages/social-count-plus-ru_RU.mo +0 -0
- languages/social-count-plus-ru_RU.po +379 -259
- languages/social-count-plus-sq_AL.mo +0 -0
- languages/social-count-plus-sq_AL.po +379 -259
- languages/social-count-plus-sv_SE.mo +0 -0
- languages/social-count-plus-sv_SE.po +379 -259
- languages/social-count-plus.pot +354 -235
- readme.txt +52 -50
- social-count-plus.php +8 -14
assets/css/admin.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
table#social-count-plus-system-status{margin-top:1.1em}table#social-count-plus-system-status tr:nth-child(2n) th,table#social-count-plus-system-status tr:nth-child(2n) td{background:#fcfcfc}table#social-count-plus-system-status th{font-weight:bold}table#social-count-plus-system-status td:first-child{width:20%}table#social-count-plus-system-status td{
|
| 1 |
+
table#social-count-plus-system-status{margin-top:1.1em}table#social-count-plus-system-status tr:nth-child(2n) th,table#social-count-plus-system-status tr:nth-child(2n) td{background:#fcfcfc}table#social-count-plus-system-status th{font-weight:bold}table#social-count-plus-system-status td:first-child{width:20%}table#social-count-plus-system-status td{font-size:1.1em;padding:6px 9px}table#social-count-plus-system-status td mark{background:transparent none}table#social-count-plus-system-status td mark.yes{color:#7AD03A}table#social-count-plus-system-status td mark.no{color:#999}table#social-count-plus-system-status td mark.error{color:#a00}table#social-count-plus-system-status td ul{margin:0}.social-count-plus-icons-order{*zoom:1;background:#fff;border:1px solid #ddd;padding:10px 5px 0 5px}.social-count-plus-icons-order:before,.social-count-plus-icons-order:after{content:" ";display:table}.social-count-plus-icons-order:after{clear:both}.social-count-plus-icons-order .social-icon,.social-count-plus-icons-order .social-icon-placeholder{border:3px solid #ddd;cursor:move;float:left;font-weight:bold;margin:0 5px 10px;padding:4px}.social-count-plus-icons-order .social-icon-placeholder{background:#f4f4f4;border-style:dashed}.social-count-plus{margin-bottom:20px}.social-count-plus .vertical li:not(:first-child){margin-left:26px}.social-count-plus-model-input{display:block !important;float:left !important;margin:10px 10px 0 0 !important}
|
assets/css/counter.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.social-count-plus{*zoom:1}.social-count-plus:after{content:"";display:table;clear:both}.social-count-plus .clear{clear:both}.social-count-plus ul{
|
| 1 |
+
.social-count-plus{*zoom:1}.social-count-plus:after{content:"";display:table;clear:both}.social-count-plus .clear{clear:both}.social-count-plus ul{border:none !important;list-style:none !important;margin:0;padding:0}.social-count-plus li{background:none !important;border:none !important;clear:none !important;float:left;list-style:none !important;margin:0;padding:0 0 20px;text-align:center;width:60px}.social-count-plus .vertical li{*zoom:1;display:block;float:none;padding-bottom:10px;text-align:left;width:100%}.social-count-plus .vertical li:after{content:"";display:table;clear:both}.social-count-plus span{display:block;margin:0;padding:0}.social-count-plus a{-moz-transition:all 0.4s ease;-o-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;display:block;margin:0 auto;opacity:1;padding:0 !important}.social-count-plus a:hover{opacity:0.7}.social-count-plus .default a{background-color:transparent !important;background-image:url("../images/sprite-default.png") !important;background-repeat:no-repeat !important;height:32px !important;width:32px !important}.social-count-plus .circle a{background-image:url("../images/sprite-circle.png") !important;height:37px !important;width:36px !important}.social-count-plus .flat a{background-image:url("../images/sprite-flat.png") !important;height:32px !important;width:32px !important}.social-count-plus .vertical a{float:left}.social-count-plus .vertical .items{float:left;margin-left:10px;text-align:left}.social-count-plus .count{display:block;font-size:14px;font-weight:bold;line-height:16px;margin:5px 0 0;padding:0}.social-count-plus .vertical .count{margin-top:3px}.social-count-plus .label{font-size:9px;font-weight:normal;line-height:16px;text-transform:capitalize}.social-count-plus .default .count-twitter a{background-position:0px 0 !important}.social-count-plus .circle .count-twitter a{background-position:0px 0 !important}.social-count-plus .flat .count-twitter a{background-position:0px 0 !important}.social-count-plus .default .count-facebook a{background-position:-32px 0 !important}.social-count-plus .circle .count-facebook a{background-position:-36px 0 !important}.social-count-plus .flat .count-facebook a{background-position:-32px 0 !important}.social-count-plus .default .count-youtube a{background-position:-64px 0 !important}.social-count-plus .circle .count-youtube a{background-position:-72px 0 !important}.social-count-plus .flat .count-youtube a{background-position:-64px 0 !important}.social-count-plus .default .count-googleplus a{background-position:-96px 0 !important}.social-count-plus .circle .count-googleplus a{background-position:-108px 0 !important}.social-count-plus .flat .count-googleplus a{background-position:-96px 0 !important}.social-count-plus .default .count-posts a{background-position:-128px 0 !important}.social-count-plus .circle .count-posts a{background-position:-144px 0 !important}.social-count-plus .flat .count-posts a{background-position:-128px 0 !important}.social-count-plus .default .count-comments a{background-position:-160px 0 !important}.social-count-plus .circle .count-comments a{background-position:-180px 0 !important}.social-count-plus .flat .count-comments a{background-position:-160px 0 !important}.social-count-plus .default .count-instagram a{background-position:-192px 0 !important}.social-count-plus .circle .count-instagram a{background-position:-216px 0 !important}.social-count-plus .flat .count-instagram a{background-position:-192px 0 !important}.social-count-plus .default .count-steam a{background-position:-224px 0 !important}.social-count-plus .circle .count-steam a{background-position:-252px 0 !important}.social-count-plus .flat .count-steam a{background-position:-224px 0 !important}.social-count-plus .default .count-soundcloud a{background-position:-256px 0 !important}.social-count-plus .circle .count-soundcloud a{background-position:-288px 0 !important}.social-count-plus .flat .count-soundcloud a{background-position:-256px 0 !important}.social-count-plus .default .count-twitch a{background-position:-288px 0 !important}.social-count-plus .circle .count-twitch a{background-position:-324px 0 !important}.social-count-plus .flat .count-twitch a{background-position:-288px 0 !important}.social-count-plus .default .count-linkedin a{background-position:-320px 0 !important}.social-count-plus .circle .count-linkedin a{background-position:-360px 0 !important}.social-count-plus .flat .count-linkedin a{background-position:-320px 0 !important}.social-count-plus .default .count-pinterest a{background-position:-352px 0 !important}.social-count-plus .circle .count-pinterest a{background-position:-396px 0 !important}.social-count-plus .flat .count-pinterest a{background-position:-352px 0 !important}.social-count-plus .default .count-vimeo a{background-position:-384px 0 !important}.social-count-plus .circle .count-vimeo a{background-position:-432px 0 !important}.social-count-plus .flat .count-vimeo a{background-position:-384px 0 !important}.social-count-plus .default .count-users a{background-position:-416px 0 !important}.social-count-plus .circle .count-users a{background-position:-468px 0 !important}.social-count-plus .flat .count-users a{background-position:-416px 0 !important}.social-count-plus .default .count-tumblr a{background-position:-448px 0 !important}.social-count-plus .circle .count-tumblr a{background-position:-504px 0 !important}.social-count-plus .flat .count-tumblr a{background-position:-448px 0 !important}.social-count-plus .default .count-github a{background-position:-480px 0 !important}.social-count-plus .circle .count-github a{background-position:-540px 0 !important}.social-count-plus .flat .count-github a{background-position:-480px 0 !important}
|
assets/images/sprite-circle.png
CHANGED
|
Binary file
|
assets/images/sprite-default.png
CHANGED
|
Binary file
|
assets/images/sprite-flat.png
CHANGED
|
Binary file
|
demos/design-circle-vertical.png
DELETED
|
Binary file
|
demos/design-circle.png
DELETED
|
Binary file
|
demos/design-custom-vertical.png
DELETED
|
Binary file
|
demos/design-custom.png
DELETED
|
Binary file
|
demos/design-default-vertical.png
DELETED
|
Binary file
|
demos/design-default.png
DELETED
|
Binary file
|
demos/design-flat-vertical.png
DELETED
|
Binary file
|
demos/design-flat.png
DELETED
|
Binary file
|
includes/abstracts/abstract-social-count-plus-counter.php
CHANGED
|
@@ -25,7 +25,7 @@ abstract class Social_Count_Plus_Counter {
|
|
| 25 |
*
|
| 26 |
* @var string
|
| 27 |
*/
|
| 28 |
-
public $id = '';
|
| 29 |
|
| 30 |
/**
|
| 31 |
* Connection.
|
|
@@ -57,6 +57,50 @@ abstract class Social_Count_Plus_Counter {
|
|
| 57 |
return $this->total;
|
| 58 |
}
|
| 59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
public function debug() {
|
| 61 |
return $this->connection;
|
| 62 |
}
|
| 25 |
*
|
| 26 |
* @var string
|
| 27 |
*/
|
| 28 |
+
public static $id = '';
|
| 29 |
|
| 30 |
/**
|
| 31 |
* Connection.
|
| 57 |
return $this->total;
|
| 58 |
}
|
| 59 |
|
| 60 |
+
/**
|
| 61 |
+
* Get the li element.
|
| 62 |
+
*
|
| 63 |
+
* @param string $slug Item slug.
|
| 64 |
+
* @param string $url Item url.
|
| 65 |
+
* @param int $count Item count.
|
| 66 |
+
* @param string $title Item title.
|
| 67 |
+
* @param array $settings Item settings.
|
| 68 |
+
*
|
| 69 |
+
* @return string HTML li element.
|
| 70 |
+
*/
|
| 71 |
+
protected static function get_view_li( $slug, $url, $count, $title, $color, $settings ) {
|
| 72 |
+
$target_blank = isset( $settings['target_blank'] ) ? ' target="_blank"' : '';
|
| 73 |
+
$rel_nofollow = isset( $settings['rel_nofollow'] ) ? ' rel="nofollow"' : '';
|
| 74 |
+
|
| 75 |
+
$html = sprintf( '<li class="count-%s">', $slug );
|
| 76 |
+
$html .= sprintf( '<a class="icon" href="%s"%s%s></a>', esc_url( $url ), $target_blank, $rel_nofollow );
|
| 77 |
+
$html .= '<span class="items">';
|
| 78 |
+
$html .= sprintf( '<span class="count" style="color: %s !important;">%s</span>', $color, apply_filters( 'social_count_plus_number_format', $count ) );
|
| 79 |
+
$html .= sprintf( '<span class="label" style="color: %s !important;">%s</span>', $color, $title );
|
| 80 |
+
$html .= '</span>';
|
| 81 |
+
$html .= '</li>';
|
| 82 |
+
|
| 83 |
+
return $html;
|
| 84 |
+
}
|
| 85 |
+
|
| 86 |
+
/**
|
| 87 |
+
* Get conter view.
|
| 88 |
+
*
|
| 89 |
+
* @param array $settings Plugin settings.
|
| 90 |
+
* @param int $total Counter total.
|
| 91 |
+
* @param string $text_color Text color.
|
| 92 |
+
*
|
| 93 |
+
* @return string
|
| 94 |
+
*/
|
| 95 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 96 |
+
return '';
|
| 97 |
+
}
|
| 98 |
+
|
| 99 |
+
/**
|
| 100 |
+
* Debug.
|
| 101 |
+
*
|
| 102 |
+
* @return array
|
| 103 |
+
*/
|
| 104 |
public function debug() {
|
| 105 |
return $this->connection;
|
| 106 |
}
|
includes/admin/class-social-count-plus-admin.php
CHANGED
|
@@ -63,45 +63,28 @@ class Social_Count_Plus_Admin {
|
|
| 63 |
* @return array
|
| 64 |
*/
|
| 65 |
protected static function plugin_options() {
|
| 66 |
-
$twitter_oauth_description = sprintf( __( 'Create an App on Twitter in %s and get this
|
| 67 |
|
| 68 |
-
$facebook_app_description = sprintf( __( 'Create an App on Facebook in %s and get this
|
| 69 |
|
| 70 |
-
$instagram_access_token = sprintf( __( 'Get the this
|
|
|
|
|
|
|
| 71 |
|
| 72 |
$settings = array(
|
| 73 |
'socialcountplus_settings' => array(
|
| 74 |
-
'
|
| 75 |
-
'title' => __( '
|
| 76 |
'fields' => array(
|
| 77 |
-
'
|
| 78 |
-
'title' => __( 'Display
|
|
|
|
| 79 |
'type' => 'checkbox'
|
| 80 |
),
|
| 81 |
-
'
|
| 82 |
-
'title'
|
| 83 |
-
'
|
| 84 |
-
'
|
| 85 |
-
),
|
| 86 |
-
'twitter_consumer_key' => array(
|
| 87 |
-
'title' => __( 'Twitter Consumer key', 'social-count-plus' ),
|
| 88 |
-
'type' => 'text',
|
| 89 |
-
'description' => $twitter_oauth_description
|
| 90 |
-
),
|
| 91 |
-
'twitter_consumer_secret' => array(
|
| 92 |
-
'title' => __( 'Twitter Consumer secret', 'social-count-plus' ),
|
| 93 |
-
'type' => 'text',
|
| 94 |
-
'description' => $twitter_oauth_description
|
| 95 |
-
),
|
| 96 |
-
'twitter_access_token' => array(
|
| 97 |
-
'title' => __( 'Twitter Access token', 'social-count-plus' ),
|
| 98 |
-
'type' => 'text',
|
| 99 |
-
'description' => $twitter_oauth_description
|
| 100 |
-
),
|
| 101 |
-
'twitter_access_token_secret' => array(
|
| 102 |
-
'title' => __( 'Twitter Access token secret', 'social-count-plus' ),
|
| 103 |
-
'type' => 'text',
|
| 104 |
-
'description' => $twitter_oauth_description
|
| 105 |
)
|
| 106 |
)
|
| 107 |
),
|
|
@@ -109,16 +92,16 @@ class Social_Count_Plus_Admin {
|
|
| 109 |
'title' => __( 'Facebook', 'social-count-plus' ),
|
| 110 |
'fields' => array(
|
| 111 |
'facebook_active' => array(
|
| 112 |
-
'title' => __( 'Display Facebook
|
| 113 |
'type' => 'checkbox'
|
| 114 |
),
|
| 115 |
'facebook_id' => array(
|
| 116 |
'title' => __( 'Facebook Page ID', 'social-count-plus' ),
|
| 117 |
'type' => 'text',
|
| 118 |
'description' => sprintf(
|
| 119 |
-
'%s<br />%s<br /><code>https://www.facebook.com/pages/edit/?id=<strong>162354720442454</strong></code> %s <code>https://www.facebook.com/<strong>WordPress</strong></code
|
| 120 |
__( 'ID Facebook page. Must be the numeric ID or your page slug.', 'social-count-plus' ),
|
| 121 |
-
__( 'You can find this
|
| 122 |
__( 'or', 'social-count-plus' )
|
| 123 |
)
|
| 124 |
),
|
|
@@ -134,38 +117,25 @@ class Social_Count_Plus_Admin {
|
|
| 134 |
)
|
| 135 |
)
|
| 136 |
),
|
| 137 |
-
'
|
| 138 |
-
'title' => __( '
|
| 139 |
'fields' => array(
|
| 140 |
-
'
|
| 141 |
-
'title' => __( 'Display
|
| 142 |
'type' => 'checkbox'
|
| 143 |
),
|
| 144 |
-
'
|
| 145 |
-
'title' => __( '
|
| 146 |
-
'type' => 'text',
|
| 147 |
-
'description' => sprintf( __( 'Insert the YouTube Channel ID. Example: %s', 'social-count-plus' ), '<code>UCWGz8KbT5IE7PxhSN1jjimw</code>' )
|
| 148 |
-
),
|
| 149 |
-
'youtube_url' => array(
|
| 150 |
-
'title' => __( 'YouTube Channel URL', 'social-count-plus' ),
|
| 151 |
'type' => 'text',
|
| 152 |
-
'description' => sprintf( __( 'Insert
|
| 153 |
),
|
| 154 |
-
'youtube_api_key' => array(
|
| 155 |
-
'title' => __( 'Google API Key', 'social-count-plus' ),
|
| 156 |
-
'type' => 'text',
|
| 157 |
-
'description' => sprintf(
|
| 158 |
-
__( 'Get your API key creating a project/app in %s, then inside your project go to "APIs & auth > APIs" and turn on the "YouTube API", finally go to "APIs & auth > APIs > Credentials > Public API access" and click in the "CREATE A NEW KEY" button, select the "Browser key" option and click in the "CREATE" button, now just copy your API key and paste here.', 'social-count-plus' ),
|
| 159 |
-
'<a href="https://console.developers.google.com/project">https://console.developers.google.com/project</a>'
|
| 160 |
-
)
|
| 161 |
-
)
|
| 162 |
)
|
| 163 |
),
|
| 164 |
'googleplus' => array(
|
| 165 |
'title' => __( 'Google+', 'social-count-plus' ),
|
| 166 |
'fields' => array(
|
| 167 |
'googleplus_active' => array(
|
| 168 |
-
'title' => __( 'Display Google+
|
| 169 |
'type' => 'checkbox'
|
| 170 |
),
|
| 171 |
'googleplus_id' => array(
|
|
@@ -182,7 +152,7 @@ class Social_Count_Plus_Admin {
|
|
| 182 |
'type' => 'text',
|
| 183 |
'description' => sprintf(
|
| 184 |
__( 'Get your API key creating a project/app in %s, then inside your project go to "APIs & auth > APIs" and turn on the "Google+ API", finally go to "APIs & auth > APIs > Credentials > Public API access" and click in the "CREATE A NEW KEY" button, select the "Browser key" option and click in the "CREATE" button, now just copy your API key and paste here.', 'social-count-plus' ),
|
| 185 |
-
'<a href="https://console.developers.google.com/project">https://console.developers.google.com/project</a>'
|
| 186 |
)
|
| 187 |
)
|
| 188 |
)
|
|
@@ -191,23 +161,95 @@ class Social_Count_Plus_Admin {
|
|
| 191 |
'title' => __( 'Instagram', 'social-count-plus' ),
|
| 192 |
'fields' => array(
|
| 193 |
'instagram_active' => array(
|
| 194 |
-
'title' => __( 'Display Instagram
|
| 195 |
'type' => 'checkbox'
|
| 196 |
),
|
| 197 |
'instagram_username' => array(
|
| 198 |
'title' => __( 'Instagram Username', 'social-count-plus' ),
|
| 199 |
'type' => 'text',
|
| 200 |
-
'description' => __( 'Insert
|
| 201 |
),
|
| 202 |
'instagram_user_id' => array(
|
| 203 |
'title' => __( 'Instagram User ID', 'social-count-plus' ),
|
| 204 |
'type' => 'text',
|
| 205 |
-
'description' => __( 'Insert
|
| 206 |
),
|
| 207 |
'instagram_access_token' => array(
|
| 208 |
'title' => __( 'Instagram Access Token', 'social-count-plus' ),
|
| 209 |
'type' => 'text',
|
| 210 |
-
'description' => __( 'Insert
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 211 |
)
|
| 212 |
)
|
| 213 |
),
|
|
@@ -215,13 +257,47 @@ class Social_Count_Plus_Admin {
|
|
| 215 |
'title' => __( 'Steam', 'social-count-plus' ),
|
| 216 |
'fields' => array(
|
| 217 |
'steam_active' => array(
|
| 218 |
-
'title' => __( 'Display Steam
|
| 219 |
'type' => 'checkbox'
|
| 220 |
),
|
| 221 |
'steam_group_name' => array(
|
| 222 |
-
'title' => __( 'Steam
|
| 223 |
'type' => 'text',
|
| 224 |
-
'description' => sprintf( __( 'Insert
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 225 |
)
|
| 226 |
)
|
| 227 |
),
|
|
@@ -229,57 +305,113 @@ class Social_Count_Plus_Admin {
|
|
| 229 |
'title' => __( 'Twitch', 'social-count-plus' ),
|
| 230 |
'fields' => array(
|
| 231 |
'twitch_active' => array(
|
| 232 |
-
'title' => __( 'Display Twitch
|
| 233 |
'type' => 'checkbox'
|
| 234 |
),
|
| 235 |
'twitch_username' => array(
|
| 236 |
-
'title' => __( 'Twitch
|
| 237 |
'type' => 'text',
|
| 238 |
'description' => __( 'Insert your Twitch username.', 'social-count-plus' )
|
| 239 |
)
|
| 240 |
)
|
| 241 |
),
|
| 242 |
-
'
|
| 243 |
-
'title' => __( '
|
| 244 |
'fields' => array(
|
| 245 |
-
'
|
| 246 |
-
'title'
|
| 247 |
-
'type'
|
| 248 |
),
|
| 249 |
-
'
|
| 250 |
-
'title' => __( '
|
| 251 |
'type' => 'text',
|
| 252 |
-
'description' => __( 'Insert the
|
| 253 |
),
|
| 254 |
-
'
|
| 255 |
-
'title' => __( '
|
| 256 |
'type' => 'text',
|
| 257 |
-
'description' =>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 258 |
)
|
| 259 |
)
|
| 260 |
),
|
| 261 |
-
'
|
| 262 |
-
'title' => __( '
|
| 263 |
'fields' => array(
|
| 264 |
-
'
|
| 265 |
-
'title' => __( 'Display
|
| 266 |
'default' => true,
|
| 267 |
'type' => 'checkbox'
|
| 268 |
),
|
| 269 |
-
'
|
| 270 |
-
'title' => __( '
|
| 271 |
-
'default' => '
|
| 272 |
-
'type' => '
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 273 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 274 |
)
|
| 275 |
),
|
| 276 |
-
'
|
| 277 |
-
'title' => __( '
|
| 278 |
'fields' => array(
|
| 279 |
-
'
|
| 280 |
-
'title'
|
| 281 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 282 |
'type' => 'checkbox'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 283 |
)
|
| 284 |
)
|
| 285 |
),
|
|
@@ -307,16 +439,7 @@ class Social_Count_Plus_Admin {
|
|
| 307 |
'title' => __( 'Layout Models', 'social-count-plus' ),
|
| 308 |
'default' => '0',
|
| 309 |
'type' => 'models',
|
| 310 |
-
'options' => array(
|
| 311 |
-
'design-default.png',
|
| 312 |
-
'design-default-vertical.png',
|
| 313 |
-
'design-circle.png',
|
| 314 |
-
'design-circle-vertical.png',
|
| 315 |
-
'design-flat.png',
|
| 316 |
-
'design-flat-vertical.png',
|
| 317 |
-
'design-custom.png',
|
| 318 |
-
'design-custom-vertical.png'
|
| 319 |
-
)
|
| 320 |
),
|
| 321 |
'text_color' => array(
|
| 322 |
'title' => __( 'Text Color', 'social-count-plus' ),
|
|
@@ -453,6 +576,20 @@ class Social_Count_Plus_Admin {
|
|
| 453 |
)
|
| 454 |
);
|
| 455 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 456 |
case 'models':
|
| 457 |
add_settings_field(
|
| 458 |
$field_id,
|
|
@@ -596,6 +733,36 @@ class Social_Count_Plus_Admin {
|
|
| 596 |
echo $html;
|
| 597 |
}
|
| 598 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 599 |
/**
|
| 600 |
* Models element fallback.
|
| 601 |
*
|
|
@@ -609,12 +776,24 @@ class Social_Count_Plus_Admin {
|
|
| 609 |
$default = isset( $args['default'] ) ? $args['default'] : 0;
|
| 610 |
$current = $this->get_option_value( $id, $default );
|
| 611 |
$html = '';
|
| 612 |
-
$key = 0;
|
| 613 |
|
| 614 |
-
foreach ( $args['options'] as $
|
| 615 |
-
$html .= sprintf( '<input type="radio"
|
| 616 |
-
|
| 617 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 618 |
}
|
| 619 |
|
| 620 |
// Displays option description.
|
|
@@ -703,6 +882,7 @@ class Social_Count_Plus_Admin {
|
|
| 703 |
if ( $this->settings_screen && $screen->id === $this->settings_screen ) {
|
| 704 |
$suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
|
| 705 |
|
|
|
|
| 706 |
wp_enqueue_script( 'wp-color-picker' );
|
| 707 |
wp_enqueue_style( 'wp-color-picker' );
|
| 708 |
wp_enqueue_script( 'jquery-ui-sortable' );
|
|
@@ -751,14 +931,19 @@ class Social_Count_Plus_Admin {
|
|
| 751 |
$cache = get_option( Social_Count_Plus_Generator::$cache );
|
| 752 |
$content = '';
|
| 753 |
$counters = apply_filters( 'social_count_plus_counters_test', array(
|
| 754 |
-
'Social_Count_Plus_Twitter_Counter',
|
| 755 |
'Social_Count_Plus_Facebook_Counter',
|
| 756 |
-
'
|
| 757 |
'Social_Count_Plus_GooglePlus_Counter',
|
| 758 |
'Social_Count_Plus_Instagram_Counter',
|
|
|
|
|
|
|
|
|
|
| 759 |
'Social_Count_Plus_Steam_Counter',
|
|
|
|
| 760 |
'Social_Count_Plus_Twitch_Counter',
|
| 761 |
-
'
|
|
|
|
|
|
|
| 762 |
) );
|
| 763 |
|
| 764 |
foreach ( $counters as $counter ) {
|
|
@@ -766,7 +951,7 @@ class Social_Count_Plus_Admin {
|
|
| 766 |
|
| 767 |
if ( $_counter->is_available( $settings ) ) {
|
| 768 |
$_counter->get_total( $settings, $cache );
|
| 769 |
-
$debug[ $_counter
|
| 770 |
}
|
| 771 |
}
|
| 772 |
|
|
@@ -874,25 +1059,40 @@ class Social_Count_Plus_Admin {
|
|
| 874 |
}
|
| 875 |
|
| 876 |
/**
|
| 877 |
-
* Get
|
| 878 |
*
|
| 879 |
-
* @
|
| 880 |
-
*
|
| 881 |
-
* @return string
|
| 882 |
*/
|
| 883 |
-
|
| 884 |
-
|
| 885 |
-
'
|
| 886 |
'facebook' => __( 'Facebook', 'social-count-plus' ),
|
| 887 |
-
'
|
| 888 |
'googleplus' => __( 'Google+', 'social-count-plus' ),
|
| 889 |
'instagram' => __( 'Instagram', 'social-count-plus' ),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 890 |
'steam' => __( 'Steam', 'social-count-plus' ),
|
|
|
|
| 891 |
'twitch' => __( 'Twitch', 'social-count-plus' ),
|
| 892 |
-
'
|
| 893 |
-
'
|
| 894 |
-
'
|
|
|
|
| 895 |
) );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 896 |
|
| 897 |
if ( ! isset( $names[ $slug ] ) ) {
|
| 898 |
return $slug;
|
| 63 |
* @return array
|
| 64 |
*/
|
| 65 |
protected static function plugin_options() {
|
| 66 |
+
$twitter_oauth_description = sprintf( __( 'Create an App on Twitter in %s and get this data.', 'social-count-plus' ), '<a href="https://dev.twitter.com/apps" target="_blank">https://dev.twitter.com/apps</a>' );
|
| 67 |
|
| 68 |
+
$facebook_app_description = sprintf( __( 'Create an App on Facebook in %s and get this data.', 'social-count-plus' ), '<a href="https://developers.facebook.com/" target="_blank">https://developers.facebook.com/</a>' );
|
| 69 |
|
| 70 |
+
$instagram_access_token = sprintf( __( 'Get the this data in %s.', 'social-count-plus' ), '<a href="https://socialcountplus-instagram.herokuapp.com/" target="_blank">https://socialcountplus-instagram.herokuapp.com/</a>' );
|
| 71 |
+
|
| 72 |
+
$tumblr_oauth_description = sprintf( __( 'Register an App on Tumblr in %s, when the app is ready click in "Explore API" and allow your app access your Tumblr account and get this data.', 'social-count-plus' ), '<a href="https://www.tumblr.com/oauth/apps" target="_blank">https://www.tumblr.com/oauth/apps</a>' );
|
| 73 |
|
| 74 |
$settings = array(
|
| 75 |
'socialcountplus_settings' => array(
|
| 76 |
+
'comments' => array(
|
| 77 |
+
'title' => __( 'Comments', 'social-count-plus' ),
|
| 78 |
'fields' => array(
|
| 79 |
+
'comments_active' => array(
|
| 80 |
+
'title' => __( 'Display Comments Counter', 'social-count-plus' ),
|
| 81 |
+
'default' => true,
|
| 82 |
'type' => 'checkbox'
|
| 83 |
),
|
| 84 |
+
'comments_url' => array(
|
| 85 |
+
'title' => __( 'URL', 'social-count-plus' ),
|
| 86 |
+
'default' => get_home_url(),
|
| 87 |
+
'type' => 'text'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
)
|
| 89 |
)
|
| 90 |
),
|
| 92 |
'title' => __( 'Facebook', 'social-count-plus' ),
|
| 93 |
'fields' => array(
|
| 94 |
'facebook_active' => array(
|
| 95 |
+
'title' => __( 'Display Facebook Counter', 'social-count-plus' ),
|
| 96 |
'type' => 'checkbox'
|
| 97 |
),
|
| 98 |
'facebook_id' => array(
|
| 99 |
'title' => __( 'Facebook Page ID', 'social-count-plus' ),
|
| 100 |
'type' => 'text',
|
| 101 |
'description' => sprintf(
|
| 102 |
+
'%s<br />%s<br /><code>https://www.facebook.com/pages/edit/?id=<strong>162354720442454</strong></code> %s <code>https://www.facebook.com/<strong>WordPress</strong></code>.',
|
| 103 |
__( 'ID Facebook page. Must be the numeric ID or your page slug.', 'social-count-plus' ),
|
| 104 |
+
__( 'You can find this data clicking to edit your page on Facebook. The URL will be similar to this:', 'social-count-plus' ),
|
| 105 |
__( 'or', 'social-count-plus' )
|
| 106 |
)
|
| 107 |
),
|
| 117 |
)
|
| 118 |
)
|
| 119 |
),
|
| 120 |
+
'github' => array(
|
| 121 |
+
'title' => __( 'GitHub', 'social-count-plus' ),
|
| 122 |
'fields' => array(
|
| 123 |
+
'github_active' => array(
|
| 124 |
+
'title' => __( 'Display GitHub Counter', 'social-count-plus' ),
|
| 125 |
'type' => 'checkbox'
|
| 126 |
),
|
| 127 |
+
'github_username' => array(
|
| 128 |
+
'title' => __( 'GitHub Username', 'social-count-plus' ),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
'type' => 'text',
|
| 130 |
+
'description' => sprintf( __( 'Insert your GitHub username. Example: %s.', 'social-count-plus' ), '<code>claudiosmweb</code>' )
|
| 131 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
)
|
| 133 |
),
|
| 134 |
'googleplus' => array(
|
| 135 |
'title' => __( 'Google+', 'social-count-plus' ),
|
| 136 |
'fields' => array(
|
| 137 |
'googleplus_active' => array(
|
| 138 |
+
'title' => __( 'Display Google+ Counter', 'social-count-plus' ),
|
| 139 |
'type' => 'checkbox'
|
| 140 |
),
|
| 141 |
'googleplus_id' => array(
|
| 152 |
'type' => 'text',
|
| 153 |
'description' => sprintf(
|
| 154 |
__( 'Get your API key creating a project/app in %s, then inside your project go to "APIs & auth > APIs" and turn on the "Google+ API", finally go to "APIs & auth > APIs > Credentials > Public API access" and click in the "CREATE A NEW KEY" button, select the "Browser key" option and click in the "CREATE" button, now just copy your API key and paste here.', 'social-count-plus' ),
|
| 155 |
+
'<a href="https://console.developers.google.com/project" target="_blank">https://console.developers.google.com/project</a>'
|
| 156 |
)
|
| 157 |
)
|
| 158 |
)
|
| 161 |
'title' => __( 'Instagram', 'social-count-plus' ),
|
| 162 |
'fields' => array(
|
| 163 |
'instagram_active' => array(
|
| 164 |
+
'title' => __( 'Display Instagram Counter', 'social-count-plus' ),
|
| 165 |
'type' => 'checkbox'
|
| 166 |
),
|
| 167 |
'instagram_username' => array(
|
| 168 |
'title' => __( 'Instagram Username', 'social-count-plus' ),
|
| 169 |
'type' => 'text',
|
| 170 |
+
'description' => __( 'Insert your Instagram Username.', 'social-count-plus' )
|
| 171 |
),
|
| 172 |
'instagram_user_id' => array(
|
| 173 |
'title' => __( 'Instagram User ID', 'social-count-plus' ),
|
| 174 |
'type' => 'text',
|
| 175 |
+
'description' => __( 'Insert your Instagram User ID.', 'social-count-plus' ) . ' ' . $instagram_access_token
|
| 176 |
),
|
| 177 |
'instagram_access_token' => array(
|
| 178 |
'title' => __( 'Instagram Access Token', 'social-count-plus' ),
|
| 179 |
'type' => 'text',
|
| 180 |
+
'description' => __( 'Insert your Instagram Access Token.', 'social-count-plus' ) . ' ' . $instagram_access_token
|
| 181 |
+
)
|
| 182 |
+
)
|
| 183 |
+
),
|
| 184 |
+
'linkedin' => array(
|
| 185 |
+
'title' => __( 'LinkedIn', 'social-count-plus' ),
|
| 186 |
+
'fields' => array(
|
| 187 |
+
'linkedin_active' => array(
|
| 188 |
+
'title' => __( 'Display LinkedIn counter', 'social-count-plus' ),
|
| 189 |
+
'type' => 'checkbox'
|
| 190 |
+
),
|
| 191 |
+
'linkedin_company_id' => array(
|
| 192 |
+
'title' => __( 'LinkedIn Company ID', 'social-count-plus' ),
|
| 193 |
+
'type' => 'text',
|
| 194 |
+
'description' => sprintf( __( 'Insert your LinkedIn Company ID. Get your Company ID in %s.', 'social-count-plus' ), '<a href="https://socialcountplus-linkedin.herokuapp.com/" target="_blank">https://socialcountplus-linkedin.herokuapp.com/</a>' )
|
| 195 |
+
),
|
| 196 |
+
'linkedin_access_token' => array(
|
| 197 |
+
'title' => __( 'LinkedIn Access Token', 'social-count-plus' ),
|
| 198 |
+
'type' => 'text',
|
| 199 |
+
'description' => sprintf( __( 'Get your Access Token in %s.', 'social-count-plus' ), '<a href="https://socialcountplus-linkedin.herokuapp.com/" target="_blank">https://socialcountplus-linkedin.herokuapp.com/</a>' )
|
| 200 |
+
)
|
| 201 |
+
)
|
| 202 |
+
),
|
| 203 |
+
'pinterest' => array(
|
| 204 |
+
'title' => __( 'Pinterest', 'social-count-plus' ),
|
| 205 |
+
'fields' => array(
|
| 206 |
+
'pinterest_active' => array(
|
| 207 |
+
'title' => __( 'Display Pinterest Counter', 'social-count-plus' ),
|
| 208 |
+
'type' => 'checkbox'
|
| 209 |
+
),
|
| 210 |
+
'pinterest_username' => array(
|
| 211 |
+
'title' => __( 'Pinterest Username', 'social-count-plus' ),
|
| 212 |
+
'type' => 'text',
|
| 213 |
+
'description' => sprintf( __( 'Insert your Pinterest username. Example: %s.', 'social-count-plus' ), '<code>claudiosmweb</code>' )
|
| 214 |
+
)
|
| 215 |
+
)
|
| 216 |
+
),
|
| 217 |
+
'posts' => array(
|
| 218 |
+
'title' => __( 'Posts', 'social-count-plus' ),
|
| 219 |
+
'fields' => array(
|
| 220 |
+
'posts_active' => array(
|
| 221 |
+
'title' => __( 'Display Posts Counter', 'social-count-plus' ),
|
| 222 |
+
'default' => true,
|
| 223 |
+
'type' => 'checkbox'
|
| 224 |
+
),
|
| 225 |
+
'posts_post_type' => array(
|
| 226 |
+
'title' => __( 'Post Type', 'social-count-plus' ),
|
| 227 |
+
'default' => 'post',
|
| 228 |
+
'type' => 'post_type'
|
| 229 |
+
),
|
| 230 |
+
'posts_url' => array(
|
| 231 |
+
'title' => __( 'URL', 'social-count-plus' ),
|
| 232 |
+
'default' => get_home_url(),
|
| 233 |
+
'type' => 'text'
|
| 234 |
+
)
|
| 235 |
+
)
|
| 236 |
+
),
|
| 237 |
+
'soundcloud' => array(
|
| 238 |
+
'title' => __( 'SoundCloud', 'social-count-plus' ),
|
| 239 |
+
'fields' => array(
|
| 240 |
+
'soundcloud_active' => array(
|
| 241 |
+
'title' => __( 'Display SoundCloud Counter', 'social-count-plus' ),
|
| 242 |
+
'type' => 'checkbox'
|
| 243 |
+
),
|
| 244 |
+
'soundcloud_username' => array(
|
| 245 |
+
'title' => __( 'SoundCloud Username', 'social-count-plus' ),
|
| 246 |
+
'type' => 'text',
|
| 247 |
+
'description' => __( 'Insert your SoundCloud Username.', 'social-count-plus' )
|
| 248 |
+
),
|
| 249 |
+
'soundcloud_client_id' => array(
|
| 250 |
+
'title' => __( 'SoundCloud Client ID', 'social-count-plus' ),
|
| 251 |
+
'type' => 'text',
|
| 252 |
+
'description' => sprintf( __( 'Insert your SoundCloud App Client ID. Generate this data in %s.', 'social-count-plus' ), '<a href="http://soundcloud.com/you/apps/new" target="_blank">http://soundcloud.com/you/apps/new</a>' )
|
| 253 |
)
|
| 254 |
)
|
| 255 |
),
|
| 257 |
'title' => __( 'Steam', 'social-count-plus' ),
|
| 258 |
'fields' => array(
|
| 259 |
'steam_active' => array(
|
| 260 |
+
'title' => __( 'Display Steam Counter', 'social-count-plus' ),
|
| 261 |
'type' => 'checkbox'
|
| 262 |
),
|
| 263 |
'steam_group_name' => array(
|
| 264 |
+
'title' => __( 'Steam Group Name', 'social-count-plus' ),
|
| 265 |
'type' => 'text',
|
| 266 |
+
'description' => sprintf( __( 'Insert your Steam Community group name. Example: %s.', 'social-count-plus' ), '<code>DOTALT</code>' )
|
| 267 |
+
)
|
| 268 |
+
)
|
| 269 |
+
),
|
| 270 |
+
'tumblr' => array(
|
| 271 |
+
'title' => __( 'Tumblr', 'social-count-plus' ),
|
| 272 |
+
'fields' => array(
|
| 273 |
+
'tumblr_active' => array(
|
| 274 |
+
'title' => __( 'Display Tumblr counter', 'social-count-plus' ),
|
| 275 |
+
'type' => 'checkbox'
|
| 276 |
+
),
|
| 277 |
+
'tumblr_hostname' => array(
|
| 278 |
+
'title' => __( 'Tumblr Hostname', 'social-count-plus' ),
|
| 279 |
+
'type' => 'text',
|
| 280 |
+
'description' => sprintf( __( 'Insert your Tumblr Hostname. Example: %s.', 'social-count-plus' ), '<code>http://claudiosmweb.tumblr.com/</code>' )
|
| 281 |
+
),
|
| 282 |
+
'tumblr_consumer_key' => array(
|
| 283 |
+
'title' => __( 'Tumblr Consumer Key', 'social-count-plus' ),
|
| 284 |
+
'type' => 'text',
|
| 285 |
+
'description' => $tumblr_oauth_description
|
| 286 |
+
),
|
| 287 |
+
'tumblr_consumer_secret' => array(
|
| 288 |
+
'title' => __( 'Tumblr Consumer Secret', 'social-count-plus' ),
|
| 289 |
+
'type' => 'text',
|
| 290 |
+
'description' => $tumblr_oauth_description
|
| 291 |
+
),
|
| 292 |
+
'tumblr_token' => array(
|
| 293 |
+
'title' => __( 'Tumblr Token', 'social-count-plus' ),
|
| 294 |
+
'type' => 'text',
|
| 295 |
+
'description' => $tumblr_oauth_description
|
| 296 |
+
),
|
| 297 |
+
'tumblr_token_secret' => array(
|
| 298 |
+
'title' => __( 'Tumblr Token Secret', 'social-count-plus' ),
|
| 299 |
+
'type' => 'text',
|
| 300 |
+
'description' => $tumblr_oauth_description
|
| 301 |
)
|
| 302 |
)
|
| 303 |
),
|
| 305 |
'title' => __( 'Twitch', 'social-count-plus' ),
|
| 306 |
'fields' => array(
|
| 307 |
'twitch_active' => array(
|
| 308 |
+
'title' => __( 'Display Twitch Counter', 'social-count-plus' ),
|
| 309 |
'type' => 'checkbox'
|
| 310 |
),
|
| 311 |
'twitch_username' => array(
|
| 312 |
+
'title' => __( 'Twitch Username', 'social-count-plus' ),
|
| 313 |
'type' => 'text',
|
| 314 |
'description' => __( 'Insert your Twitch username.', 'social-count-plus' )
|
| 315 |
)
|
| 316 |
)
|
| 317 |
),
|
| 318 |
+
'twitter' => array(
|
| 319 |
+
'title' => __( 'Twitter', 'social-count-plus' ),
|
| 320 |
'fields' => array(
|
| 321 |
+
'twitter_active' => array(
|
| 322 |
+
'title' => __( 'Display Twitter Counter', 'social-count-plus' ),
|
| 323 |
+
'type' => 'checkbox'
|
| 324 |
),
|
| 325 |
+
'twitter_user' => array(
|
| 326 |
+
'title' => __( 'Twitter Username', 'social-count-plus' ),
|
| 327 |
'type' => 'text',
|
| 328 |
+
'description' => sprintf( __( 'Insert the Twitter username. Example: %s.', 'social-count-plus' ), '<code>claudiosmweb</code>' )
|
| 329 |
),
|
| 330 |
+
'twitter_consumer_key' => array(
|
| 331 |
+
'title' => __( 'Twitter Consumer key', 'social-count-plus' ),
|
| 332 |
'type' => 'text',
|
| 333 |
+
'description' => $twitter_oauth_description
|
| 334 |
+
),
|
| 335 |
+
'twitter_consumer_secret' => array(
|
| 336 |
+
'title' => __( 'Twitter Consumer secret', 'social-count-plus' ),
|
| 337 |
+
'type' => 'text',
|
| 338 |
+
'description' => $twitter_oauth_description
|
| 339 |
+
),
|
| 340 |
+
'twitter_access_token' => array(
|
| 341 |
+
'title' => __( 'Twitter Access token', 'social-count-plus' ),
|
| 342 |
+
'type' => 'text',
|
| 343 |
+
'description' => $twitter_oauth_description
|
| 344 |
+
),
|
| 345 |
+
'twitter_access_token_secret' => array(
|
| 346 |
+
'title' => __( 'Twitter Access token secret', 'social-count-plus' ),
|
| 347 |
+
'type' => 'text',
|
| 348 |
+
'description' => $twitter_oauth_description
|
| 349 |
)
|
| 350 |
)
|
| 351 |
),
|
| 352 |
+
'users' => array(
|
| 353 |
+
'title' => __( 'Users', 'social-count-plus' ),
|
| 354 |
'fields' => array(
|
| 355 |
+
'users_active' => array(
|
| 356 |
+
'title' => __( 'Display Users Counter', 'social-count-plus' ),
|
| 357 |
'default' => true,
|
| 358 |
'type' => 'checkbox'
|
| 359 |
),
|
| 360 |
+
'users_user_role' => array(
|
| 361 |
+
'title' => __( 'User Role', 'social-count-plus' ),
|
| 362 |
+
'default' => 'subscriber',
|
| 363 |
+
'type' => 'user_role'
|
| 364 |
+
),
|
| 365 |
+
'users_label' => array(
|
| 366 |
+
'title' => __( 'Label', 'social-count-plus' ),
|
| 367 |
+
'default' => __( 'users', 'social-count-plus' ),
|
| 368 |
+
'type' => 'text'
|
| 369 |
),
|
| 370 |
+
'users_url' => array(
|
| 371 |
+
'title' => __( 'URL', 'social-count-plus' ),
|
| 372 |
+
'default' => get_home_url(),
|
| 373 |
+
'type' => 'text'
|
| 374 |
+
)
|
| 375 |
)
|
| 376 |
),
|
| 377 |
+
'vimeo' => array(
|
| 378 |
+
'title' => __( 'Vimeo', 'social-count-plus' ),
|
| 379 |
'fields' => array(
|
| 380 |
+
'vimeo_active' => array(
|
| 381 |
+
'title' => __( 'Display Vimeo Counter', 'social-count-plus' ),
|
| 382 |
+
'type' => 'checkbox'
|
| 383 |
+
),
|
| 384 |
+
'vimeo_username' => array(
|
| 385 |
+
'title' => __( 'Vimeo Username', 'social-count-plus' ),
|
| 386 |
+
'type' => 'text',
|
| 387 |
+
'description' => sprintf( __( 'Insert your Vimeo username. Example: %s.', 'social-count-plus' ), '<code>claudiosmweb</code>' )
|
| 388 |
+
)
|
| 389 |
+
)
|
| 390 |
+
),
|
| 391 |
+
'youtube' => array(
|
| 392 |
+
'title' => __( 'YouTube', 'social-count-plus' ),
|
| 393 |
+
'fields' => array(
|
| 394 |
+
'youtube_active' => array(
|
| 395 |
+
'title' => __( 'Display YouTube Counter', 'social-count-plus' ),
|
| 396 |
'type' => 'checkbox'
|
| 397 |
+
),
|
| 398 |
+
'youtube_user' => array(
|
| 399 |
+
'title' => __( 'YouTube Channel ID', 'social-count-plus' ),
|
| 400 |
+
'type' => 'text',
|
| 401 |
+
'description' => sprintf( __( 'Insert the YouTube Channel ID. Example: %s.', 'social-count-plus' ), '<code>UCWGz8KbT5IE7PxhSN1jjimw</code>' )
|
| 402 |
+
),
|
| 403 |
+
'youtube_url' => array(
|
| 404 |
+
'title' => __( 'YouTube Channel URL', 'social-count-plus' ),
|
| 405 |
+
'type' => 'text',
|
| 406 |
+
'description' => sprintf( __( 'Insert the YouTube channel URL. Example: %s.', 'social-count-plus' ), '<code>https://www.youtube.com/user/theclaudiosmweb</code>' )
|
| 407 |
+
),
|
| 408 |
+
'youtube_api_key' => array(
|
| 409 |
+
'title' => __( 'Google API Key', 'social-count-plus' ),
|
| 410 |
+
'type' => 'text',
|
| 411 |
+
'description' => sprintf(
|
| 412 |
+
__( 'Get your API key creating a project/app in %s, then inside your project go to "APIs & auth > APIs" and turn on the "YouTube API", finally go to "APIs & auth > APIs > Credentials > Public API access" and click in the "CREATE A NEW KEY" button, select the "Browser key" option and click in the "CREATE" button, now just copy your API key and paste here.', 'social-count-plus' ),
|
| 413 |
+
'<a href="https://console.developers.google.com/project" target="_blank">https://console.developers.google.com/project</a>'
|
| 414 |
+
)
|
| 415 |
)
|
| 416 |
)
|
| 417 |
),
|
| 439 |
'title' => __( 'Layout Models', 'social-count-plus' ),
|
| 440 |
'default' => '0',
|
| 441 |
'type' => 'models',
|
| 442 |
+
'options' => array( 0 ,1, 2, 3, 4, 5, 6, 7 )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 443 |
),
|
| 444 |
'text_color' => array(
|
| 445 |
'title' => __( 'Text Color', 'social-count-plus' ),
|
| 576 |
)
|
| 577 |
);
|
| 578 |
break;
|
| 579 |
+
case 'user_role':
|
| 580 |
+
add_settings_field(
|
| 581 |
+
$field_id,
|
| 582 |
+
$field['title'],
|
| 583 |
+
array( $this, 'user_role_element_callback' ),
|
| 584 |
+
$settings_id,
|
| 585 |
+
$section_id,
|
| 586 |
+
array(
|
| 587 |
+
'tab' => $settings_id,
|
| 588 |
+
'id' => $field_id,
|
| 589 |
+
'description' => isset( $field['description'] ) ? $field['description'] : ''
|
| 590 |
+
)
|
| 591 |
+
);
|
| 592 |
+
break;
|
| 593 |
case 'models':
|
| 594 |
add_settings_field(
|
| 595 |
$field_id,
|
| 733 |
echo $html;
|
| 734 |
}
|
| 735 |
|
| 736 |
+
/**
|
| 737 |
+
* User Role element fallback.
|
| 738 |
+
*
|
| 739 |
+
* @param array $args Field arguments.
|
| 740 |
+
*
|
| 741 |
+
* @return string User Role field.
|
| 742 |
+
*/
|
| 743 |
+
public function user_role_element_callback( $args ) {
|
| 744 |
+
global $wp_roles;
|
| 745 |
+
|
| 746 |
+
$tab = $args['tab'];
|
| 747 |
+
$id = $args['id'];
|
| 748 |
+
$default = isset( $args['default'] ) ? $args['default'] : 'subscriber';
|
| 749 |
+
$current = $this->get_option_value( $id, $default );
|
| 750 |
+
$html = '';
|
| 751 |
+
|
| 752 |
+
$html = sprintf( '<select id="%1$s" name="%2$s[%1$s]">', $id, $tab );
|
| 753 |
+
foreach ( $wp_roles->get_names() as $key => $value ) {
|
| 754 |
+
$html .= sprintf( '<option value="%s"%s>%s</option>', $key, selected( $current, $key, false ), $value );
|
| 755 |
+
}
|
| 756 |
+
$html .= '</select>';
|
| 757 |
+
|
| 758 |
+
// Displays option description.
|
| 759 |
+
if ( isset( $args['description'] ) ) {
|
| 760 |
+
$html .= sprintf( '<p class="description">%s</p>', $args['description'] );
|
| 761 |
+
}
|
| 762 |
+
|
| 763 |
+
echo $html;
|
| 764 |
+
}
|
| 765 |
+
|
| 766 |
/**
|
| 767 |
* Models element fallback.
|
| 768 |
*
|
| 776 |
$default = isset( $args['default'] ) ? $args['default'] : 0;
|
| 777 |
$current = $this->get_option_value( $id, $default );
|
| 778 |
$html = '';
|
|
|
|
| 779 |
|
| 780 |
+
foreach ( $args['options'] as $option ) {
|
| 781 |
+
$html .= sprintf( '<input type="radio" name="%1$s[%2$s]" class="social-count-plus-model-input" value="%3$s"%4$s />', $tab, $id, $option, checked( $current, $option, false ) );
|
| 782 |
+
|
| 783 |
+
$style = Social_Count_Plus_View::get_view_model( $option );
|
| 784 |
+
|
| 785 |
+
$html .= '<div class="social-count-plus">';
|
| 786 |
+
$html .= '<ul class="' . $style . '">';
|
| 787 |
+
|
| 788 |
+
foreach ( $this->get_i18n_counters() as $slug => $name ) {
|
| 789 |
+
$class = 'social_count_plus_' . $slug . '_counter';
|
| 790 |
+
if ( class_exists( $class ) ) {
|
| 791 |
+
$html .= $class::get_view( array(), 100, '#333333' );
|
| 792 |
+
}
|
| 793 |
+
}
|
| 794 |
+
|
| 795 |
+
$html .= '</ul>';
|
| 796 |
+
$html .= '</div>';
|
| 797 |
}
|
| 798 |
|
| 799 |
// Displays option description.
|
| 882 |
if ( $this->settings_screen && $screen->id === $this->settings_screen ) {
|
| 883 |
$suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
|
| 884 |
|
| 885 |
+
wp_enqueue_style( 'social-count-plus', plugins_url( 'assets/css/counter.css', plugin_dir_path( dirname( __FILE__ ) ) ), array(), Social_Count_Plus::VERSION, 'all' );
|
| 886 |
wp_enqueue_script( 'wp-color-picker' );
|
| 887 |
wp_enqueue_style( 'wp-color-picker' );
|
| 888 |
wp_enqueue_script( 'jquery-ui-sortable' );
|
| 931 |
$cache = get_option( Social_Count_Plus_Generator::$cache );
|
| 932 |
$content = '';
|
| 933 |
$counters = apply_filters( 'social_count_plus_counters_test', array(
|
|
|
|
| 934 |
'Social_Count_Plus_Facebook_Counter',
|
| 935 |
+
'Social_Count_Plus_GitHub_Counter',
|
| 936 |
'Social_Count_Plus_GooglePlus_Counter',
|
| 937 |
'Social_Count_Plus_Instagram_Counter',
|
| 938 |
+
'Social_Count_Plus_LinkedIn_Counter',
|
| 939 |
+
'Social_Count_Plus_Pinterest_Counter',
|
| 940 |
+
'Social_Count_Plus_SoundCloud_Counter',
|
| 941 |
'Social_Count_Plus_Steam_Counter',
|
| 942 |
+
'Social_Count_Plus_Tumblr_Counter',
|
| 943 |
'Social_Count_Plus_Twitch_Counter',
|
| 944 |
+
'Social_Count_Plus_Twitter_Counter',
|
| 945 |
+
'Social_Count_Plus_Vimeo_Counter',
|
| 946 |
+
'Social_Count_Plus_YouTube_Counter',
|
| 947 |
) );
|
| 948 |
|
| 949 |
foreach ( $counters as $counter ) {
|
| 951 |
|
| 952 |
if ( $_counter->is_available( $settings ) ) {
|
| 953 |
$_counter->get_total( $settings, $cache );
|
| 954 |
+
$debug[ $_counter::$id ] = $_counter->debug();
|
| 955 |
}
|
| 956 |
}
|
| 957 |
|
| 1059 |
}
|
| 1060 |
|
| 1061 |
/**
|
| 1062 |
+
* Get i18n counters.
|
| 1063 |
*
|
| 1064 |
+
* @return array
|
|
|
|
|
|
|
| 1065 |
*/
|
| 1066 |
+
public function get_i18n_counters() {
|
| 1067 |
+
return apply_filters( 'social_count_plus_icon_name_i18n', array(
|
| 1068 |
+
'comments' => __( 'Comments', 'social-count-plus' ),
|
| 1069 |
'facebook' => __( 'Facebook', 'social-count-plus' ),
|
| 1070 |
+
'github' => __( 'GitHub', 'social-count-plus' ),
|
| 1071 |
'googleplus' => __( 'Google+', 'social-count-plus' ),
|
| 1072 |
'instagram' => __( 'Instagram', 'social-count-plus' ),
|
| 1073 |
+
'linkedin' => __( 'LinkedIn', 'social-count-plus' ),
|
| 1074 |
+
'pinterest' => __( 'Pinterest', 'social-count-plus' ),
|
| 1075 |
+
'posts' => __( 'Posts', 'social-count-plus' ),
|
| 1076 |
+
'soundcloud' => __( 'SoundCloud', 'social-count-plus' ),
|
| 1077 |
'steam' => __( 'Steam', 'social-count-plus' ),
|
| 1078 |
+
'tumblr' => __( 'Tumblr', 'social-count-plus' ),
|
| 1079 |
'twitch' => __( 'Twitch', 'social-count-plus' ),
|
| 1080 |
+
'twitter' => __( 'Twitter', 'social-count-plus' ),
|
| 1081 |
+
'users' => __( 'Users', 'social-count-plus' ),
|
| 1082 |
+
'vimeo' => __( 'Vimeo', 'social-count-plus' ),
|
| 1083 |
+
'youtube' => __( 'YouTube', 'social-count-plus' ),
|
| 1084 |
) );
|
| 1085 |
+
}
|
| 1086 |
+
|
| 1087 |
+
/**
|
| 1088 |
+
* Get icons names.
|
| 1089 |
+
*
|
| 1090 |
+
* @param string $slug
|
| 1091 |
+
*
|
| 1092 |
+
* @return string
|
| 1093 |
+
*/
|
| 1094 |
+
protected function get_icon_name_i18n( $slug ) {
|
| 1095 |
+
$names = $this->get_i18n_counters();
|
| 1096 |
|
| 1097 |
if ( ! isset( $names[ $slug ] ) ) {
|
| 1098 |
return $slug;
|
includes/admin/views/html-help-us.php
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
| 3 |
+
exit;
|
| 4 |
+
}
|
| 5 |
+
|
| 6 |
+
$reviews_url = 'https://wordpress.org/support/view/plugin-reviews/social-count-plus?filter=5#postform';
|
| 7 |
+
|
| 8 |
+
?>
|
| 9 |
+
|
| 10 |
+
<div class="updated">
|
| 11 |
+
<p><?php printf( __( 'Help us keep the %s free making a %s or rate %s on %s. Thank you in advance!', 'social-count-plus' ), '<strong>' . __( 'Social Count Plus', 'social-count-plus' ) . '</strong>', '<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y8HP99ZJ5Z59L">' . __( 'donation', 'social-count-plus' ) . '</a>', '<a href="' . esc_url( $reviews_url ) . '" target="_blank">★★★★★</a>', '<a href="' . esc_url( $reviews_url ) . '" target="_blank">' . __( 'WordPress.org', 'social-count-plus' ) . '</a>' ); ?></p>
|
| 12 |
+
</div>
|
includes/admin/views/html-settings-functions-shortcodes-page.php
CHANGED
|
@@ -11,46 +11,12 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
| 11 |
<p><?php _e( 'Note: the shortcodes displays only the count in plain text.', 'social-count-plus' ); ?></p>
|
| 12 |
|
| 13 |
<table class="form-table">
|
| 14 |
-
|
| 15 |
-
<
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
<td><p><code>[scp code="facebook"]</code></p></td>
|
| 21 |
-
</tr>
|
| 22 |
-
<tr>
|
| 23 |
-
<th scope="row"><?php _e( 'YouTube counter', 'social-count-plus' ); ?></th>
|
| 24 |
-
<td><p><code>[scp code="youtube"]</code></p></td>
|
| 25 |
-
</tr>
|
| 26 |
-
<tr>
|
| 27 |
-
<th scope="row"><?php _e( 'Google Plus counter', 'social-count-plus' ); ?></th>
|
| 28 |
-
<td><p><code>[scp code="googleplus"]</code></p></td>
|
| 29 |
-
</tr>
|
| 30 |
-
<tr>
|
| 31 |
-
<th scope="row"><?php _e( 'Instagram counter', 'social-count-plus' ); ?></th>
|
| 32 |
-
<td><p><code>[scp code="instagram"]</code></p></td>
|
| 33 |
-
</tr>
|
| 34 |
-
<tr>
|
| 35 |
-
<th scope="row"><?php _e( 'Steam counter', 'social-count-plus' ); ?></th>
|
| 36 |
-
<td><p><code>[scp code="steam"]</code></p></td>
|
| 37 |
-
</tr>
|
| 38 |
-
<tr>
|
| 39 |
-
<th scope="row"><?php _e( 'Twitch counter', 'social-count-plus' ); ?></th>
|
| 40 |
-
<td><p><code>[scp code="twitch"]</code></p></td>
|
| 41 |
-
</tr>
|
| 42 |
-
<tr>
|
| 43 |
-
<th scope="row"><?php _e( 'SoundCloud counter', 'social-count-plus' ); ?></th>
|
| 44 |
-
<td><p><code>[scp code="soundcloud"]</code></p></td>
|
| 45 |
-
</tr>
|
| 46 |
-
<tr>
|
| 47 |
-
<th scope="row"><?php _e( 'Posts counter', 'social-count-plus' ); ?></th>
|
| 48 |
-
<td><p><code>[scp code="posts"]</code></p></td>
|
| 49 |
-
</tr>
|
| 50 |
-
<tr>
|
| 51 |
-
<th scope="row"><?php _e( 'Comments counter', 'social-count-plus' ); ?></th>
|
| 52 |
-
<td><p><code>[scp code="comments"]</code></p></td>
|
| 53 |
-
</tr>
|
| 54 |
</table>
|
| 55 |
|
| 56 |
<h3><?php _e( 'Functions', 'social-count-plus' ); ?></h3>
|
|
@@ -58,46 +24,12 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
| 58 |
<p><?php _e( 'Note: the functions displays only the count in plain text, except the <code>get_scp_widget()</code> function that displays with images.', 'social-count-plus' ); ?></p>
|
| 59 |
|
| 60 |
<table class="form-table">
|
| 61 |
-
|
| 62 |
-
<
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
<td><p><code><?php echo get_scp_facebook(); ?></code></p></td>
|
| 68 |
-
</tr>
|
| 69 |
-
<tr>
|
| 70 |
-
<th scope="row"><?php _e( 'YouTube counter', 'social-count-plus' ); ?></th>
|
| 71 |
-
<td><p><code><?php echo get_scp_youtube(); ?></code></p></td>
|
| 72 |
-
</tr>
|
| 73 |
-
<tr>
|
| 74 |
-
<th scope="row"><?php _e( 'Google Plus counter', 'social-count-plus' ); ?></th>
|
| 75 |
-
<td><p><code><?php echo get_scp_googleplus(); ?></code></p></td>
|
| 76 |
-
</tr>
|
| 77 |
-
<tr>
|
| 78 |
-
<th scope="row"><?php _e( 'Instagram counter', 'social-count-plus' ); ?></th>
|
| 79 |
-
<td><p><code><?php echo get_scp_instagram(); ?></code></p></td>
|
| 80 |
-
</tr>
|
| 81 |
-
<tr>
|
| 82 |
-
<th scope="row"><?php _e( 'Steam counter', 'social-count-plus' ); ?></th>
|
| 83 |
-
<td><p><code><?php echo get_scp_steam(); ?></code></p></td>
|
| 84 |
-
</tr>
|
| 85 |
-
<tr>
|
| 86 |
-
<th scope="row"><?php _e( 'Twitch counter', 'social-count-plus' ); ?></th>
|
| 87 |
-
<td><p><code><?php echo get_scp_twitch(); ?></code></p></td>
|
| 88 |
-
</tr>
|
| 89 |
-
<tr>
|
| 90 |
-
<th scope="row"><?php _e( 'SoundCloud counter', 'social-count-plus' ); ?></th>
|
| 91 |
-
<td><p><code><?php echo get_scp_soundcloud(); ?></code></p></td>
|
| 92 |
-
</tr>
|
| 93 |
-
<tr>
|
| 94 |
-
<th scope="row"><?php _e( 'Posts counter', 'social-count-plus' ); ?></th>
|
| 95 |
-
<td><p><code><?php echo get_scp_posts(); ?></code></p></td>
|
| 96 |
-
</tr>
|
| 97 |
-
<tr>
|
| 98 |
-
<th scope="row"><?php _e( 'Comments counter', 'social-count-plus' ); ?></th>
|
| 99 |
-
<td><p><code><?php echo get_scp_comments(); ?></code></p></td>
|
| 100 |
-
</tr>
|
| 101 |
<tr>
|
| 102 |
<th scope="row"><?php _e( 'Full widget', 'social-count-plus' ); ?></th>
|
| 103 |
<td><p><code><?php echo get_scp_widget(); ?></code></p></td>
|
| 11 |
<p><?php _e( 'Note: the shortcodes displays only the count in plain text.', 'social-count-plus' ); ?></p>
|
| 12 |
|
| 13 |
<table class="form-table">
|
| 14 |
+
<?php foreach ( $this->get_i18n_counters() as $slug => $name ) : ?>
|
| 15 |
+
<tr>
|
| 16 |
+
<th scope="row"><?php printf( __( '%s counter', 'social-count-plus' ), esc_html( $name ) ); ?></th>
|
| 17 |
+
<td><p><code>[scp code="<?php echo esc_html( $slug ); ?>"]</code></p></td>
|
| 18 |
+
</tr>
|
| 19 |
+
<?php endforeach; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
</table>
|
| 21 |
|
| 22 |
<h3><?php _e( 'Functions', 'social-count-plus' ); ?></h3>
|
| 24 |
<p><?php _e( 'Note: the functions displays only the count in plain text, except the <code>get_scp_widget()</code> function that displays with images.', 'social-count-plus' ); ?></p>
|
| 25 |
|
| 26 |
<table class="form-table">
|
| 27 |
+
<?php foreach ( $this->get_i18n_counters() as $slug => $name ) : ?>
|
| 28 |
+
<tr>
|
| 29 |
+
<th scope="row"><?php printf( __( '%s counter', 'social-count-plus' ), esc_html( $name ) ); ?></th>
|
| 30 |
+
<td><p><code><?php echo get_scp_counter( '<?php echo esc_html( $slug ); ?>' ); ?></code></p></td>
|
| 31 |
+
</tr>
|
| 32 |
+
<?php endforeach; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
<tr>
|
| 34 |
<th scope="row"><?php _e( 'Full widget', 'social-count-plus' ); ?></th>
|
| 35 |
<td><p><code><?php echo get_scp_widget(); ?></code></p></td>
|
includes/admin/views/html-settings-page.php
CHANGED
|
@@ -30,6 +30,8 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
| 30 |
</div>
|
| 31 |
<?php endif; ?>
|
| 32 |
|
|
|
|
|
|
|
| 33 |
<form method="post" action="options.php">
|
| 34 |
<?php
|
| 35 |
if ( 'design' == $current_tab ) {
|
| 30 |
</div>
|
| 31 |
<?php endif; ?>
|
| 32 |
|
| 33 |
+
<?php include 'html-help-us.php'; ?>
|
| 34 |
+
|
| 35 |
<form method="post" action="options.php">
|
| 36 |
<?php
|
| 37 |
if ( 'design' == $current_tab ) {
|
includes/class-social-count-plus-generator.php
CHANGED
|
@@ -45,21 +45,27 @@ class Social_Count_Plus_Generator {
|
|
| 45 |
$settings = get_option( 'socialcountplus_settings' );
|
| 46 |
$cache = get_option( self::$cache );
|
| 47 |
$counters = apply_filters( 'social_count_plus_counters', array(
|
| 48 |
-
'
|
| 49 |
'Social_Count_Plus_Facebook_Counter',
|
| 50 |
-
'
|
| 51 |
'Social_Count_Plus_GooglePlus_Counter',
|
| 52 |
'Social_Count_Plus_Instagram_Counter',
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
'Social_Count_Plus_Steam_Counter',
|
|
|
|
| 54 |
'Social_Count_Plus_Twitch_Counter',
|
| 55 |
-
'
|
| 56 |
-
'
|
| 57 |
-
'
|
|
|
|
| 58 |
) );
|
| 59 |
|
| 60 |
foreach ( $counters as $counter ) {
|
| 61 |
$_counter = new $counter();
|
| 62 |
-
$total[ $_counter
|
| 63 |
}
|
| 64 |
|
| 65 |
// Update plugin extra cache.
|
| 45 |
$settings = get_option( 'socialcountplus_settings' );
|
| 46 |
$cache = get_option( self::$cache );
|
| 47 |
$counters = apply_filters( 'social_count_plus_counters', array(
|
| 48 |
+
'Social_Count_Plus_Comments_Counter',
|
| 49 |
'Social_Count_Plus_Facebook_Counter',
|
| 50 |
+
'Social_Count_Plus_GitHub_Counter',
|
| 51 |
'Social_Count_Plus_GooglePlus_Counter',
|
| 52 |
'Social_Count_Plus_Instagram_Counter',
|
| 53 |
+
'Social_Count_Plus_LinkedIn_Counter',
|
| 54 |
+
'Social_Count_Plus_Pinterest_Counter',
|
| 55 |
+
'Social_Count_Plus_Posts_Counter',
|
| 56 |
+
'Social_Count_Plus_SoundCloud_Counter',
|
| 57 |
'Social_Count_Plus_Steam_Counter',
|
| 58 |
+
'Social_Count_Plus_Tumblr_Counter',
|
| 59 |
'Social_Count_Plus_Twitch_Counter',
|
| 60 |
+
'Social_Count_Plus_Twitter_Counter',
|
| 61 |
+
'Social_Count_Plus_Users_Counter',
|
| 62 |
+
'Social_Count_Plus_Vimeo_Counter',
|
| 63 |
+
'Social_Count_Plus_YouTube_Counter',
|
| 64 |
) );
|
| 65 |
|
| 66 |
foreach ( $counters as $counter ) {
|
| 67 |
$_counter = new $counter();
|
| 68 |
+
$total[ $_counter::$id ] = $_counter->get_total( $settings, $cache );
|
| 69 |
}
|
| 70 |
|
| 71 |
// Update plugin extra cache.
|
includes/class-social-count-plus-view.php
CHANGED
|
@@ -14,168 +14,25 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
| 14 |
class Social_Count_Plus_View {
|
| 15 |
|
| 16 |
/**
|
| 17 |
-
*
|
| 18 |
*
|
| 19 |
-
* @param
|
| 20 |
-
* @param string $url Item url.
|
| 21 |
-
* @param int $count Item count.
|
| 22 |
-
* @param string $title Item title.
|
| 23 |
-
* @param array $settings Item settings.
|
| 24 |
*
|
| 25 |
-
* @return string
|
| 26 |
-
*/
|
| 27 |
-
protected static function get_view_li( $slug, $url, $count, $title, $color, $settings ) {
|
| 28 |
-
$target_blank = isset( $settings['target_blank'] ) ? ' target="_blank"' : '';
|
| 29 |
-
$rel_nofollow = isset( $settings['rel_nofollow'] ) ? ' rel="nofollow"' : '';
|
| 30 |
-
|
| 31 |
-
$html = sprintf( '<li class="count-%s">', $slug );
|
| 32 |
-
$html .= sprintf( '<a class="icon" href="%s"%s%s></a>', esc_url( $url ), $target_blank, $rel_nofollow );
|
| 33 |
-
$html .= '<span class="items">';
|
| 34 |
-
$html .= sprintf( '<span class="count" style="color: %s !important;">%s</span>', $color, apply_filters( 'social_count_plus_number_format', $count ) );
|
| 35 |
-
$html .= sprintf( '<span class="label" style="color: %s !important;">%s</span>', $color, $title );
|
| 36 |
-
$html .= '</span>';
|
| 37 |
-
$html .= '</li>';
|
| 38 |
-
|
| 39 |
-
return $html;
|
| 40 |
-
}
|
| 41 |
-
|
| 42 |
-
/**
|
| 43 |
-
* Get the Twitter counter.
|
| 44 |
-
*
|
| 45 |
-
* @param array $settings Plugin settings.
|
| 46 |
-
* @param int $total Counter total.
|
| 47 |
-
* @param string $color Text color.
|
| 48 |
-
*
|
| 49 |
-
* @return string Counter html.
|
| 50 |
-
*/
|
| 51 |
-
protected static function get_twitter_counter( $settings, $total, $color ) {
|
| 52 |
-
return self::get_view_li( 'twitter', 'https://twitter.com/' . $settings['twitter_user'], $total, __( 'followers', 'social-count-plus' ), $color, $settings );
|
| 53 |
-
}
|
| 54 |
-
|
| 55 |
-
/**
|
| 56 |
-
* Get the Facebook counter.
|
| 57 |
-
*
|
| 58 |
-
* @param array $settings Plugin settings.
|
| 59 |
-
* @param int $total Counter total.
|
| 60 |
-
* @param string $color Text color.
|
| 61 |
-
*
|
| 62 |
-
* @return string Counter html.
|
| 63 |
-
*/
|
| 64 |
-
protected static function get_facebook_counter( $settings, $total, $color ) {
|
| 65 |
-
return self::get_view_li( 'facebook', 'https://www.facebook.com/' . $settings['facebook_id'], $total, __( 'likes', 'social-count-plus' ), $color, $settings );
|
| 66 |
-
}
|
| 67 |
-
|
| 68 |
-
/**
|
| 69 |
-
* Get the YouTube counter.
|
| 70 |
-
*
|
| 71 |
-
* @param array $settings Plugin settings.
|
| 72 |
-
* @param int $total Counter total.
|
| 73 |
-
* @param string $color Text color.
|
| 74 |
-
*
|
| 75 |
-
* @return string Counter html.
|
| 76 |
-
*/
|
| 77 |
-
protected static function get_youtube_counter( $settings, $total, $color ) {
|
| 78 |
-
return self::get_view_li( 'youtube', esc_url( $settings['youtube_url'] ), $total, __( 'subscribers', 'social-count-plus' ), $color, $settings );
|
| 79 |
-
}
|
| 80 |
-
|
| 81 |
-
/**
|
| 82 |
-
* Get the Google+ counter.
|
| 83 |
-
*
|
| 84 |
-
* @param array $settings Plugin settings.
|
| 85 |
-
* @param int $total Counter total.
|
| 86 |
-
* @param string $color Text color.
|
| 87 |
-
*
|
| 88 |
-
* @return string Counter html.
|
| 89 |
-
*/
|
| 90 |
-
protected static function get_googleplus_counter( $settings, $total, $color ) {
|
| 91 |
-
return self::get_view_li( 'googleplus', 'https://plus.google.com/' . $settings['googleplus_id'], $total, __( 'followers', 'social-count-plus' ), $color, $settings );
|
| 92 |
-
}
|
| 93 |
-
|
| 94 |
-
/**
|
| 95 |
-
* Get the Instagram counter.
|
| 96 |
-
*
|
| 97 |
-
* @param array $settings Plugin settings.
|
| 98 |
-
* @param int $total Counter total.
|
| 99 |
-
* @param string $color Text color.
|
| 100 |
-
*
|
| 101 |
-
* @return string Counter html.
|
| 102 |
-
*/
|
| 103 |
-
protected static function get_instagram_counter( $settings, $total, $color ) {
|
| 104 |
-
return self::get_view_li( 'instagram', 'https://instagram.com/' . $settings['instagram_username'], $total, __( 'followers', 'social-count-plus' ), $color, $settings );
|
| 105 |
-
}
|
| 106 |
-
|
| 107 |
-
/**
|
| 108 |
-
* Get the Steam counter.
|
| 109 |
-
*
|
| 110 |
-
* @param array $settings Plugin settings.
|
| 111 |
-
* @param int $total Counter total.
|
| 112 |
-
* @param string $color Text color.
|
| 113 |
-
*
|
| 114 |
-
* @return string Counter html.
|
| 115 |
-
*/
|
| 116 |
-
protected static function get_steam_counter( $settings, $total, $color ) {
|
| 117 |
-
return self::get_view_li( 'steam', 'https://steamcommunity.com/groups/' . $settings['steam_group_name'], $total, __( 'members', 'social-count-plus' ), $color, $settings );
|
| 118 |
-
}
|
| 119 |
-
|
| 120 |
-
/**
|
| 121 |
-
* Get the SoundCloud counter.
|
| 122 |
-
*
|
| 123 |
-
* @param array $settings Plugin settings.
|
| 124 |
-
* @param int $total Counter total.
|
| 125 |
-
* @param string $color Text color.
|
| 126 |
-
*
|
| 127 |
-
* @return string Counter html.
|
| 128 |
-
*/
|
| 129 |
-
protected static function get_soundcloud_counter( $settings, $total, $color ) {
|
| 130 |
-
return self::get_view_li( 'soundcloud', 'https://soundcloud.com/' . $settings['soundcloud_username'], $total, __( 'followers', 'social-count-plus' ), $color, $settings );
|
| 131 |
-
}
|
| 132 |
-
|
| 133 |
-
/**
|
| 134 |
-
* Get the Twitch counter.
|
| 135 |
-
*
|
| 136 |
-
* @param array $settings Plugin settings.
|
| 137 |
-
* @param int $total Counter total.
|
| 138 |
-
* @param string $color Text color.
|
| 139 |
-
*
|
| 140 |
-
* @return string Counter html.
|
| 141 |
-
*/
|
| 142 |
-
protected static function get_twitch_counter( $settings, $total, $color ) {
|
| 143 |
-
return self::get_view_li( 'twitch', 'http://www.twitch.tv/' . $settings['twitch_username'] . '/profile', $total, __( 'followers', 'social-count-plus' ), $color, $settings );
|
| 144 |
-
}
|
| 145 |
-
|
| 146 |
-
/**
|
| 147 |
-
* Get the Posts counter.
|
| 148 |
-
*
|
| 149 |
-
* @param array $settings Plugin settings.
|
| 150 |
-
* @param int $total Counter total.
|
| 151 |
-
* @param string $color Text color.
|
| 152 |
-
*
|
| 153 |
-
* @return string Counter html.
|
| 154 |
-
*/
|
| 155 |
-
protected static function get_posts_counter( $settings, $total, $color ) {
|
| 156 |
-
$post_type = ( isset( $settings['posts_post_type'] ) && ! empty( $settings['posts_post_type'] ) ) ? $settings['posts_post_type'] : 'post';
|
| 157 |
-
$post_object = get_post_type_object( $post_type );
|
| 158 |
-
|
| 159 |
-
unset( $settings['target_blank'] );
|
| 160 |
-
unset( $settings['rel_nofollow'] );
|
| 161 |
-
|
| 162 |
-
return self::get_view_li( 'posts', get_home_url(), $total, strtolower( $post_object->label ), $color, $settings );
|
| 163 |
-
}
|
| 164 |
-
|
| 165 |
-
/**
|
| 166 |
-
* Get the Comments counter.
|
| 167 |
-
*
|
| 168 |
-
* @param array $settings Plugin settings.
|
| 169 |
-
* @param int $total Counter total.
|
| 170 |
-
* @param string $color Text color.
|
| 171 |
-
*
|
| 172 |
-
* @return string Counter html.
|
| 173 |
*/
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 179 |
}
|
| 180 |
|
| 181 |
/**
|
|
@@ -191,44 +48,15 @@ class Social_Count_Plus_View {
|
|
| 191 |
$count = Social_Count_Plus_Generator::get_count();
|
| 192 |
$color = isset( $design['text_color'] ) ? $design['text_color'] : '#333333';
|
| 193 |
$icons = isset( $design['icons'] ) ? array_map( 'sanitize_key', explode( ',', $design['icons'] ) ) : array();
|
| 194 |
-
|
| 195 |
-
// Sets view design.
|
| 196 |
-
$style = '';
|
| 197 |
-
switch ( $design['models'] ) {
|
| 198 |
-
case 1:
|
| 199 |
-
$style = 'default vertical';
|
| 200 |
-
break;
|
| 201 |
-
case 2:
|
| 202 |
-
$style = 'circle';
|
| 203 |
-
break;
|
| 204 |
-
case 3:
|
| 205 |
-
$style = 'circle vertical';
|
| 206 |
-
break;
|
| 207 |
-
case 4:
|
| 208 |
-
$style = 'flat';
|
| 209 |
-
break;
|
| 210 |
-
case 5:
|
| 211 |
-
$style = 'flat vertical';
|
| 212 |
-
break;
|
| 213 |
-
case 6:
|
| 214 |
-
$style = 'custom';
|
| 215 |
-
break;
|
| 216 |
-
case 7:
|
| 217 |
-
$style = 'custom vertical';
|
| 218 |
-
break;
|
| 219 |
-
|
| 220 |
-
default:
|
| 221 |
-
$style = 'default';
|
| 222 |
-
break;
|
| 223 |
-
}
|
| 224 |
|
| 225 |
$html = '<div class="social-count-plus">';
|
| 226 |
$html .= '<ul class="' . $style . '">';
|
| 227 |
|
| 228 |
foreach ( $icons as $icon ) {
|
| 229 |
-
$
|
| 230 |
-
if (
|
| 231 |
-
$html .=
|
| 232 |
} else {
|
| 233 |
$html .= apply_filters( 'social_count_plus_' . $icon . 'html_counter', '', $settings, $count[ $icon ], $color );
|
| 234 |
}
|
| 14 |
class Social_Count_Plus_View {
|
| 15 |
|
| 16 |
/**
|
| 17 |
+
* Get view model.
|
| 18 |
*
|
| 19 |
+
* @param int $model
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
*
|
| 21 |
+
* @return string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
*/
|
| 23 |
+
public static function get_view_model( $model ) {
|
| 24 |
+
$models = array(
|
| 25 |
+
'default',
|
| 26 |
+
'default vertical',
|
| 27 |
+
'circle',
|
| 28 |
+
'circle vertical',
|
| 29 |
+
'flat',
|
| 30 |
+
'flat vertical',
|
| 31 |
+
'custom',
|
| 32 |
+
'custom vertical'
|
| 33 |
+
);
|
| 34 |
+
|
| 35 |
+
return isset( $models[ $model ] ) ? $models[ $model ] : 'default';
|
| 36 |
}
|
| 37 |
|
| 38 |
/**
|
| 48 |
$count = Social_Count_Plus_Generator::get_count();
|
| 49 |
$color = isset( $design['text_color'] ) ? $design['text_color'] : '#333333';
|
| 50 |
$icons = isset( $design['icons'] ) ? array_map( 'sanitize_key', explode( ',', $design['icons'] ) ) : array();
|
| 51 |
+
$style = self::get_view_model( $design['models'] );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
|
| 53 |
$html = '<div class="social-count-plus">';
|
| 54 |
$html .= '<ul class="' . $style . '">';
|
| 55 |
|
| 56 |
foreach ( $icons as $icon ) {
|
| 57 |
+
$class = 'social_count_plus_' . $icon . '_counter';
|
| 58 |
+
if ( class_exists( $class ) && isset( $count[ $icon ] ) ) {
|
| 59 |
+
$html .= $class::get_view( $settings, $count[ $icon ], $color );
|
| 60 |
} else {
|
| 61 |
$html .= apply_filters( 'social_count_plus_' . $icon . 'html_counter', '', $settings, $count[ $icon ], $color );
|
| 62 |
}
|
includes/counters/class-social-count-plus-comments-counter.php
CHANGED
|
@@ -18,7 +18,7 @@ class Social_Count_Plus_Comments_Counter extends Social_Count_Plus_Counter {
|
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
-
public $id = 'comments';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
|
@@ -51,7 +51,7 @@ class Social_Count_Plus_Comments_Counter extends Social_Count_Plus_Counter {
|
|
| 51 |
$data = wp_count_comments();
|
| 52 |
|
| 53 |
if ( is_wp_error( $data ) ) {
|
| 54 |
-
$this->total = ( isset( $cache[
|
| 55 |
} else {
|
| 56 |
$count = intval( $data->approved );
|
| 57 |
|
|
@@ -61,4 +61,22 @@ class Social_Count_Plus_Comments_Counter extends Social_Count_Plus_Counter {
|
|
| 61 |
|
| 62 |
return $this->total;
|
| 63 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
}
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
+
public static $id = 'comments';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
| 51 |
$data = wp_count_comments();
|
| 52 |
|
| 53 |
if ( is_wp_error( $data ) ) {
|
| 54 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 55 |
} else {
|
| 56 |
$count = intval( $data->approved );
|
| 57 |
|
| 61 |
|
| 62 |
return $this->total;
|
| 63 |
}
|
| 64 |
+
|
| 65 |
+
/**
|
| 66 |
+
* Get conter view.
|
| 67 |
+
*
|
| 68 |
+
* @param array $settings Plugin settings.
|
| 69 |
+
* @param int $total Counter total.
|
| 70 |
+
* @param string $text_color Text color.
|
| 71 |
+
*
|
| 72 |
+
* @return string
|
| 73 |
+
*/
|
| 74 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 75 |
+
$url = ! empty( $settings['comments_url'] ) ? $settings['comments_url'] : get_home_url();
|
| 76 |
+
|
| 77 |
+
unset( $settings['target_blank'] );
|
| 78 |
+
unset( $settings['rel_nofollow'] );
|
| 79 |
+
|
| 80 |
+
return self::get_view_li( self::$id, $url, $total, __( 'comments', 'social-count-plus' ), $text_color, $settings );
|
| 81 |
+
}
|
| 82 |
}
|
includes/counters/class-social-count-plus-facebook-counter.php
CHANGED
|
@@ -18,7 +18,7 @@ class Social_Count_Plus_Facebook_Counter extends Social_Count_Plus_Counter {
|
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
-
public $id = 'facebook';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
|
@@ -82,7 +82,7 @@ class Social_Count_Plus_Facebook_Counter extends Social_Count_Plus_Counter {
|
|
| 82 |
$this->connection = wp_remote_get( $url, array( 'timeout' => 60 ) );
|
| 83 |
|
| 84 |
if ( is_wp_error( $this->connection ) || ( isset( $this->connection['response']['code'] ) && 200 != $this->connection['response']['code'] ) ) {
|
| 85 |
-
$this->total = ( isset( $cache[
|
| 86 |
} else {
|
| 87 |
$_data = json_decode( $this->connection['body'], true );
|
| 88 |
|
|
@@ -91,11 +91,26 @@ class Social_Count_Plus_Facebook_Counter extends Social_Count_Plus_Counter {
|
|
| 91 |
|
| 92 |
$this->total = $count;
|
| 93 |
} else {
|
| 94 |
-
$this->total = ( isset( $cache[
|
| 95 |
}
|
| 96 |
}
|
| 97 |
}
|
| 98 |
|
| 99 |
return $this->total;
|
| 100 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
}
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
+
public static $id = 'facebook';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
| 82 |
$this->connection = wp_remote_get( $url, array( 'timeout' => 60 ) );
|
| 83 |
|
| 84 |
if ( is_wp_error( $this->connection ) || ( isset( $this->connection['response']['code'] ) && 200 != $this->connection['response']['code'] ) ) {
|
| 85 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 86 |
} else {
|
| 87 |
$_data = json_decode( $this->connection['body'], true );
|
| 88 |
|
| 91 |
|
| 92 |
$this->total = $count;
|
| 93 |
} else {
|
| 94 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 95 |
}
|
| 96 |
}
|
| 97 |
}
|
| 98 |
|
| 99 |
return $this->total;
|
| 100 |
}
|
| 101 |
+
|
| 102 |
+
/**
|
| 103 |
+
* Get conter view.
|
| 104 |
+
*
|
| 105 |
+
* @param array $settings Plugin settings.
|
| 106 |
+
* @param int $total Counter total.
|
| 107 |
+
* @param string $text_color Text color.
|
| 108 |
+
*
|
| 109 |
+
* @return string
|
| 110 |
+
*/
|
| 111 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 112 |
+
$facebook_id = ! empty( $settings['facebook_id'] ) ? $settings['facebook_id'] : '';
|
| 113 |
+
|
| 114 |
+
return self::get_view_li( self::$id, 'https://www.facebook.com/' . $facebook_id, $total, __( 'likes', 'social-count-plus' ), $text_color, $settings );
|
| 115 |
+
}
|
| 116 |
}
|
includes/counters/class-social-count-plus-github-counter.php
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
| 4 |
+
exit; // Exit if accessed directly.
|
| 5 |
+
}
|
| 6 |
+
|
| 7 |
+
/**
|
| 8 |
+
* Social Count Plus GitHub Counter.
|
| 9 |
+
*
|
| 10 |
+
* @package Social_Count_Plus/GitHub_Counter
|
| 11 |
+
* @category Counter
|
| 12 |
+
* @author Claudio Sanches
|
| 13 |
+
*/
|
| 14 |
+
class Social_Count_Plus_GitHub_Counter extends Social_Count_Plus_Counter {
|
| 15 |
+
|
| 16 |
+
/**
|
| 17 |
+
* Counter ID.
|
| 18 |
+
*
|
| 19 |
+
* @var string
|
| 20 |
+
*/
|
| 21 |
+
public static $id = 'github';
|
| 22 |
+
|
| 23 |
+
/**
|
| 24 |
+
* API URL.
|
| 25 |
+
*
|
| 26 |
+
* @var string
|
| 27 |
+
*/
|
| 28 |
+
protected $api_url = 'https://api.github.com/users/';
|
| 29 |
+
|
| 30 |
+
/**
|
| 31 |
+
* Test the counter is available.
|
| 32 |
+
*
|
| 33 |
+
* @param array $settings Plugin settings.
|
| 34 |
+
*
|
| 35 |
+
* @return bool
|
| 36 |
+
*/
|
| 37 |
+
public function is_available( $settings ) {
|
| 38 |
+
return isset( $settings['github_active'] ) && ! empty( $settings['github_username'] );
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
/**
|
| 42 |
+
* Get the total.
|
| 43 |
+
*
|
| 44 |
+
* @param array $settings Plugin settings.
|
| 45 |
+
* @param array $cache Counter cache.
|
| 46 |
+
*
|
| 47 |
+
* @return int
|
| 48 |
+
*/
|
| 49 |
+
public function get_total( $settings, $cache ) {
|
| 50 |
+
if ( $this->is_available( $settings ) ) {
|
| 51 |
+
$this->connection = wp_remote_get( $this->api_url . sanitize_text_field( $settings['github_username'] ), array( 'timeout' => 60 ) );
|
| 52 |
+
|
| 53 |
+
if ( is_wp_error( $this->connection ) || 200 != $this->connection['response']['code'] ) {
|
| 54 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 55 |
+
} else {
|
| 56 |
+
$_data = json_decode( $this->connection['body'], true );
|
| 57 |
+
|
| 58 |
+
if ( isset( $_data['followers'] ) ) {
|
| 59 |
+
$count = intval( $_data['followers'] );
|
| 60 |
+
|
| 61 |
+
$this->total = $count;
|
| 62 |
+
} else {
|
| 63 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 64 |
+
}
|
| 65 |
+
}
|
| 66 |
+
}
|
| 67 |
+
|
| 68 |
+
return $this->total;
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
+
/**
|
| 72 |
+
* Get conter view.
|
| 73 |
+
*
|
| 74 |
+
* @param array $settings Plugin settings.
|
| 75 |
+
* @param int $total Counter total.
|
| 76 |
+
* @param string $text_color Text color.
|
| 77 |
+
*
|
| 78 |
+
* @return string
|
| 79 |
+
*/
|
| 80 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 81 |
+
$github_username = ! empty( $settings['github_username'] ) ? $settings['github_username'] : '';
|
| 82 |
+
|
| 83 |
+
return self::get_view_li( self::$id, 'https://github.com/' . $github_username, $total, __( 'followers', 'social-count-plus' ), $text_color, $settings );
|
| 84 |
+
}
|
| 85 |
+
}
|
includes/counters/class-social-count-plus-googleplus-counter.php
CHANGED
|
@@ -18,7 +18,7 @@ class Social_Count_Plus_GooglePlus_Counter extends Social_Count_Plus_Counter {
|
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
-
public $id = 'googleplus';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
|
@@ -51,7 +51,7 @@ class Social_Count_Plus_GooglePlus_Counter extends Social_Count_Plus_Counter {
|
|
| 51 |
$this->connection = wp_remote_get( $this->api_url . $settings['googleplus_id'] . '?key=' . $settings['googleplus_api_key'], array( 'timeout' => 60 ) );
|
| 52 |
|
| 53 |
if ( is_wp_error( $this->connection ) || '400' <= $this->connection['response']['code'] ) {
|
| 54 |
-
$this->total = ( isset( $cache[
|
| 55 |
} else {
|
| 56 |
$_data = json_decode( $this->connection['body'], true );
|
| 57 |
|
|
@@ -60,11 +60,26 @@ class Social_Count_Plus_GooglePlus_Counter extends Social_Count_Plus_Counter {
|
|
| 60 |
|
| 61 |
$this->total = $count;
|
| 62 |
} else {
|
| 63 |
-
$this->total = ( isset( $cache[
|
| 64 |
}
|
| 65 |
}
|
| 66 |
}
|
| 67 |
|
| 68 |
return $this->total;
|
| 69 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
}
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
+
public static $id = 'googleplus';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
| 51 |
$this->connection = wp_remote_get( $this->api_url . $settings['googleplus_id'] . '?key=' . $settings['googleplus_api_key'], array( 'timeout' => 60 ) );
|
| 52 |
|
| 53 |
if ( is_wp_error( $this->connection ) || '400' <= $this->connection['response']['code'] ) {
|
| 54 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 55 |
} else {
|
| 56 |
$_data = json_decode( $this->connection['body'], true );
|
| 57 |
|
| 60 |
|
| 61 |
$this->total = $count;
|
| 62 |
} else {
|
| 63 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 64 |
}
|
| 65 |
}
|
| 66 |
}
|
| 67 |
|
| 68 |
return $this->total;
|
| 69 |
}
|
| 70 |
+
|
| 71 |
+
/**
|
| 72 |
+
* Get conter view.
|
| 73 |
+
*
|
| 74 |
+
* @param array $settings Plugin settings.
|
| 75 |
+
* @param int $total Counter total.
|
| 76 |
+
* @param string $text_color Text color.
|
| 77 |
+
*
|
| 78 |
+
* @return string
|
| 79 |
+
*/
|
| 80 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 81 |
+
$googleplus_id = ! empty( $settings['googleplus_id'] ) ? $settings['googleplus_id'] : '';
|
| 82 |
+
|
| 83 |
+
return self::get_view_li( self::$id, 'https://plus.google.com/' . $googleplus_id, $total, __( 'followers', 'social-count-plus' ), $text_color, $settings );
|
| 84 |
+
}
|
| 85 |
}
|
includes/counters/class-social-count-plus-instagram-counter.php
CHANGED
|
@@ -18,7 +18,7 @@ class Social_Count_Plus_Instagram_Counter extends Social_Count_Plus_Counter {
|
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
-
public $id = 'instagram';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
|
@@ -51,7 +51,7 @@ class Social_Count_Plus_Instagram_Counter extends Social_Count_Plus_Counter {
|
|
| 51 |
$this->connection = wp_remote_get( $this->api_url . $settings['instagram_user_id'] . '/?access_token=' . $settings['instagram_access_token'], array( 'timeout' => 60 ) );
|
| 52 |
|
| 53 |
if ( is_wp_error( $this->connection ) || '400' <= $this->connection['response']['code'] ) {
|
| 54 |
-
$this->total = ( isset( $cache[
|
| 55 |
} else {
|
| 56 |
$response = json_decode( $this->connection['body'], true );
|
| 57 |
|
|
@@ -64,11 +64,26 @@ class Social_Count_Plus_Instagram_Counter extends Social_Count_Plus_Counter {
|
|
| 64 |
|
| 65 |
$this->total = $count;
|
| 66 |
} else {
|
| 67 |
-
$this->total = ( isset( $cache[
|
| 68 |
}
|
| 69 |
}
|
| 70 |
}
|
| 71 |
|
| 72 |
return $this->total;
|
| 73 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
}
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
+
public static $id = 'instagram';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
| 51 |
$this->connection = wp_remote_get( $this->api_url . $settings['instagram_user_id'] . '/?access_token=' . $settings['instagram_access_token'], array( 'timeout' => 60 ) );
|
| 52 |
|
| 53 |
if ( is_wp_error( $this->connection ) || '400' <= $this->connection['response']['code'] ) {
|
| 54 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 55 |
} else {
|
| 56 |
$response = json_decode( $this->connection['body'], true );
|
| 57 |
|
| 64 |
|
| 65 |
$this->total = $count;
|
| 66 |
} else {
|
| 67 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 68 |
}
|
| 69 |
}
|
| 70 |
}
|
| 71 |
|
| 72 |
return $this->total;
|
| 73 |
}
|
| 74 |
+
|
| 75 |
+
/**
|
| 76 |
+
* Get conter view.
|
| 77 |
+
*
|
| 78 |
+
* @param array $settings Plugin settings.
|
| 79 |
+
* @param int $total Counter total.
|
| 80 |
+
* @param string $text_color Text color.
|
| 81 |
+
*
|
| 82 |
+
* @return string
|
| 83 |
+
*/
|
| 84 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 85 |
+
$instagram_username = ! empty( $settings['instagram_username'] ) ? $settings['instagram_username'] : '';
|
| 86 |
+
|
| 87 |
+
return self::get_view_li( self::$id, 'https://instagram.com/' . $instagram_username, $total, __( 'followers', 'social-count-plus' ), $text_color, $settings );
|
| 88 |
+
}
|
| 89 |
}
|
includes/counters/class-social-count-plus-linkedin-counter.php
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
| 4 |
+
exit; // Exit if accessed directly.
|
| 5 |
+
}
|
| 6 |
+
|
| 7 |
+
/**
|
| 8 |
+
* Social Count Plus LinkedIn Counter.
|
| 9 |
+
*
|
| 10 |
+
* @package Social_Count_Plus/LinkedIn_Counter
|
| 11 |
+
* @category Counter
|
| 12 |
+
* @author Claudio Sanches
|
| 13 |
+
*/
|
| 14 |
+
class Social_Count_Plus_LinkedIn_Counter extends Social_Count_Plus_Counter {
|
| 15 |
+
|
| 16 |
+
/**
|
| 17 |
+
* Counter ID.
|
| 18 |
+
*
|
| 19 |
+
* @var string
|
| 20 |
+
*/
|
| 21 |
+
public static $id = 'linkedin';
|
| 22 |
+
|
| 23 |
+
/**
|
| 24 |
+
* API URL.
|
| 25 |
+
*
|
| 26 |
+
* @var string
|
| 27 |
+
*/
|
| 28 |
+
protected $api_url = 'https://api.linkedin.com/v1/companies/%s/num-followers?format=json';
|
| 29 |
+
|
| 30 |
+
/**
|
| 31 |
+
* Test the counter is available.
|
| 32 |
+
*
|
| 33 |
+
* @param array $settings Plugin settings.
|
| 34 |
+
*
|
| 35 |
+
* @return bool
|
| 36 |
+
*/
|
| 37 |
+
public function is_available( $settings ) {
|
| 38 |
+
return isset( $settings['linkedin_active'] ) && ! empty( $settings['linkedin_company_id'] ) && ! empty( $settings['linkedin_access_token'] );
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
/**
|
| 42 |
+
* Get the total.
|
| 43 |
+
*
|
| 44 |
+
* @param array $settings Plugin settings.
|
| 45 |
+
* @param array $cache Counter cache.
|
| 46 |
+
*
|
| 47 |
+
* @return int
|
| 48 |
+
*/
|
| 49 |
+
public function get_total( $settings, $cache ) {
|
| 50 |
+
if ( $this->is_available( $settings ) ) {
|
| 51 |
+
$params = array(
|
| 52 |
+
'timeout' => 60,
|
| 53 |
+
'headers' => array(
|
| 54 |
+
'Authorization' => 'Bearer ' . sanitize_text_field( $settings['linkedin_access_token'] )
|
| 55 |
+
)
|
| 56 |
+
);
|
| 57 |
+
|
| 58 |
+
$this->connection = wp_remote_get( sprintf( $this->api_url, sanitize_text_field( $settings['linkedin_company_id'] ) ), $params );
|
| 59 |
+
|
| 60 |
+
if ( is_wp_error( $this->connection ) || 200 != $this->connection['response']['code'] ) {
|
| 61 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 62 |
+
} else {
|
| 63 |
+
$count = intval( $this->connection['body'] );
|
| 64 |
+
|
| 65 |
+
if ( 0 < $count ) {
|
| 66 |
+
$this->total = $count;
|
| 67 |
+
} else {
|
| 68 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 69 |
+
}
|
| 70 |
+
}
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
return $this->total;
|
| 74 |
+
}
|
| 75 |
+
|
| 76 |
+
/**
|
| 77 |
+
* Get conter view.
|
| 78 |
+
*
|
| 79 |
+
* @param array $settings Plugin settings.
|
| 80 |
+
* @param int $total Counter total.
|
| 81 |
+
* @param string $text_color Text color.
|
| 82 |
+
*
|
| 83 |
+
* @return string
|
| 84 |
+
*/
|
| 85 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 86 |
+
$linkedin_company_id = ! empty( $settings['linkedin_company_id'] ) ? $settings['linkedin_company_id'] : '';
|
| 87 |
+
|
| 88 |
+
return self::get_view_li( self::$id, 'https://www.linkedin.com/company/' . $linkedin_company_id, $total, __( 'followers', 'social-count-plus' ), $text_color, $settings );
|
| 89 |
+
}
|
| 90 |
+
}
|
includes/counters/class-social-count-plus-pinterest-counter.php
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
| 4 |
+
exit; // Exit if accessed directly.
|
| 5 |
+
}
|
| 6 |
+
|
| 7 |
+
/**
|
| 8 |
+
* Social Count Plus Pinterest Counter.
|
| 9 |
+
*
|
| 10 |
+
* @package Social_Count_Plus/Pinterest_Counter
|
| 11 |
+
* @category Counter
|
| 12 |
+
* @author Claudio Sanches
|
| 13 |
+
*/
|
| 14 |
+
class Social_Count_Plus_Pinterest_Counter extends Social_Count_Plus_Counter {
|
| 15 |
+
|
| 16 |
+
/**
|
| 17 |
+
* Counter ID.
|
| 18 |
+
*
|
| 19 |
+
* @var string
|
| 20 |
+
*/
|
| 21 |
+
public static $id = 'pinterest';
|
| 22 |
+
|
| 23 |
+
/**
|
| 24 |
+
* API URL.
|
| 25 |
+
*
|
| 26 |
+
* @var string
|
| 27 |
+
*/
|
| 28 |
+
protected $api_url = 'https://www.pinterest.com/';
|
| 29 |
+
|
| 30 |
+
/**
|
| 31 |
+
* Test the counter is available.
|
| 32 |
+
*
|
| 33 |
+
* @param array $settings Plugin settings.
|
| 34 |
+
*
|
| 35 |
+
* @return bool
|
| 36 |
+
*/
|
| 37 |
+
public function is_available( $settings ) {
|
| 38 |
+
return isset( $settings['pinterest_active'] ) && ! empty( $settings['pinterest_username'] );
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
/**
|
| 42 |
+
* Get the total.
|
| 43 |
+
*
|
| 44 |
+
* @param array $settings Plugin settings.
|
| 45 |
+
* @param array $cache Counter cache.
|
| 46 |
+
*
|
| 47 |
+
* @return int
|
| 48 |
+
*/
|
| 49 |
+
public function get_total( $settings, $cache ) {
|
| 50 |
+
if ( $this->is_available( $settings ) ) {
|
| 51 |
+
$this->connection = wp_remote_get( $this->api_url . sanitize_text_field( $settings['pinterest_username'] ), array( 'timeout' => 60 ) );
|
| 52 |
+
|
| 53 |
+
if ( is_wp_error( $this->connection ) ) {
|
| 54 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 55 |
+
} else {
|
| 56 |
+
$count = 0;
|
| 57 |
+
|
| 58 |
+
if ( 200 == $this->connection['response']['code'] ) {
|
| 59 |
+
$tags = array();
|
| 60 |
+
$regex = '/property\=\"pinterestapp:followers\" name\=\"pinterestapp:followers\" content\=\"(.*?)" data-app/';
|
| 61 |
+
preg_match( $regex, $this->connection['body'], $tags );
|
| 62 |
+
|
| 63 |
+
$count = intval( $tags[1] );
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
if ( 0 < $count ) {
|
| 67 |
+
$this->total = $count;
|
| 68 |
+
} else {
|
| 69 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 70 |
+
}
|
| 71 |
+
|
| 72 |
+
// Just to make the system report more clear...
|
| 73 |
+
$this->connection['body'] = '{"followers":' . $count . '}';
|
| 74 |
+
}
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
return $this->total;
|
| 78 |
+
}
|
| 79 |
+
|
| 80 |
+
/**
|
| 81 |
+
* Get conter view.
|
| 82 |
+
*
|
| 83 |
+
* @param array $settings Plugin settings.
|
| 84 |
+
* @param int $total Counter total.
|
| 85 |
+
* @param string $text_color Text color.
|
| 86 |
+
*
|
| 87 |
+
* @return string
|
| 88 |
+
*/
|
| 89 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 90 |
+
$pinterest_username = ! empty( $settings['pinterest_username'] ) ? $settings['pinterest_username'] : '';
|
| 91 |
+
|
| 92 |
+
return self::get_view_li( self::$id, 'https://www.pinterest.com/' . $pinterest_username, $total, __( 'followers', 'social-count-plus' ), $text_color, $settings );
|
| 93 |
+
}
|
| 94 |
+
}
|
includes/counters/class-social-count-plus-posts-counter.php
CHANGED
|
@@ -18,7 +18,7 @@ class Social_Count_Plus_Posts_Counter extends Social_Count_Plus_Counter {
|
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
-
public $id = 'posts';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
|
@@ -52,7 +52,7 @@ class Social_Count_Plus_Posts_Counter extends Social_Count_Plus_Counter {
|
|
| 52 |
$data = wp_count_posts( $post_type );
|
| 53 |
|
| 54 |
if ( is_wp_error( $data ) ) {
|
| 55 |
-
$this->total = ( isset( $cache[
|
| 56 |
} else {
|
| 57 |
$count = intval( $data->publish );
|
| 58 |
|
|
@@ -62,4 +62,24 @@ class Social_Count_Plus_Posts_Counter extends Social_Count_Plus_Counter {
|
|
| 62 |
|
| 63 |
return $this->total;
|
| 64 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
}
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
+
public static $id = 'posts';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
| 52 |
$data = wp_count_posts( $post_type );
|
| 53 |
|
| 54 |
if ( is_wp_error( $data ) ) {
|
| 55 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 56 |
} else {
|
| 57 |
$count = intval( $data->publish );
|
| 58 |
|
| 62 |
|
| 63 |
return $this->total;
|
| 64 |
}
|
| 65 |
+
|
| 66 |
+
/**
|
| 67 |
+
* Get conter view.
|
| 68 |
+
*
|
| 69 |
+
* @param array $settings Plugin settings.
|
| 70 |
+
* @param int $total Counter total.
|
| 71 |
+
* @param string $text_color Text color.
|
| 72 |
+
*
|
| 73 |
+
* @return string
|
| 74 |
+
*/
|
| 75 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 76 |
+
$post_type = ( isset( $settings['posts_post_type'] ) && ! empty( $settings['posts_post_type'] ) ) ? $settings['posts_post_type'] : 'post';
|
| 77 |
+
$post_object = get_post_type_object( $post_type );
|
| 78 |
+
$url = ! empty( $settings['posts_url'] ) ? $settings['posts_url'] : get_home_url();
|
| 79 |
+
|
| 80 |
+
unset( $settings['target_blank'] );
|
| 81 |
+
unset( $settings['rel_nofollow'] );
|
| 82 |
+
|
| 83 |
+
return self::get_view_li( self::$id, $url, $total, strtolower( $post_object->label ), $text_color, $settings );
|
| 84 |
+
}
|
| 85 |
}
|
includes/counters/class-social-count-plus-soundcloud-counter.php
CHANGED
|
@@ -18,7 +18,7 @@ class Social_Count_Plus_SoundCloud_Counter extends Social_Count_Plus_Counter {
|
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
-
public $id = 'soundcloud';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
|
@@ -51,7 +51,7 @@ class Social_Count_Plus_SoundCloud_Counter extends Social_Count_Plus_Counter {
|
|
| 51 |
$this->connection = wp_remote_get( $this->api_url . $settings['soundcloud_username'] . '.json?client_id=' . $settings['soundcloud_client_id'], array( 'timeout' => 60 ) );
|
| 52 |
|
| 53 |
if ( is_wp_error( $this->connection ) || '400' <= $this->connection['response']['code'] ) {
|
| 54 |
-
$this->total = ( isset( $cache[
|
| 55 |
} else {
|
| 56 |
$response = json_decode( $this->connection['body'], true );
|
| 57 |
|
|
@@ -60,11 +60,26 @@ class Social_Count_Plus_SoundCloud_Counter extends Social_Count_Plus_Counter {
|
|
| 60 |
|
| 61 |
$this->total = $count;
|
| 62 |
} else {
|
| 63 |
-
$this->total = ( isset( $cache[
|
| 64 |
}
|
| 65 |
}
|
| 66 |
}
|
| 67 |
|
| 68 |
return $this->total;
|
| 69 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
}
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
+
public static $id = 'soundcloud';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
| 51 |
$this->connection = wp_remote_get( $this->api_url . $settings['soundcloud_username'] . '.json?client_id=' . $settings['soundcloud_client_id'], array( 'timeout' => 60 ) );
|
| 52 |
|
| 53 |
if ( is_wp_error( $this->connection ) || '400' <= $this->connection['response']['code'] ) {
|
| 54 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 55 |
} else {
|
| 56 |
$response = json_decode( $this->connection['body'], true );
|
| 57 |
|
| 60 |
|
| 61 |
$this->total = $count;
|
| 62 |
} else {
|
| 63 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 64 |
}
|
| 65 |
}
|
| 66 |
}
|
| 67 |
|
| 68 |
return $this->total;
|
| 69 |
}
|
| 70 |
+
|
| 71 |
+
/**
|
| 72 |
+
* Get conter view.
|
| 73 |
+
*
|
| 74 |
+
* @param array $settings Plugin settings.
|
| 75 |
+
* @param int $total Counter total.
|
| 76 |
+
* @param string $text_color Text color.
|
| 77 |
+
*
|
| 78 |
+
* @return string
|
| 79 |
+
*/
|
| 80 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 81 |
+
$soundcloud_username = ! empty( $settings['soundcloud_username'] ) ? $settings['soundcloud_username'] : '';
|
| 82 |
+
|
| 83 |
+
return self::get_view_li( self::$id, 'https://soundcloud.com/' . $soundcloud_username, $total, __( 'followers', 'social-count-plus' ), $text_color, $settings );
|
| 84 |
+
}
|
| 85 |
}
|
includes/counters/class-social-count-plus-steam-counter.php
CHANGED
|
@@ -18,7 +18,7 @@ class Social_Count_Plus_Steam_Counter extends Social_Count_Plus_Counter {
|
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
-
public $id = 'steam';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
|
@@ -35,7 +35,7 @@ class Social_Count_Plus_Steam_Counter extends Social_Count_Plus_Counter {
|
|
| 35 |
* @return bool
|
| 36 |
*/
|
| 37 |
public function is_available( $settings ) {
|
| 38 |
-
return
|
| 39 |
}
|
| 40 |
|
| 41 |
/**
|
|
@@ -51,7 +51,7 @@ class Social_Count_Plus_Steam_Counter extends Social_Count_Plus_Counter {
|
|
| 51 |
$this->connection = wp_remote_get( $this->api_url . $settings['steam_group_name'] . '/memberslistxml/?xml=1', array( 'timeout' => 60 ) );
|
| 52 |
|
| 53 |
if ( is_wp_error( $this->connection ) || '400' <= $this->connection['response']['code'] ) {
|
| 54 |
-
$this->total = ( isset( $cache[
|
| 55 |
} else {
|
| 56 |
try {
|
| 57 |
$xml = @new SimpleXmlElement( $this->connection['body'], LIBXML_NOCDATA );
|
|
@@ -59,11 +59,26 @@ class Social_Count_Plus_Steam_Counter extends Social_Count_Plus_Counter {
|
|
| 59 |
|
| 60 |
$this->total = $count;
|
| 61 |
} catch ( Exception $e ) {
|
| 62 |
-
$this->total = ( isset( $cache[
|
| 63 |
}
|
| 64 |
}
|
| 65 |
}
|
| 66 |
|
| 67 |
return $this->total;
|
| 68 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
}
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
+
public static $id = 'steam';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
| 35 |
* @return bool
|
| 36 |
*/
|
| 37 |
public function is_available( $settings ) {
|
| 38 |
+
return isset( $settings['steam_active'] ) && ! empty( $settings['steam_group_name'] );
|
| 39 |
}
|
| 40 |
|
| 41 |
/**
|
| 51 |
$this->connection = wp_remote_get( $this->api_url . $settings['steam_group_name'] . '/memberslistxml/?xml=1', array( 'timeout' => 60 ) );
|
| 52 |
|
| 53 |
if ( is_wp_error( $this->connection ) || '400' <= $this->connection['response']['code'] ) {
|
| 54 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 55 |
} else {
|
| 56 |
try {
|
| 57 |
$xml = @new SimpleXmlElement( $this->connection['body'], LIBXML_NOCDATA );
|
| 59 |
|
| 60 |
$this->total = $count;
|
| 61 |
} catch ( Exception $e ) {
|
| 62 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 63 |
}
|
| 64 |
}
|
| 65 |
}
|
| 66 |
|
| 67 |
return $this->total;
|
| 68 |
}
|
| 69 |
+
|
| 70 |
+
/**
|
| 71 |
+
* Get conter view.
|
| 72 |
+
*
|
| 73 |
+
* @param array $settings Plugin settings.
|
| 74 |
+
* @param int $total Counter total.
|
| 75 |
+
* @param string $text_color Text color.
|
| 76 |
+
*
|
| 77 |
+
* @return string
|
| 78 |
+
*/
|
| 79 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 80 |
+
$steam_group_name = ! empty( $settings['steam_group_name'] ) ? $settings['steam_group_name'] : '';
|
| 81 |
+
|
| 82 |
+
return self::get_view_li( self::$id, 'https://steamcommunity.com/groups/' . $steam_group_name, $total, __( 'members', 'social-count-plus' ), $text_color, $settings );
|
| 83 |
+
}
|
| 84 |
}
|
includes/counters/class-social-count-plus-tumblr-counter.php
ADDED
|
@@ -0,0 +1,189 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
| 4 |
+
exit; // Exit if accessed directly.
|
| 5 |
+
}
|
| 6 |
+
|
| 7 |
+
/**
|
| 8 |
+
* Social Count Plus Tumblr Counter.
|
| 9 |
+
*
|
| 10 |
+
* @package Social_Count_Plus/Tumblr_Counter
|
| 11 |
+
* @category Counter
|
| 12 |
+
* @author Claudio Sanches
|
| 13 |
+
*/
|
| 14 |
+
class Social_Count_Plus_Tumblr_Counter extends Social_Count_Plus_Counter {
|
| 15 |
+
|
| 16 |
+
/**
|
| 17 |
+
* Counter ID.
|
| 18 |
+
*
|
| 19 |
+
* @var string
|
| 20 |
+
*/
|
| 21 |
+
public static $id = 'tumblr';
|
| 22 |
+
|
| 23 |
+
/**
|
| 24 |
+
* API URL.
|
| 25 |
+
*
|
| 26 |
+
* @var string
|
| 27 |
+
*/
|
| 28 |
+
protected $api_url = 'https://api.tumblr.com/v2/blog/%s/followers';
|
| 29 |
+
|
| 30 |
+
/**
|
| 31 |
+
* Authorization.
|
| 32 |
+
*
|
| 33 |
+
* @param string $hostname hostname.
|
| 34 |
+
* @param string $consumer_key Ccustomer key.
|
| 35 |
+
* @param string $consumer_secret Customer secret.
|
| 36 |
+
* @param string $oaut_haccess_token OAuth access token.
|
| 37 |
+
* @param string $oauth_access_token_secret OAuth access token secret.
|
| 38 |
+
*
|
| 39 |
+
* @return string
|
| 40 |
+
*/
|
| 41 |
+
protected function authorization( $hostname, $consumer_key, $consumer_secret, $oauth_access_token, $oauth_access_token_secret ) {
|
| 42 |
+
$signature = $this->signature( $hostname, $consumer_key, $consumer_secret, $oauth_access_token, $oauth_access_token_secret );
|
| 43 |
+
|
| 44 |
+
return $this->header( $signature );
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
/**
|
| 48 |
+
* Build the Signature base string.
|
| 49 |
+
*
|
| 50 |
+
* @param string $url Request URL.
|
| 51 |
+
* @param string $query Request query.
|
| 52 |
+
* @param string $method Request method.
|
| 53 |
+
* @param string $params OAuth params.
|
| 54 |
+
*
|
| 55 |
+
* @return string OAuth Signature base.
|
| 56 |
+
*/
|
| 57 |
+
private function signature_base_string( $url, $method, $params ) {
|
| 58 |
+
$return = array();
|
| 59 |
+
ksort( $params );
|
| 60 |
+
|
| 61 |
+
foreach( $params as $key => $value ) {
|
| 62 |
+
$return[] = $key . '=' . $value;
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
+
return $method . '&' . rawurlencode( $url ) . '&' . rawurlencode( implode( '&', $return ) );
|
| 66 |
+
}
|
| 67 |
+
|
| 68 |
+
/**
|
| 69 |
+
* Build the OAuth Signature.
|
| 70 |
+
*
|
| 71 |
+
* @param string $hostname hostname.
|
| 72 |
+
* @param string $consumer_key Twitter customer key.
|
| 73 |
+
* @param string $consumer_secret Twitter customer secret.
|
| 74 |
+
* @param string $oauth_access_token OAuth access token.
|
| 75 |
+
* @param string $oauth_access_token_secret OAuth access token secret.
|
| 76 |
+
*
|
| 77 |
+
* @return array OAuth signature params.
|
| 78 |
+
*/
|
| 79 |
+
private function signature( $hostname, $consumer_key, $consumer_secret, $oauth_access_token, $oauth_access_token_secret ) {
|
| 80 |
+
$oauth = array(
|
| 81 |
+
'oauth_consumer_key' => $consumer_key,
|
| 82 |
+
'oauth_nonce' => hash_hmac( 'sha1', time(), '1', false ),
|
| 83 |
+
'oauth_signature_method' => 'HMAC-SHA1',
|
| 84 |
+
'oauth_token' => $oauth_access_token,
|
| 85 |
+
'oauth_timestamp' => time(),
|
| 86 |
+
'oauth_version' => '1.0'
|
| 87 |
+
);
|
| 88 |
+
|
| 89 |
+
$base_info = $this->signature_base_string( sprintf( $this->api_url, $hostname ), 'GET', $oauth );
|
| 90 |
+
$composite_key = rawurlencode( $consumer_secret ) . '&' . rawurlencode( $oauth_access_token_secret );
|
| 91 |
+
$oauth_signature = base64_encode( hash_hmac( 'sha1', $base_info, $composite_key, true ) );
|
| 92 |
+
$oauth['oauth_signature'] = $oauth_signature;
|
| 93 |
+
|
| 94 |
+
return $oauth;
|
| 95 |
+
}
|
| 96 |
+
|
| 97 |
+
/**
|
| 98 |
+
* Build the header.
|
| 99 |
+
*
|
| 100 |
+
* @param array $signature OAuth signature.
|
| 101 |
+
*
|
| 102 |
+
* @return string OAuth Authorization.
|
| 103 |
+
*/
|
| 104 |
+
public function header( $signature ) {
|
| 105 |
+
$return = 'OAuth ';
|
| 106 |
+
$values = array();
|
| 107 |
+
|
| 108 |
+
foreach( $signature as $key => $value ) {
|
| 109 |
+
$values[] = $key . '="' . rawurlencode( $value ) . '"';
|
| 110 |
+
}
|
| 111 |
+
|
| 112 |
+
$return .= implode( ', ', $values );
|
| 113 |
+
|
| 114 |
+
return $return;
|
| 115 |
+
}
|
| 116 |
+
|
| 117 |
+
/**
|
| 118 |
+
* Test the counter is available.
|
| 119 |
+
*
|
| 120 |
+
* @param array $settings Plugin settings.
|
| 121 |
+
*
|
| 122 |
+
* @return bool
|
| 123 |
+
*/
|
| 124 |
+
public function is_available( $settings ) {
|
| 125 |
+
return isset( $settings['tumblr_active'] ) && ! empty( $settings['tumblr_hostname'] ) && ! empty( $settings['tumblr_consumer_key'] ) && ! empty( $settings['tumblr_consumer_secret'] ) && ! empty( $settings['tumblr_token'] ) && ! empty( $settings['tumblr_token_secret'] );
|
| 126 |
+
}
|
| 127 |
+
|
| 128 |
+
/**
|
| 129 |
+
* Get the total.
|
| 130 |
+
*
|
| 131 |
+
* @param array $settings Plugin settings.
|
| 132 |
+
* @param array $cache Counter cache.
|
| 133 |
+
*
|
| 134 |
+
* @return int
|
| 135 |
+
*/
|
| 136 |
+
public function get_total( $settings, $cache ) {
|
| 137 |
+
if ( $this->is_available( $settings ) ) {
|
| 138 |
+
$hostname = str_replace( array( 'http:', 'https:', '/' ), '', sanitize_text_field( $settings['tumblr_hostname'] ) );
|
| 139 |
+
|
| 140 |
+
$params = array(
|
| 141 |
+
'method' => 'GET',
|
| 142 |
+
'timeout' => 60,
|
| 143 |
+
'headers' => array(
|
| 144 |
+
'Content-Type' => 'application/x-www-form-urlencoded',
|
| 145 |
+
'Authorization' => $this->authorization(
|
| 146 |
+
$hostname,
|
| 147 |
+
$settings['tumblr_consumer_key'],
|
| 148 |
+
$settings['tumblr_consumer_secret'],
|
| 149 |
+
$settings['tumblr_token'],
|
| 150 |
+
$settings['tumblr_token_secret']
|
| 151 |
+
)
|
| 152 |
+
)
|
| 153 |
+
);
|
| 154 |
+
|
| 155 |
+
$this->connection = wp_remote_get( sprintf( $this->api_url, $hostname ), $params );
|
| 156 |
+
|
| 157 |
+
if ( is_wp_error( $this->connection ) || ( isset( $this->connection['response']['code'] ) && 200 != $this->connection['response']['code'] ) ) {
|
| 158 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 159 |
+
} else {
|
| 160 |
+
$_data = json_decode( $this->connection['body'], true );
|
| 161 |
+
|
| 162 |
+
if ( isset( $_data['response']['total_users'] ) ) {
|
| 163 |
+
$count = intval( $_data['response']['total_users'] );
|
| 164 |
+
|
| 165 |
+
$this->total = $count;
|
| 166 |
+
} else {
|
| 167 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 168 |
+
}
|
| 169 |
+
}
|
| 170 |
+
}
|
| 171 |
+
|
| 172 |
+
return $this->total;
|
| 173 |
+
}
|
| 174 |
+
|
| 175 |
+
/**
|
| 176 |
+
* Get conter view.
|
| 177 |
+
*
|
| 178 |
+
* @param array $settings Plugin settings.
|
| 179 |
+
* @param int $total Counter total.
|
| 180 |
+
* @param string $text_color Text color.
|
| 181 |
+
*
|
| 182 |
+
* @return string
|
| 183 |
+
*/
|
| 184 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 185 |
+
$tumblr_hostname = ! empty( $settings['tumblr_hostname'] ) ? $settings['tumblr_hostname'] : '';
|
| 186 |
+
|
| 187 |
+
return self::get_view_li( self::$id, $tumblr_hostname, $total, __( 'followers', 'social-count-plus' ), $text_color, $settings );
|
| 188 |
+
}
|
| 189 |
+
}
|
includes/counters/class-social-count-plus-twitch-counter.php
CHANGED
|
@@ -18,14 +18,14 @@ class Social_Count_Plus_Twitch_Counter extends Social_Count_Plus_Counter {
|
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
-
public $id = 'twitch';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
| 25 |
*
|
| 26 |
* @var string
|
| 27 |
*/
|
| 28 |
-
protected $api_url = 'https://api.twitch.tv/kraken/
|
| 29 |
|
| 30 |
/**
|
| 31 |
* Test the counter is available.
|
|
@@ -48,23 +48,45 @@ class Social_Count_Plus_Twitch_Counter extends Social_Count_Plus_Counter {
|
|
| 48 |
*/
|
| 49 |
public function get_total( $settings, $cache ) {
|
| 50 |
if ( $this->is_available( $settings ) ) {
|
| 51 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
|
| 53 |
if ( is_wp_error( $this->connection ) || ( isset( $this->connection['response']['code'] ) && 200 != $this->connection['response']['code'] ) ) {
|
| 54 |
-
$this->total = ( isset( $cache[
|
| 55 |
} else {
|
| 56 |
$_data = json_decode( $this->connection['body'], true );
|
| 57 |
|
| 58 |
-
if ( isset( $_data['
|
| 59 |
-
$count = intval( $_data['
|
| 60 |
|
| 61 |
$this->total = $count;
|
| 62 |
} else {
|
| 63 |
-
$this->total = ( isset( $cache[
|
| 64 |
}
|
| 65 |
}
|
| 66 |
}
|
| 67 |
|
| 68 |
return $this->total;
|
| 69 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
}
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
+
public static $id = 'twitch';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
| 25 |
*
|
| 26 |
* @var string
|
| 27 |
*/
|
| 28 |
+
protected $api_url = 'https://api.twitch.tv/kraken/channels/';
|
| 29 |
|
| 30 |
/**
|
| 31 |
* Test the counter is available.
|
| 48 |
*/
|
| 49 |
public function get_total( $settings, $cache ) {
|
| 50 |
if ( $this->is_available( $settings ) ) {
|
| 51 |
+
$params = array(
|
| 52 |
+
'timeout' => 60,
|
| 53 |
+
'headers' => array(
|
| 54 |
+
'accept' => 'application/vnd.twitchtv.v3+json'
|
| 55 |
+
)
|
| 56 |
+
);
|
| 57 |
+
|
| 58 |
+
$this->connection = wp_remote_get( $this->api_url . sanitize_text_field( $settings['twitch_username'] ), $params );
|
| 59 |
|
| 60 |
if ( is_wp_error( $this->connection ) || ( isset( $this->connection['response']['code'] ) && 200 != $this->connection['response']['code'] ) ) {
|
| 61 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 62 |
} else {
|
| 63 |
$_data = json_decode( $this->connection['body'], true );
|
| 64 |
|
| 65 |
+
if ( isset( $_data['followers'] ) ) {
|
| 66 |
+
$count = intval( $_data['followers'] );
|
| 67 |
|
| 68 |
$this->total = $count;
|
| 69 |
} else {
|
| 70 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 71 |
}
|
| 72 |
}
|
| 73 |
}
|
| 74 |
|
| 75 |
return $this->total;
|
| 76 |
}
|
| 77 |
+
|
| 78 |
+
/**
|
| 79 |
+
* Get conter view.
|
| 80 |
+
*
|
| 81 |
+
* @param array $settings Plugin settings.
|
| 82 |
+
* @param int $total Counter total.
|
| 83 |
+
* @param string $text_color Text color.
|
| 84 |
+
*
|
| 85 |
+
* @return string
|
| 86 |
+
*/
|
| 87 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 88 |
+
$twitch_username = ! empty( $settings['twitch_username'] ) ? $settings['twitch_username'] : '';
|
| 89 |
+
|
| 90 |
+
return self::get_view_li( self::$id, 'http://www.twitch.tv/' . $twitch_username . '/profile', $total, __( 'followers', 'social-count-plus' ), $text_color, $settings );
|
| 91 |
+
}
|
| 92 |
}
|
includes/counters/class-social-count-plus-twitter-counter.php
CHANGED
|
@@ -18,7 +18,7 @@ class Social_Count_Plus_Twitter_Counter extends Social_Count_Plus_Counter {
|
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
-
public $id = 'twitter';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
|
@@ -156,7 +156,7 @@ class Social_Count_Plus_Twitter_Counter extends Social_Count_Plus_Counter {
|
|
| 156 |
$this->connection = wp_remote_get( $this->api_url . '?screen_name=' . $user, $params );
|
| 157 |
|
| 158 |
if ( is_wp_error( $this->connection ) ) {
|
| 159 |
-
$this->total = ( isset( $cache[
|
| 160 |
} else {
|
| 161 |
$_data = json_decode( $this->connection['body'], true );
|
| 162 |
|
|
@@ -165,11 +165,26 @@ class Social_Count_Plus_Twitter_Counter extends Social_Count_Plus_Counter {
|
|
| 165 |
|
| 166 |
$this->total = $count;
|
| 167 |
} else {
|
| 168 |
-
$this->total = ( isset( $cache[
|
| 169 |
}
|
| 170 |
}
|
| 171 |
}
|
| 172 |
|
| 173 |
return $this->total;
|
| 174 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
}
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
+
public static $id = 'twitter';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
| 156 |
$this->connection = wp_remote_get( $this->api_url . '?screen_name=' . $user, $params );
|
| 157 |
|
| 158 |
if ( is_wp_error( $this->connection ) ) {
|
| 159 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 160 |
} else {
|
| 161 |
$_data = json_decode( $this->connection['body'], true );
|
| 162 |
|
| 165 |
|
| 166 |
$this->total = $count;
|
| 167 |
} else {
|
| 168 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 169 |
}
|
| 170 |
}
|
| 171 |
}
|
| 172 |
|
| 173 |
return $this->total;
|
| 174 |
}
|
| 175 |
+
|
| 176 |
+
/**
|
| 177 |
+
* Get conter view.
|
| 178 |
+
*
|
| 179 |
+
* @param array $settings Plugin settings.
|
| 180 |
+
* @param int $total Counter total.
|
| 181 |
+
* @param string $text_color Text color.
|
| 182 |
+
*
|
| 183 |
+
* @return string
|
| 184 |
+
*/
|
| 185 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 186 |
+
$twitter_user = ! empty( $settings['twitter_user'] ) ? $settings['twitter_user'] : '';
|
| 187 |
+
|
| 188 |
+
return self::get_view_li( self::$id, 'https://twitter.com/' . $twitter_user, $total, __( 'followers', 'social-count-plus' ), $text_color, $settings );
|
| 189 |
+
}
|
| 190 |
}
|
includes/counters/class-social-count-plus-users-counter.php
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
| 4 |
+
exit; // Exit if accessed directly.
|
| 5 |
+
}
|
| 6 |
+
|
| 7 |
+
/**
|
| 8 |
+
* Social Count Plus Users Counter.
|
| 9 |
+
*
|
| 10 |
+
* @package Social_Count_Plus/Users_Counter
|
| 11 |
+
* @category Counter
|
| 12 |
+
* @author Claudio Sanches
|
| 13 |
+
*/
|
| 14 |
+
class Social_Count_Plus_Users_Counter extends Social_Count_Plus_Counter {
|
| 15 |
+
|
| 16 |
+
/**
|
| 17 |
+
* Counter ID.
|
| 18 |
+
*
|
| 19 |
+
* @var string
|
| 20 |
+
*/
|
| 21 |
+
public static $id = 'users';
|
| 22 |
+
|
| 23 |
+
/**
|
| 24 |
+
* API URL.
|
| 25 |
+
*
|
| 26 |
+
* @var string
|
| 27 |
+
*/
|
| 28 |
+
protected $api_url = '';
|
| 29 |
+
|
| 30 |
+
/**
|
| 31 |
+
* Test the counter is available.
|
| 32 |
+
*
|
| 33 |
+
* @param array $settings Plugin settings.
|
| 34 |
+
*
|
| 35 |
+
* @return bool
|
| 36 |
+
*/
|
| 37 |
+
public function is_available( $settings ) {
|
| 38 |
+
return isset( $settings['users_active'] ) && ! empty( $settings['users_user_role'] );
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
/**
|
| 42 |
+
* Get the total.
|
| 43 |
+
*
|
| 44 |
+
* @param array $settings Plugin settings.
|
| 45 |
+
* @param array $cache Counter cache.
|
| 46 |
+
*
|
| 47 |
+
* @return int
|
| 48 |
+
*/
|
| 49 |
+
public function get_total( $settings, $cache ) {
|
| 50 |
+
if ( $this->is_available( $settings ) ) {
|
| 51 |
+
$users = count_users();
|
| 52 |
+
|
| 53 |
+
if ( ! empty( $users['avail_roles'][ $settings['users_user_role'] ] ) ) {
|
| 54 |
+
$this->total = intval( $users['avail_roles'][ $settings['users_user_role'] ] );
|
| 55 |
+
} else {
|
| 56 |
+
$this->total = 0;
|
| 57 |
+
}
|
| 58 |
+
}
|
| 59 |
+
|
| 60 |
+
return $this->total;
|
| 61 |
+
}
|
| 62 |
+
|
| 63 |
+
/**
|
| 64 |
+
* Get conter view.
|
| 65 |
+
*
|
| 66 |
+
* @param array $settings Plugin settings.
|
| 67 |
+
* @param int $total Counter total.
|
| 68 |
+
* @param string $text_color Text color.
|
| 69 |
+
*
|
| 70 |
+
* @return string
|
| 71 |
+
*/
|
| 72 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 73 |
+
$url = ! empty( $settings['users_url'] ) ? $settings['users_url'] : get_home_url();
|
| 74 |
+
$label = ! empty( $settings['users_label'] ) ? $settings['users_label'] : __( 'users', 'social-count-plus' );
|
| 75 |
+
|
| 76 |
+
unset( $settings['target_blank'] );
|
| 77 |
+
unset( $settings['rel_nofollow'] );
|
| 78 |
+
|
| 79 |
+
return self::get_view_li( self::$id, $url, $total, $label, $text_color, $settings );
|
| 80 |
+
}
|
| 81 |
+
}
|
includes/counters/class-social-count-plus-vimeo-counter.php
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
| 4 |
+
exit; // Exit if accessed directly.
|
| 5 |
+
}
|
| 6 |
+
|
| 7 |
+
/**
|
| 8 |
+
* Social Count Plus Vimeo Counter.
|
| 9 |
+
*
|
| 10 |
+
* @package Social_Count_Plus/Vimeo_Counter
|
| 11 |
+
* @category Counter
|
| 12 |
+
* @author Claudio Sanches
|
| 13 |
+
*/
|
| 14 |
+
class Social_Count_Plus_Vimeo_Counter extends Social_Count_Plus_Counter {
|
| 15 |
+
|
| 16 |
+
/**
|
| 17 |
+
* Counter ID.
|
| 18 |
+
*
|
| 19 |
+
* @var string
|
| 20 |
+
*/
|
| 21 |
+
public static $id = 'vimeo';
|
| 22 |
+
|
| 23 |
+
/**
|
| 24 |
+
* API URL.
|
| 25 |
+
*
|
| 26 |
+
* @var string
|
| 27 |
+
*/
|
| 28 |
+
protected $api_url = 'https://vimeo.com/api/v2/%s/info.json';
|
| 29 |
+
|
| 30 |
+
/**
|
| 31 |
+
* Test the counter is available.
|
| 32 |
+
*
|
| 33 |
+
* @param array $settings Plugin settings.
|
| 34 |
+
*
|
| 35 |
+
* @return bool
|
| 36 |
+
*/
|
| 37 |
+
public function is_available( $settings ) {
|
| 38 |
+
return isset( $settings['vimeo_active'] ) && ! empty( $settings['vimeo_username'] );
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
/**
|
| 42 |
+
* Get the total.
|
| 43 |
+
*
|
| 44 |
+
* @param array $settings Plugin settings.
|
| 45 |
+
* @param array $cache Counter cache.
|
| 46 |
+
*
|
| 47 |
+
* @return int
|
| 48 |
+
*/
|
| 49 |
+
public function get_total( $settings, $cache ) {
|
| 50 |
+
if ( $this->is_available( $settings ) ) {
|
| 51 |
+
$this->connection = wp_remote_get( sprintf( $this->api_url, sanitize_text_field( $settings['vimeo_username'] ) ), array( 'timeout' => 60 ) );
|
| 52 |
+
|
| 53 |
+
if ( is_wp_error( $this->connection ) || 200 != $this->connection['response']['code'] ) {
|
| 54 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 55 |
+
} else {
|
| 56 |
+
$_data = json_decode( $this->connection['body'], true );
|
| 57 |
+
|
| 58 |
+
if ( isset( $_data['total_contacts'] ) ) {
|
| 59 |
+
$count = intval( $_data['total_contacts'] );
|
| 60 |
+
|
| 61 |
+
$this->total = $count;
|
| 62 |
+
} else {
|
| 63 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 64 |
+
}
|
| 65 |
+
}
|
| 66 |
+
}
|
| 67 |
+
|
| 68 |
+
return $this->total;
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
+
/**
|
| 72 |
+
* Get conter view.
|
| 73 |
+
*
|
| 74 |
+
* @param array $settings Plugin settings.
|
| 75 |
+
* @param int $total Counter total.
|
| 76 |
+
* @param string $text_color Text color.
|
| 77 |
+
*
|
| 78 |
+
* @return string
|
| 79 |
+
*/
|
| 80 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 81 |
+
$vimeo_username = ! empty( $settings['vimeo_username'] ) ? $settings['vimeo_username'] : '';
|
| 82 |
+
|
| 83 |
+
return self::get_view_li( self::$id, 'https://vimeo.com/' . $vimeo_username, $total, __( 'followers', 'social-count-plus' ), $text_color, $settings );
|
| 84 |
+
}
|
| 85 |
+
}
|
includes/counters/class-social-count-plus-youtube-counter.php
CHANGED
|
@@ -18,7 +18,7 @@ class Social_Count_Plus_YouTube_Counter extends Social_Count_Plus_Counter {
|
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
-
public $id = 'youtube';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
|
@@ -35,7 +35,7 @@ class Social_Count_Plus_YouTube_Counter extends Social_Count_Plus_Counter {
|
|
| 35 |
* @return bool
|
| 36 |
*/
|
| 37 |
public function is_available( $settings ) {
|
| 38 |
-
return
|
| 39 |
}
|
| 40 |
|
| 41 |
/**
|
|
@@ -58,7 +58,7 @@ class Social_Count_Plus_YouTube_Counter extends Social_Count_Plus_Counter {
|
|
| 58 |
$this->connection = wp_remote_get( $url, array( 'timeout' => 60 ) );
|
| 59 |
|
| 60 |
if ( is_wp_error( $this->connection ) || 400 <= $this->connection['response']['code'] ) {
|
| 61 |
-
$this->total = ( isset( $cache[
|
| 62 |
} else {
|
| 63 |
$_data = json_decode( $this->connection['body'], true );
|
| 64 |
|
|
@@ -67,11 +67,26 @@ class Social_Count_Plus_YouTube_Counter extends Social_Count_Plus_Counter {
|
|
| 67 |
|
| 68 |
$this->total = $count;
|
| 69 |
} else {
|
| 70 |
-
$this->total = ( isset( $cache[
|
| 71 |
}
|
| 72 |
}
|
| 73 |
}
|
| 74 |
|
| 75 |
return $this->total;
|
| 76 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
}
|
| 18 |
*
|
| 19 |
* @var string
|
| 20 |
*/
|
| 21 |
+
public static $id = 'youtube';
|
| 22 |
|
| 23 |
/**
|
| 24 |
* API URL.
|
| 35 |
* @return bool
|
| 36 |
*/
|
| 37 |
public function is_available( $settings ) {
|
| 38 |
+
return isset( $settings['youtube_active'] ) && ! empty( $settings['youtube_user'] ) && ! empty( $settings['youtube_api_key'] );
|
| 39 |
}
|
| 40 |
|
| 41 |
/**
|
| 58 |
$this->connection = wp_remote_get( $url, array( 'timeout' => 60 ) );
|
| 59 |
|
| 60 |
if ( is_wp_error( $this->connection ) || 400 <= $this->connection['response']['code'] ) {
|
| 61 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 62 |
} else {
|
| 63 |
$_data = json_decode( $this->connection['body'], true );
|
| 64 |
|
| 67 |
|
| 68 |
$this->total = $count;
|
| 69 |
} else {
|
| 70 |
+
$this->total = ( isset( $cache[ self::$id ] ) ) ? $cache[ self::$id ] : 0;
|
| 71 |
}
|
| 72 |
}
|
| 73 |
}
|
| 74 |
|
| 75 |
return $this->total;
|
| 76 |
}
|
| 77 |
+
|
| 78 |
+
/**
|
| 79 |
+
* Get conter view.
|
| 80 |
+
*
|
| 81 |
+
* @param array $settings Plugin settings.
|
| 82 |
+
* @param int $total Counter total.
|
| 83 |
+
* @param string $text_color Text color.
|
| 84 |
+
*
|
| 85 |
+
* @return string
|
| 86 |
+
*/
|
| 87 |
+
public static function get_view( $settings, $total, $text_color ) {
|
| 88 |
+
$youtube_url = ! empty( $settings['youtube_url'] ) ? $settings['youtube_url'] : '';
|
| 89 |
+
|
| 90 |
+
return self::get_view_li( self::$id, $youtube_url, $total, __( 'subscribers', 'social-count-plus' ), $text_color, $settings );
|
| 91 |
+
}
|
| 92 |
}
|
includes/social-count-plus-deprecated-functions.php
ADDED
|
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
| 4 |
+
exit; // Exit if accessed directly.
|
| 5 |
+
}
|
| 6 |
+
|
| 7 |
+
/**
|
| 8 |
+
* FeedBurner counter function.
|
| 9 |
+
*
|
| 10 |
+
* This functions is deprecated.
|
| 11 |
+
*
|
| 12 |
+
* @deprecated since ever!
|
| 13 |
+
*
|
| 14 |
+
* @return int FeedBurner count.
|
| 15 |
+
*/
|
| 16 |
+
function get_scp_feed() {
|
| 17 |
+
_deprecated_function( 'get_scp_feed', 'ever!' );
|
| 18 |
+
|
| 19 |
+
return 0;
|
| 20 |
+
}
|
| 21 |
+
|
| 22 |
+
/**
|
| 23 |
+
* Twitter counter function.
|
| 24 |
+
*
|
| 25 |
+
* @deprecated since 3.2.0
|
| 26 |
+
*
|
| 27 |
+
* @return int Twitter count.
|
| 28 |
+
*/
|
| 29 |
+
function get_scp_twitter() {
|
| 30 |
+
_deprecated_function( 'get_scp_twitter', '3.2.0', 'get_scp_counter' );
|
| 31 |
+
|
| 32 |
+
$count = Social_Count_Plus_Generator::get_count();
|
| 33 |
+
|
| 34 |
+
return $count['twitter'];
|
| 35 |
+
}
|
| 36 |
+
|
| 37 |
+
/**
|
| 38 |
+
* Facebook counter function.
|
| 39 |
+
*
|
| 40 |
+
* @deprecated since 3.2.0
|
| 41 |
+
*
|
| 42 |
+
* @return int Facebook count.
|
| 43 |
+
*/
|
| 44 |
+
function get_scp_facebook() {
|
| 45 |
+
_deprecated_function( 'get_scp_facebook', '3.2.0', 'get_scp_counter' );
|
| 46 |
+
|
| 47 |
+
$count = Social_Count_Plus_Generator::get_count();
|
| 48 |
+
|
| 49 |
+
return $count['facebook'];
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
/**
|
| 53 |
+
* YouTube counter function.
|
| 54 |
+
*
|
| 55 |
+
* @deprecated since 3.2.0
|
| 56 |
+
*
|
| 57 |
+
* @return int YouTube count.
|
| 58 |
+
*/
|
| 59 |
+
function get_scp_youtube() {
|
| 60 |
+
_deprecated_function( 'get_scp_youtube', '3.2.0', 'get_scp_counter' );
|
| 61 |
+
|
| 62 |
+
$count = Social_Count_Plus_Generator::get_count();
|
| 63 |
+
|
| 64 |
+
return $count['youtube'];
|
| 65 |
+
}
|
| 66 |
+
|
| 67 |
+
/**
|
| 68 |
+
* Google Plus counter function.
|
| 69 |
+
*
|
| 70 |
+
* @deprecated since 3.2.0
|
| 71 |
+
*
|
| 72 |
+
* @return int Google Plus count.
|
| 73 |
+
*/
|
| 74 |
+
function get_scp_googleplus() {
|
| 75 |
+
_deprecated_function( 'get_scp_googleplus', '3.2.0', 'get_scp_counter' );
|
| 76 |
+
|
| 77 |
+
$count = Social_Count_Plus_Generator::get_count();
|
| 78 |
+
|
| 79 |
+
return $count['googleplus'];
|
| 80 |
+
}
|
| 81 |
+
|
| 82 |
+
/**
|
| 83 |
+
* Instagram counter function.
|
| 84 |
+
*
|
| 85 |
+
* @deprecated since 3.2.0
|
| 86 |
+
*
|
| 87 |
+
* @return int Instagram Plus count.
|
| 88 |
+
*/
|
| 89 |
+
function get_scp_instagram() {
|
| 90 |
+
_deprecated_function( 'get_scp_instagram', '3.2.0', 'get_scp_counter' );
|
| 91 |
+
|
| 92 |
+
$count = Social_Count_Plus_Generator::get_count();
|
| 93 |
+
|
| 94 |
+
return $count['instagram'];
|
| 95 |
+
}
|
| 96 |
+
|
| 97 |
+
/**
|
| 98 |
+
* SoundCloud counter function.
|
| 99 |
+
*
|
| 100 |
+
* @deprecated since 3.2.0
|
| 101 |
+
*
|
| 102 |
+
* @return int SoundCloud Plus count.
|
| 103 |
+
*/
|
| 104 |
+
function get_scp_soundcloud() {
|
| 105 |
+
_deprecated_function( 'get_scp_soundcloud', '3.2.0', 'get_scp_counter' );
|
| 106 |
+
|
| 107 |
+
$count = Social_Count_Plus_Generator::get_count();
|
| 108 |
+
|
| 109 |
+
return $count['soundcloud'];
|
| 110 |
+
}
|
| 111 |
+
|
| 112 |
+
/**
|
| 113 |
+
* Twitch counter function.
|
| 114 |
+
*
|
| 115 |
+
* @deprecated since 3.2.0
|
| 116 |
+
*
|
| 117 |
+
* @return int Twitch count.
|
| 118 |
+
*/
|
| 119 |
+
function get_scp_twitch() {
|
| 120 |
+
_deprecated_function( 'get_scp_twitch', '3.2.0', 'get_scp_counter' );
|
| 121 |
+
|
| 122 |
+
$count = Social_Count_Plus_Generator::get_count();
|
| 123 |
+
|
| 124 |
+
return $count['twitch'];
|
| 125 |
+
}
|
| 126 |
+
|
| 127 |
+
/**
|
| 128 |
+
* Steam Community member counter function.
|
| 129 |
+
*
|
| 130 |
+
* @deprecated since 3.2.0
|
| 131 |
+
*
|
| 132 |
+
* @return int Steam Community group member count.
|
| 133 |
+
*/
|
| 134 |
+
function get_scp_steam() {
|
| 135 |
+
_deprecated_function( 'get_scp_steam', '3.2.0', 'get_scp_counter' );
|
| 136 |
+
|
| 137 |
+
$count = Social_Count_Plus_Generator::get_count();
|
| 138 |
+
|
| 139 |
+
return $count['steam'];
|
| 140 |
+
}
|
| 141 |
+
|
| 142 |
+
/**
|
| 143 |
+
* Posts counter function.
|
| 144 |
+
*
|
| 145 |
+
* @deprecated since 3.2.0
|
| 146 |
+
*
|
| 147 |
+
* @return int Posts count.
|
| 148 |
+
*/
|
| 149 |
+
function get_scp_posts() {
|
| 150 |
+
_deprecated_function( 'get_scp_posts', '3.2.0', 'get_scp_counter' );
|
| 151 |
+
|
| 152 |
+
$count = Social_Count_Plus_Generator::get_count();
|
| 153 |
+
|
| 154 |
+
return $count['posts'];
|
| 155 |
+
}
|
| 156 |
+
|
| 157 |
+
/**
|
| 158 |
+
* Comments counter function.
|
| 159 |
+
*
|
| 160 |
+
* @deprecated since 3.2.0
|
| 161 |
+
*
|
| 162 |
+
* @return int Comments count.
|
| 163 |
+
*/
|
| 164 |
+
function get_scp_comments() {
|
| 165 |
+
_deprecated_function( 'get_scp_comments', '3.2.0', 'get_scp_counter' );
|
| 166 |
+
|
| 167 |
+
$count = Social_Count_Plus_Generator::get_count();
|
| 168 |
+
|
| 169 |
+
return $count['comments'];
|
| 170 |
+
}
|
includes/social-count-plus-functions.php
CHANGED
|
@@ -5,143 +5,34 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
| 5 |
}
|
| 6 |
|
| 7 |
/**
|
| 8 |
-
*
|
| 9 |
-
*
|
| 10 |
-
* This functions is deprecated.
|
| 11 |
-
*
|
| 12 |
-
* @deprecated since ever!
|
| 13 |
-
*
|
| 14 |
-
* @return int FeedBurner count.
|
| 15 |
-
*/
|
| 16 |
-
function get_scp_feed() {
|
| 17 |
-
return 0;
|
| 18 |
-
}
|
| 19 |
-
|
| 20 |
-
/**
|
| 21 |
-
* Twitter counter function.
|
| 22 |
-
*
|
| 23 |
-
* @return int Twitter count.
|
| 24 |
-
*/
|
| 25 |
-
function get_scp_twitter() {
|
| 26 |
-
$count = Social_Count_Plus_Generator::get_count();
|
| 27 |
-
|
| 28 |
-
return $count['twitter'];
|
| 29 |
-
}
|
| 30 |
-
|
| 31 |
-
/**
|
| 32 |
-
* Facebook counter function.
|
| 33 |
-
*
|
| 34 |
-
* @return int Facebook count.
|
| 35 |
-
*/
|
| 36 |
-
function get_scp_facebook() {
|
| 37 |
-
$count = Social_Count_Plus_Generator::get_count();
|
| 38 |
-
|
| 39 |
-
return $count['facebook'];
|
| 40 |
-
}
|
| 41 |
-
|
| 42 |
-
/**
|
| 43 |
-
* YouTube counter function.
|
| 44 |
-
*
|
| 45 |
-
* @return int YouTube count.
|
| 46 |
-
*/
|
| 47 |
-
function get_scp_youtube() {
|
| 48 |
-
$count = Social_Count_Plus_Generator::get_count();
|
| 49 |
-
|
| 50 |
-
return $count['youtube'];
|
| 51 |
-
}
|
| 52 |
-
|
| 53 |
-
/**
|
| 54 |
-
* Google Plus counter function.
|
| 55 |
-
*
|
| 56 |
-
* @return int Google Plus count.
|
| 57 |
-
*/
|
| 58 |
-
function get_scp_googleplus() {
|
| 59 |
-
$count = Social_Count_Plus_Generator::get_count();
|
| 60 |
-
|
| 61 |
-
return $count['googleplus'];
|
| 62 |
-
}
|
| 63 |
-
|
| 64 |
-
/**
|
| 65 |
-
* Instagram counter function.
|
| 66 |
-
*
|
| 67 |
-
* @return int Instagram Plus count.
|
| 68 |
-
*/
|
| 69 |
-
function get_scp_instagram() {
|
| 70 |
-
$count = Social_Count_Plus_Generator::get_count();
|
| 71 |
-
|
| 72 |
-
return $count['instagram'];
|
| 73 |
-
}
|
| 74 |
-
|
| 75 |
-
/**
|
| 76 |
-
* SoundCloud counter function.
|
| 77 |
-
*
|
| 78 |
-
* @return int SoundCloud Plus count.
|
| 79 |
-
*/
|
| 80 |
-
function get_scp_soundcloud() {
|
| 81 |
-
$count = Social_Count_Plus_Generator::get_count();
|
| 82 |
-
|
| 83 |
-
return $count['soundcloud'];
|
| 84 |
-
}
|
| 85 |
-
|
| 86 |
-
/**
|
| 87 |
-
* Twitch counter function.
|
| 88 |
-
*
|
| 89 |
-
* @return int Twitch Plus count.
|
| 90 |
-
*/
|
| 91 |
-
function get_scp_twitch() {
|
| 92 |
-
$count = Social_Count_Plus_Generator::get_count();
|
| 93 |
-
|
| 94 |
-
return $count['twitch'];
|
| 95 |
-
}
|
| 96 |
-
|
| 97 |
-
/**
|
| 98 |
-
* Steam Community member counter function.
|
| 99 |
*
|
| 100 |
-
* @return
|
| 101 |
*/
|
| 102 |
-
function
|
| 103 |
$count = Social_Count_Plus_Generator::get_count();
|
| 104 |
|
| 105 |
-
return $count
|
| 106 |
}
|
| 107 |
|
| 108 |
/**
|
| 109 |
-
*
|
| 110 |
*
|
| 111 |
-
* @
|
| 112 |
-
*/
|
| 113 |
-
function get_scp_posts() {
|
| 114 |
-
$count = Social_Count_Plus_Generator::get_count();
|
| 115 |
-
|
| 116 |
-
return $count['posts'];
|
| 117 |
-
}
|
| 118 |
-
|
| 119 |
-
/**
|
| 120 |
-
* Comments counter function.
|
| 121 |
*
|
| 122 |
-
* @return int
|
| 123 |
*/
|
| 124 |
-
function
|
| 125 |
-
$count =
|
| 126 |
|
| 127 |
-
return $count[
|
| 128 |
}
|
| 129 |
|
| 130 |
-
/**
|
| 131 |
-
* All counters function.
|
| 132 |
-
*
|
| 133 |
-
* @return array All counts.
|
| 134 |
-
*/
|
| 135 |
-
function get_scp_all() {
|
| 136 |
-
$count = Social_Count_Plus_Generator::get_count();
|
| 137 |
-
|
| 138 |
-
return $count;
|
| 139 |
-
}
|
| 140 |
|
| 141 |
/**
|
| 142 |
-
*
|
| 143 |
*
|
| 144 |
-
* @return
|
| 145 |
*/
|
| 146 |
function get_scp_widget() {
|
| 147 |
return Social_Count_Plus_View::get_view();
|
| 5 |
}
|
| 6 |
|
| 7 |
/**
|
| 8 |
+
* All counters function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
*
|
| 10 |
+
* @return array All counts.
|
| 11 |
*/
|
| 12 |
+
function get_scp_all() {
|
| 13 |
$count = Social_Count_Plus_Generator::get_count();
|
| 14 |
|
| 15 |
+
return $count;
|
| 16 |
}
|
| 17 |
|
| 18 |
/**
|
| 19 |
+
* Get counter function.
|
| 20 |
*
|
| 21 |
+
* @param string $counter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
*
|
| 23 |
+
* @return int
|
| 24 |
*/
|
| 25 |
+
function get_scp_counter( $counter = '' ) {
|
| 26 |
+
$count = get_scp_all();
|
| 27 |
|
| 28 |
+
return isset( $count[ $counter ] ) ? $count[ $counter ] : 0;
|
| 29 |
}
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
/**
|
| 33 |
+
* Get widget counter function.
|
| 34 |
*
|
| 35 |
+
* @return string Widget count.
|
| 36 |
*/
|
| 37 |
function get_scp_widget() {
|
| 38 |
return Social_Count_Plus_View::get_view();
|
languages/social-count-plus-es_AR.mo
CHANGED
|
Binary file
|
languages/social-count-plus-es_AR.po
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
# Copyright (C) 2015 Claudio Sanches
|
| 2 |
# This file is distributed under the GPLv2 or later.
|
| 3 |
# Translators:
|
| 4 |
msgid ""
|
| 5 |
msgstr ""
|
| 6 |
"Project-Id-Version: Social Count Plus\n"
|
| 7 |
"Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
|
| 8 |
-
"POT-Creation-Date: 2015-
|
| 9 |
-
"PO-Revision-Date: 2015-
|
| 10 |
"Last-Translator: Claudio Sanches <contato@claudiosmweb.com>\n"
|
| 11 |
"Language-Team: Spanish (Argentina) (http://www.transifex.com/claudiosmweb/social-count-plus/language/es_AR/)\n"
|
| 12 |
"MIME-Version: 1.0\n"
|
|
@@ -17,151 +17,117 @@ msgstr ""
|
|
| 17 |
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
| 18 |
|
| 19 |
#: includes/admin/class-social-count-plus-admin.php:66
|
| 20 |
-
msgid "Create an App on Twitter in %s and get this
|
| 21 |
msgstr ""
|
| 22 |
|
| 23 |
#: includes/admin/class-social-count-plus-admin.php:68
|
| 24 |
-
msgid "Create an App on Facebook in %s and get this
|
| 25 |
msgstr ""
|
| 26 |
|
| 27 |
#: includes/admin/class-social-count-plus-admin.php:70
|
| 28 |
-
msgid "Get the this
|
| 29 |
msgstr ""
|
| 30 |
|
| 31 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
#: includes/admin/class-social-count-plus-admin.php:78
|
| 37 |
-
msgid "Display Twitter counter"
|
| 38 |
msgstr ""
|
| 39 |
|
| 40 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 41 |
-
#: includes/admin/
|
| 42 |
-
msgid "
|
| 43 |
msgstr ""
|
| 44 |
|
| 45 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 46 |
-
msgid "
|
| 47 |
msgstr ""
|
| 48 |
|
| 49 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 50 |
-
#: includes/admin/
|
| 51 |
-
|
|
|
|
| 52 |
msgstr ""
|
| 53 |
|
| 54 |
#: includes/admin/class-social-count-plus-admin.php:92
|
| 55 |
-
#: includes/admin/
|
| 56 |
-
msgid "Twitter Consumer secret"
|
| 57 |
-
msgstr ""
|
| 58 |
-
|
| 59 |
-
#: includes/admin/class-social-count-plus-admin.php:97
|
| 60 |
-
#: includes/admin/views/html-settings-page.php:27
|
| 61 |
-
msgid "Twitter Access token"
|
| 62 |
-
msgstr ""
|
| 63 |
-
|
| 64 |
-
#: includes/admin/class-social-count-plus-admin.php:102
|
| 65 |
-
#: includes/admin/views/html-settings-page.php:28
|
| 66 |
-
msgid "Twitter Access token secret"
|
| 67 |
-
msgstr ""
|
| 68 |
-
|
| 69 |
-
#: includes/admin/class-social-count-plus-admin.php:109
|
| 70 |
-
#: includes/admin/class-social-count-plus-admin.php:886
|
| 71 |
msgid "Facebook"
|
| 72 |
msgstr ""
|
| 73 |
|
| 74 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 75 |
-
msgid "Display Facebook
|
| 76 |
msgstr ""
|
| 77 |
|
| 78 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 79 |
msgid "Facebook Page ID"
|
| 80 |
msgstr ""
|
| 81 |
|
| 82 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 83 |
msgid "ID Facebook page. Must be the numeric ID or your page slug."
|
| 84 |
msgstr ""
|
| 85 |
|
| 86 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 87 |
msgid ""
|
| 88 |
-
"You can find this
|
| 89 |
-
"
|
| 90 |
msgstr ""
|
| 91 |
|
| 92 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 93 |
msgid "or"
|
| 94 |
msgstr ""
|
| 95 |
|
| 96 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 97 |
msgid "Facebook App ID"
|
| 98 |
msgstr ""
|
| 99 |
|
| 100 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 101 |
msgid "Facebook App Secret"
|
| 102 |
msgstr ""
|
| 103 |
|
| 104 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 105 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 106 |
-
msgid "
|
| 107 |
-
msgstr ""
|
| 108 |
-
|
| 109 |
-
#: includes/admin/class-social-count-plus-admin.php:141
|
| 110 |
-
msgid "Display YouTube counter"
|
| 111 |
-
msgstr ""
|
| 112 |
-
|
| 113 |
-
#: includes/admin/class-social-count-plus-admin.php:145
|
| 114 |
-
msgid "YouTube Channel ID"
|
| 115 |
-
msgstr ""
|
| 116 |
-
|
| 117 |
-
#: includes/admin/class-social-count-plus-admin.php:147
|
| 118 |
-
msgid "Insert the YouTube Channel ID. Example: %s"
|
| 119 |
msgstr ""
|
| 120 |
|
| 121 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 122 |
-
msgid "
|
| 123 |
msgstr ""
|
| 124 |
|
| 125 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 126 |
-
msgid "
|
| 127 |
msgstr ""
|
| 128 |
|
| 129 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 130 |
-
|
| 131 |
-
msgid "Google API Key"
|
| 132 |
msgstr ""
|
| 133 |
|
| 134 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 135 |
-
|
| 136 |
-
"Get your API key creating a project/app in %s, then inside your project go "
|
| 137 |
-
"to \"APIs & auth > APIs\" and turn on the \"YouTube API\", finally go to "
|
| 138 |
-
"\"APIs & auth > APIs > Credentials > Public API access\" and click in the "
|
| 139 |
-
"\"CREATE A NEW KEY\" button, select the \"Browser key\" option and click in "
|
| 140 |
-
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 141 |
-
msgstr ""
|
| 142 |
-
|
| 143 |
-
#: includes/admin/class-social-count-plus-admin.php:165
|
| 144 |
-
#: includes/admin/class-social-count-plus-admin.php:888
|
| 145 |
msgid "Google+"
|
| 146 |
msgstr ""
|
| 147 |
|
| 148 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 149 |
-
msgid "Display Google+
|
| 150 |
msgstr ""
|
| 151 |
|
| 152 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 153 |
msgid "Google+ ID"
|
| 154 |
msgstr ""
|
| 155 |
|
| 156 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 157 |
msgid "Google+ page or profile ID."
|
| 158 |
msgstr ""
|
| 159 |
|
| 160 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 161 |
msgid "Example:"
|
| 162 |
msgstr ""
|
| 163 |
|
| 164 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 165 |
msgid ""
|
| 166 |
"Get your API key creating a project/app in %s, then inside your project go "
|
| 167 |
"to \"APIs & auth > APIs\" and turn on the \"Google+ API\", finally go to "
|
|
@@ -170,157 +136,333 @@ msgid ""
|
|
| 170 |
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 171 |
msgstr ""
|
| 172 |
|
| 173 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 174 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 175 |
msgid "Instagram"
|
| 176 |
msgstr ""
|
| 177 |
|
| 178 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 179 |
-
msgid "Display Instagram
|
| 180 |
msgstr ""
|
| 181 |
|
| 182 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 183 |
msgid "Instagram Username"
|
| 184 |
msgstr ""
|
| 185 |
|
| 186 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 187 |
-
msgid "Insert
|
| 188 |
msgstr ""
|
| 189 |
|
| 190 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 191 |
msgid "Instagram User ID"
|
| 192 |
msgstr ""
|
| 193 |
|
| 194 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 195 |
-
msgid "Insert
|
| 196 |
msgstr ""
|
| 197 |
|
| 198 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 199 |
msgid "Instagram Access Token"
|
| 200 |
msgstr ""
|
| 201 |
|
| 202 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 203 |
-
msgid "Insert
|
| 204 |
msgstr ""
|
| 205 |
|
| 206 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 207 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 208 |
-
msgid "
|
| 209 |
msgstr ""
|
| 210 |
|
| 211 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 212 |
-
msgid "Display
|
| 213 |
msgstr ""
|
| 214 |
|
| 215 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 216 |
-
msgid "
|
| 217 |
msgstr ""
|
| 218 |
|
| 219 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 220 |
-
msgid "Insert
|
| 221 |
msgstr ""
|
| 222 |
|
| 223 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 224 |
-
|
| 225 |
-
msgid "Twitch"
|
| 226 |
msgstr ""
|
| 227 |
|
| 228 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 229 |
-
msgid "
|
| 230 |
msgstr ""
|
| 231 |
|
| 232 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 233 |
-
|
|
|
|
| 234 |
msgstr ""
|
| 235 |
|
| 236 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 237 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 238 |
msgstr ""
|
| 239 |
|
| 240 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 241 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 242 |
msgid "SoundCloud"
|
| 243 |
msgstr ""
|
| 244 |
|
| 245 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 246 |
-
msgid "Display SoundCloud
|
| 247 |
msgstr ""
|
| 248 |
|
| 249 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 250 |
msgid "SoundCloud Username"
|
| 251 |
msgstr ""
|
| 252 |
|
| 253 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 254 |
-
msgid "Insert
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 258 |
msgid "SoundCloud Client ID"
|
| 259 |
msgstr ""
|
| 260 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 261 |
#: includes/admin/class-social-count-plus-admin.php:257
|
| 262 |
-
|
|
|
|
| 263 |
msgstr ""
|
| 264 |
|
| 265 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 266 |
-
|
| 267 |
-
msgid "Posts"
|
| 268 |
msgstr ""
|
| 269 |
|
| 270 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 271 |
-
msgid "
|
| 272 |
msgstr ""
|
| 273 |
|
| 274 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 275 |
-
msgid "
|
| 276 |
msgstr ""
|
| 277 |
|
| 278 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 279 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 280 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 281 |
msgstr ""
|
| 282 |
|
| 283 |
#: includes/admin/class-social-count-plus-admin.php:280
|
| 284 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 285 |
msgstr ""
|
| 286 |
|
| 287 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 288 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 289 |
#: includes/admin/views/html-settings-page.php:9
|
| 290 |
msgid "Settings"
|
| 291 |
msgstr ""
|
| 292 |
|
| 293 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 294 |
msgid "Open URLs in new tab/window"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 298 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 299 |
msgid "This option add %s in all counters URLs."
|
| 300 |
msgstr ""
|
| 301 |
|
| 302 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 303 |
msgid "Add nofollow in URLs"
|
| 304 |
msgstr ""
|
| 305 |
|
| 306 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 307 |
#: includes/admin/views/html-settings-page.php:9
|
| 308 |
msgid "Design"
|
| 309 |
msgstr ""
|
| 310 |
|
| 311 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 312 |
msgid "Layout Models"
|
| 313 |
msgstr ""
|
| 314 |
|
| 315 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 316 |
msgid "Text Color"
|
| 317 |
msgstr ""
|
| 318 |
|
| 319 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 320 |
msgid "Order"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 324 |
msgid "This option controls the order of the icons in the widget."
|
| 325 |
msgstr ""
|
| 326 |
|
|
@@ -328,62 +470,75 @@ msgstr ""
|
|
| 328 |
msgid "Social Count Plus"
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 332 |
msgid "Activate/Deactivate"
|
| 333 |
msgstr ""
|
| 334 |
|
| 335 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 336 |
msgid "General Info"
|
| 337 |
msgstr ""
|
| 338 |
|
| 339 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 340 |
#: includes/admin/views/html-settings-system-status-page.php:11
|
| 341 |
msgid "Social Count Plus Version"
|
| 342 |
msgstr ""
|
| 343 |
|
| 344 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 345 |
#: includes/admin/views/html-settings-system-status-page.php:15
|
| 346 |
msgid "WordPress Version"
|
| 347 |
msgstr ""
|
| 348 |
|
| 349 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 350 |
#: includes/admin/views/html-settings-system-status-page.php:19
|
| 351 |
msgid "WP Multisite Enabled"
|
| 352 |
msgstr ""
|
| 353 |
|
| 354 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 355 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 356 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 357 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 358 |
msgid "Yes"
|
| 359 |
msgstr ""
|
| 360 |
|
| 361 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 362 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 363 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 364 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 365 |
msgid "No"
|
| 366 |
msgstr ""
|
| 367 |
|
| 368 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 369 |
#: includes/admin/views/html-settings-system-status-page.php:23
|
| 370 |
msgid "Web Server Info"
|
| 371 |
msgstr ""
|
| 372 |
|
| 373 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 374 |
#: includes/admin/views/html-settings-system-status-page.php:27
|
| 375 |
msgid "PHP Version"
|
| 376 |
msgstr ""
|
| 377 |
|
| 378 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 379 |
msgid "Social Connections"
|
| 380 |
msgstr ""
|
| 381 |
|
| 382 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 383 |
msgid ""
|
| 384 |
"You do not have any counter that needs to connect remotely currently active"
|
| 385 |
msgstr ""
|
| 386 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 387 |
#: includes/admin/views/html-settings-functions-shortcodes-page.php:7
|
| 388 |
msgid ""
|
| 389 |
"Use this library to generate your own model layout or display specific data "
|
|
@@ -398,67 +553,22 @@ msgstr ""
|
|
| 398 |
msgid "Note: the shortcodes displays only the count in plain text."
|
| 399 |
msgstr ""
|
| 400 |
|
| 401 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 402 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 403 |
-
msgid "
|
| 404 |
-
msgstr ""
|
| 405 |
-
|
| 406 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:19
|
| 407 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:66
|
| 408 |
-
msgid "Facebook counter"
|
| 409 |
-
msgstr ""
|
| 410 |
-
|
| 411 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:23
|
| 412 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:70
|
| 413 |
-
msgid "YouTube counter"
|
| 414 |
-
msgstr ""
|
| 415 |
-
|
| 416 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:27
|
| 417 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:74
|
| 418 |
-
msgid "Google Plus counter"
|
| 419 |
-
msgstr ""
|
| 420 |
-
|
| 421 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:31
|
| 422 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:78
|
| 423 |
-
msgid "Instagram counter"
|
| 424 |
-
msgstr ""
|
| 425 |
-
|
| 426 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:35
|
| 427 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:82
|
| 428 |
-
msgid "Steam counter"
|
| 429 |
-
msgstr ""
|
| 430 |
-
|
| 431 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:39
|
| 432 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:86
|
| 433 |
-
msgid "Twitch counter"
|
| 434 |
-
msgstr ""
|
| 435 |
-
|
| 436 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:43
|
| 437 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:90
|
| 438 |
-
msgid "SoundCloud counter"
|
| 439 |
-
msgstr ""
|
| 440 |
-
|
| 441 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:47
|
| 442 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:94
|
| 443 |
-
msgid "Posts counter"
|
| 444 |
msgstr ""
|
| 445 |
|
| 446 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 447 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:98
|
| 448 |
-
msgid "Comments counter"
|
| 449 |
-
msgstr ""
|
| 450 |
-
|
| 451 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:56
|
| 452 |
msgid "Functions"
|
| 453 |
msgstr ""
|
| 454 |
|
| 455 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 456 |
msgid ""
|
| 457 |
"Note: the functions displays only the count in plain text, except the "
|
| 458 |
"<code>get_scp_widget()</code> function that displays with images."
|
| 459 |
msgstr ""
|
| 460 |
|
| 461 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 462 |
msgid "Full widget"
|
| 463 |
msgstr ""
|
| 464 |
|
|
@@ -474,6 +584,10 @@ msgstr ""
|
|
| 474 |
msgid "To use the counter of Twitter you need to fill the fields:"
|
| 475 |
msgstr ""
|
| 476 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 477 |
#: includes/admin/views/html-settings-system-status-page.php:5
|
| 478 |
msgid "Environment"
|
| 479 |
msgstr ""
|
|
@@ -523,36 +637,41 @@ msgstr ""
|
|
| 523 |
msgid "Get System Report"
|
| 524 |
msgstr ""
|
| 525 |
|
| 526 |
-
#: includes/class-social-count-plus-
|
| 527 |
-
|
| 528 |
-
#: includes/class-social-count-plus-view.php:104
|
| 529 |
-
#: includes/class-social-count-plus-view.php:130
|
| 530 |
-
#: includes/class-social-count-plus-view.php:143
|
| 531 |
-
msgid "followers"
|
| 532 |
msgstr ""
|
| 533 |
|
| 534 |
-
#: includes/class-social-count-plus-
|
| 535 |
-
msgid "
|
| 536 |
msgstr ""
|
| 537 |
|
| 538 |
-
#: includes/class-social-count-plus-
|
| 539 |
-
msgid "
|
| 540 |
msgstr ""
|
| 541 |
|
| 542 |
-
#: includes/class-social-count-plus-
|
| 543 |
-
msgid "
|
| 544 |
msgstr ""
|
| 545 |
|
| 546 |
-
#: includes/class-social-count-plus-
|
| 547 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 548 |
msgstr ""
|
| 549 |
|
| 550 |
-
#: includes/class-social-count-plus-
|
| 551 |
-
msgid "
|
| 552 |
msgstr ""
|
| 553 |
|
| 554 |
-
#: includes/class-social-count-plus-
|
| 555 |
-
msgid "
|
| 556 |
msgstr ""
|
| 557 |
|
| 558 |
#. Plugin URI of the plugin/theme
|
|
@@ -561,12 +680,13 @@ msgstr ""
|
|
| 561 |
|
| 562 |
#. Description of the plugin/theme
|
| 563 |
msgid ""
|
| 564 |
-
"
|
| 565 |
-
"
|
|
|
|
| 566 |
msgstr ""
|
| 567 |
|
| 568 |
#. Author of the plugin/theme
|
| 569 |
-
msgid "Claudio Sanches
|
| 570 |
msgstr ""
|
| 571 |
|
| 572 |
#. Author URI of the plugin/theme
|
| 1 |
+
# Copyright (C) 2015 Claudio Sanches
|
| 2 |
# This file is distributed under the GPLv2 or later.
|
| 3 |
# Translators:
|
| 4 |
msgid ""
|
| 5 |
msgstr ""
|
| 6 |
"Project-Id-Version: Social Count Plus\n"
|
| 7 |
"Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
|
| 8 |
+
"POT-Creation-Date: 2015-09-01 02:32:17+00:00\n"
|
| 9 |
+
"PO-Revision-Date: 2015-09-01 02:32+0000\n"
|
| 10 |
"Last-Translator: Claudio Sanches <contato@claudiosmweb.com>\n"
|
| 11 |
"Language-Team: Spanish (Argentina) (http://www.transifex.com/claudiosmweb/social-count-plus/language/es_AR/)\n"
|
| 12 |
"MIME-Version: 1.0\n"
|
| 17 |
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
| 18 |
|
| 19 |
#: includes/admin/class-social-count-plus-admin.php:66
|
| 20 |
+
msgid "Create an App on Twitter in %s and get this data."
|
| 21 |
msgstr ""
|
| 22 |
|
| 23 |
#: includes/admin/class-social-count-plus-admin.php:68
|
| 24 |
+
msgid "Create an App on Facebook in %s and get this data."
|
| 25 |
msgstr ""
|
| 26 |
|
| 27 |
#: includes/admin/class-social-count-plus-admin.php:70
|
| 28 |
+
msgid "Get the this data in %s."
|
| 29 |
msgstr ""
|
| 30 |
|
| 31 |
+
#: includes/admin/class-social-count-plus-admin.php:72
|
| 32 |
+
msgid ""
|
| 33 |
+
"Register an App on Tumblr in %s, when the app is ready click in \"Explore "
|
| 34 |
+
"API\" and allow your app access your Tumblr account and get this data."
|
|
|
|
|
|
|
|
|
|
| 35 |
msgstr ""
|
| 36 |
|
| 37 |
+
#: includes/admin/class-social-count-plus-admin.php:77
|
| 38 |
+
#: includes/admin/class-social-count-plus-admin.php:1068
|
| 39 |
+
msgid "Comments"
|
| 40 |
msgstr ""
|
| 41 |
|
| 42 |
+
#: includes/admin/class-social-count-plus-admin.php:80
|
| 43 |
+
msgid "Display Comments Counter"
|
| 44 |
msgstr ""
|
| 45 |
|
| 46 |
+
#: includes/admin/class-social-count-plus-admin.php:85
|
| 47 |
+
#: includes/admin/class-social-count-plus-admin.php:231
|
| 48 |
+
#: includes/admin/class-social-count-plus-admin.php:371
|
| 49 |
+
msgid "URL"
|
| 50 |
msgstr ""
|
| 51 |
|
| 52 |
#: includes/admin/class-social-count-plus-admin.php:92
|
| 53 |
+
#: includes/admin/class-social-count-plus-admin.php:1069
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
msgid "Facebook"
|
| 55 |
msgstr ""
|
| 56 |
|
| 57 |
+
#: includes/admin/class-social-count-plus-admin.php:95
|
| 58 |
+
msgid "Display Facebook Counter"
|
| 59 |
msgstr ""
|
| 60 |
|
| 61 |
+
#: includes/admin/class-social-count-plus-admin.php:99
|
| 62 |
msgid "Facebook Page ID"
|
| 63 |
msgstr ""
|
| 64 |
|
| 65 |
+
#: includes/admin/class-social-count-plus-admin.php:103
|
| 66 |
msgid "ID Facebook page. Must be the numeric ID or your page slug."
|
| 67 |
msgstr ""
|
| 68 |
|
| 69 |
+
#: includes/admin/class-social-count-plus-admin.php:104
|
| 70 |
msgid ""
|
| 71 |
+
"You can find this data clicking to edit your page on Facebook. The URL will "
|
| 72 |
+
"be similar to this:"
|
| 73 |
msgstr ""
|
| 74 |
|
| 75 |
+
#: includes/admin/class-social-count-plus-admin.php:105
|
| 76 |
msgid "or"
|
| 77 |
msgstr ""
|
| 78 |
|
| 79 |
+
#: includes/admin/class-social-count-plus-admin.php:109
|
| 80 |
msgid "Facebook App ID"
|
| 81 |
msgstr ""
|
| 82 |
|
| 83 |
+
#: includes/admin/class-social-count-plus-admin.php:114
|
| 84 |
msgid "Facebook App Secret"
|
| 85 |
msgstr ""
|
| 86 |
|
| 87 |
+
#: includes/admin/class-social-count-plus-admin.php:121
|
| 88 |
+
#: includes/admin/class-social-count-plus-admin.php:1070
|
| 89 |
+
msgid "GitHub"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
msgstr ""
|
| 91 |
|
| 92 |
+
#: includes/admin/class-social-count-plus-admin.php:124
|
| 93 |
+
msgid "Display GitHub Counter"
|
| 94 |
msgstr ""
|
| 95 |
|
| 96 |
+
#: includes/admin/class-social-count-plus-admin.php:128
|
| 97 |
+
msgid "GitHub Username"
|
| 98 |
msgstr ""
|
| 99 |
|
| 100 |
+
#: includes/admin/class-social-count-plus-admin.php:130
|
| 101 |
+
msgid "Insert your GitHub username. Example: %s."
|
|
|
|
| 102 |
msgstr ""
|
| 103 |
|
| 104 |
+
#: includes/admin/class-social-count-plus-admin.php:135
|
| 105 |
+
#: includes/admin/class-social-count-plus-admin.php:1071
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
msgid "Google+"
|
| 107 |
msgstr ""
|
| 108 |
|
| 109 |
+
#: includes/admin/class-social-count-plus-admin.php:138
|
| 110 |
+
msgid "Display Google+ Counter"
|
| 111 |
msgstr ""
|
| 112 |
|
| 113 |
+
#: includes/admin/class-social-count-plus-admin.php:142
|
| 114 |
msgid "Google+ ID"
|
| 115 |
msgstr ""
|
| 116 |
|
| 117 |
+
#: includes/admin/class-social-count-plus-admin.php:146
|
| 118 |
msgid "Google+ page or profile ID."
|
| 119 |
msgstr ""
|
| 120 |
|
| 121 |
+
#: includes/admin/class-social-count-plus-admin.php:147
|
| 122 |
msgid "Example:"
|
| 123 |
msgstr ""
|
| 124 |
|
| 125 |
+
#: includes/admin/class-social-count-plus-admin.php:151
|
| 126 |
+
#: includes/admin/class-social-count-plus-admin.php:409
|
| 127 |
+
msgid "Google API Key"
|
| 128 |
+
msgstr ""
|
| 129 |
+
|
| 130 |
+
#: includes/admin/class-social-count-plus-admin.php:154
|
| 131 |
msgid ""
|
| 132 |
"Get your API key creating a project/app in %s, then inside your project go "
|
| 133 |
"to \"APIs & auth > APIs\" and turn on the \"Google+ API\", finally go to "
|
| 136 |
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 137 |
msgstr ""
|
| 138 |
|
| 139 |
+
#: includes/admin/class-social-count-plus-admin.php:161
|
| 140 |
+
#: includes/admin/class-social-count-plus-admin.php:1072
|
| 141 |
msgid "Instagram"
|
| 142 |
msgstr ""
|
| 143 |
|
| 144 |
+
#: includes/admin/class-social-count-plus-admin.php:164
|
| 145 |
+
msgid "Display Instagram Counter"
|
| 146 |
msgstr ""
|
| 147 |
|
| 148 |
+
#: includes/admin/class-social-count-plus-admin.php:168
|
| 149 |
msgid "Instagram Username"
|
| 150 |
msgstr ""
|
| 151 |
|
| 152 |
+
#: includes/admin/class-social-count-plus-admin.php:170
|
| 153 |
+
msgid "Insert your Instagram Username."
|
| 154 |
msgstr ""
|
| 155 |
|
| 156 |
+
#: includes/admin/class-social-count-plus-admin.php:173
|
| 157 |
msgid "Instagram User ID"
|
| 158 |
msgstr ""
|
| 159 |
|
| 160 |
+
#: includes/admin/class-social-count-plus-admin.php:175
|
| 161 |
+
msgid "Insert your Instagram User ID."
|
| 162 |
msgstr ""
|
| 163 |
|
| 164 |
+
#: includes/admin/class-social-count-plus-admin.php:178
|
| 165 |
msgid "Instagram Access Token"
|
| 166 |
msgstr ""
|
| 167 |
|
| 168 |
+
#: includes/admin/class-social-count-plus-admin.php:180
|
| 169 |
+
msgid "Insert your Instagram Access Token."
|
| 170 |
msgstr ""
|
| 171 |
|
| 172 |
+
#: includes/admin/class-social-count-plus-admin.php:185
|
| 173 |
+
#: includes/admin/class-social-count-plus-admin.php:1073
|
| 174 |
+
msgid "LinkedIn"
|
| 175 |
msgstr ""
|
| 176 |
|
| 177 |
+
#: includes/admin/class-social-count-plus-admin.php:188
|
| 178 |
+
msgid "Display LinkedIn counter"
|
| 179 |
msgstr ""
|
| 180 |
|
| 181 |
+
#: includes/admin/class-social-count-plus-admin.php:192
|
| 182 |
+
msgid "LinkedIn Company ID"
|
| 183 |
msgstr ""
|
| 184 |
|
| 185 |
+
#: includes/admin/class-social-count-plus-admin.php:194
|
| 186 |
+
msgid "Insert your LinkedIn Company ID. Get your Company ID in %s."
|
| 187 |
msgstr ""
|
| 188 |
|
| 189 |
+
#: includes/admin/class-social-count-plus-admin.php:197
|
| 190 |
+
msgid "LinkedIn Access Token"
|
|
|
|
| 191 |
msgstr ""
|
| 192 |
|
| 193 |
+
#: includes/admin/class-social-count-plus-admin.php:199
|
| 194 |
+
msgid "Get your Access Token in %s."
|
| 195 |
msgstr ""
|
| 196 |
|
| 197 |
+
#: includes/admin/class-social-count-plus-admin.php:204
|
| 198 |
+
#: includes/admin/class-social-count-plus-admin.php:1074
|
| 199 |
+
msgid "Pinterest"
|
| 200 |
msgstr ""
|
| 201 |
|
| 202 |
+
#: includes/admin/class-social-count-plus-admin.php:207
|
| 203 |
+
msgid "Display Pinterest Counter"
|
| 204 |
+
msgstr ""
|
| 205 |
+
|
| 206 |
+
#: includes/admin/class-social-count-plus-admin.php:211
|
| 207 |
+
msgid "Pinterest Username"
|
| 208 |
+
msgstr ""
|
| 209 |
+
|
| 210 |
+
#: includes/admin/class-social-count-plus-admin.php:213
|
| 211 |
+
msgid "Insert your Pinterest username. Example: %s."
|
| 212 |
+
msgstr ""
|
| 213 |
+
|
| 214 |
+
#: includes/admin/class-social-count-plus-admin.php:218
|
| 215 |
+
#: includes/admin/class-social-count-plus-admin.php:1075
|
| 216 |
+
msgid "Posts"
|
| 217 |
+
msgstr ""
|
| 218 |
+
|
| 219 |
+
#: includes/admin/class-social-count-plus-admin.php:221
|
| 220 |
+
msgid "Display Posts Counter"
|
| 221 |
msgstr ""
|
| 222 |
|
| 223 |
+
#: includes/admin/class-social-count-plus-admin.php:226
|
| 224 |
+
msgid "Post Type"
|
| 225 |
+
msgstr ""
|
| 226 |
+
|
| 227 |
+
#: includes/admin/class-social-count-plus-admin.php:238
|
| 228 |
+
#: includes/admin/class-social-count-plus-admin.php:1076
|
| 229 |
msgid "SoundCloud"
|
| 230 |
msgstr ""
|
| 231 |
|
| 232 |
+
#: includes/admin/class-social-count-plus-admin.php:241
|
| 233 |
+
msgid "Display SoundCloud Counter"
|
| 234 |
msgstr ""
|
| 235 |
|
| 236 |
+
#: includes/admin/class-social-count-plus-admin.php:245
|
| 237 |
msgid "SoundCloud Username"
|
| 238 |
msgstr ""
|
| 239 |
|
| 240 |
+
#: includes/admin/class-social-count-plus-admin.php:247
|
| 241 |
+
msgid "Insert your SoundCloud Username."
|
| 242 |
msgstr ""
|
| 243 |
|
| 244 |
+
#: includes/admin/class-social-count-plus-admin.php:250
|
| 245 |
msgid "SoundCloud Client ID"
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
+
#: includes/admin/class-social-count-plus-admin.php:252
|
| 249 |
+
msgid "Insert your SoundCloud App Client ID. Generate this data in %s."
|
| 250 |
+
msgstr ""
|
| 251 |
+
|
| 252 |
#: includes/admin/class-social-count-plus-admin.php:257
|
| 253 |
+
#: includes/admin/class-social-count-plus-admin.php:1077
|
| 254 |
+
msgid "Steam"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
+
#: includes/admin/class-social-count-plus-admin.php:260
|
| 258 |
+
msgid "Display Steam Counter"
|
|
|
|
| 259 |
msgstr ""
|
| 260 |
|
| 261 |
+
#: includes/admin/class-social-count-plus-admin.php:264
|
| 262 |
+
msgid "Steam Group Name"
|
| 263 |
msgstr ""
|
| 264 |
|
| 265 |
+
#: includes/admin/class-social-count-plus-admin.php:266
|
| 266 |
+
msgid "Insert your Steam Community group name. Example: %s."
|
| 267 |
msgstr ""
|
| 268 |
|
| 269 |
+
#: includes/admin/class-social-count-plus-admin.php:271
|
| 270 |
+
#: includes/admin/class-social-count-plus-admin.php:1078
|
| 271 |
+
msgid "Tumblr"
|
| 272 |
+
msgstr ""
|
| 273 |
+
|
| 274 |
+
#: includes/admin/class-social-count-plus-admin.php:274
|
| 275 |
+
msgid "Display Tumblr counter"
|
| 276 |
+
msgstr ""
|
| 277 |
+
|
| 278 |
+
#: includes/admin/class-social-count-plus-admin.php:278
|
| 279 |
+
msgid "Tumblr Hostname"
|
| 280 |
msgstr ""
|
| 281 |
|
| 282 |
#: includes/admin/class-social-count-plus-admin.php:280
|
| 283 |
+
msgid "Insert your Tumblr Hostname. Example: %s."
|
| 284 |
+
msgstr ""
|
| 285 |
+
|
| 286 |
+
#: includes/admin/class-social-count-plus-admin.php:283
|
| 287 |
+
msgid "Tumblr Consumer Key"
|
| 288 |
+
msgstr ""
|
| 289 |
+
|
| 290 |
+
#: includes/admin/class-social-count-plus-admin.php:288
|
| 291 |
+
msgid "Tumblr Consumer Secret"
|
| 292 |
+
msgstr ""
|
| 293 |
+
|
| 294 |
+
#: includes/admin/class-social-count-plus-admin.php:293
|
| 295 |
+
msgid "Tumblr Token"
|
| 296 |
+
msgstr ""
|
| 297 |
+
|
| 298 |
+
#: includes/admin/class-social-count-plus-admin.php:298
|
| 299 |
+
msgid "Tumblr Token Secret"
|
| 300 |
+
msgstr ""
|
| 301 |
+
|
| 302 |
+
#: includes/admin/class-social-count-plus-admin.php:305
|
| 303 |
+
#: includes/admin/class-social-count-plus-admin.php:1079
|
| 304 |
+
msgid "Twitch"
|
| 305 |
+
msgstr ""
|
| 306 |
+
|
| 307 |
+
#: includes/admin/class-social-count-plus-admin.php:308
|
| 308 |
+
msgid "Display Twitch Counter"
|
| 309 |
+
msgstr ""
|
| 310 |
+
|
| 311 |
+
#: includes/admin/class-social-count-plus-admin.php:312
|
| 312 |
+
msgid "Twitch Username"
|
| 313 |
+
msgstr ""
|
| 314 |
+
|
| 315 |
+
#: includes/admin/class-social-count-plus-admin.php:314
|
| 316 |
+
msgid "Insert your Twitch username."
|
| 317 |
+
msgstr ""
|
| 318 |
+
|
| 319 |
+
#: includes/admin/class-social-count-plus-admin.php:319
|
| 320 |
+
#: includes/admin/class-social-count-plus-admin.php:1080
|
| 321 |
+
msgid "Twitter"
|
| 322 |
+
msgstr ""
|
| 323 |
+
|
| 324 |
+
#: includes/admin/class-social-count-plus-admin.php:322
|
| 325 |
+
msgid "Display Twitter Counter"
|
| 326 |
msgstr ""
|
| 327 |
|
| 328 |
+
#: includes/admin/class-social-count-plus-admin.php:326
|
| 329 |
+
msgid "Twitter Username"
|
| 330 |
+
msgstr ""
|
| 331 |
+
|
| 332 |
+
#: includes/admin/class-social-count-plus-admin.php:328
|
| 333 |
+
msgid "Insert the Twitter username. Example: %s."
|
| 334 |
+
msgstr ""
|
| 335 |
+
|
| 336 |
+
#: includes/admin/class-social-count-plus-admin.php:331
|
| 337 |
+
#: includes/admin/views/html-settings-page.php:25
|
| 338 |
+
msgid "Twitter Consumer key"
|
| 339 |
+
msgstr ""
|
| 340 |
+
|
| 341 |
+
#: includes/admin/class-social-count-plus-admin.php:336
|
| 342 |
+
#: includes/admin/views/html-settings-page.php:26
|
| 343 |
+
msgid "Twitter Consumer secret"
|
| 344 |
+
msgstr ""
|
| 345 |
+
|
| 346 |
+
#: includes/admin/class-social-count-plus-admin.php:341
|
| 347 |
+
#: includes/admin/views/html-settings-page.php:27
|
| 348 |
+
msgid "Twitter Access token"
|
| 349 |
+
msgstr ""
|
| 350 |
+
|
| 351 |
+
#: includes/admin/class-social-count-plus-admin.php:346
|
| 352 |
+
#: includes/admin/views/html-settings-page.php:28
|
| 353 |
+
msgid "Twitter Access token secret"
|
| 354 |
+
msgstr ""
|
| 355 |
+
|
| 356 |
+
#: includes/admin/class-social-count-plus-admin.php:353
|
| 357 |
+
#: includes/admin/class-social-count-plus-admin.php:1081
|
| 358 |
+
msgid "Users"
|
| 359 |
+
msgstr ""
|
| 360 |
+
|
| 361 |
+
#: includes/admin/class-social-count-plus-admin.php:356
|
| 362 |
+
msgid "Display Users Counter"
|
| 363 |
+
msgstr ""
|
| 364 |
+
|
| 365 |
+
#: includes/admin/class-social-count-plus-admin.php:361
|
| 366 |
+
msgid "User Role"
|
| 367 |
+
msgstr ""
|
| 368 |
+
|
| 369 |
+
#: includes/admin/class-social-count-plus-admin.php:366
|
| 370 |
+
msgid "Label"
|
| 371 |
+
msgstr ""
|
| 372 |
+
|
| 373 |
+
#: includes/admin/class-social-count-plus-admin.php:367
|
| 374 |
+
#: includes/counters/class-social-count-plus-users-counter.php:74
|
| 375 |
+
msgid "users"
|
| 376 |
+
msgstr ""
|
| 377 |
+
|
| 378 |
+
#: includes/admin/class-social-count-plus-admin.php:378
|
| 379 |
+
#: includes/admin/class-social-count-plus-admin.php:1082
|
| 380 |
+
msgid "Vimeo"
|
| 381 |
+
msgstr ""
|
| 382 |
+
|
| 383 |
+
#: includes/admin/class-social-count-plus-admin.php:381
|
| 384 |
+
msgid "Display Vimeo Counter"
|
| 385 |
+
msgstr ""
|
| 386 |
+
|
| 387 |
+
#: includes/admin/class-social-count-plus-admin.php:385
|
| 388 |
+
msgid "Vimeo Username"
|
| 389 |
+
msgstr ""
|
| 390 |
+
|
| 391 |
+
#: includes/admin/class-social-count-plus-admin.php:387
|
| 392 |
+
msgid "Insert your Vimeo username. Example: %s."
|
| 393 |
+
msgstr ""
|
| 394 |
+
|
| 395 |
+
#: includes/admin/class-social-count-plus-admin.php:392
|
| 396 |
+
#: includes/admin/class-social-count-plus-admin.php:1083
|
| 397 |
+
msgid "YouTube"
|
| 398 |
+
msgstr ""
|
| 399 |
+
|
| 400 |
+
#: includes/admin/class-social-count-plus-admin.php:395
|
| 401 |
+
msgid "Display YouTube Counter"
|
| 402 |
+
msgstr ""
|
| 403 |
+
|
| 404 |
+
#: includes/admin/class-social-count-plus-admin.php:399
|
| 405 |
+
msgid "YouTube Channel ID"
|
| 406 |
+
msgstr ""
|
| 407 |
+
|
| 408 |
+
#: includes/admin/class-social-count-plus-admin.php:401
|
| 409 |
+
msgid "Insert the YouTube Channel ID. Example: %s."
|
| 410 |
+
msgstr ""
|
| 411 |
+
|
| 412 |
+
#: includes/admin/class-social-count-plus-admin.php:404
|
| 413 |
+
msgid "YouTube Channel URL"
|
| 414 |
+
msgstr ""
|
| 415 |
+
|
| 416 |
+
#: includes/admin/class-social-count-plus-admin.php:406
|
| 417 |
+
msgid "Insert the YouTube channel URL. Example: %s."
|
| 418 |
+
msgstr ""
|
| 419 |
+
|
| 420 |
+
#: includes/admin/class-social-count-plus-admin.php:412
|
| 421 |
+
msgid ""
|
| 422 |
+
"Get your API key creating a project/app in %s, then inside your project go "
|
| 423 |
+
"to \"APIs & auth > APIs\" and turn on the \"YouTube API\", finally go to "
|
| 424 |
+
"\"APIs & auth > APIs > Credentials > Public API access\" and click in the "
|
| 425 |
+
"\"CREATE A NEW KEY\" button, select the \"Browser key\" option and click in "
|
| 426 |
+
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 427 |
+
msgstr ""
|
| 428 |
+
|
| 429 |
+
#: includes/admin/class-social-count-plus-admin.php:419
|
| 430 |
+
#: includes/admin/class-social-count-plus-admin.php:906
|
| 431 |
#: includes/admin/views/html-settings-page.php:9
|
| 432 |
msgid "Settings"
|
| 433 |
msgstr ""
|
| 434 |
|
| 435 |
+
#: includes/admin/class-social-count-plus-admin.php:422
|
| 436 |
msgid "Open URLs in new tab/window"
|
| 437 |
msgstr ""
|
| 438 |
|
| 439 |
+
#: includes/admin/class-social-count-plus-admin.php:424
|
| 440 |
+
#: includes/admin/class-social-count-plus-admin.php:429
|
| 441 |
msgid "This option add %s in all counters URLs."
|
| 442 |
msgstr ""
|
| 443 |
|
| 444 |
+
#: includes/admin/class-social-count-plus-admin.php:427
|
| 445 |
msgid "Add nofollow in URLs"
|
| 446 |
msgstr ""
|
| 447 |
|
| 448 |
+
#: includes/admin/class-social-count-plus-admin.php:436
|
| 449 |
#: includes/admin/views/html-settings-page.php:9
|
| 450 |
msgid "Design"
|
| 451 |
msgstr ""
|
| 452 |
|
| 453 |
+
#: includes/admin/class-social-count-plus-admin.php:439
|
| 454 |
msgid "Layout Models"
|
| 455 |
msgstr ""
|
| 456 |
|
| 457 |
+
#: includes/admin/class-social-count-plus-admin.php:445
|
| 458 |
msgid "Text Color"
|
| 459 |
msgstr ""
|
| 460 |
|
| 461 |
+
#: includes/admin/class-social-count-plus-admin.php:450
|
| 462 |
msgid "Order"
|
| 463 |
msgstr ""
|
| 464 |
|
| 465 |
+
#: includes/admin/class-social-count-plus-admin.php:452
|
| 466 |
msgid "This option controls the order of the icons in the widget."
|
| 467 |
msgstr ""
|
| 468 |
|
| 470 |
msgid "Social Count Plus"
|
| 471 |
msgstr ""
|
| 472 |
|
| 473 |
+
#: includes/admin/class-social-count-plus-admin.php:698
|
| 474 |
msgid "Activate/Deactivate"
|
| 475 |
msgstr ""
|
| 476 |
|
| 477 |
+
#: includes/admin/class-social-count-plus-admin.php:959
|
| 478 |
msgid "General Info"
|
| 479 |
msgstr ""
|
| 480 |
|
| 481 |
+
#: includes/admin/class-social-count-plus-admin.php:960
|
| 482 |
#: includes/admin/views/html-settings-system-status-page.php:11
|
| 483 |
msgid "Social Count Plus Version"
|
| 484 |
msgstr ""
|
| 485 |
|
| 486 |
+
#: includes/admin/class-social-count-plus-admin.php:961
|
| 487 |
#: includes/admin/views/html-settings-system-status-page.php:15
|
| 488 |
msgid "WordPress Version"
|
| 489 |
msgstr ""
|
| 490 |
|
| 491 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 492 |
#: includes/admin/views/html-settings-system-status-page.php:19
|
| 493 |
msgid "WP Multisite Enabled"
|
| 494 |
msgstr ""
|
| 495 |
|
| 496 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 497 |
+
#: includes/admin/class-social-count-plus-admin.php:965
|
| 498 |
+
#: includes/admin/class-social-count-plus-admin.php:966
|
| 499 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 500 |
msgid "Yes"
|
| 501 |
msgstr ""
|
| 502 |
|
| 503 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 504 |
+
#: includes/admin/class-social-count-plus-admin.php:965
|
| 505 |
+
#: includes/admin/class-social-count-plus-admin.php:966
|
| 506 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 507 |
msgid "No"
|
| 508 |
msgstr ""
|
| 509 |
|
| 510 |
+
#: includes/admin/class-social-count-plus-admin.php:963
|
| 511 |
#: includes/admin/views/html-settings-system-status-page.php:23
|
| 512 |
msgid "Web Server Info"
|
| 513 |
msgstr ""
|
| 514 |
|
| 515 |
+
#: includes/admin/class-social-count-plus-admin.php:964
|
| 516 |
#: includes/admin/views/html-settings-system-status-page.php:27
|
| 517 |
msgid "PHP Version"
|
| 518 |
msgstr ""
|
| 519 |
|
| 520 |
+
#: includes/admin/class-social-count-plus-admin.php:967
|
| 521 |
msgid "Social Connections"
|
| 522 |
msgstr ""
|
| 523 |
|
| 524 |
+
#: includes/admin/class-social-count-plus-admin.php:977
|
| 525 |
msgid ""
|
| 526 |
"You do not have any counter that needs to connect remotely currently active"
|
| 527 |
msgstr ""
|
| 528 |
|
| 529 |
+
#: includes/admin/views/html-help-us.php:11
|
| 530 |
+
msgid ""
|
| 531 |
+
"Help us keep the %s free making a %s or rate %s on %s. Thank you in advance!"
|
| 532 |
+
msgstr ""
|
| 533 |
+
|
| 534 |
+
#: includes/admin/views/html-help-us.php:11
|
| 535 |
+
msgid "donation"
|
| 536 |
+
msgstr ""
|
| 537 |
+
|
| 538 |
+
#: includes/admin/views/html-help-us.php:11
|
| 539 |
+
msgid "WordPress.org"
|
| 540 |
+
msgstr ""
|
| 541 |
+
|
| 542 |
#: includes/admin/views/html-settings-functions-shortcodes-page.php:7
|
| 543 |
msgid ""
|
| 544 |
"Use this library to generate your own model layout or display specific data "
|
| 553 |
msgid "Note: the shortcodes displays only the count in plain text."
|
| 554 |
msgstr ""
|
| 555 |
|
| 556 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:16
|
| 557 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:29
|
| 558 |
+
msgid "%s counter"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 559 |
msgstr ""
|
| 560 |
|
| 561 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 562 |
msgid "Functions"
|
| 563 |
msgstr ""
|
| 564 |
|
| 565 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:24
|
| 566 |
msgid ""
|
| 567 |
"Note: the functions displays only the count in plain text, except the "
|
| 568 |
"<code>get_scp_widget()</code> function that displays with images."
|
| 569 |
msgstr ""
|
| 570 |
|
| 571 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:34
|
| 572 |
msgid "Full widget"
|
| 573 |
msgstr ""
|
| 574 |
|
| 584 |
msgid "To use the counter of Twitter you need to fill the fields:"
|
| 585 |
msgstr ""
|
| 586 |
|
| 587 |
+
#: includes/admin/views/html-settings-page.php:24
|
| 588 |
+
msgid "Twitter username"
|
| 589 |
+
msgstr ""
|
| 590 |
+
|
| 591 |
#: includes/admin/views/html-settings-system-status-page.php:5
|
| 592 |
msgid "Environment"
|
| 593 |
msgstr ""
|
| 637 |
msgid "Get System Report"
|
| 638 |
msgstr ""
|
| 639 |
|
| 640 |
+
#: includes/class-social-count-plus-widget.php:19
|
| 641 |
+
msgid "Display the counter"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 642 |
msgstr ""
|
| 643 |
|
| 644 |
+
#: includes/class-social-count-plus-widget.php:59
|
| 645 |
+
msgid "Title"
|
| 646 |
msgstr ""
|
| 647 |
|
| 648 |
+
#: includes/counters/class-social-count-plus-comments-counter.php:80
|
| 649 |
+
msgid "comments"
|
| 650 |
msgstr ""
|
| 651 |
|
| 652 |
+
#: includes/counters/class-social-count-plus-facebook-counter.php:114
|
| 653 |
+
msgid "likes"
|
| 654 |
msgstr ""
|
| 655 |
|
| 656 |
+
#: includes/counters/class-social-count-plus-github-counter.php:83
|
| 657 |
+
#: includes/counters/class-social-count-plus-googleplus-counter.php:83
|
| 658 |
+
#: includes/counters/class-social-count-plus-instagram-counter.php:87
|
| 659 |
+
#: includes/counters/class-social-count-plus-linkedin-counter.php:88
|
| 660 |
+
#: includes/counters/class-social-count-plus-pinterest-counter.php:92
|
| 661 |
+
#: includes/counters/class-social-count-plus-soundcloud-counter.php:83
|
| 662 |
+
#: includes/counters/class-social-count-plus-tumblr-counter.php:187
|
| 663 |
+
#: includes/counters/class-social-count-plus-twitch-counter.php:90
|
| 664 |
+
#: includes/counters/class-social-count-plus-twitter-counter.php:188
|
| 665 |
+
#: includes/counters/class-social-count-plus-vimeo-counter.php:83
|
| 666 |
+
msgid "followers"
|
| 667 |
msgstr ""
|
| 668 |
|
| 669 |
+
#: includes/counters/class-social-count-plus-steam-counter.php:82
|
| 670 |
+
msgid "members"
|
| 671 |
msgstr ""
|
| 672 |
|
| 673 |
+
#: includes/counters/class-social-count-plus-youtube-counter.php:90
|
| 674 |
+
msgid "subscribers"
|
| 675 |
msgstr ""
|
| 676 |
|
| 677 |
#. Plugin URI of the plugin/theme
|
| 680 |
|
| 681 |
#. Description of the plugin/theme
|
| 682 |
msgid ""
|
| 683 |
+
"Displays your numbers in Facebook, GitHub, Google+, Instagram, LinkedIn, "
|
| 684 |
+
"Pinterest, SoundCloud, Steam Community, Tumblr, Twitch, Twitter, Vimeo, "
|
| 685 |
+
"Youtube, posts, comments and users."
|
| 686 |
msgstr ""
|
| 687 |
|
| 688 |
#. Author of the plugin/theme
|
| 689 |
+
msgid "Claudio Sanches"
|
| 690 |
msgstr ""
|
| 691 |
|
| 692 |
#. Author URI of the plugin/theme
|
languages/social-count-plus-fr_FR.mo
CHANGED
|
Binary file
|
languages/social-count-plus-fr_FR.po
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
# Copyright (C) 2015 Claudio Sanches
|
| 2 |
# This file is distributed under the GPLv2 or later.
|
| 3 |
# Translators:
|
| 4 |
msgid ""
|
| 5 |
msgstr ""
|
| 6 |
"Project-Id-Version: Social Count Plus\n"
|
| 7 |
"Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
|
| 8 |
-
"POT-Creation-Date: 2015-
|
| 9 |
-
"PO-Revision-Date: 2015-
|
| 10 |
"Last-Translator: Claudio Sanches <contato@claudiosmweb.com>\n"
|
| 11 |
"Language-Team: French (France) (http://www.transifex.com/claudiosmweb/social-count-plus/language/fr_FR/)\n"
|
| 12 |
"MIME-Version: 1.0\n"
|
|
@@ -17,151 +17,117 @@ msgstr ""
|
|
| 17 |
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
| 18 |
|
| 19 |
#: includes/admin/class-social-count-plus-admin.php:66
|
| 20 |
-
msgid "Create an App on Twitter in %s and get this
|
| 21 |
msgstr ""
|
| 22 |
|
| 23 |
#: includes/admin/class-social-count-plus-admin.php:68
|
| 24 |
-
msgid "Create an App on Facebook in %s and get this
|
| 25 |
msgstr ""
|
| 26 |
|
| 27 |
#: includes/admin/class-social-count-plus-admin.php:70
|
| 28 |
-
msgid "Get the this
|
| 29 |
-
msgstr "
|
| 30 |
-
|
| 31 |
-
#: includes/admin/class-social-count-plus-admin.php:75
|
| 32 |
-
#: includes/admin/class-social-count-plus-admin.php:885
|
| 33 |
-
msgid "Twitter"
|
| 34 |
-
msgstr "Twitter"
|
| 35 |
|
| 36 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 37 |
-
msgid "
|
| 38 |
-
|
|
|
|
|
|
|
| 39 |
|
| 40 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 41 |
-
#: includes/admin/
|
| 42 |
-
msgid "
|
| 43 |
-
msgstr "
|
| 44 |
|
| 45 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 46 |
-
msgid "
|
| 47 |
msgstr ""
|
| 48 |
|
| 49 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 50 |
-
#: includes/admin/
|
| 51 |
-
|
| 52 |
-
|
|
|
|
| 53 |
|
| 54 |
#: includes/admin/class-social-count-plus-admin.php:92
|
| 55 |
-
#: includes/admin/
|
| 56 |
-
msgid "Twitter Consumer secret"
|
| 57 |
-
msgstr "Twitter Consumer secret"
|
| 58 |
-
|
| 59 |
-
#: includes/admin/class-social-count-plus-admin.php:97
|
| 60 |
-
#: includes/admin/views/html-settings-page.php:27
|
| 61 |
-
msgid "Twitter Access token"
|
| 62 |
-
msgstr "Twitter Access token"
|
| 63 |
-
|
| 64 |
-
#: includes/admin/class-social-count-plus-admin.php:102
|
| 65 |
-
#: includes/admin/views/html-settings-page.php:28
|
| 66 |
-
msgid "Twitter Access token secret"
|
| 67 |
-
msgstr "Twitter Access token secret"
|
| 68 |
-
|
| 69 |
-
#: includes/admin/class-social-count-plus-admin.php:109
|
| 70 |
-
#: includes/admin/class-social-count-plus-admin.php:886
|
| 71 |
msgid "Facebook"
|
| 72 |
msgstr "Facebook"
|
| 73 |
|
| 74 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 75 |
-
msgid "Display Facebook
|
| 76 |
-
msgstr "
|
| 77 |
|
| 78 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 79 |
msgid "Facebook Page ID"
|
| 80 |
msgstr "ID de la page Facebook"
|
| 81 |
|
| 82 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 83 |
msgid "ID Facebook page. Must be the numeric ID or your page slug."
|
| 84 |
msgstr ""
|
| 85 |
|
| 86 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 87 |
msgid ""
|
| 88 |
-
"You can find this
|
| 89 |
-
"
|
| 90 |
msgstr ""
|
| 91 |
|
| 92 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 93 |
msgid "or"
|
| 94 |
msgstr ""
|
| 95 |
|
| 96 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 97 |
msgid "Facebook App ID"
|
| 98 |
msgstr ""
|
| 99 |
|
| 100 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 101 |
msgid "Facebook App Secret"
|
| 102 |
msgstr ""
|
| 103 |
|
| 104 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 105 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 106 |
-
msgid "
|
| 107 |
-
msgstr "YouTube"
|
| 108 |
-
|
| 109 |
-
#: includes/admin/class-social-count-plus-admin.php:141
|
| 110 |
-
msgid "Display YouTube counter"
|
| 111 |
-
msgstr "Afficher le compteur YouTube"
|
| 112 |
-
|
| 113 |
-
#: includes/admin/class-social-count-plus-admin.php:145
|
| 114 |
-
msgid "YouTube Channel ID"
|
| 115 |
-
msgstr ""
|
| 116 |
-
|
| 117 |
-
#: includes/admin/class-social-count-plus-admin.php:147
|
| 118 |
-
msgid "Insert the YouTube Channel ID. Example: %s"
|
| 119 |
-
msgstr ""
|
| 120 |
-
|
| 121 |
-
#: includes/admin/class-social-count-plus-admin.php:150
|
| 122 |
-
msgid "YouTube Channel URL"
|
| 123 |
msgstr ""
|
| 124 |
|
| 125 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 126 |
-
msgid "
|
| 127 |
msgstr ""
|
| 128 |
|
| 129 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 130 |
-
|
| 131 |
-
msgid "Google API Key"
|
| 132 |
msgstr ""
|
| 133 |
|
| 134 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 135 |
-
msgid ""
|
| 136 |
-
"Get your API key creating a project/app in %s, then inside your project go "
|
| 137 |
-
"to \"APIs & auth > APIs\" and turn on the \"YouTube API\", finally go to "
|
| 138 |
-
"\"APIs & auth > APIs > Credentials > Public API access\" and click in the "
|
| 139 |
-
"\"CREATE A NEW KEY\" button, select the \"Browser key\" option and click in "
|
| 140 |
-
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 141 |
msgstr ""
|
| 142 |
|
| 143 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 144 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 145 |
msgid "Google+"
|
| 146 |
msgstr ""
|
| 147 |
|
| 148 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 149 |
-
msgid "Display Google+
|
| 150 |
msgstr ""
|
| 151 |
|
| 152 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 153 |
msgid "Google+ ID"
|
| 154 |
msgstr ""
|
| 155 |
|
| 156 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 157 |
msgid "Google+ page or profile ID."
|
| 158 |
msgstr ""
|
| 159 |
|
| 160 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 161 |
msgid "Example:"
|
| 162 |
msgstr ""
|
| 163 |
|
| 164 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 165 |
msgid ""
|
| 166 |
"Get your API key creating a project/app in %s, then inside your project go "
|
| 167 |
"to \"APIs & auth > APIs\" and turn on the \"Google+ API\", finally go to "
|
|
@@ -170,157 +136,333 @@ msgid ""
|
|
| 170 |
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 171 |
msgstr ""
|
| 172 |
|
| 173 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 174 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 175 |
msgid "Instagram"
|
| 176 |
msgstr "Instagram"
|
| 177 |
|
| 178 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 179 |
-
msgid "Display Instagram
|
| 180 |
-
msgstr "
|
| 181 |
|
| 182 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 183 |
msgid "Instagram Username"
|
| 184 |
msgstr "Pseudo Instagram"
|
| 185 |
|
| 186 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 187 |
-
msgid "Insert
|
| 188 |
-
msgstr "
|
| 189 |
|
| 190 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 191 |
msgid "Instagram User ID"
|
| 192 |
msgstr "ID utilisateur Instagram"
|
| 193 |
|
| 194 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 195 |
-
msgid "Insert
|
| 196 |
-
msgstr "
|
| 197 |
|
| 198 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 199 |
msgid "Instagram Access Token"
|
| 200 |
msgstr "Instagram Access Token"
|
| 201 |
|
| 202 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 203 |
-
msgid "Insert
|
| 204 |
-
msgstr "
|
| 205 |
|
| 206 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 207 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 208 |
-
msgid "
|
| 209 |
-
msgstr "
|
| 210 |
|
| 211 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 212 |
-
msgid "Display
|
| 213 |
-
msgstr "
|
| 214 |
|
| 215 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 216 |
-
msgid "
|
| 217 |
-
msgstr "
|
| 218 |
|
| 219 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 220 |
-
msgid "Insert
|
| 221 |
msgstr ""
|
| 222 |
|
| 223 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 224 |
-
|
| 225 |
-
msgid "Twitch"
|
| 226 |
msgstr ""
|
| 227 |
|
| 228 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 229 |
-
msgid "
|
| 230 |
msgstr ""
|
| 231 |
|
| 232 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 233 |
-
|
|
|
|
| 234 |
msgstr ""
|
| 235 |
|
| 236 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 237 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
| 238 |
msgstr ""
|
| 239 |
|
| 240 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 241 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 242 |
msgid "SoundCloud"
|
| 243 |
msgstr "SoundCloud"
|
| 244 |
|
| 245 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 246 |
-
msgid "Display SoundCloud
|
| 247 |
-
msgstr "
|
| 248 |
|
| 249 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 250 |
msgid "SoundCloud Username"
|
| 251 |
msgstr "Pseudo SoundCloud"
|
| 252 |
|
| 253 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 254 |
-
msgid "Insert
|
| 255 |
-
msgstr "
|
| 256 |
|
| 257 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 258 |
msgid "SoundCloud Client ID"
|
| 259 |
msgstr "Client ID SoundCloud"
|
| 260 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 261 |
#: includes/admin/class-social-count-plus-admin.php:257
|
| 262 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 263 |
msgstr ""
|
| 264 |
|
| 265 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 266 |
-
|
| 267 |
-
|
| 268 |
-
msgstr "Posts"
|
| 269 |
|
| 270 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 271 |
-
msgid "
|
| 272 |
-
msgstr "
|
| 273 |
|
| 274 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 275 |
-
|
|
|
|
| 276 |
msgstr ""
|
| 277 |
|
| 278 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
|
|
|
|
|
|
|
|
|
| 282 |
|
| 283 |
#: includes/admin/class-social-count-plus-admin.php:280
|
| 284 |
-
msgid "
|
| 285 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 286 |
|
| 287 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 288 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 289 |
#: includes/admin/views/html-settings-page.php:9
|
| 290 |
msgid "Settings"
|
| 291 |
msgstr "Paramètres"
|
| 292 |
|
| 293 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 294 |
msgid "Open URLs in new tab/window"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 298 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 299 |
msgid "This option add %s in all counters URLs."
|
| 300 |
msgstr ""
|
| 301 |
|
| 302 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 303 |
msgid "Add nofollow in URLs"
|
| 304 |
msgstr ""
|
| 305 |
|
| 306 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 307 |
#: includes/admin/views/html-settings-page.php:9
|
| 308 |
msgid "Design"
|
| 309 |
msgstr "Style"
|
| 310 |
|
| 311 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 312 |
msgid "Layout Models"
|
| 313 |
msgstr "Modeles de Disposition"
|
| 314 |
|
| 315 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 316 |
msgid "Text Color"
|
| 317 |
msgstr "Couleur du texte"
|
| 318 |
|
| 319 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 320 |
msgid "Order"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 324 |
msgid "This option controls the order of the icons in the widget."
|
| 325 |
msgstr ""
|
| 326 |
|
|
@@ -328,62 +470,75 @@ msgstr ""
|
|
| 328 |
msgid "Social Count Plus"
|
| 329 |
msgstr "Social Count Plus"
|
| 330 |
|
| 331 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 332 |
msgid "Activate/Deactivate"
|
| 333 |
msgstr "Activer / Désactiver"
|
| 334 |
|
| 335 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 336 |
msgid "General Info"
|
| 337 |
msgstr ""
|
| 338 |
|
| 339 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 340 |
#: includes/admin/views/html-settings-system-status-page.php:11
|
| 341 |
msgid "Social Count Plus Version"
|
| 342 |
msgstr ""
|
| 343 |
|
| 344 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 345 |
#: includes/admin/views/html-settings-system-status-page.php:15
|
| 346 |
msgid "WordPress Version"
|
| 347 |
msgstr ""
|
| 348 |
|
| 349 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 350 |
#: includes/admin/views/html-settings-system-status-page.php:19
|
| 351 |
msgid "WP Multisite Enabled"
|
| 352 |
msgstr ""
|
| 353 |
|
| 354 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 355 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 356 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 357 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 358 |
msgid "Yes"
|
| 359 |
msgstr ""
|
| 360 |
|
| 361 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 362 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 363 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 364 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 365 |
msgid "No"
|
| 366 |
msgstr ""
|
| 367 |
|
| 368 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 369 |
#: includes/admin/views/html-settings-system-status-page.php:23
|
| 370 |
msgid "Web Server Info"
|
| 371 |
msgstr ""
|
| 372 |
|
| 373 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 374 |
#: includes/admin/views/html-settings-system-status-page.php:27
|
| 375 |
msgid "PHP Version"
|
| 376 |
msgstr ""
|
| 377 |
|
| 378 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 379 |
msgid "Social Connections"
|
| 380 |
msgstr ""
|
| 381 |
|
| 382 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 383 |
msgid ""
|
| 384 |
"You do not have any counter that needs to connect remotely currently active"
|
| 385 |
msgstr ""
|
| 386 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 387 |
#: includes/admin/views/html-settings-functions-shortcodes-page.php:7
|
| 388 |
msgid ""
|
| 389 |
"Use this library to generate your own model layout or display specific data "
|
|
@@ -398,67 +553,22 @@ msgstr "Raccourcis"
|
|
| 398 |
msgid "Note: the shortcodes displays only the count in plain text."
|
| 399 |
msgstr ""
|
| 400 |
|
| 401 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 402 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 403 |
-
msgid "
|
| 404 |
-
msgstr "Compteur Twitter"
|
| 405 |
-
|
| 406 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:19
|
| 407 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:66
|
| 408 |
-
msgid "Facebook counter"
|
| 409 |
-
msgstr "Compteur Facebook"
|
| 410 |
-
|
| 411 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:23
|
| 412 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:70
|
| 413 |
-
msgid "YouTube counter"
|
| 414 |
-
msgstr "Compteur YouTube"
|
| 415 |
-
|
| 416 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:27
|
| 417 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:74
|
| 418 |
-
msgid "Google Plus counter"
|
| 419 |
-
msgstr "Compteur Google Plus"
|
| 420 |
-
|
| 421 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:31
|
| 422 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:78
|
| 423 |
-
msgid "Instagram counter"
|
| 424 |
-
msgstr "Compteur Instagram"
|
| 425 |
-
|
| 426 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:35
|
| 427 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:82
|
| 428 |
-
msgid "Steam counter"
|
| 429 |
-
msgstr "Compteur Steam"
|
| 430 |
-
|
| 431 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:39
|
| 432 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:86
|
| 433 |
-
msgid "Twitch counter"
|
| 434 |
msgstr ""
|
| 435 |
|
| 436 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 437 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:90
|
| 438 |
-
msgid "SoundCloud counter"
|
| 439 |
-
msgstr "Compteur SoundCloud"
|
| 440 |
-
|
| 441 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:47
|
| 442 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:94
|
| 443 |
-
msgid "Posts counter"
|
| 444 |
-
msgstr "Compteur de Posts"
|
| 445 |
-
|
| 446 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:51
|
| 447 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:98
|
| 448 |
-
msgid "Comments counter"
|
| 449 |
-
msgstr "Compteur de commentaires"
|
| 450 |
-
|
| 451 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:56
|
| 452 |
msgid "Functions"
|
| 453 |
msgstr "Fonctions"
|
| 454 |
|
| 455 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 456 |
msgid ""
|
| 457 |
"Note: the functions displays only the count in plain text, except the "
|
| 458 |
"<code>get_scp_widget()</code> function that displays with images."
|
| 459 |
msgstr ""
|
| 460 |
|
| 461 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 462 |
msgid "Full widget"
|
| 463 |
msgstr "Widget complet"
|
| 464 |
|
|
@@ -474,6 +584,10 @@ msgstr ""
|
|
| 474 |
msgid "To use the counter of Twitter you need to fill the fields:"
|
| 475 |
msgstr "Pour utiliser le compteur Twitter, vous devez remplir les champs : "
|
| 476 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 477 |
#: includes/admin/views/html-settings-system-status-page.php:5
|
| 478 |
msgid "Environment"
|
| 479 |
msgstr ""
|
|
@@ -523,37 +637,42 @@ msgstr ""
|
|
| 523 |
msgid "Get System Report"
|
| 524 |
msgstr ""
|
| 525 |
|
| 526 |
-
#: includes/class-social-count-plus-
|
| 527 |
-
|
| 528 |
-
|
| 529 |
-
|
| 530 |
-
#: includes/class-social-count-plus-
|
| 531 |
-
msgid "
|
| 532 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
| 533 |
|
| 534 |
-
#: includes/class-social-count-plus-
|
| 535 |
msgid "likes"
|
| 536 |
msgstr "Fans"
|
| 537 |
|
| 538 |
-
#: includes/class-social-count-plus-
|
| 539 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 540 |
msgstr "Abonnés"
|
| 541 |
|
| 542 |
-
#: includes/class-social-count-plus-
|
| 543 |
msgid "members"
|
| 544 |
msgstr "membres"
|
| 545 |
|
| 546 |
-
#: includes/class-social-count-plus-
|
| 547 |
-
msgid "
|
| 548 |
-
msgstr "
|
| 549 |
-
|
| 550 |
-
#: includes/class-social-count-plus-widget.php:19
|
| 551 |
-
msgid "Display the counter"
|
| 552 |
-
msgstr "Afficher le compteur"
|
| 553 |
-
|
| 554 |
-
#: includes/class-social-count-plus-widget.php:59
|
| 555 |
-
msgid "Title"
|
| 556 |
-
msgstr "Titre"
|
| 557 |
|
| 558 |
#. Plugin URI of the plugin/theme
|
| 559 |
msgid "https://github.com/claudiosmweb/social-count-plus"
|
|
@@ -561,12 +680,13 @@ msgstr "https://github.com/claudiosmweb/social-count-plus"
|
|
| 561 |
|
| 562 |
#. Description of the plugin/theme
|
| 563 |
msgid ""
|
| 564 |
-
"
|
| 565 |
-
"
|
| 566 |
-
|
|
|
|
| 567 |
|
| 568 |
#. Author of the plugin/theme
|
| 569 |
-
msgid "Claudio Sanches
|
| 570 |
msgstr ""
|
| 571 |
|
| 572 |
#. Author URI of the plugin/theme
|
| 1 |
+
# Copyright (C) 2015 Claudio Sanches
|
| 2 |
# This file is distributed under the GPLv2 or later.
|
| 3 |
# Translators:
|
| 4 |
msgid ""
|
| 5 |
msgstr ""
|
| 6 |
"Project-Id-Version: Social Count Plus\n"
|
| 7 |
"Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
|
| 8 |
+
"POT-Creation-Date: 2015-09-01 02:32:17+00:00\n"
|
| 9 |
+
"PO-Revision-Date: 2015-09-01 02:32+0000\n"
|
| 10 |
"Last-Translator: Claudio Sanches <contato@claudiosmweb.com>\n"
|
| 11 |
"Language-Team: French (France) (http://www.transifex.com/claudiosmweb/social-count-plus/language/fr_FR/)\n"
|
| 12 |
"MIME-Version: 1.0\n"
|
| 17 |
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
| 18 |
|
| 19 |
#: includes/admin/class-social-count-plus-admin.php:66
|
| 20 |
+
msgid "Create an App on Twitter in %s and get this data."
|
| 21 |
msgstr ""
|
| 22 |
|
| 23 |
#: includes/admin/class-social-count-plus-admin.php:68
|
| 24 |
+
msgid "Create an App on Facebook in %s and get this data."
|
| 25 |
msgstr ""
|
| 26 |
|
| 27 |
#: includes/admin/class-social-count-plus-admin.php:70
|
| 28 |
+
msgid "Get the this data in %s."
|
| 29 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
+
#: includes/admin/class-social-count-plus-admin.php:72
|
| 32 |
+
msgid ""
|
| 33 |
+
"Register an App on Tumblr in %s, when the app is ready click in \"Explore "
|
| 34 |
+
"API\" and allow your app access your Tumblr account and get this data."
|
| 35 |
+
msgstr ""
|
| 36 |
|
| 37 |
+
#: includes/admin/class-social-count-plus-admin.php:77
|
| 38 |
+
#: includes/admin/class-social-count-plus-admin.php:1068
|
| 39 |
+
msgid "Comments"
|
| 40 |
+
msgstr "Commentaires"
|
| 41 |
|
| 42 |
+
#: includes/admin/class-social-count-plus-admin.php:80
|
| 43 |
+
msgid "Display Comments Counter"
|
| 44 |
msgstr ""
|
| 45 |
|
| 46 |
+
#: includes/admin/class-social-count-plus-admin.php:85
|
| 47 |
+
#: includes/admin/class-social-count-plus-admin.php:231
|
| 48 |
+
#: includes/admin/class-social-count-plus-admin.php:371
|
| 49 |
+
msgid "URL"
|
| 50 |
+
msgstr ""
|
| 51 |
|
| 52 |
#: includes/admin/class-social-count-plus-admin.php:92
|
| 53 |
+
#: includes/admin/class-social-count-plus-admin.php:1069
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
msgid "Facebook"
|
| 55 |
msgstr "Facebook"
|
| 56 |
|
| 57 |
+
#: includes/admin/class-social-count-plus-admin.php:95
|
| 58 |
+
msgid "Display Facebook Counter"
|
| 59 |
+
msgstr ""
|
| 60 |
|
| 61 |
+
#: includes/admin/class-social-count-plus-admin.php:99
|
| 62 |
msgid "Facebook Page ID"
|
| 63 |
msgstr "ID de la page Facebook"
|
| 64 |
|
| 65 |
+
#: includes/admin/class-social-count-plus-admin.php:103
|
| 66 |
msgid "ID Facebook page. Must be the numeric ID or your page slug."
|
| 67 |
msgstr ""
|
| 68 |
|
| 69 |
+
#: includes/admin/class-social-count-plus-admin.php:104
|
| 70 |
msgid ""
|
| 71 |
+
"You can find this data clicking to edit your page on Facebook. The URL will "
|
| 72 |
+
"be similar to this:"
|
| 73 |
msgstr ""
|
| 74 |
|
| 75 |
+
#: includes/admin/class-social-count-plus-admin.php:105
|
| 76 |
msgid "or"
|
| 77 |
msgstr ""
|
| 78 |
|
| 79 |
+
#: includes/admin/class-social-count-plus-admin.php:109
|
| 80 |
msgid "Facebook App ID"
|
| 81 |
msgstr ""
|
| 82 |
|
| 83 |
+
#: includes/admin/class-social-count-plus-admin.php:114
|
| 84 |
msgid "Facebook App Secret"
|
| 85 |
msgstr ""
|
| 86 |
|
| 87 |
+
#: includes/admin/class-social-count-plus-admin.php:121
|
| 88 |
+
#: includes/admin/class-social-count-plus-admin.php:1070
|
| 89 |
+
msgid "GitHub"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
msgstr ""
|
| 91 |
|
| 92 |
+
#: includes/admin/class-social-count-plus-admin.php:124
|
| 93 |
+
msgid "Display GitHub Counter"
|
| 94 |
msgstr ""
|
| 95 |
|
| 96 |
+
#: includes/admin/class-social-count-plus-admin.php:128
|
| 97 |
+
msgid "GitHub Username"
|
|
|
|
| 98 |
msgstr ""
|
| 99 |
|
| 100 |
+
#: includes/admin/class-social-count-plus-admin.php:130
|
| 101 |
+
msgid "Insert your GitHub username. Example: %s."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
msgstr ""
|
| 103 |
|
| 104 |
+
#: includes/admin/class-social-count-plus-admin.php:135
|
| 105 |
+
#: includes/admin/class-social-count-plus-admin.php:1071
|
| 106 |
msgid "Google+"
|
| 107 |
msgstr ""
|
| 108 |
|
| 109 |
+
#: includes/admin/class-social-count-plus-admin.php:138
|
| 110 |
+
msgid "Display Google+ Counter"
|
| 111 |
msgstr ""
|
| 112 |
|
| 113 |
+
#: includes/admin/class-social-count-plus-admin.php:142
|
| 114 |
msgid "Google+ ID"
|
| 115 |
msgstr ""
|
| 116 |
|
| 117 |
+
#: includes/admin/class-social-count-plus-admin.php:146
|
| 118 |
msgid "Google+ page or profile ID."
|
| 119 |
msgstr ""
|
| 120 |
|
| 121 |
+
#: includes/admin/class-social-count-plus-admin.php:147
|
| 122 |
msgid "Example:"
|
| 123 |
msgstr ""
|
| 124 |
|
| 125 |
+
#: includes/admin/class-social-count-plus-admin.php:151
|
| 126 |
+
#: includes/admin/class-social-count-plus-admin.php:409
|
| 127 |
+
msgid "Google API Key"
|
| 128 |
+
msgstr ""
|
| 129 |
+
|
| 130 |
+
#: includes/admin/class-social-count-plus-admin.php:154
|
| 131 |
msgid ""
|
| 132 |
"Get your API key creating a project/app in %s, then inside your project go "
|
| 133 |
"to \"APIs & auth > APIs\" and turn on the \"Google+ API\", finally go to "
|
| 136 |
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 137 |
msgstr ""
|
| 138 |
|
| 139 |
+
#: includes/admin/class-social-count-plus-admin.php:161
|
| 140 |
+
#: includes/admin/class-social-count-plus-admin.php:1072
|
| 141 |
msgid "Instagram"
|
| 142 |
msgstr "Instagram"
|
| 143 |
|
| 144 |
+
#: includes/admin/class-social-count-plus-admin.php:164
|
| 145 |
+
msgid "Display Instagram Counter"
|
| 146 |
+
msgstr ""
|
| 147 |
|
| 148 |
+
#: includes/admin/class-social-count-plus-admin.php:168
|
| 149 |
msgid "Instagram Username"
|
| 150 |
msgstr "Pseudo Instagram"
|
| 151 |
|
| 152 |
+
#: includes/admin/class-social-count-plus-admin.php:170
|
| 153 |
+
msgid "Insert your Instagram Username."
|
| 154 |
+
msgstr ""
|
| 155 |
|
| 156 |
+
#: includes/admin/class-social-count-plus-admin.php:173
|
| 157 |
msgid "Instagram User ID"
|
| 158 |
msgstr "ID utilisateur Instagram"
|
| 159 |
|
| 160 |
+
#: includes/admin/class-social-count-plus-admin.php:175
|
| 161 |
+
msgid "Insert your Instagram User ID."
|
| 162 |
+
msgstr ""
|
| 163 |
|
| 164 |
+
#: includes/admin/class-social-count-plus-admin.php:178
|
| 165 |
msgid "Instagram Access Token"
|
| 166 |
msgstr "Instagram Access Token"
|
| 167 |
|
| 168 |
+
#: includes/admin/class-social-count-plus-admin.php:180
|
| 169 |
+
msgid "Insert your Instagram Access Token."
|
| 170 |
+
msgstr ""
|
| 171 |
|
| 172 |
+
#: includes/admin/class-social-count-plus-admin.php:185
|
| 173 |
+
#: includes/admin/class-social-count-plus-admin.php:1073
|
| 174 |
+
msgid "LinkedIn"
|
| 175 |
+
msgstr ""
|
| 176 |
|
| 177 |
+
#: includes/admin/class-social-count-plus-admin.php:188
|
| 178 |
+
msgid "Display LinkedIn counter"
|
| 179 |
+
msgstr ""
|
| 180 |
|
| 181 |
+
#: includes/admin/class-social-count-plus-admin.php:192
|
| 182 |
+
msgid "LinkedIn Company ID"
|
| 183 |
+
msgstr ""
|
| 184 |
|
| 185 |
+
#: includes/admin/class-social-count-plus-admin.php:194
|
| 186 |
+
msgid "Insert your LinkedIn Company ID. Get your Company ID in %s."
|
| 187 |
msgstr ""
|
| 188 |
|
| 189 |
+
#: includes/admin/class-social-count-plus-admin.php:197
|
| 190 |
+
msgid "LinkedIn Access Token"
|
|
|
|
| 191 |
msgstr ""
|
| 192 |
|
| 193 |
+
#: includes/admin/class-social-count-plus-admin.php:199
|
| 194 |
+
msgid "Get your Access Token in %s."
|
| 195 |
msgstr ""
|
| 196 |
|
| 197 |
+
#: includes/admin/class-social-count-plus-admin.php:204
|
| 198 |
+
#: includes/admin/class-social-count-plus-admin.php:1074
|
| 199 |
+
msgid "Pinterest"
|
| 200 |
msgstr ""
|
| 201 |
|
| 202 |
+
#: includes/admin/class-social-count-plus-admin.php:207
|
| 203 |
+
msgid "Display Pinterest Counter"
|
| 204 |
+
msgstr ""
|
| 205 |
+
|
| 206 |
+
#: includes/admin/class-social-count-plus-admin.php:211
|
| 207 |
+
msgid "Pinterest Username"
|
| 208 |
msgstr ""
|
| 209 |
|
| 210 |
+
#: includes/admin/class-social-count-plus-admin.php:213
|
| 211 |
+
msgid "Insert your Pinterest username. Example: %s."
|
| 212 |
+
msgstr ""
|
| 213 |
+
|
| 214 |
+
#: includes/admin/class-social-count-plus-admin.php:218
|
| 215 |
+
#: includes/admin/class-social-count-plus-admin.php:1075
|
| 216 |
+
msgid "Posts"
|
| 217 |
+
msgstr "Posts"
|
| 218 |
+
|
| 219 |
+
#: includes/admin/class-social-count-plus-admin.php:221
|
| 220 |
+
msgid "Display Posts Counter"
|
| 221 |
+
msgstr ""
|
| 222 |
+
|
| 223 |
+
#: includes/admin/class-social-count-plus-admin.php:226
|
| 224 |
+
msgid "Post Type"
|
| 225 |
+
msgstr ""
|
| 226 |
+
|
| 227 |
+
#: includes/admin/class-social-count-plus-admin.php:238
|
| 228 |
+
#: includes/admin/class-social-count-plus-admin.php:1076
|
| 229 |
msgid "SoundCloud"
|
| 230 |
msgstr "SoundCloud"
|
| 231 |
|
| 232 |
+
#: includes/admin/class-social-count-plus-admin.php:241
|
| 233 |
+
msgid "Display SoundCloud Counter"
|
| 234 |
+
msgstr ""
|
| 235 |
|
| 236 |
+
#: includes/admin/class-social-count-plus-admin.php:245
|
| 237 |
msgid "SoundCloud Username"
|
| 238 |
msgstr "Pseudo SoundCloud"
|
| 239 |
|
| 240 |
+
#: includes/admin/class-social-count-plus-admin.php:247
|
| 241 |
+
msgid "Insert your SoundCloud Username."
|
| 242 |
+
msgstr ""
|
| 243 |
|
| 244 |
+
#: includes/admin/class-social-count-plus-admin.php:250
|
| 245 |
msgid "SoundCloud Client ID"
|
| 246 |
msgstr "Client ID SoundCloud"
|
| 247 |
|
| 248 |
+
#: includes/admin/class-social-count-plus-admin.php:252
|
| 249 |
+
msgid "Insert your SoundCloud App Client ID. Generate this data in %s."
|
| 250 |
+
msgstr ""
|
| 251 |
+
|
| 252 |
#: includes/admin/class-social-count-plus-admin.php:257
|
| 253 |
+
#: includes/admin/class-social-count-plus-admin.php:1077
|
| 254 |
+
msgid "Steam"
|
| 255 |
+
msgstr "Steam"
|
| 256 |
+
|
| 257 |
+
#: includes/admin/class-social-count-plus-admin.php:260
|
| 258 |
+
msgid "Display Steam Counter"
|
| 259 |
msgstr ""
|
| 260 |
|
| 261 |
+
#: includes/admin/class-social-count-plus-admin.php:264
|
| 262 |
+
msgid "Steam Group Name"
|
| 263 |
+
msgstr ""
|
|
|
|
| 264 |
|
| 265 |
+
#: includes/admin/class-social-count-plus-admin.php:266
|
| 266 |
+
msgid "Insert your Steam Community group name. Example: %s."
|
| 267 |
+
msgstr ""
|
| 268 |
|
| 269 |
+
#: includes/admin/class-social-count-plus-admin.php:271
|
| 270 |
+
#: includes/admin/class-social-count-plus-admin.php:1078
|
| 271 |
+
msgid "Tumblr"
|
| 272 |
msgstr ""
|
| 273 |
|
| 274 |
+
#: includes/admin/class-social-count-plus-admin.php:274
|
| 275 |
+
msgid "Display Tumblr counter"
|
| 276 |
+
msgstr ""
|
| 277 |
+
|
| 278 |
+
#: includes/admin/class-social-count-plus-admin.php:278
|
| 279 |
+
msgid "Tumblr Hostname"
|
| 280 |
+
msgstr ""
|
| 281 |
|
| 282 |
#: includes/admin/class-social-count-plus-admin.php:280
|
| 283 |
+
msgid "Insert your Tumblr Hostname. Example: %s."
|
| 284 |
+
msgstr ""
|
| 285 |
+
|
| 286 |
+
#: includes/admin/class-social-count-plus-admin.php:283
|
| 287 |
+
msgid "Tumblr Consumer Key"
|
| 288 |
+
msgstr ""
|
| 289 |
+
|
| 290 |
+
#: includes/admin/class-social-count-plus-admin.php:288
|
| 291 |
+
msgid "Tumblr Consumer Secret"
|
| 292 |
+
msgstr ""
|
| 293 |
+
|
| 294 |
+
#: includes/admin/class-social-count-plus-admin.php:293
|
| 295 |
+
msgid "Tumblr Token"
|
| 296 |
+
msgstr ""
|
| 297 |
+
|
| 298 |
+
#: includes/admin/class-social-count-plus-admin.php:298
|
| 299 |
+
msgid "Tumblr Token Secret"
|
| 300 |
+
msgstr ""
|
| 301 |
+
|
| 302 |
+
#: includes/admin/class-social-count-plus-admin.php:305
|
| 303 |
+
#: includes/admin/class-social-count-plus-admin.php:1079
|
| 304 |
+
msgid "Twitch"
|
| 305 |
+
msgstr ""
|
| 306 |
+
|
| 307 |
+
#: includes/admin/class-social-count-plus-admin.php:308
|
| 308 |
+
msgid "Display Twitch Counter"
|
| 309 |
+
msgstr ""
|
| 310 |
|
| 311 |
+
#: includes/admin/class-social-count-plus-admin.php:312
|
| 312 |
+
msgid "Twitch Username"
|
| 313 |
+
msgstr ""
|
| 314 |
+
|
| 315 |
+
#: includes/admin/class-social-count-plus-admin.php:314
|
| 316 |
+
msgid "Insert your Twitch username."
|
| 317 |
+
msgstr ""
|
| 318 |
+
|
| 319 |
+
#: includes/admin/class-social-count-plus-admin.php:319
|
| 320 |
+
#: includes/admin/class-social-count-plus-admin.php:1080
|
| 321 |
+
msgid "Twitter"
|
| 322 |
+
msgstr "Twitter"
|
| 323 |
+
|
| 324 |
+
#: includes/admin/class-social-count-plus-admin.php:322
|
| 325 |
+
msgid "Display Twitter Counter"
|
| 326 |
+
msgstr ""
|
| 327 |
+
|
| 328 |
+
#: includes/admin/class-social-count-plus-admin.php:326
|
| 329 |
+
msgid "Twitter Username"
|
| 330 |
+
msgstr ""
|
| 331 |
+
|
| 332 |
+
#: includes/admin/class-social-count-plus-admin.php:328
|
| 333 |
+
msgid "Insert the Twitter username. Example: %s."
|
| 334 |
+
msgstr ""
|
| 335 |
+
|
| 336 |
+
#: includes/admin/class-social-count-plus-admin.php:331
|
| 337 |
+
#: includes/admin/views/html-settings-page.php:25
|
| 338 |
+
msgid "Twitter Consumer key"
|
| 339 |
+
msgstr "Twitter Consumer key"
|
| 340 |
+
|
| 341 |
+
#: includes/admin/class-social-count-plus-admin.php:336
|
| 342 |
+
#: includes/admin/views/html-settings-page.php:26
|
| 343 |
+
msgid "Twitter Consumer secret"
|
| 344 |
+
msgstr "Twitter Consumer secret"
|
| 345 |
+
|
| 346 |
+
#: includes/admin/class-social-count-plus-admin.php:341
|
| 347 |
+
#: includes/admin/views/html-settings-page.php:27
|
| 348 |
+
msgid "Twitter Access token"
|
| 349 |
+
msgstr "Twitter Access token"
|
| 350 |
+
|
| 351 |
+
#: includes/admin/class-social-count-plus-admin.php:346
|
| 352 |
+
#: includes/admin/views/html-settings-page.php:28
|
| 353 |
+
msgid "Twitter Access token secret"
|
| 354 |
+
msgstr "Twitter Access token secret"
|
| 355 |
+
|
| 356 |
+
#: includes/admin/class-social-count-plus-admin.php:353
|
| 357 |
+
#: includes/admin/class-social-count-plus-admin.php:1081
|
| 358 |
+
msgid "Users"
|
| 359 |
+
msgstr ""
|
| 360 |
+
|
| 361 |
+
#: includes/admin/class-social-count-plus-admin.php:356
|
| 362 |
+
msgid "Display Users Counter"
|
| 363 |
+
msgstr ""
|
| 364 |
+
|
| 365 |
+
#: includes/admin/class-social-count-plus-admin.php:361
|
| 366 |
+
msgid "User Role"
|
| 367 |
+
msgstr ""
|
| 368 |
+
|
| 369 |
+
#: includes/admin/class-social-count-plus-admin.php:366
|
| 370 |
+
msgid "Label"
|
| 371 |
+
msgstr ""
|
| 372 |
+
|
| 373 |
+
#: includes/admin/class-social-count-plus-admin.php:367
|
| 374 |
+
#: includes/counters/class-social-count-plus-users-counter.php:74
|
| 375 |
+
msgid "users"
|
| 376 |
+
msgstr ""
|
| 377 |
+
|
| 378 |
+
#: includes/admin/class-social-count-plus-admin.php:378
|
| 379 |
+
#: includes/admin/class-social-count-plus-admin.php:1082
|
| 380 |
+
msgid "Vimeo"
|
| 381 |
+
msgstr ""
|
| 382 |
+
|
| 383 |
+
#: includes/admin/class-social-count-plus-admin.php:381
|
| 384 |
+
msgid "Display Vimeo Counter"
|
| 385 |
+
msgstr ""
|
| 386 |
+
|
| 387 |
+
#: includes/admin/class-social-count-plus-admin.php:385
|
| 388 |
+
msgid "Vimeo Username"
|
| 389 |
+
msgstr ""
|
| 390 |
+
|
| 391 |
+
#: includes/admin/class-social-count-plus-admin.php:387
|
| 392 |
+
msgid "Insert your Vimeo username. Example: %s."
|
| 393 |
+
msgstr ""
|
| 394 |
+
|
| 395 |
+
#: includes/admin/class-social-count-plus-admin.php:392
|
| 396 |
+
#: includes/admin/class-social-count-plus-admin.php:1083
|
| 397 |
+
msgid "YouTube"
|
| 398 |
+
msgstr "YouTube"
|
| 399 |
+
|
| 400 |
+
#: includes/admin/class-social-count-plus-admin.php:395
|
| 401 |
+
msgid "Display YouTube Counter"
|
| 402 |
+
msgstr ""
|
| 403 |
+
|
| 404 |
+
#: includes/admin/class-social-count-plus-admin.php:399
|
| 405 |
+
msgid "YouTube Channel ID"
|
| 406 |
+
msgstr ""
|
| 407 |
+
|
| 408 |
+
#: includes/admin/class-social-count-plus-admin.php:401
|
| 409 |
+
msgid "Insert the YouTube Channel ID. Example: %s."
|
| 410 |
+
msgstr ""
|
| 411 |
+
|
| 412 |
+
#: includes/admin/class-social-count-plus-admin.php:404
|
| 413 |
+
msgid "YouTube Channel URL"
|
| 414 |
+
msgstr ""
|
| 415 |
+
|
| 416 |
+
#: includes/admin/class-social-count-plus-admin.php:406
|
| 417 |
+
msgid "Insert the YouTube channel URL. Example: %s."
|
| 418 |
+
msgstr ""
|
| 419 |
+
|
| 420 |
+
#: includes/admin/class-social-count-plus-admin.php:412
|
| 421 |
+
msgid ""
|
| 422 |
+
"Get your API key creating a project/app in %s, then inside your project go "
|
| 423 |
+
"to \"APIs & auth > APIs\" and turn on the \"YouTube API\", finally go to "
|
| 424 |
+
"\"APIs & auth > APIs > Credentials > Public API access\" and click in the "
|
| 425 |
+
"\"CREATE A NEW KEY\" button, select the \"Browser key\" option and click in "
|
| 426 |
+
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 427 |
+
msgstr ""
|
| 428 |
+
|
| 429 |
+
#: includes/admin/class-social-count-plus-admin.php:419
|
| 430 |
+
#: includes/admin/class-social-count-plus-admin.php:906
|
| 431 |
#: includes/admin/views/html-settings-page.php:9
|
| 432 |
msgid "Settings"
|
| 433 |
msgstr "Paramètres"
|
| 434 |
|
| 435 |
+
#: includes/admin/class-social-count-plus-admin.php:422
|
| 436 |
msgid "Open URLs in new tab/window"
|
| 437 |
msgstr ""
|
| 438 |
|
| 439 |
+
#: includes/admin/class-social-count-plus-admin.php:424
|
| 440 |
+
#: includes/admin/class-social-count-plus-admin.php:429
|
| 441 |
msgid "This option add %s in all counters URLs."
|
| 442 |
msgstr ""
|
| 443 |
|
| 444 |
+
#: includes/admin/class-social-count-plus-admin.php:427
|
| 445 |
msgid "Add nofollow in URLs"
|
| 446 |
msgstr ""
|
| 447 |
|
| 448 |
+
#: includes/admin/class-social-count-plus-admin.php:436
|
| 449 |
#: includes/admin/views/html-settings-page.php:9
|
| 450 |
msgid "Design"
|
| 451 |
msgstr "Style"
|
| 452 |
|
| 453 |
+
#: includes/admin/class-social-count-plus-admin.php:439
|
| 454 |
msgid "Layout Models"
|
| 455 |
msgstr "Modeles de Disposition"
|
| 456 |
|
| 457 |
+
#: includes/admin/class-social-count-plus-admin.php:445
|
| 458 |
msgid "Text Color"
|
| 459 |
msgstr "Couleur du texte"
|
| 460 |
|
| 461 |
+
#: includes/admin/class-social-count-plus-admin.php:450
|
| 462 |
msgid "Order"
|
| 463 |
msgstr ""
|
| 464 |
|
| 465 |
+
#: includes/admin/class-social-count-plus-admin.php:452
|
| 466 |
msgid "This option controls the order of the icons in the widget."
|
| 467 |
msgstr ""
|
| 468 |
|
| 470 |
msgid "Social Count Plus"
|
| 471 |
msgstr "Social Count Plus"
|
| 472 |
|
| 473 |
+
#: includes/admin/class-social-count-plus-admin.php:698
|
| 474 |
msgid "Activate/Deactivate"
|
| 475 |
msgstr "Activer / Désactiver"
|
| 476 |
|
| 477 |
+
#: includes/admin/class-social-count-plus-admin.php:959
|
| 478 |
msgid "General Info"
|
| 479 |
msgstr ""
|
| 480 |
|
| 481 |
+
#: includes/admin/class-social-count-plus-admin.php:960
|
| 482 |
#: includes/admin/views/html-settings-system-status-page.php:11
|
| 483 |
msgid "Social Count Plus Version"
|
| 484 |
msgstr ""
|
| 485 |
|
| 486 |
+
#: includes/admin/class-social-count-plus-admin.php:961
|
| 487 |
#: includes/admin/views/html-settings-system-status-page.php:15
|
| 488 |
msgid "WordPress Version"
|
| 489 |
msgstr ""
|
| 490 |
|
| 491 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 492 |
#: includes/admin/views/html-settings-system-status-page.php:19
|
| 493 |
msgid "WP Multisite Enabled"
|
| 494 |
msgstr ""
|
| 495 |
|
| 496 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 497 |
+
#: includes/admin/class-social-count-plus-admin.php:965
|
| 498 |
+
#: includes/admin/class-social-count-plus-admin.php:966
|
| 499 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 500 |
msgid "Yes"
|
| 501 |
msgstr ""
|
| 502 |
|
| 503 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 504 |
+
#: includes/admin/class-social-count-plus-admin.php:965
|
| 505 |
+
#: includes/admin/class-social-count-plus-admin.php:966
|
| 506 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 507 |
msgid "No"
|
| 508 |
msgstr ""
|
| 509 |
|
| 510 |
+
#: includes/admin/class-social-count-plus-admin.php:963
|
| 511 |
#: includes/admin/views/html-settings-system-status-page.php:23
|
| 512 |
msgid "Web Server Info"
|
| 513 |
msgstr ""
|
| 514 |
|
| 515 |
+
#: includes/admin/class-social-count-plus-admin.php:964
|
| 516 |
#: includes/admin/views/html-settings-system-status-page.php:27
|
| 517 |
msgid "PHP Version"
|
| 518 |
msgstr ""
|
| 519 |
|
| 520 |
+
#: includes/admin/class-social-count-plus-admin.php:967
|
| 521 |
msgid "Social Connections"
|
| 522 |
msgstr ""
|
| 523 |
|
| 524 |
+
#: includes/admin/class-social-count-plus-admin.php:977
|
| 525 |
msgid ""
|
| 526 |
"You do not have any counter that needs to connect remotely currently active"
|
| 527 |
msgstr ""
|
| 528 |
|
| 529 |
+
#: includes/admin/views/html-help-us.php:11
|
| 530 |
+
msgid ""
|
| 531 |
+
"Help us keep the %s free making a %s or rate %s on %s. Thank you in advance!"
|
| 532 |
+
msgstr ""
|
| 533 |
+
|
| 534 |
+
#: includes/admin/views/html-help-us.php:11
|
| 535 |
+
msgid "donation"
|
| 536 |
+
msgstr ""
|
| 537 |
+
|
| 538 |
+
#: includes/admin/views/html-help-us.php:11
|
| 539 |
+
msgid "WordPress.org"
|
| 540 |
+
msgstr ""
|
| 541 |
+
|
| 542 |
#: includes/admin/views/html-settings-functions-shortcodes-page.php:7
|
| 543 |
msgid ""
|
| 544 |
"Use this library to generate your own model layout or display specific data "
|
| 553 |
msgid "Note: the shortcodes displays only the count in plain text."
|
| 554 |
msgstr ""
|
| 555 |
|
| 556 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:16
|
| 557 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:29
|
| 558 |
+
msgid "%s counter"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 559 |
msgstr ""
|
| 560 |
|
| 561 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 562 |
msgid "Functions"
|
| 563 |
msgstr "Fonctions"
|
| 564 |
|
| 565 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:24
|
| 566 |
msgid ""
|
| 567 |
"Note: the functions displays only the count in plain text, except the "
|
| 568 |
"<code>get_scp_widget()</code> function that displays with images."
|
| 569 |
msgstr ""
|
| 570 |
|
| 571 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:34
|
| 572 |
msgid "Full widget"
|
| 573 |
msgstr "Widget complet"
|
| 574 |
|
| 584 |
msgid "To use the counter of Twitter you need to fill the fields:"
|
| 585 |
msgstr "Pour utiliser le compteur Twitter, vous devez remplir les champs : "
|
| 586 |
|
| 587 |
+
#: includes/admin/views/html-settings-page.php:24
|
| 588 |
+
msgid "Twitter username"
|
| 589 |
+
msgstr "Pseudo twitter"
|
| 590 |
+
|
| 591 |
#: includes/admin/views/html-settings-system-status-page.php:5
|
| 592 |
msgid "Environment"
|
| 593 |
msgstr ""
|
| 637 |
msgid "Get System Report"
|
| 638 |
msgstr ""
|
| 639 |
|
| 640 |
+
#: includes/class-social-count-plus-widget.php:19
|
| 641 |
+
msgid "Display the counter"
|
| 642 |
+
msgstr "Afficher le compteur"
|
| 643 |
+
|
| 644 |
+
#: includes/class-social-count-plus-widget.php:59
|
| 645 |
+
msgid "Title"
|
| 646 |
+
msgstr "Titre"
|
| 647 |
+
|
| 648 |
+
#: includes/counters/class-social-count-plus-comments-counter.php:80
|
| 649 |
+
msgid "comments"
|
| 650 |
+
msgstr "commentaires"
|
| 651 |
|
| 652 |
+
#: includes/counters/class-social-count-plus-facebook-counter.php:114
|
| 653 |
msgid "likes"
|
| 654 |
msgstr "Fans"
|
| 655 |
|
| 656 |
+
#: includes/counters/class-social-count-plus-github-counter.php:83
|
| 657 |
+
#: includes/counters/class-social-count-plus-googleplus-counter.php:83
|
| 658 |
+
#: includes/counters/class-social-count-plus-instagram-counter.php:87
|
| 659 |
+
#: includes/counters/class-social-count-plus-linkedin-counter.php:88
|
| 660 |
+
#: includes/counters/class-social-count-plus-pinterest-counter.php:92
|
| 661 |
+
#: includes/counters/class-social-count-plus-soundcloud-counter.php:83
|
| 662 |
+
#: includes/counters/class-social-count-plus-tumblr-counter.php:187
|
| 663 |
+
#: includes/counters/class-social-count-plus-twitch-counter.php:90
|
| 664 |
+
#: includes/counters/class-social-count-plus-twitter-counter.php:188
|
| 665 |
+
#: includes/counters/class-social-count-plus-vimeo-counter.php:83
|
| 666 |
+
msgid "followers"
|
| 667 |
msgstr "Abonnés"
|
| 668 |
|
| 669 |
+
#: includes/counters/class-social-count-plus-steam-counter.php:82
|
| 670 |
msgid "members"
|
| 671 |
msgstr "membres"
|
| 672 |
|
| 673 |
+
#: includes/counters/class-social-count-plus-youtube-counter.php:90
|
| 674 |
+
msgid "subscribers"
|
| 675 |
+
msgstr "Abonnés"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 676 |
|
| 677 |
#. Plugin URI of the plugin/theme
|
| 678 |
msgid "https://github.com/claudiosmweb/social-count-plus"
|
| 680 |
|
| 681 |
#. Description of the plugin/theme
|
| 682 |
msgid ""
|
| 683 |
+
"Displays your numbers in Facebook, GitHub, Google+, Instagram, LinkedIn, "
|
| 684 |
+
"Pinterest, SoundCloud, Steam Community, Tumblr, Twitch, Twitter, Vimeo, "
|
| 685 |
+
"Youtube, posts, comments and users."
|
| 686 |
+
msgstr ""
|
| 687 |
|
| 688 |
#. Author of the plugin/theme
|
| 689 |
+
msgid "Claudio Sanches"
|
| 690 |
msgstr ""
|
| 691 |
|
| 692 |
#. Author URI of the plugin/theme
|
languages/social-count-plus-pt_BR.mo
CHANGED
|
Binary file
|
languages/social-count-plus-pt_BR.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# Copyright (C) 2015 Claudio Sanches
|
| 2 |
# This file is distributed under the GPLv2 or later.
|
| 3 |
# Translators:
|
| 4 |
# Claudio Sanches <contato@claudiosmweb.com>, 2014
|
|
@@ -6,8 +6,8 @@ msgid ""
|
|
| 6 |
msgstr ""
|
| 7 |
"Project-Id-Version: Social Count Plus\n"
|
| 8 |
"Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
|
| 9 |
-
"POT-Creation-Date: 2015-
|
| 10 |
-
"PO-Revision-Date: 2015-
|
| 11 |
"Last-Translator: Claudio Sanches <contato@claudiosmweb.com>\n"
|
| 12 |
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/claudiosmweb/social-count-plus/language/pt_BR/)\n"
|
| 13 |
"MIME-Version: 1.0\n"
|
|
@@ -18,151 +18,117 @@ msgstr ""
|
|
| 18 |
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
| 19 |
|
| 20 |
#: includes/admin/class-social-count-plus-admin.php:66
|
| 21 |
-
msgid "Create an App on Twitter in %s and get this
|
| 22 |
msgstr ""
|
| 23 |
|
| 24 |
#: includes/admin/class-social-count-plus-admin.php:68
|
| 25 |
-
msgid "Create an App on Facebook in %s and get this
|
| 26 |
msgstr ""
|
| 27 |
|
| 28 |
#: includes/admin/class-social-count-plus-admin.php:70
|
| 29 |
-
msgid "Get the this
|
| 30 |
-
msgstr "
|
| 31 |
-
|
| 32 |
-
#: includes/admin/class-social-count-plus-admin.php:75
|
| 33 |
-
#: includes/admin/class-social-count-plus-admin.php:885
|
| 34 |
-
msgid "Twitter"
|
| 35 |
-
msgstr "Twitter"
|
| 36 |
|
| 37 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 38 |
-
msgid "
|
| 39 |
-
|
|
|
|
|
|
|
| 40 |
|
| 41 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 42 |
-
#: includes/admin/
|
| 43 |
-
msgid "
|
| 44 |
-
msgstr "
|
| 45 |
|
| 46 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 47 |
-
msgid "
|
| 48 |
msgstr ""
|
| 49 |
|
| 50 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 51 |
-
#: includes/admin/
|
| 52 |
-
|
| 53 |
-
|
|
|
|
| 54 |
|
| 55 |
#: includes/admin/class-social-count-plus-admin.php:92
|
| 56 |
-
#: includes/admin/
|
| 57 |
-
msgid "Twitter Consumer secret"
|
| 58 |
-
msgstr "Twitter Consumer secret"
|
| 59 |
-
|
| 60 |
-
#: includes/admin/class-social-count-plus-admin.php:97
|
| 61 |
-
#: includes/admin/views/html-settings-page.php:27
|
| 62 |
-
msgid "Twitter Access token"
|
| 63 |
-
msgstr "Twitter Access token"
|
| 64 |
-
|
| 65 |
-
#: includes/admin/class-social-count-plus-admin.php:102
|
| 66 |
-
#: includes/admin/views/html-settings-page.php:28
|
| 67 |
-
msgid "Twitter Access token secret"
|
| 68 |
-
msgstr "Twitter Access token secret"
|
| 69 |
-
|
| 70 |
-
#: includes/admin/class-social-count-plus-admin.php:109
|
| 71 |
-
#: includes/admin/class-social-count-plus-admin.php:886
|
| 72 |
msgid "Facebook"
|
| 73 |
msgstr "Facebook"
|
| 74 |
|
| 75 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 76 |
-
msgid "Display Facebook
|
| 77 |
-
msgstr "
|
| 78 |
|
| 79 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 80 |
msgid "Facebook Page ID"
|
| 81 |
msgstr "ID da página no Facebook"
|
| 82 |
|
| 83 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 84 |
msgid "ID Facebook page. Must be the numeric ID or your page slug."
|
| 85 |
msgstr ""
|
| 86 |
|
| 87 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 88 |
msgid ""
|
| 89 |
-
"You can find this
|
| 90 |
-
"
|
| 91 |
msgstr ""
|
| 92 |
|
| 93 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 94 |
msgid "or"
|
| 95 |
msgstr ""
|
| 96 |
|
| 97 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 98 |
msgid "Facebook App ID"
|
| 99 |
msgstr ""
|
| 100 |
|
| 101 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 102 |
msgid "Facebook App Secret"
|
| 103 |
msgstr ""
|
| 104 |
|
| 105 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 106 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 107 |
-
msgid "
|
| 108 |
-
msgstr "YouTube"
|
| 109 |
-
|
| 110 |
-
#: includes/admin/class-social-count-plus-admin.php:141
|
| 111 |
-
msgid "Display YouTube counter"
|
| 112 |
-
msgstr "Exibir o contador do YouTube"
|
| 113 |
-
|
| 114 |
-
#: includes/admin/class-social-count-plus-admin.php:145
|
| 115 |
-
msgid "YouTube Channel ID"
|
| 116 |
-
msgstr ""
|
| 117 |
-
|
| 118 |
-
#: includes/admin/class-social-count-plus-admin.php:147
|
| 119 |
-
msgid "Insert the YouTube Channel ID. Example: %s"
|
| 120 |
-
msgstr ""
|
| 121 |
-
|
| 122 |
-
#: includes/admin/class-social-count-plus-admin.php:150
|
| 123 |
-
msgid "YouTube Channel URL"
|
| 124 |
msgstr ""
|
| 125 |
|
| 126 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 127 |
-
msgid "
|
| 128 |
msgstr ""
|
| 129 |
|
| 130 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 131 |
-
|
| 132 |
-
msgid "Google API Key"
|
| 133 |
msgstr ""
|
| 134 |
|
| 135 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 136 |
-
msgid ""
|
| 137 |
-
"Get your API key creating a project/app in %s, then inside your project go "
|
| 138 |
-
"to \"APIs & auth > APIs\" and turn on the \"YouTube API\", finally go to "
|
| 139 |
-
"\"APIs & auth > APIs > Credentials > Public API access\" and click in the "
|
| 140 |
-
"\"CREATE A NEW KEY\" button, select the \"Browser key\" option and click in "
|
| 141 |
-
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 142 |
msgstr ""
|
| 143 |
|
| 144 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 145 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 146 |
msgid "Google+"
|
| 147 |
msgstr ""
|
| 148 |
|
| 149 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 150 |
-
msgid "Display Google+
|
| 151 |
msgstr ""
|
| 152 |
|
| 153 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 154 |
msgid "Google+ ID"
|
| 155 |
msgstr ""
|
| 156 |
|
| 157 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 158 |
msgid "Google+ page or profile ID."
|
| 159 |
msgstr ""
|
| 160 |
|
| 161 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 162 |
msgid "Example:"
|
| 163 |
msgstr ""
|
| 164 |
|
| 165 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 166 |
msgid ""
|
| 167 |
"Get your API key creating a project/app in %s, then inside your project go "
|
| 168 |
"to \"APIs & auth > APIs\" and turn on the \"Google+ API\", finally go to "
|
|
@@ -171,157 +137,333 @@ msgid ""
|
|
| 171 |
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 172 |
msgstr ""
|
| 173 |
|
| 174 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 175 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 176 |
msgid "Instagram"
|
| 177 |
msgstr "Instagram"
|
| 178 |
|
| 179 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 180 |
-
msgid "Display Instagram
|
| 181 |
-
msgstr "
|
| 182 |
|
| 183 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 184 |
msgid "Instagram Username"
|
| 185 |
msgstr "Nome de usuário no Instagram"
|
| 186 |
|
| 187 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 188 |
-
msgid "Insert
|
| 189 |
-
msgstr "
|
| 190 |
|
| 191 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 192 |
msgid "Instagram User ID"
|
| 193 |
msgstr "User ID do Instagram"
|
| 194 |
|
| 195 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 196 |
-
msgid "Insert
|
| 197 |
-
msgstr "
|
| 198 |
|
| 199 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 200 |
msgid "Instagram Access Token"
|
| 201 |
msgstr "Access Token do Instagram"
|
| 202 |
|
| 203 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 204 |
-
msgid "Insert
|
| 205 |
-
msgstr "
|
| 206 |
|
| 207 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 208 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 209 |
-
msgid "
|
| 210 |
-
msgstr "
|
| 211 |
|
| 212 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 213 |
-
msgid "Display
|
| 214 |
-
msgstr "
|
| 215 |
|
| 216 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 217 |
-
msgid "
|
| 218 |
-
msgstr "
|
| 219 |
|
| 220 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 221 |
-
msgid "Insert
|
| 222 |
msgstr ""
|
| 223 |
|
| 224 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 225 |
-
|
| 226 |
-
msgid "Twitch"
|
| 227 |
msgstr ""
|
| 228 |
|
| 229 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 230 |
-
msgid "
|
| 231 |
msgstr ""
|
| 232 |
|
| 233 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 234 |
-
|
|
|
|
| 235 |
msgstr ""
|
| 236 |
|
| 237 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 238 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 239 |
msgstr ""
|
| 240 |
|
| 241 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 242 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 243 |
msgid "SoundCloud"
|
| 244 |
msgstr "SoundCloud"
|
| 245 |
|
| 246 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 247 |
-
msgid "Display SoundCloud
|
| 248 |
-
msgstr "
|
| 249 |
|
| 250 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 251 |
msgid "SoundCloud Username"
|
| 252 |
msgstr "Nome de usuário no SoundCloud"
|
| 253 |
|
| 254 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 255 |
-
msgid "Insert
|
| 256 |
-
msgstr "
|
| 257 |
|
| 258 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 259 |
msgid "SoundCloud Client ID"
|
| 260 |
msgstr "Client ID do SoundCloud"
|
| 261 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 262 |
#: includes/admin/class-social-count-plus-admin.php:257
|
| 263 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 264 |
msgstr ""
|
| 265 |
|
| 266 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 267 |
-
|
| 268 |
-
|
| 269 |
-
msgstr "Posts"
|
| 270 |
|
| 271 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 272 |
-
msgid "
|
| 273 |
-
msgstr "
|
| 274 |
|
| 275 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 276 |
-
|
|
|
|
| 277 |
msgstr ""
|
| 278 |
|
| 279 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 280 |
-
|
| 281 |
-
|
| 282 |
-
|
|
|
|
|
|
|
|
|
|
| 283 |
|
| 284 |
#: includes/admin/class-social-count-plus-admin.php:280
|
| 285 |
-
msgid "
|
| 286 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 287 |
|
| 288 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 289 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 290 |
#: includes/admin/views/html-settings-page.php:9
|
| 291 |
msgid "Settings"
|
| 292 |
msgstr "Configurações"
|
| 293 |
|
| 294 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 295 |
msgid "Open URLs in new tab/window"
|
| 296 |
msgstr ""
|
| 297 |
|
| 298 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 299 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 300 |
msgid "This option add %s in all counters URLs."
|
| 301 |
msgstr ""
|
| 302 |
|
| 303 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 304 |
msgid "Add nofollow in URLs"
|
| 305 |
msgstr ""
|
| 306 |
|
| 307 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 308 |
#: includes/admin/views/html-settings-page.php:9
|
| 309 |
msgid "Design"
|
| 310 |
msgstr "Estilos"
|
| 311 |
|
| 312 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 313 |
msgid "Layout Models"
|
| 314 |
msgstr "Modelos"
|
| 315 |
|
| 316 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 317 |
msgid "Text Color"
|
| 318 |
msgstr "Cor do texto"
|
| 319 |
|
| 320 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 321 |
msgid "Order"
|
| 322 |
msgstr ""
|
| 323 |
|
| 324 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 325 |
msgid "This option controls the order of the icons in the widget."
|
| 326 |
msgstr ""
|
| 327 |
|
|
@@ -329,62 +471,75 @@ msgstr ""
|
|
| 329 |
msgid "Social Count Plus"
|
| 330 |
msgstr "Social Count Plus"
|
| 331 |
|
| 332 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 333 |
msgid "Activate/Deactivate"
|
| 334 |
msgstr "Ativar/Desativar"
|
| 335 |
|
| 336 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 337 |
msgid "General Info"
|
| 338 |
msgstr ""
|
| 339 |
|
| 340 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 341 |
#: includes/admin/views/html-settings-system-status-page.php:11
|
| 342 |
msgid "Social Count Plus Version"
|
| 343 |
msgstr ""
|
| 344 |
|
| 345 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 346 |
#: includes/admin/views/html-settings-system-status-page.php:15
|
| 347 |
msgid "WordPress Version"
|
| 348 |
msgstr ""
|
| 349 |
|
| 350 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 351 |
#: includes/admin/views/html-settings-system-status-page.php:19
|
| 352 |
msgid "WP Multisite Enabled"
|
| 353 |
msgstr ""
|
| 354 |
|
| 355 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 356 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 357 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 358 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 359 |
msgid "Yes"
|
| 360 |
msgstr ""
|
| 361 |
|
| 362 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 363 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 364 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 365 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 366 |
msgid "No"
|
| 367 |
msgstr ""
|
| 368 |
|
| 369 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 370 |
#: includes/admin/views/html-settings-system-status-page.php:23
|
| 371 |
msgid "Web Server Info"
|
| 372 |
msgstr ""
|
| 373 |
|
| 374 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 375 |
#: includes/admin/views/html-settings-system-status-page.php:27
|
| 376 |
msgid "PHP Version"
|
| 377 |
msgstr ""
|
| 378 |
|
| 379 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 380 |
msgid "Social Connections"
|
| 381 |
msgstr ""
|
| 382 |
|
| 383 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 384 |
msgid ""
|
| 385 |
"You do not have any counter that needs to connect remotely currently active"
|
| 386 |
msgstr ""
|
| 387 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 388 |
#: includes/admin/views/html-settings-functions-shortcodes-page.php:7
|
| 389 |
msgid ""
|
| 390 |
"Use this library to generate your own model layout or display specific data "
|
|
@@ -399,67 +554,22 @@ msgstr "Shortcodes"
|
|
| 399 |
msgid "Note: the shortcodes displays only the count in plain text."
|
| 400 |
msgstr ""
|
| 401 |
|
| 402 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 403 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 404 |
-
msgid "
|
| 405 |
-
msgstr "Contador do Twitter"
|
| 406 |
-
|
| 407 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:19
|
| 408 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:66
|
| 409 |
-
msgid "Facebook counter"
|
| 410 |
-
msgstr "Contador do Facebook"
|
| 411 |
-
|
| 412 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:23
|
| 413 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:70
|
| 414 |
-
msgid "YouTube counter"
|
| 415 |
-
msgstr "Contador do YouTube"
|
| 416 |
-
|
| 417 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:27
|
| 418 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:74
|
| 419 |
-
msgid "Google Plus counter"
|
| 420 |
-
msgstr "Contador do Google Plus"
|
| 421 |
-
|
| 422 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:31
|
| 423 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:78
|
| 424 |
-
msgid "Instagram counter"
|
| 425 |
-
msgstr "Contador do Instagram"
|
| 426 |
-
|
| 427 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:35
|
| 428 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:82
|
| 429 |
-
msgid "Steam counter"
|
| 430 |
-
msgstr "Contador do Steam"
|
| 431 |
-
|
| 432 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:39
|
| 433 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:86
|
| 434 |
-
msgid "Twitch counter"
|
| 435 |
msgstr ""
|
| 436 |
|
| 437 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 438 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:90
|
| 439 |
-
msgid "SoundCloud counter"
|
| 440 |
-
msgstr "Contador do SoundCloud"
|
| 441 |
-
|
| 442 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:47
|
| 443 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:94
|
| 444 |
-
msgid "Posts counter"
|
| 445 |
-
msgstr "Contador de Posts"
|
| 446 |
-
|
| 447 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:51
|
| 448 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:98
|
| 449 |
-
msgid "Comments counter"
|
| 450 |
-
msgstr "Contador de Comentários"
|
| 451 |
-
|
| 452 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:56
|
| 453 |
msgid "Functions"
|
| 454 |
msgstr "Funções"
|
| 455 |
|
| 456 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 457 |
msgid ""
|
| 458 |
"Note: the functions displays only the count in plain text, except the "
|
| 459 |
"<code>get_scp_widget()</code> function that displays with images."
|
| 460 |
msgstr ""
|
| 461 |
|
| 462 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 463 |
msgid "Full widget"
|
| 464 |
msgstr "Widget completo"
|
| 465 |
|
|
@@ -475,6 +585,10 @@ msgstr ""
|
|
| 475 |
msgid "To use the counter of Twitter you need to fill the fields:"
|
| 476 |
msgstr "Para usar o contador do Twitter você precisa preencher os campos:"
|
| 477 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 478 |
#: includes/admin/views/html-settings-system-status-page.php:5
|
| 479 |
msgid "Environment"
|
| 480 |
msgstr ""
|
|
@@ -524,37 +638,42 @@ msgstr ""
|
|
| 524 |
msgid "Get System Report"
|
| 525 |
msgstr ""
|
| 526 |
|
| 527 |
-
#: includes/class-social-count-plus-
|
| 528 |
-
|
| 529 |
-
|
| 530 |
-
#: includes/class-social-count-plus-view.php:130
|
| 531 |
-
#: includes/class-social-count-plus-view.php:143
|
| 532 |
-
msgid "followers"
|
| 533 |
-
msgstr "seguidores"
|
| 534 |
|
| 535 |
-
#: includes/class-social-count-plus-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 536 |
msgid "likes"
|
| 537 |
msgstr "fãs"
|
| 538 |
|
| 539 |
-
#: includes/class-social-count-plus-
|
| 540 |
-
|
| 541 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 542 |
|
| 543 |
-
#: includes/class-social-count-plus-
|
| 544 |
msgid "members"
|
| 545 |
msgstr "membros"
|
| 546 |
|
| 547 |
-
#: includes/class-social-count-plus-
|
| 548 |
-
msgid "
|
| 549 |
-
msgstr "
|
| 550 |
-
|
| 551 |
-
#: includes/class-social-count-plus-widget.php:19
|
| 552 |
-
msgid "Display the counter"
|
| 553 |
-
msgstr "Exibir o contador"
|
| 554 |
-
|
| 555 |
-
#: includes/class-social-count-plus-widget.php:59
|
| 556 |
-
msgid "Title"
|
| 557 |
-
msgstr "Título"
|
| 558 |
|
| 559 |
#. Plugin URI of the plugin/theme
|
| 560 |
msgid "https://github.com/claudiosmweb/social-count-plus"
|
|
@@ -562,12 +681,13 @@ msgstr "https://github.com/claudiosmweb/social-count-plus"
|
|
| 562 |
|
| 563 |
#. Description of the plugin/theme
|
| 564 |
msgid ""
|
| 565 |
-
"
|
| 566 |
-
"
|
| 567 |
-
|
|
|
|
| 568 |
|
| 569 |
#. Author of the plugin/theme
|
| 570 |
-
msgid "Claudio Sanches
|
| 571 |
msgstr ""
|
| 572 |
|
| 573 |
#. Author URI of the plugin/theme
|
| 1 |
+
# Copyright (C) 2015 Claudio Sanches
|
| 2 |
# This file is distributed under the GPLv2 or later.
|
| 3 |
# Translators:
|
| 4 |
# Claudio Sanches <contato@claudiosmweb.com>, 2014
|
| 6 |
msgstr ""
|
| 7 |
"Project-Id-Version: Social Count Plus\n"
|
| 8 |
"Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
|
| 9 |
+
"POT-Creation-Date: 2015-09-01 02:32:17+00:00\n"
|
| 10 |
+
"PO-Revision-Date: 2015-09-01 02:32+0000\n"
|
| 11 |
"Last-Translator: Claudio Sanches <contato@claudiosmweb.com>\n"
|
| 12 |
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/claudiosmweb/social-count-plus/language/pt_BR/)\n"
|
| 13 |
"MIME-Version: 1.0\n"
|
| 18 |
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
| 19 |
|
| 20 |
#: includes/admin/class-social-count-plus-admin.php:66
|
| 21 |
+
msgid "Create an App on Twitter in %s and get this data."
|
| 22 |
msgstr ""
|
| 23 |
|
| 24 |
#: includes/admin/class-social-count-plus-admin.php:68
|
| 25 |
+
msgid "Create an App on Facebook in %s and get this data."
|
| 26 |
msgstr ""
|
| 27 |
|
| 28 |
#: includes/admin/class-social-count-plus-admin.php:70
|
| 29 |
+
msgid "Get the this data in %s."
|
| 30 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
+
#: includes/admin/class-social-count-plus-admin.php:72
|
| 33 |
+
msgid ""
|
| 34 |
+
"Register an App on Tumblr in %s, when the app is ready click in \"Explore "
|
| 35 |
+
"API\" and allow your app access your Tumblr account and get this data."
|
| 36 |
+
msgstr ""
|
| 37 |
|
| 38 |
+
#: includes/admin/class-social-count-plus-admin.php:77
|
| 39 |
+
#: includes/admin/class-social-count-plus-admin.php:1068
|
| 40 |
+
msgid "Comments"
|
| 41 |
+
msgstr "Comentários"
|
| 42 |
|
| 43 |
+
#: includes/admin/class-social-count-plus-admin.php:80
|
| 44 |
+
msgid "Display Comments Counter"
|
| 45 |
msgstr ""
|
| 46 |
|
| 47 |
+
#: includes/admin/class-social-count-plus-admin.php:85
|
| 48 |
+
#: includes/admin/class-social-count-plus-admin.php:231
|
| 49 |
+
#: includes/admin/class-social-count-plus-admin.php:371
|
| 50 |
+
msgid "URL"
|
| 51 |
+
msgstr ""
|
| 52 |
|
| 53 |
#: includes/admin/class-social-count-plus-admin.php:92
|
| 54 |
+
#: includes/admin/class-social-count-plus-admin.php:1069
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
msgid "Facebook"
|
| 56 |
msgstr "Facebook"
|
| 57 |
|
| 58 |
+
#: includes/admin/class-social-count-plus-admin.php:95
|
| 59 |
+
msgid "Display Facebook Counter"
|
| 60 |
+
msgstr ""
|
| 61 |
|
| 62 |
+
#: includes/admin/class-social-count-plus-admin.php:99
|
| 63 |
msgid "Facebook Page ID"
|
| 64 |
msgstr "ID da página no Facebook"
|
| 65 |
|
| 66 |
+
#: includes/admin/class-social-count-plus-admin.php:103
|
| 67 |
msgid "ID Facebook page. Must be the numeric ID or your page slug."
|
| 68 |
msgstr ""
|
| 69 |
|
| 70 |
+
#: includes/admin/class-social-count-plus-admin.php:104
|
| 71 |
msgid ""
|
| 72 |
+
"You can find this data clicking to edit your page on Facebook. The URL will "
|
| 73 |
+
"be similar to this:"
|
| 74 |
msgstr ""
|
| 75 |
|
| 76 |
+
#: includes/admin/class-social-count-plus-admin.php:105
|
| 77 |
msgid "or"
|
| 78 |
msgstr ""
|
| 79 |
|
| 80 |
+
#: includes/admin/class-social-count-plus-admin.php:109
|
| 81 |
msgid "Facebook App ID"
|
| 82 |
msgstr ""
|
| 83 |
|
| 84 |
+
#: includes/admin/class-social-count-plus-admin.php:114
|
| 85 |
msgid "Facebook App Secret"
|
| 86 |
msgstr ""
|
| 87 |
|
| 88 |
+
#: includes/admin/class-social-count-plus-admin.php:121
|
| 89 |
+
#: includes/admin/class-social-count-plus-admin.php:1070
|
| 90 |
+
msgid "GitHub"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
msgstr ""
|
| 92 |
|
| 93 |
+
#: includes/admin/class-social-count-plus-admin.php:124
|
| 94 |
+
msgid "Display GitHub Counter"
|
| 95 |
msgstr ""
|
| 96 |
|
| 97 |
+
#: includes/admin/class-social-count-plus-admin.php:128
|
| 98 |
+
msgid "GitHub Username"
|
|
|
|
| 99 |
msgstr ""
|
| 100 |
|
| 101 |
+
#: includes/admin/class-social-count-plus-admin.php:130
|
| 102 |
+
msgid "Insert your GitHub username. Example: %s."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
msgstr ""
|
| 104 |
|
| 105 |
+
#: includes/admin/class-social-count-plus-admin.php:135
|
| 106 |
+
#: includes/admin/class-social-count-plus-admin.php:1071
|
| 107 |
msgid "Google+"
|
| 108 |
msgstr ""
|
| 109 |
|
| 110 |
+
#: includes/admin/class-social-count-plus-admin.php:138
|
| 111 |
+
msgid "Display Google+ Counter"
|
| 112 |
msgstr ""
|
| 113 |
|
| 114 |
+
#: includes/admin/class-social-count-plus-admin.php:142
|
| 115 |
msgid "Google+ ID"
|
| 116 |
msgstr ""
|
| 117 |
|
| 118 |
+
#: includes/admin/class-social-count-plus-admin.php:146
|
| 119 |
msgid "Google+ page or profile ID."
|
| 120 |
msgstr ""
|
| 121 |
|
| 122 |
+
#: includes/admin/class-social-count-plus-admin.php:147
|
| 123 |
msgid "Example:"
|
| 124 |
msgstr ""
|
| 125 |
|
| 126 |
+
#: includes/admin/class-social-count-plus-admin.php:151
|
| 127 |
+
#: includes/admin/class-social-count-plus-admin.php:409
|
| 128 |
+
msgid "Google API Key"
|
| 129 |
+
msgstr ""
|
| 130 |
+
|
| 131 |
+
#: includes/admin/class-social-count-plus-admin.php:154
|
| 132 |
msgid ""
|
| 133 |
"Get your API key creating a project/app in %s, then inside your project go "
|
| 134 |
"to \"APIs & auth > APIs\" and turn on the \"Google+ API\", finally go to "
|
| 137 |
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 138 |
msgstr ""
|
| 139 |
|
| 140 |
+
#: includes/admin/class-social-count-plus-admin.php:161
|
| 141 |
+
#: includes/admin/class-social-count-plus-admin.php:1072
|
| 142 |
msgid "Instagram"
|
| 143 |
msgstr "Instagram"
|
| 144 |
|
| 145 |
+
#: includes/admin/class-social-count-plus-admin.php:164
|
| 146 |
+
msgid "Display Instagram Counter"
|
| 147 |
+
msgstr ""
|
| 148 |
|
| 149 |
+
#: includes/admin/class-social-count-plus-admin.php:168
|
| 150 |
msgid "Instagram Username"
|
| 151 |
msgstr "Nome de usuário no Instagram"
|
| 152 |
|
| 153 |
+
#: includes/admin/class-social-count-plus-admin.php:170
|
| 154 |
+
msgid "Insert your Instagram Username."
|
| 155 |
+
msgstr ""
|
| 156 |
|
| 157 |
+
#: includes/admin/class-social-count-plus-admin.php:173
|
| 158 |
msgid "Instagram User ID"
|
| 159 |
msgstr "User ID do Instagram"
|
| 160 |
|
| 161 |
+
#: includes/admin/class-social-count-plus-admin.php:175
|
| 162 |
+
msgid "Insert your Instagram User ID."
|
| 163 |
+
msgstr ""
|
| 164 |
|
| 165 |
+
#: includes/admin/class-social-count-plus-admin.php:178
|
| 166 |
msgid "Instagram Access Token"
|
| 167 |
msgstr "Access Token do Instagram"
|
| 168 |
|
| 169 |
+
#: includes/admin/class-social-count-plus-admin.php:180
|
| 170 |
+
msgid "Insert your Instagram Access Token."
|
| 171 |
+
msgstr ""
|
| 172 |
|
| 173 |
+
#: includes/admin/class-social-count-plus-admin.php:185
|
| 174 |
+
#: includes/admin/class-social-count-plus-admin.php:1073
|
| 175 |
+
msgid "LinkedIn"
|
| 176 |
+
msgstr ""
|
| 177 |
|
| 178 |
+
#: includes/admin/class-social-count-plus-admin.php:188
|
| 179 |
+
msgid "Display LinkedIn counter"
|
| 180 |
+
msgstr ""
|
| 181 |
|
| 182 |
+
#: includes/admin/class-social-count-plus-admin.php:192
|
| 183 |
+
msgid "LinkedIn Company ID"
|
| 184 |
+
msgstr ""
|
| 185 |
|
| 186 |
+
#: includes/admin/class-social-count-plus-admin.php:194
|
| 187 |
+
msgid "Insert your LinkedIn Company ID. Get your Company ID in %s."
|
| 188 |
msgstr ""
|
| 189 |
|
| 190 |
+
#: includes/admin/class-social-count-plus-admin.php:197
|
| 191 |
+
msgid "LinkedIn Access Token"
|
|
|
|
| 192 |
msgstr ""
|
| 193 |
|
| 194 |
+
#: includes/admin/class-social-count-plus-admin.php:199
|
| 195 |
+
msgid "Get your Access Token in %s."
|
| 196 |
msgstr ""
|
| 197 |
|
| 198 |
+
#: includes/admin/class-social-count-plus-admin.php:204
|
| 199 |
+
#: includes/admin/class-social-count-plus-admin.php:1074
|
| 200 |
+
msgid "Pinterest"
|
| 201 |
msgstr ""
|
| 202 |
|
| 203 |
+
#: includes/admin/class-social-count-plus-admin.php:207
|
| 204 |
+
msgid "Display Pinterest Counter"
|
| 205 |
+
msgstr ""
|
| 206 |
+
|
| 207 |
+
#: includes/admin/class-social-count-plus-admin.php:211
|
| 208 |
+
msgid "Pinterest Username"
|
| 209 |
+
msgstr ""
|
| 210 |
+
|
| 211 |
+
#: includes/admin/class-social-count-plus-admin.php:213
|
| 212 |
+
msgid "Insert your Pinterest username. Example: %s."
|
| 213 |
+
msgstr ""
|
| 214 |
+
|
| 215 |
+
#: includes/admin/class-social-count-plus-admin.php:218
|
| 216 |
+
#: includes/admin/class-social-count-plus-admin.php:1075
|
| 217 |
+
msgid "Posts"
|
| 218 |
+
msgstr "Posts"
|
| 219 |
+
|
| 220 |
+
#: includes/admin/class-social-count-plus-admin.php:221
|
| 221 |
+
msgid "Display Posts Counter"
|
| 222 |
msgstr ""
|
| 223 |
|
| 224 |
+
#: includes/admin/class-social-count-plus-admin.php:226
|
| 225 |
+
msgid "Post Type"
|
| 226 |
+
msgstr ""
|
| 227 |
+
|
| 228 |
+
#: includes/admin/class-social-count-plus-admin.php:238
|
| 229 |
+
#: includes/admin/class-social-count-plus-admin.php:1076
|
| 230 |
msgid "SoundCloud"
|
| 231 |
msgstr "SoundCloud"
|
| 232 |
|
| 233 |
+
#: includes/admin/class-social-count-plus-admin.php:241
|
| 234 |
+
msgid "Display SoundCloud Counter"
|
| 235 |
+
msgstr ""
|
| 236 |
|
| 237 |
+
#: includes/admin/class-social-count-plus-admin.php:245
|
| 238 |
msgid "SoundCloud Username"
|
| 239 |
msgstr "Nome de usuário no SoundCloud"
|
| 240 |
|
| 241 |
+
#: includes/admin/class-social-count-plus-admin.php:247
|
| 242 |
+
msgid "Insert your SoundCloud Username."
|
| 243 |
+
msgstr ""
|
| 244 |
|
| 245 |
+
#: includes/admin/class-social-count-plus-admin.php:250
|
| 246 |
msgid "SoundCloud Client ID"
|
| 247 |
msgstr "Client ID do SoundCloud"
|
| 248 |
|
| 249 |
+
#: includes/admin/class-social-count-plus-admin.php:252
|
| 250 |
+
msgid "Insert your SoundCloud App Client ID. Generate this data in %s."
|
| 251 |
+
msgstr ""
|
| 252 |
+
|
| 253 |
#: includes/admin/class-social-count-plus-admin.php:257
|
| 254 |
+
#: includes/admin/class-social-count-plus-admin.php:1077
|
| 255 |
+
msgid "Steam"
|
| 256 |
+
msgstr "Steam"
|
| 257 |
+
|
| 258 |
+
#: includes/admin/class-social-count-plus-admin.php:260
|
| 259 |
+
msgid "Display Steam Counter"
|
| 260 |
msgstr ""
|
| 261 |
|
| 262 |
+
#: includes/admin/class-social-count-plus-admin.php:264
|
| 263 |
+
msgid "Steam Group Name"
|
| 264 |
+
msgstr ""
|
|
|
|
| 265 |
|
| 266 |
+
#: includes/admin/class-social-count-plus-admin.php:266
|
| 267 |
+
msgid "Insert your Steam Community group name. Example: %s."
|
| 268 |
+
msgstr ""
|
| 269 |
|
| 270 |
+
#: includes/admin/class-social-count-plus-admin.php:271
|
| 271 |
+
#: includes/admin/class-social-count-plus-admin.php:1078
|
| 272 |
+
msgid "Tumblr"
|
| 273 |
msgstr ""
|
| 274 |
|
| 275 |
+
#: includes/admin/class-social-count-plus-admin.php:274
|
| 276 |
+
msgid "Display Tumblr counter"
|
| 277 |
+
msgstr ""
|
| 278 |
+
|
| 279 |
+
#: includes/admin/class-social-count-plus-admin.php:278
|
| 280 |
+
msgid "Tumblr Hostname"
|
| 281 |
+
msgstr ""
|
| 282 |
|
| 283 |
#: includes/admin/class-social-count-plus-admin.php:280
|
| 284 |
+
msgid "Insert your Tumblr Hostname. Example: %s."
|
| 285 |
+
msgstr ""
|
| 286 |
+
|
| 287 |
+
#: includes/admin/class-social-count-plus-admin.php:283
|
| 288 |
+
msgid "Tumblr Consumer Key"
|
| 289 |
+
msgstr ""
|
| 290 |
+
|
| 291 |
+
#: includes/admin/class-social-count-plus-admin.php:288
|
| 292 |
+
msgid "Tumblr Consumer Secret"
|
| 293 |
+
msgstr ""
|
| 294 |
+
|
| 295 |
+
#: includes/admin/class-social-count-plus-admin.php:293
|
| 296 |
+
msgid "Tumblr Token"
|
| 297 |
+
msgstr ""
|
| 298 |
+
|
| 299 |
+
#: includes/admin/class-social-count-plus-admin.php:298
|
| 300 |
+
msgid "Tumblr Token Secret"
|
| 301 |
+
msgstr ""
|
| 302 |
+
|
| 303 |
+
#: includes/admin/class-social-count-plus-admin.php:305
|
| 304 |
+
#: includes/admin/class-social-count-plus-admin.php:1079
|
| 305 |
+
msgid "Twitch"
|
| 306 |
+
msgstr ""
|
| 307 |
+
|
| 308 |
+
#: includes/admin/class-social-count-plus-admin.php:308
|
| 309 |
+
msgid "Display Twitch Counter"
|
| 310 |
+
msgstr ""
|
| 311 |
+
|
| 312 |
+
#: includes/admin/class-social-count-plus-admin.php:312
|
| 313 |
+
msgid "Twitch Username"
|
| 314 |
+
msgstr ""
|
| 315 |
+
|
| 316 |
+
#: includes/admin/class-social-count-plus-admin.php:314
|
| 317 |
+
msgid "Insert your Twitch username."
|
| 318 |
+
msgstr ""
|
| 319 |
+
|
| 320 |
+
#: includes/admin/class-social-count-plus-admin.php:319
|
| 321 |
+
#: includes/admin/class-social-count-plus-admin.php:1080
|
| 322 |
+
msgid "Twitter"
|
| 323 |
+
msgstr "Twitter"
|
| 324 |
+
|
| 325 |
+
#: includes/admin/class-social-count-plus-admin.php:322
|
| 326 |
+
msgid "Display Twitter Counter"
|
| 327 |
+
msgstr ""
|
| 328 |
+
|
| 329 |
+
#: includes/admin/class-social-count-plus-admin.php:326
|
| 330 |
+
msgid "Twitter Username"
|
| 331 |
+
msgstr ""
|
| 332 |
+
|
| 333 |
+
#: includes/admin/class-social-count-plus-admin.php:328
|
| 334 |
+
msgid "Insert the Twitter username. Example: %s."
|
| 335 |
+
msgstr ""
|
| 336 |
+
|
| 337 |
+
#: includes/admin/class-social-count-plus-admin.php:331
|
| 338 |
+
#: includes/admin/views/html-settings-page.php:25
|
| 339 |
+
msgid "Twitter Consumer key"
|
| 340 |
+
msgstr "Twitter Consumer key"
|
| 341 |
+
|
| 342 |
+
#: includes/admin/class-social-count-plus-admin.php:336
|
| 343 |
+
#: includes/admin/views/html-settings-page.php:26
|
| 344 |
+
msgid "Twitter Consumer secret"
|
| 345 |
+
msgstr "Twitter Consumer secret"
|
| 346 |
+
|
| 347 |
+
#: includes/admin/class-social-count-plus-admin.php:341
|
| 348 |
+
#: includes/admin/views/html-settings-page.php:27
|
| 349 |
+
msgid "Twitter Access token"
|
| 350 |
+
msgstr "Twitter Access token"
|
| 351 |
+
|
| 352 |
+
#: includes/admin/class-social-count-plus-admin.php:346
|
| 353 |
+
#: includes/admin/views/html-settings-page.php:28
|
| 354 |
+
msgid "Twitter Access token secret"
|
| 355 |
+
msgstr "Twitter Access token secret"
|
| 356 |
+
|
| 357 |
+
#: includes/admin/class-social-count-plus-admin.php:353
|
| 358 |
+
#: includes/admin/class-social-count-plus-admin.php:1081
|
| 359 |
+
msgid "Users"
|
| 360 |
+
msgstr ""
|
| 361 |
+
|
| 362 |
+
#: includes/admin/class-social-count-plus-admin.php:356
|
| 363 |
+
msgid "Display Users Counter"
|
| 364 |
+
msgstr ""
|
| 365 |
+
|
| 366 |
+
#: includes/admin/class-social-count-plus-admin.php:361
|
| 367 |
+
msgid "User Role"
|
| 368 |
+
msgstr ""
|
| 369 |
+
|
| 370 |
+
#: includes/admin/class-social-count-plus-admin.php:366
|
| 371 |
+
msgid "Label"
|
| 372 |
+
msgstr ""
|
| 373 |
+
|
| 374 |
+
#: includes/admin/class-social-count-plus-admin.php:367
|
| 375 |
+
#: includes/counters/class-social-count-plus-users-counter.php:74
|
| 376 |
+
msgid "users"
|
| 377 |
+
msgstr ""
|
| 378 |
+
|
| 379 |
+
#: includes/admin/class-social-count-plus-admin.php:378
|
| 380 |
+
#: includes/admin/class-social-count-plus-admin.php:1082
|
| 381 |
+
msgid "Vimeo"
|
| 382 |
+
msgstr ""
|
| 383 |
+
|
| 384 |
+
#: includes/admin/class-social-count-plus-admin.php:381
|
| 385 |
+
msgid "Display Vimeo Counter"
|
| 386 |
+
msgstr ""
|
| 387 |
+
|
| 388 |
+
#: includes/admin/class-social-count-plus-admin.php:385
|
| 389 |
+
msgid "Vimeo Username"
|
| 390 |
+
msgstr ""
|
| 391 |
+
|
| 392 |
+
#: includes/admin/class-social-count-plus-admin.php:387
|
| 393 |
+
msgid "Insert your Vimeo username. Example: %s."
|
| 394 |
+
msgstr ""
|
| 395 |
+
|
| 396 |
+
#: includes/admin/class-social-count-plus-admin.php:392
|
| 397 |
+
#: includes/admin/class-social-count-plus-admin.php:1083
|
| 398 |
+
msgid "YouTube"
|
| 399 |
+
msgstr "YouTube"
|
| 400 |
+
|
| 401 |
+
#: includes/admin/class-social-count-plus-admin.php:395
|
| 402 |
+
msgid "Display YouTube Counter"
|
| 403 |
+
msgstr ""
|
| 404 |
+
|
| 405 |
+
#: includes/admin/class-social-count-plus-admin.php:399
|
| 406 |
+
msgid "YouTube Channel ID"
|
| 407 |
+
msgstr ""
|
| 408 |
+
|
| 409 |
+
#: includes/admin/class-social-count-plus-admin.php:401
|
| 410 |
+
msgid "Insert the YouTube Channel ID. Example: %s."
|
| 411 |
+
msgstr ""
|
| 412 |
+
|
| 413 |
+
#: includes/admin/class-social-count-plus-admin.php:404
|
| 414 |
+
msgid "YouTube Channel URL"
|
| 415 |
+
msgstr ""
|
| 416 |
|
| 417 |
+
#: includes/admin/class-social-count-plus-admin.php:406
|
| 418 |
+
msgid "Insert the YouTube channel URL. Example: %s."
|
| 419 |
+
msgstr ""
|
| 420 |
+
|
| 421 |
+
#: includes/admin/class-social-count-plus-admin.php:412
|
| 422 |
+
msgid ""
|
| 423 |
+
"Get your API key creating a project/app in %s, then inside your project go "
|
| 424 |
+
"to \"APIs & auth > APIs\" and turn on the \"YouTube API\", finally go to "
|
| 425 |
+
"\"APIs & auth > APIs > Credentials > Public API access\" and click in the "
|
| 426 |
+
"\"CREATE A NEW KEY\" button, select the \"Browser key\" option and click in "
|
| 427 |
+
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 428 |
+
msgstr ""
|
| 429 |
+
|
| 430 |
+
#: includes/admin/class-social-count-plus-admin.php:419
|
| 431 |
+
#: includes/admin/class-social-count-plus-admin.php:906
|
| 432 |
#: includes/admin/views/html-settings-page.php:9
|
| 433 |
msgid "Settings"
|
| 434 |
msgstr "Configurações"
|
| 435 |
|
| 436 |
+
#: includes/admin/class-social-count-plus-admin.php:422
|
| 437 |
msgid "Open URLs in new tab/window"
|
| 438 |
msgstr ""
|
| 439 |
|
| 440 |
+
#: includes/admin/class-social-count-plus-admin.php:424
|
| 441 |
+
#: includes/admin/class-social-count-plus-admin.php:429
|
| 442 |
msgid "This option add %s in all counters URLs."
|
| 443 |
msgstr ""
|
| 444 |
|
| 445 |
+
#: includes/admin/class-social-count-plus-admin.php:427
|
| 446 |
msgid "Add nofollow in URLs"
|
| 447 |
msgstr ""
|
| 448 |
|
| 449 |
+
#: includes/admin/class-social-count-plus-admin.php:436
|
| 450 |
#: includes/admin/views/html-settings-page.php:9
|
| 451 |
msgid "Design"
|
| 452 |
msgstr "Estilos"
|
| 453 |
|
| 454 |
+
#: includes/admin/class-social-count-plus-admin.php:439
|
| 455 |
msgid "Layout Models"
|
| 456 |
msgstr "Modelos"
|
| 457 |
|
| 458 |
+
#: includes/admin/class-social-count-plus-admin.php:445
|
| 459 |
msgid "Text Color"
|
| 460 |
msgstr "Cor do texto"
|
| 461 |
|
| 462 |
+
#: includes/admin/class-social-count-plus-admin.php:450
|
| 463 |
msgid "Order"
|
| 464 |
msgstr ""
|
| 465 |
|
| 466 |
+
#: includes/admin/class-social-count-plus-admin.php:452
|
| 467 |
msgid "This option controls the order of the icons in the widget."
|
| 468 |
msgstr ""
|
| 469 |
|
| 471 |
msgid "Social Count Plus"
|
| 472 |
msgstr "Social Count Plus"
|
| 473 |
|
| 474 |
+
#: includes/admin/class-social-count-plus-admin.php:698
|
| 475 |
msgid "Activate/Deactivate"
|
| 476 |
msgstr "Ativar/Desativar"
|
| 477 |
|
| 478 |
+
#: includes/admin/class-social-count-plus-admin.php:959
|
| 479 |
msgid "General Info"
|
| 480 |
msgstr ""
|
| 481 |
|
| 482 |
+
#: includes/admin/class-social-count-plus-admin.php:960
|
| 483 |
#: includes/admin/views/html-settings-system-status-page.php:11
|
| 484 |
msgid "Social Count Plus Version"
|
| 485 |
msgstr ""
|
| 486 |
|
| 487 |
+
#: includes/admin/class-social-count-plus-admin.php:961
|
| 488 |
#: includes/admin/views/html-settings-system-status-page.php:15
|
| 489 |
msgid "WordPress Version"
|
| 490 |
msgstr ""
|
| 491 |
|
| 492 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 493 |
#: includes/admin/views/html-settings-system-status-page.php:19
|
| 494 |
msgid "WP Multisite Enabled"
|
| 495 |
msgstr ""
|
| 496 |
|
| 497 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 498 |
+
#: includes/admin/class-social-count-plus-admin.php:965
|
| 499 |
+
#: includes/admin/class-social-count-plus-admin.php:966
|
| 500 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 501 |
msgid "Yes"
|
| 502 |
msgstr ""
|
| 503 |
|
| 504 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 505 |
+
#: includes/admin/class-social-count-plus-admin.php:965
|
| 506 |
+
#: includes/admin/class-social-count-plus-admin.php:966
|
| 507 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 508 |
msgid "No"
|
| 509 |
msgstr ""
|
| 510 |
|
| 511 |
+
#: includes/admin/class-social-count-plus-admin.php:963
|
| 512 |
#: includes/admin/views/html-settings-system-status-page.php:23
|
| 513 |
msgid "Web Server Info"
|
| 514 |
msgstr ""
|
| 515 |
|
| 516 |
+
#: includes/admin/class-social-count-plus-admin.php:964
|
| 517 |
#: includes/admin/views/html-settings-system-status-page.php:27
|
| 518 |
msgid "PHP Version"
|
| 519 |
msgstr ""
|
| 520 |
|
| 521 |
+
#: includes/admin/class-social-count-plus-admin.php:967
|
| 522 |
msgid "Social Connections"
|
| 523 |
msgstr ""
|
| 524 |
|
| 525 |
+
#: includes/admin/class-social-count-plus-admin.php:977
|
| 526 |
msgid ""
|
| 527 |
"You do not have any counter that needs to connect remotely currently active"
|
| 528 |
msgstr ""
|
| 529 |
|
| 530 |
+
#: includes/admin/views/html-help-us.php:11
|
| 531 |
+
msgid ""
|
| 532 |
+
"Help us keep the %s free making a %s or rate %s on %s. Thank you in advance!"
|
| 533 |
+
msgstr ""
|
| 534 |
+
|
| 535 |
+
#: includes/admin/views/html-help-us.php:11
|
| 536 |
+
msgid "donation"
|
| 537 |
+
msgstr ""
|
| 538 |
+
|
| 539 |
+
#: includes/admin/views/html-help-us.php:11
|
| 540 |
+
msgid "WordPress.org"
|
| 541 |
+
msgstr ""
|
| 542 |
+
|
| 543 |
#: includes/admin/views/html-settings-functions-shortcodes-page.php:7
|
| 544 |
msgid ""
|
| 545 |
"Use this library to generate your own model layout or display specific data "
|
| 554 |
msgid "Note: the shortcodes displays only the count in plain text."
|
| 555 |
msgstr ""
|
| 556 |
|
| 557 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:16
|
| 558 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:29
|
| 559 |
+
msgid "%s counter"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 560 |
msgstr ""
|
| 561 |
|
| 562 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 563 |
msgid "Functions"
|
| 564 |
msgstr "Funções"
|
| 565 |
|
| 566 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:24
|
| 567 |
msgid ""
|
| 568 |
"Note: the functions displays only the count in plain text, except the "
|
| 569 |
"<code>get_scp_widget()</code> function that displays with images."
|
| 570 |
msgstr ""
|
| 571 |
|
| 572 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:34
|
| 573 |
msgid "Full widget"
|
| 574 |
msgstr "Widget completo"
|
| 575 |
|
| 585 |
msgid "To use the counter of Twitter you need to fill the fields:"
|
| 586 |
msgstr "Para usar o contador do Twitter você precisa preencher os campos:"
|
| 587 |
|
| 588 |
+
#: includes/admin/views/html-settings-page.php:24
|
| 589 |
+
msgid "Twitter username"
|
| 590 |
+
msgstr "Nome de usuário no Twitter"
|
| 591 |
+
|
| 592 |
#: includes/admin/views/html-settings-system-status-page.php:5
|
| 593 |
msgid "Environment"
|
| 594 |
msgstr ""
|
| 638 |
msgid "Get System Report"
|
| 639 |
msgstr ""
|
| 640 |
|
| 641 |
+
#: includes/class-social-count-plus-widget.php:19
|
| 642 |
+
msgid "Display the counter"
|
| 643 |
+
msgstr "Exibir o contador"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 644 |
|
| 645 |
+
#: includes/class-social-count-plus-widget.php:59
|
| 646 |
+
msgid "Title"
|
| 647 |
+
msgstr "Título"
|
| 648 |
+
|
| 649 |
+
#: includes/counters/class-social-count-plus-comments-counter.php:80
|
| 650 |
+
msgid "comments"
|
| 651 |
+
msgstr "comentários"
|
| 652 |
+
|
| 653 |
+
#: includes/counters/class-social-count-plus-facebook-counter.php:114
|
| 654 |
msgid "likes"
|
| 655 |
msgstr "fãs"
|
| 656 |
|
| 657 |
+
#: includes/counters/class-social-count-plus-github-counter.php:83
|
| 658 |
+
#: includes/counters/class-social-count-plus-googleplus-counter.php:83
|
| 659 |
+
#: includes/counters/class-social-count-plus-instagram-counter.php:87
|
| 660 |
+
#: includes/counters/class-social-count-plus-linkedin-counter.php:88
|
| 661 |
+
#: includes/counters/class-social-count-plus-pinterest-counter.php:92
|
| 662 |
+
#: includes/counters/class-social-count-plus-soundcloud-counter.php:83
|
| 663 |
+
#: includes/counters/class-social-count-plus-tumblr-counter.php:187
|
| 664 |
+
#: includes/counters/class-social-count-plus-twitch-counter.php:90
|
| 665 |
+
#: includes/counters/class-social-count-plus-twitter-counter.php:188
|
| 666 |
+
#: includes/counters/class-social-count-plus-vimeo-counter.php:83
|
| 667 |
+
msgid "followers"
|
| 668 |
+
msgstr "seguidores"
|
| 669 |
|
| 670 |
+
#: includes/counters/class-social-count-plus-steam-counter.php:82
|
| 671 |
msgid "members"
|
| 672 |
msgstr "membros"
|
| 673 |
|
| 674 |
+
#: includes/counters/class-social-count-plus-youtube-counter.php:90
|
| 675 |
+
msgid "subscribers"
|
| 676 |
+
msgstr "assinantes"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 677 |
|
| 678 |
#. Plugin URI of the plugin/theme
|
| 679 |
msgid "https://github.com/claudiosmweb/social-count-plus"
|
| 681 |
|
| 682 |
#. Description of the plugin/theme
|
| 683 |
msgid ""
|
| 684 |
+
"Displays your numbers in Facebook, GitHub, Google+, Instagram, LinkedIn, "
|
| 685 |
+
"Pinterest, SoundCloud, Steam Community, Tumblr, Twitch, Twitter, Vimeo, "
|
| 686 |
+
"Youtube, posts, comments and users."
|
| 687 |
+
msgstr ""
|
| 688 |
|
| 689 |
#. Author of the plugin/theme
|
| 690 |
+
msgid "Claudio Sanches"
|
| 691 |
msgstr ""
|
| 692 |
|
| 693 |
#. Author URI of the plugin/theme
|
languages/social-count-plus-ru_RU.mo
CHANGED
|
Binary file
|
languages/social-count-plus-ru_RU.po
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
# Copyright (C) 2015 Claudio Sanches
|
| 2 |
# This file is distributed under the GPLv2 or later.
|
| 3 |
# Translators:
|
| 4 |
msgid ""
|
| 5 |
msgstr ""
|
| 6 |
"Project-Id-Version: Social Count Plus\n"
|
| 7 |
"Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
|
| 8 |
-
"POT-Creation-Date: 2015-
|
| 9 |
-
"PO-Revision-Date: 2015-
|
| 10 |
"Last-Translator: Claudio Sanches <contato@claudiosmweb.com>\n"
|
| 11 |
"Language-Team: Russian (Russia) (http://www.transifex.com/claudiosmweb/social-count-plus/language/ru_RU/)\n"
|
| 12 |
"MIME-Version: 1.0\n"
|
|
@@ -17,151 +17,117 @@ msgstr ""
|
|
| 17 |
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
| 18 |
|
| 19 |
#: includes/admin/class-social-count-plus-admin.php:66
|
| 20 |
-
msgid "Create an App on Twitter in %s and get this
|
| 21 |
msgstr ""
|
| 22 |
|
| 23 |
#: includes/admin/class-social-count-plus-admin.php:68
|
| 24 |
-
msgid "Create an App on Facebook in %s and get this
|
| 25 |
msgstr ""
|
| 26 |
|
| 27 |
#: includes/admin/class-social-count-plus-admin.php:70
|
| 28 |
-
msgid "Get the this
|
| 29 |
-
msgstr "
|
| 30 |
-
|
| 31 |
-
#: includes/admin/class-social-count-plus-admin.php:75
|
| 32 |
-
#: includes/admin/class-social-count-plus-admin.php:885
|
| 33 |
-
msgid "Twitter"
|
| 34 |
-
msgstr "Twitter"
|
| 35 |
|
| 36 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 37 |
-
msgid "
|
| 38 |
-
|
|
|
|
|
|
|
| 39 |
|
| 40 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 41 |
-
#: includes/admin/
|
| 42 |
-
msgid "
|
| 43 |
-
msgstr "
|
| 44 |
|
| 45 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 46 |
-
msgid "
|
| 47 |
msgstr ""
|
| 48 |
|
| 49 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 50 |
-
#: includes/admin/
|
| 51 |
-
|
| 52 |
-
|
|
|
|
| 53 |
|
| 54 |
#: includes/admin/class-social-count-plus-admin.php:92
|
| 55 |
-
#: includes/admin/
|
| 56 |
-
msgid "Twitter Consumer secret"
|
| 57 |
-
msgstr "Twitter Consumer secret"
|
| 58 |
-
|
| 59 |
-
#: includes/admin/class-social-count-plus-admin.php:97
|
| 60 |
-
#: includes/admin/views/html-settings-page.php:27
|
| 61 |
-
msgid "Twitter Access token"
|
| 62 |
-
msgstr "Twitter Access token"
|
| 63 |
-
|
| 64 |
-
#: includes/admin/class-social-count-plus-admin.php:102
|
| 65 |
-
#: includes/admin/views/html-settings-page.php:28
|
| 66 |
-
msgid "Twitter Access token secret"
|
| 67 |
-
msgstr "Twitter Access token secret"
|
| 68 |
-
|
| 69 |
-
#: includes/admin/class-social-count-plus-admin.php:109
|
| 70 |
-
#: includes/admin/class-social-count-plus-admin.php:886
|
| 71 |
msgid "Facebook"
|
| 72 |
msgstr "Facebook"
|
| 73 |
|
| 74 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 75 |
-
msgid "Display Facebook
|
| 76 |
-
msgstr "
|
| 77 |
|
| 78 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 79 |
msgid "Facebook Page ID"
|
| 80 |
msgstr "ID страницы Facebook"
|
| 81 |
|
| 82 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 83 |
msgid "ID Facebook page. Must be the numeric ID or your page slug."
|
| 84 |
msgstr ""
|
| 85 |
|
| 86 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 87 |
msgid ""
|
| 88 |
-
"You can find this
|
| 89 |
-
"
|
| 90 |
msgstr ""
|
| 91 |
|
| 92 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 93 |
msgid "or"
|
| 94 |
msgstr ""
|
| 95 |
|
| 96 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 97 |
msgid "Facebook App ID"
|
| 98 |
msgstr ""
|
| 99 |
|
| 100 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 101 |
msgid "Facebook App Secret"
|
| 102 |
msgstr ""
|
| 103 |
|
| 104 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 105 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 106 |
-
msgid "
|
| 107 |
-
msgstr "YouTube"
|
| 108 |
-
|
| 109 |
-
#: includes/admin/class-social-count-plus-admin.php:141
|
| 110 |
-
msgid "Display YouTube counter"
|
| 111 |
-
msgstr "Показывать счетчик YouTube"
|
| 112 |
-
|
| 113 |
-
#: includes/admin/class-social-count-plus-admin.php:145
|
| 114 |
-
msgid "YouTube Channel ID"
|
| 115 |
-
msgstr ""
|
| 116 |
-
|
| 117 |
-
#: includes/admin/class-social-count-plus-admin.php:147
|
| 118 |
-
msgid "Insert the YouTube Channel ID. Example: %s"
|
| 119 |
-
msgstr ""
|
| 120 |
-
|
| 121 |
-
#: includes/admin/class-social-count-plus-admin.php:150
|
| 122 |
-
msgid "YouTube Channel URL"
|
| 123 |
msgstr ""
|
| 124 |
|
| 125 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 126 |
-
msgid "
|
| 127 |
msgstr ""
|
| 128 |
|
| 129 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 130 |
-
|
| 131 |
-
msgid "Google API Key"
|
| 132 |
msgstr ""
|
| 133 |
|
| 134 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 135 |
-
msgid ""
|
| 136 |
-
"Get your API key creating a project/app in %s, then inside your project go "
|
| 137 |
-
"to \"APIs & auth > APIs\" and turn on the \"YouTube API\", finally go to "
|
| 138 |
-
"\"APIs & auth > APIs > Credentials > Public API access\" and click in the "
|
| 139 |
-
"\"CREATE A NEW KEY\" button, select the \"Browser key\" option and click in "
|
| 140 |
-
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 141 |
msgstr ""
|
| 142 |
|
| 143 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 144 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 145 |
msgid "Google+"
|
| 146 |
msgstr ""
|
| 147 |
|
| 148 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 149 |
-
msgid "Display Google+
|
| 150 |
msgstr ""
|
| 151 |
|
| 152 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 153 |
msgid "Google+ ID"
|
| 154 |
msgstr ""
|
| 155 |
|
| 156 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 157 |
msgid "Google+ page or profile ID."
|
| 158 |
msgstr ""
|
| 159 |
|
| 160 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 161 |
msgid "Example:"
|
| 162 |
msgstr ""
|
| 163 |
|
| 164 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 165 |
msgid ""
|
| 166 |
"Get your API key creating a project/app in %s, then inside your project go "
|
| 167 |
"to \"APIs & auth > APIs\" and turn on the \"Google+ API\", finally go to "
|
|
@@ -170,157 +136,333 @@ msgid ""
|
|
| 170 |
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 171 |
msgstr ""
|
| 172 |
|
| 173 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 174 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 175 |
msgid "Instagram"
|
| 176 |
msgstr "Instagram"
|
| 177 |
|
| 178 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 179 |
-
msgid "Display Instagram
|
| 180 |
-
msgstr "
|
| 181 |
|
| 182 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 183 |
msgid "Instagram Username"
|
| 184 |
msgstr "Пользователь Instagram"
|
| 185 |
|
| 186 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 187 |
-
msgid "Insert
|
| 188 |
-
msgstr "
|
| 189 |
|
| 190 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 191 |
msgid "Instagram User ID"
|
| 192 |
msgstr "ID пользователя Instagram"
|
| 193 |
|
| 194 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 195 |
-
msgid "Insert
|
| 196 |
-
msgstr "
|
| 197 |
|
| 198 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 199 |
msgid "Instagram Access Token"
|
| 200 |
msgstr "Instagram Access Token"
|
| 201 |
|
| 202 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 203 |
-
msgid "Insert
|
| 204 |
-
msgstr "
|
| 205 |
|
| 206 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 207 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 208 |
-
msgid "
|
| 209 |
-
msgstr "
|
| 210 |
|
| 211 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 212 |
-
msgid "Display
|
| 213 |
-
msgstr "
|
| 214 |
|
| 215 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 216 |
-
msgid "
|
| 217 |
-
msgstr "
|
| 218 |
|
| 219 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 220 |
-
msgid "Insert
|
| 221 |
msgstr ""
|
| 222 |
|
| 223 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 224 |
-
|
| 225 |
-
msgid "Twitch"
|
| 226 |
msgstr ""
|
| 227 |
|
| 228 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 229 |
-
msgid "
|
| 230 |
msgstr ""
|
| 231 |
|
| 232 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 233 |
-
|
|
|
|
| 234 |
msgstr ""
|
| 235 |
|
| 236 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 237 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 238 |
msgstr ""
|
| 239 |
|
| 240 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 241 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 242 |
msgid "SoundCloud"
|
| 243 |
msgstr "SoundCloud"
|
| 244 |
|
| 245 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 246 |
-
msgid "Display SoundCloud
|
| 247 |
-
msgstr "
|
| 248 |
|
| 249 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 250 |
msgid "SoundCloud Username"
|
| 251 |
msgstr "Пользователь SoundCloud"
|
| 252 |
|
| 253 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 254 |
-
msgid "Insert
|
| 255 |
-
msgstr "
|
| 256 |
|
| 257 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 258 |
msgid "SoundCloud Client ID"
|
| 259 |
msgstr "ID клиента SoundCloud"
|
| 260 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 261 |
#: includes/admin/class-social-count-plus-admin.php:257
|
| 262 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 263 |
msgstr ""
|
| 264 |
|
| 265 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 266 |
-
|
| 267 |
-
|
| 268 |
-
msgstr "Записи"
|
| 269 |
|
| 270 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 271 |
-
msgid "
|
| 272 |
-
msgstr "
|
| 273 |
|
| 274 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 275 |
-
|
|
|
|
| 276 |
msgstr ""
|
| 277 |
|
| 278 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
|
|
|
|
|
|
|
|
|
| 282 |
|
| 283 |
#: includes/admin/class-social-count-plus-admin.php:280
|
| 284 |
-
msgid "
|
| 285 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 286 |
|
| 287 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 288 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 289 |
#: includes/admin/views/html-settings-page.php:9
|
| 290 |
msgid "Settings"
|
| 291 |
msgstr "Настройки"
|
| 292 |
|
| 293 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 294 |
msgid "Open URLs in new tab/window"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 298 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 299 |
msgid "This option add %s in all counters URLs."
|
| 300 |
msgstr ""
|
| 301 |
|
| 302 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 303 |
msgid "Add nofollow in URLs"
|
| 304 |
msgstr ""
|
| 305 |
|
| 306 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 307 |
#: includes/admin/views/html-settings-page.php:9
|
| 308 |
msgid "Design"
|
| 309 |
msgstr "Внешний вид"
|
| 310 |
|
| 311 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 312 |
msgid "Layout Models"
|
| 313 |
msgstr "Внешний вид"
|
| 314 |
|
| 315 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 316 |
msgid "Text Color"
|
| 317 |
msgstr "Цвет текста"
|
| 318 |
|
| 319 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 320 |
msgid "Order"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 324 |
msgid "This option controls the order of the icons in the widget."
|
| 325 |
msgstr ""
|
| 326 |
|
|
@@ -328,62 +470,75 @@ msgstr ""
|
|
| 328 |
msgid "Social Count Plus"
|
| 329 |
msgstr "Соц счетчики +"
|
| 330 |
|
| 331 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 332 |
msgid "Activate/Deactivate"
|
| 333 |
msgstr "Включить/Отключить"
|
| 334 |
|
| 335 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 336 |
msgid "General Info"
|
| 337 |
msgstr ""
|
| 338 |
|
| 339 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 340 |
#: includes/admin/views/html-settings-system-status-page.php:11
|
| 341 |
msgid "Social Count Plus Version"
|
| 342 |
msgstr ""
|
| 343 |
|
| 344 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 345 |
#: includes/admin/views/html-settings-system-status-page.php:15
|
| 346 |
msgid "WordPress Version"
|
| 347 |
msgstr ""
|
| 348 |
|
| 349 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 350 |
#: includes/admin/views/html-settings-system-status-page.php:19
|
| 351 |
msgid "WP Multisite Enabled"
|
| 352 |
msgstr ""
|
| 353 |
|
| 354 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 355 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 356 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 357 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 358 |
msgid "Yes"
|
| 359 |
msgstr ""
|
| 360 |
|
| 361 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 362 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 363 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 364 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 365 |
msgid "No"
|
| 366 |
msgstr ""
|
| 367 |
|
| 368 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 369 |
#: includes/admin/views/html-settings-system-status-page.php:23
|
| 370 |
msgid "Web Server Info"
|
| 371 |
msgstr ""
|
| 372 |
|
| 373 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 374 |
#: includes/admin/views/html-settings-system-status-page.php:27
|
| 375 |
msgid "PHP Version"
|
| 376 |
msgstr ""
|
| 377 |
|
| 378 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 379 |
msgid "Social Connections"
|
| 380 |
msgstr ""
|
| 381 |
|
| 382 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 383 |
msgid ""
|
| 384 |
"You do not have any counter that needs to connect remotely currently active"
|
| 385 |
msgstr ""
|
| 386 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 387 |
#: includes/admin/views/html-settings-functions-shortcodes-page.php:7
|
| 388 |
msgid ""
|
| 389 |
"Use this library to generate your own model layout or display specific data "
|
|
@@ -398,67 +553,22 @@ msgstr "Шоткоды"
|
|
| 398 |
msgid "Note: the shortcodes displays only the count in plain text."
|
| 399 |
msgstr ""
|
| 400 |
|
| 401 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 402 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 403 |
-
msgid "
|
| 404 |
-
msgstr "Счетчик Twitter"
|
| 405 |
-
|
| 406 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:19
|
| 407 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:66
|
| 408 |
-
msgid "Facebook counter"
|
| 409 |
-
msgstr "Счетчик Facebook"
|
| 410 |
-
|
| 411 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:23
|
| 412 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:70
|
| 413 |
-
msgid "YouTube counter"
|
| 414 |
-
msgstr "Счетчик YouTube"
|
| 415 |
-
|
| 416 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:27
|
| 417 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:74
|
| 418 |
-
msgid "Google Plus counter"
|
| 419 |
-
msgstr "Счетчик Google+"
|
| 420 |
-
|
| 421 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:31
|
| 422 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:78
|
| 423 |
-
msgid "Instagram counter"
|
| 424 |
-
msgstr "Счетчик Instagram"
|
| 425 |
-
|
| 426 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:35
|
| 427 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:82
|
| 428 |
-
msgid "Steam counter"
|
| 429 |
-
msgstr "Счетчик Steam"
|
| 430 |
-
|
| 431 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:39
|
| 432 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:86
|
| 433 |
-
msgid "Twitch counter"
|
| 434 |
msgstr ""
|
| 435 |
|
| 436 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 437 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:90
|
| 438 |
-
msgid "SoundCloud counter"
|
| 439 |
-
msgstr "Счетчик SoundCloud"
|
| 440 |
-
|
| 441 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:47
|
| 442 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:94
|
| 443 |
-
msgid "Posts counter"
|
| 444 |
-
msgstr "Счетчик записей"
|
| 445 |
-
|
| 446 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:51
|
| 447 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:98
|
| 448 |
-
msgid "Comments counter"
|
| 449 |
-
msgstr "Счетчик комментариев"
|
| 450 |
-
|
| 451 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:56
|
| 452 |
msgid "Functions"
|
| 453 |
msgstr "Функции"
|
| 454 |
|
| 455 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 456 |
msgid ""
|
| 457 |
"Note: the functions displays only the count in plain text, except the "
|
| 458 |
"<code>get_scp_widget()</code> function that displays with images."
|
| 459 |
msgstr ""
|
| 460 |
|
| 461 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 462 |
msgid "Full widget"
|
| 463 |
msgstr "Виджет"
|
| 464 |
|
|
@@ -474,6 +584,10 @@ msgstr ""
|
|
| 474 |
msgid "To use the counter of Twitter you need to fill the fields:"
|
| 475 |
msgstr "Чтобы использовать счетчик Twitter, нужно заполнить поля ниже:"
|
| 476 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 477 |
#: includes/admin/views/html-settings-system-status-page.php:5
|
| 478 |
msgid "Environment"
|
| 479 |
msgstr ""
|
|
@@ -523,37 +637,42 @@ msgstr ""
|
|
| 523 |
msgid "Get System Report"
|
| 524 |
msgstr ""
|
| 525 |
|
| 526 |
-
#: includes/class-social-count-plus-
|
| 527 |
-
|
| 528 |
-
|
| 529 |
-
#: includes/class-social-count-plus-view.php:130
|
| 530 |
-
#: includes/class-social-count-plus-view.php:143
|
| 531 |
-
msgid "followers"
|
| 532 |
-
msgstr "последователи"
|
| 533 |
|
| 534 |
-
#: includes/class-social-count-plus-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 535 |
msgid "likes"
|
| 536 |
msgstr "отметки \"нравится\""
|
| 537 |
|
| 538 |
-
#: includes/class-social-count-plus-
|
| 539 |
-
|
| 540 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 541 |
|
| 542 |
-
#: includes/class-social-count-plus-
|
| 543 |
msgid "members"
|
| 544 |
msgstr "участники"
|
| 545 |
|
| 546 |
-
#: includes/class-social-count-plus-
|
| 547 |
-
msgid "
|
| 548 |
-
msgstr "
|
| 549 |
-
|
| 550 |
-
#: includes/class-social-count-plus-widget.php:19
|
| 551 |
-
msgid "Display the counter"
|
| 552 |
-
msgstr "Показывать счетчик"
|
| 553 |
-
|
| 554 |
-
#: includes/class-social-count-plus-widget.php:59
|
| 555 |
-
msgid "Title"
|
| 556 |
-
msgstr "Заголовок"
|
| 557 |
|
| 558 |
#. Plugin URI of the plugin/theme
|
| 559 |
msgid "https://github.com/claudiosmweb/social-count-plus"
|
|
@@ -561,12 +680,13 @@ msgstr "https://github.com/claudiosmweb/social-count-plus"
|
|
| 561 |
|
| 562 |
#. Description of the plugin/theme
|
| 563 |
msgid ""
|
| 564 |
-
"
|
| 565 |
-
"
|
| 566 |
-
|
|
|
|
| 567 |
|
| 568 |
#. Author of the plugin/theme
|
| 569 |
-
msgid "Claudio Sanches
|
| 570 |
msgstr ""
|
| 571 |
|
| 572 |
#. Author URI of the plugin/theme
|
| 1 |
+
# Copyright (C) 2015 Claudio Sanches
|
| 2 |
# This file is distributed under the GPLv2 or later.
|
| 3 |
# Translators:
|
| 4 |
msgid ""
|
| 5 |
msgstr ""
|
| 6 |
"Project-Id-Version: Social Count Plus\n"
|
| 7 |
"Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
|
| 8 |
+
"POT-Creation-Date: 2015-09-01 02:32:17+00:00\n"
|
| 9 |
+
"PO-Revision-Date: 2015-09-01 02:32+0000\n"
|
| 10 |
"Last-Translator: Claudio Sanches <contato@claudiosmweb.com>\n"
|
| 11 |
"Language-Team: Russian (Russia) (http://www.transifex.com/claudiosmweb/social-count-plus/language/ru_RU/)\n"
|
| 12 |
"MIME-Version: 1.0\n"
|
| 17 |
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
| 18 |
|
| 19 |
#: includes/admin/class-social-count-plus-admin.php:66
|
| 20 |
+
msgid "Create an App on Twitter in %s and get this data."
|
| 21 |
msgstr ""
|
| 22 |
|
| 23 |
#: includes/admin/class-social-count-plus-admin.php:68
|
| 24 |
+
msgid "Create an App on Facebook in %s and get this data."
|
| 25 |
msgstr ""
|
| 26 |
|
| 27 |
#: includes/admin/class-social-count-plus-admin.php:70
|
| 28 |
+
msgid "Get the this data in %s."
|
| 29 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
+
#: includes/admin/class-social-count-plus-admin.php:72
|
| 32 |
+
msgid ""
|
| 33 |
+
"Register an App on Tumblr in %s, when the app is ready click in \"Explore "
|
| 34 |
+
"API\" and allow your app access your Tumblr account and get this data."
|
| 35 |
+
msgstr ""
|
| 36 |
|
| 37 |
+
#: includes/admin/class-social-count-plus-admin.php:77
|
| 38 |
+
#: includes/admin/class-social-count-plus-admin.php:1068
|
| 39 |
+
msgid "Comments"
|
| 40 |
+
msgstr "Комментарии"
|
| 41 |
|
| 42 |
+
#: includes/admin/class-social-count-plus-admin.php:80
|
| 43 |
+
msgid "Display Comments Counter"
|
| 44 |
msgstr ""
|
| 45 |
|
| 46 |
+
#: includes/admin/class-social-count-plus-admin.php:85
|
| 47 |
+
#: includes/admin/class-social-count-plus-admin.php:231
|
| 48 |
+
#: includes/admin/class-social-count-plus-admin.php:371
|
| 49 |
+
msgid "URL"
|
| 50 |
+
msgstr ""
|
| 51 |
|
| 52 |
#: includes/admin/class-social-count-plus-admin.php:92
|
| 53 |
+
#: includes/admin/class-social-count-plus-admin.php:1069
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
msgid "Facebook"
|
| 55 |
msgstr "Facebook"
|
| 56 |
|
| 57 |
+
#: includes/admin/class-social-count-plus-admin.php:95
|
| 58 |
+
msgid "Display Facebook Counter"
|
| 59 |
+
msgstr ""
|
| 60 |
|
| 61 |
+
#: includes/admin/class-social-count-plus-admin.php:99
|
| 62 |
msgid "Facebook Page ID"
|
| 63 |
msgstr "ID страницы Facebook"
|
| 64 |
|
| 65 |
+
#: includes/admin/class-social-count-plus-admin.php:103
|
| 66 |
msgid "ID Facebook page. Must be the numeric ID or your page slug."
|
| 67 |
msgstr ""
|
| 68 |
|
| 69 |
+
#: includes/admin/class-social-count-plus-admin.php:104
|
| 70 |
msgid ""
|
| 71 |
+
"You can find this data clicking to edit your page on Facebook. The URL will "
|
| 72 |
+
"be similar to this:"
|
| 73 |
msgstr ""
|
| 74 |
|
| 75 |
+
#: includes/admin/class-social-count-plus-admin.php:105
|
| 76 |
msgid "or"
|
| 77 |
msgstr ""
|
| 78 |
|
| 79 |
+
#: includes/admin/class-social-count-plus-admin.php:109
|
| 80 |
msgid "Facebook App ID"
|
| 81 |
msgstr ""
|
| 82 |
|
| 83 |
+
#: includes/admin/class-social-count-plus-admin.php:114
|
| 84 |
msgid "Facebook App Secret"
|
| 85 |
msgstr ""
|
| 86 |
|
| 87 |
+
#: includes/admin/class-social-count-plus-admin.php:121
|
| 88 |
+
#: includes/admin/class-social-count-plus-admin.php:1070
|
| 89 |
+
msgid "GitHub"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
msgstr ""
|
| 91 |
|
| 92 |
+
#: includes/admin/class-social-count-plus-admin.php:124
|
| 93 |
+
msgid "Display GitHub Counter"
|
| 94 |
msgstr ""
|
| 95 |
|
| 96 |
+
#: includes/admin/class-social-count-plus-admin.php:128
|
| 97 |
+
msgid "GitHub Username"
|
|
|
|
| 98 |
msgstr ""
|
| 99 |
|
| 100 |
+
#: includes/admin/class-social-count-plus-admin.php:130
|
| 101 |
+
msgid "Insert your GitHub username. Example: %s."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
msgstr ""
|
| 103 |
|
| 104 |
+
#: includes/admin/class-social-count-plus-admin.php:135
|
| 105 |
+
#: includes/admin/class-social-count-plus-admin.php:1071
|
| 106 |
msgid "Google+"
|
| 107 |
msgstr ""
|
| 108 |
|
| 109 |
+
#: includes/admin/class-social-count-plus-admin.php:138
|
| 110 |
+
msgid "Display Google+ Counter"
|
| 111 |
msgstr ""
|
| 112 |
|
| 113 |
+
#: includes/admin/class-social-count-plus-admin.php:142
|
| 114 |
msgid "Google+ ID"
|
| 115 |
msgstr ""
|
| 116 |
|
| 117 |
+
#: includes/admin/class-social-count-plus-admin.php:146
|
| 118 |
msgid "Google+ page or profile ID."
|
| 119 |
msgstr ""
|
| 120 |
|
| 121 |
+
#: includes/admin/class-social-count-plus-admin.php:147
|
| 122 |
msgid "Example:"
|
| 123 |
msgstr ""
|
| 124 |
|
| 125 |
+
#: includes/admin/class-social-count-plus-admin.php:151
|
| 126 |
+
#: includes/admin/class-social-count-plus-admin.php:409
|
| 127 |
+
msgid "Google API Key"
|
| 128 |
+
msgstr ""
|
| 129 |
+
|
| 130 |
+
#: includes/admin/class-social-count-plus-admin.php:154
|
| 131 |
msgid ""
|
| 132 |
"Get your API key creating a project/app in %s, then inside your project go "
|
| 133 |
"to \"APIs & auth > APIs\" and turn on the \"Google+ API\", finally go to "
|
| 136 |
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 137 |
msgstr ""
|
| 138 |
|
| 139 |
+
#: includes/admin/class-social-count-plus-admin.php:161
|
| 140 |
+
#: includes/admin/class-social-count-plus-admin.php:1072
|
| 141 |
msgid "Instagram"
|
| 142 |
msgstr "Instagram"
|
| 143 |
|
| 144 |
+
#: includes/admin/class-social-count-plus-admin.php:164
|
| 145 |
+
msgid "Display Instagram Counter"
|
| 146 |
+
msgstr ""
|
| 147 |
|
| 148 |
+
#: includes/admin/class-social-count-plus-admin.php:168
|
| 149 |
msgid "Instagram Username"
|
| 150 |
msgstr "Пользователь Instagram"
|
| 151 |
|
| 152 |
+
#: includes/admin/class-social-count-plus-admin.php:170
|
| 153 |
+
msgid "Insert your Instagram Username."
|
| 154 |
+
msgstr ""
|
| 155 |
|
| 156 |
+
#: includes/admin/class-social-count-plus-admin.php:173
|
| 157 |
msgid "Instagram User ID"
|
| 158 |
msgstr "ID пользователя Instagram"
|
| 159 |
|
| 160 |
+
#: includes/admin/class-social-count-plus-admin.php:175
|
| 161 |
+
msgid "Insert your Instagram User ID."
|
| 162 |
+
msgstr ""
|
| 163 |
|
| 164 |
+
#: includes/admin/class-social-count-plus-admin.php:178
|
| 165 |
msgid "Instagram Access Token"
|
| 166 |
msgstr "Instagram Access Token"
|
| 167 |
|
| 168 |
+
#: includes/admin/class-social-count-plus-admin.php:180
|
| 169 |
+
msgid "Insert your Instagram Access Token."
|
| 170 |
+
msgstr ""
|
| 171 |
|
| 172 |
+
#: includes/admin/class-social-count-plus-admin.php:185
|
| 173 |
+
#: includes/admin/class-social-count-plus-admin.php:1073
|
| 174 |
+
msgid "LinkedIn"
|
| 175 |
+
msgstr ""
|
| 176 |
|
| 177 |
+
#: includes/admin/class-social-count-plus-admin.php:188
|
| 178 |
+
msgid "Display LinkedIn counter"
|
| 179 |
+
msgstr ""
|
| 180 |
|
| 181 |
+
#: includes/admin/class-social-count-plus-admin.php:192
|
| 182 |
+
msgid "LinkedIn Company ID"
|
| 183 |
+
msgstr ""
|
| 184 |
|
| 185 |
+
#: includes/admin/class-social-count-plus-admin.php:194
|
| 186 |
+
msgid "Insert your LinkedIn Company ID. Get your Company ID in %s."
|
| 187 |
msgstr ""
|
| 188 |
|
| 189 |
+
#: includes/admin/class-social-count-plus-admin.php:197
|
| 190 |
+
msgid "LinkedIn Access Token"
|
|
|
|
| 191 |
msgstr ""
|
| 192 |
|
| 193 |
+
#: includes/admin/class-social-count-plus-admin.php:199
|
| 194 |
+
msgid "Get your Access Token in %s."
|
| 195 |
msgstr ""
|
| 196 |
|
| 197 |
+
#: includes/admin/class-social-count-plus-admin.php:204
|
| 198 |
+
#: includes/admin/class-social-count-plus-admin.php:1074
|
| 199 |
+
msgid "Pinterest"
|
| 200 |
msgstr ""
|
| 201 |
|
| 202 |
+
#: includes/admin/class-social-count-plus-admin.php:207
|
| 203 |
+
msgid "Display Pinterest Counter"
|
| 204 |
+
msgstr ""
|
| 205 |
+
|
| 206 |
+
#: includes/admin/class-social-count-plus-admin.php:211
|
| 207 |
+
msgid "Pinterest Username"
|
| 208 |
+
msgstr ""
|
| 209 |
+
|
| 210 |
+
#: includes/admin/class-social-count-plus-admin.php:213
|
| 211 |
+
msgid "Insert your Pinterest username. Example: %s."
|
| 212 |
+
msgstr ""
|
| 213 |
+
|
| 214 |
+
#: includes/admin/class-social-count-plus-admin.php:218
|
| 215 |
+
#: includes/admin/class-social-count-plus-admin.php:1075
|
| 216 |
+
msgid "Posts"
|
| 217 |
+
msgstr "Записи"
|
| 218 |
+
|
| 219 |
+
#: includes/admin/class-social-count-plus-admin.php:221
|
| 220 |
+
msgid "Display Posts Counter"
|
| 221 |
msgstr ""
|
| 222 |
|
| 223 |
+
#: includes/admin/class-social-count-plus-admin.php:226
|
| 224 |
+
msgid "Post Type"
|
| 225 |
+
msgstr ""
|
| 226 |
+
|
| 227 |
+
#: includes/admin/class-social-count-plus-admin.php:238
|
| 228 |
+
#: includes/admin/class-social-count-plus-admin.php:1076
|
| 229 |
msgid "SoundCloud"
|
| 230 |
msgstr "SoundCloud"
|
| 231 |
|
| 232 |
+
#: includes/admin/class-social-count-plus-admin.php:241
|
| 233 |
+
msgid "Display SoundCloud Counter"
|
| 234 |
+
msgstr ""
|
| 235 |
|
| 236 |
+
#: includes/admin/class-social-count-plus-admin.php:245
|
| 237 |
msgid "SoundCloud Username"
|
| 238 |
msgstr "Пользователь SoundCloud"
|
| 239 |
|
| 240 |
+
#: includes/admin/class-social-count-plus-admin.php:247
|
| 241 |
+
msgid "Insert your SoundCloud Username."
|
| 242 |
+
msgstr ""
|
| 243 |
|
| 244 |
+
#: includes/admin/class-social-count-plus-admin.php:250
|
| 245 |
msgid "SoundCloud Client ID"
|
| 246 |
msgstr "ID клиента SoundCloud"
|
| 247 |
|
| 248 |
+
#: includes/admin/class-social-count-plus-admin.php:252
|
| 249 |
+
msgid "Insert your SoundCloud App Client ID. Generate this data in %s."
|
| 250 |
+
msgstr ""
|
| 251 |
+
|
| 252 |
#: includes/admin/class-social-count-plus-admin.php:257
|
| 253 |
+
#: includes/admin/class-social-count-plus-admin.php:1077
|
| 254 |
+
msgid "Steam"
|
| 255 |
+
msgstr "Steam"
|
| 256 |
+
|
| 257 |
+
#: includes/admin/class-social-count-plus-admin.php:260
|
| 258 |
+
msgid "Display Steam Counter"
|
| 259 |
msgstr ""
|
| 260 |
|
| 261 |
+
#: includes/admin/class-social-count-plus-admin.php:264
|
| 262 |
+
msgid "Steam Group Name"
|
| 263 |
+
msgstr ""
|
|
|
|
| 264 |
|
| 265 |
+
#: includes/admin/class-social-count-plus-admin.php:266
|
| 266 |
+
msgid "Insert your Steam Community group name. Example: %s."
|
| 267 |
+
msgstr ""
|
| 268 |
|
| 269 |
+
#: includes/admin/class-social-count-plus-admin.php:271
|
| 270 |
+
#: includes/admin/class-social-count-plus-admin.php:1078
|
| 271 |
+
msgid "Tumblr"
|
| 272 |
msgstr ""
|
| 273 |
|
| 274 |
+
#: includes/admin/class-social-count-plus-admin.php:274
|
| 275 |
+
msgid "Display Tumblr counter"
|
| 276 |
+
msgstr ""
|
| 277 |
+
|
| 278 |
+
#: includes/admin/class-social-count-plus-admin.php:278
|
| 279 |
+
msgid "Tumblr Hostname"
|
| 280 |
+
msgstr ""
|
| 281 |
|
| 282 |
#: includes/admin/class-social-count-plus-admin.php:280
|
| 283 |
+
msgid "Insert your Tumblr Hostname. Example: %s."
|
| 284 |
+
msgstr ""
|
| 285 |
+
|
| 286 |
+
#: includes/admin/class-social-count-plus-admin.php:283
|
| 287 |
+
msgid "Tumblr Consumer Key"
|
| 288 |
+
msgstr ""
|
| 289 |
+
|
| 290 |
+
#: includes/admin/class-social-count-plus-admin.php:288
|
| 291 |
+
msgid "Tumblr Consumer Secret"
|
| 292 |
+
msgstr ""
|
| 293 |
+
|
| 294 |
+
#: includes/admin/class-social-count-plus-admin.php:293
|
| 295 |
+
msgid "Tumblr Token"
|
| 296 |
+
msgstr ""
|
| 297 |
+
|
| 298 |
+
#: includes/admin/class-social-count-plus-admin.php:298
|
| 299 |
+
msgid "Tumblr Token Secret"
|
| 300 |
+
msgstr ""
|
| 301 |
+
|
| 302 |
+
#: includes/admin/class-social-count-plus-admin.php:305
|
| 303 |
+
#: includes/admin/class-social-count-plus-admin.php:1079
|
| 304 |
+
msgid "Twitch"
|
| 305 |
+
msgstr ""
|
| 306 |
+
|
| 307 |
+
#: includes/admin/class-social-count-plus-admin.php:308
|
| 308 |
+
msgid "Display Twitch Counter"
|
| 309 |
+
msgstr ""
|
| 310 |
+
|
| 311 |
+
#: includes/admin/class-social-count-plus-admin.php:312
|
| 312 |
+
msgid "Twitch Username"
|
| 313 |
+
msgstr ""
|
| 314 |
+
|
| 315 |
+
#: includes/admin/class-social-count-plus-admin.php:314
|
| 316 |
+
msgid "Insert your Twitch username."
|
| 317 |
+
msgstr ""
|
| 318 |
+
|
| 319 |
+
#: includes/admin/class-social-count-plus-admin.php:319
|
| 320 |
+
#: includes/admin/class-social-count-plus-admin.php:1080
|
| 321 |
+
msgid "Twitter"
|
| 322 |
+
msgstr "Twitter"
|
| 323 |
+
|
| 324 |
+
#: includes/admin/class-social-count-plus-admin.php:322
|
| 325 |
+
msgid "Display Twitter Counter"
|
| 326 |
+
msgstr ""
|
| 327 |
+
|
| 328 |
+
#: includes/admin/class-social-count-plus-admin.php:326
|
| 329 |
+
msgid "Twitter Username"
|
| 330 |
+
msgstr ""
|
| 331 |
+
|
| 332 |
+
#: includes/admin/class-social-count-plus-admin.php:328
|
| 333 |
+
msgid "Insert the Twitter username. Example: %s."
|
| 334 |
+
msgstr ""
|
| 335 |
+
|
| 336 |
+
#: includes/admin/class-social-count-plus-admin.php:331
|
| 337 |
+
#: includes/admin/views/html-settings-page.php:25
|
| 338 |
+
msgid "Twitter Consumer key"
|
| 339 |
+
msgstr "Twitter Consumer key"
|
| 340 |
+
|
| 341 |
+
#: includes/admin/class-social-count-plus-admin.php:336
|
| 342 |
+
#: includes/admin/views/html-settings-page.php:26
|
| 343 |
+
msgid "Twitter Consumer secret"
|
| 344 |
+
msgstr "Twitter Consumer secret"
|
| 345 |
+
|
| 346 |
+
#: includes/admin/class-social-count-plus-admin.php:341
|
| 347 |
+
#: includes/admin/views/html-settings-page.php:27
|
| 348 |
+
msgid "Twitter Access token"
|
| 349 |
+
msgstr "Twitter Access token"
|
| 350 |
+
|
| 351 |
+
#: includes/admin/class-social-count-plus-admin.php:346
|
| 352 |
+
#: includes/admin/views/html-settings-page.php:28
|
| 353 |
+
msgid "Twitter Access token secret"
|
| 354 |
+
msgstr "Twitter Access token secret"
|
| 355 |
+
|
| 356 |
+
#: includes/admin/class-social-count-plus-admin.php:353
|
| 357 |
+
#: includes/admin/class-social-count-plus-admin.php:1081
|
| 358 |
+
msgid "Users"
|
| 359 |
+
msgstr ""
|
| 360 |
+
|
| 361 |
+
#: includes/admin/class-social-count-plus-admin.php:356
|
| 362 |
+
msgid "Display Users Counter"
|
| 363 |
+
msgstr ""
|
| 364 |
+
|
| 365 |
+
#: includes/admin/class-social-count-plus-admin.php:361
|
| 366 |
+
msgid "User Role"
|
| 367 |
+
msgstr ""
|
| 368 |
+
|
| 369 |
+
#: includes/admin/class-social-count-plus-admin.php:366
|
| 370 |
+
msgid "Label"
|
| 371 |
+
msgstr ""
|
| 372 |
+
|
| 373 |
+
#: includes/admin/class-social-count-plus-admin.php:367
|
| 374 |
+
#: includes/counters/class-social-count-plus-users-counter.php:74
|
| 375 |
+
msgid "users"
|
| 376 |
+
msgstr ""
|
| 377 |
+
|
| 378 |
+
#: includes/admin/class-social-count-plus-admin.php:378
|
| 379 |
+
#: includes/admin/class-social-count-plus-admin.php:1082
|
| 380 |
+
msgid "Vimeo"
|
| 381 |
+
msgstr ""
|
| 382 |
+
|
| 383 |
+
#: includes/admin/class-social-count-plus-admin.php:381
|
| 384 |
+
msgid "Display Vimeo Counter"
|
| 385 |
+
msgstr ""
|
| 386 |
+
|
| 387 |
+
#: includes/admin/class-social-count-plus-admin.php:385
|
| 388 |
+
msgid "Vimeo Username"
|
| 389 |
+
msgstr ""
|
| 390 |
+
|
| 391 |
+
#: includes/admin/class-social-count-plus-admin.php:387
|
| 392 |
+
msgid "Insert your Vimeo username. Example: %s."
|
| 393 |
+
msgstr ""
|
| 394 |
+
|
| 395 |
+
#: includes/admin/class-social-count-plus-admin.php:392
|
| 396 |
+
#: includes/admin/class-social-count-plus-admin.php:1083
|
| 397 |
+
msgid "YouTube"
|
| 398 |
+
msgstr "YouTube"
|
| 399 |
+
|
| 400 |
+
#: includes/admin/class-social-count-plus-admin.php:395
|
| 401 |
+
msgid "Display YouTube Counter"
|
| 402 |
+
msgstr ""
|
| 403 |
+
|
| 404 |
+
#: includes/admin/class-social-count-plus-admin.php:399
|
| 405 |
+
msgid "YouTube Channel ID"
|
| 406 |
+
msgstr ""
|
| 407 |
+
|
| 408 |
+
#: includes/admin/class-social-count-plus-admin.php:401
|
| 409 |
+
msgid "Insert the YouTube Channel ID. Example: %s."
|
| 410 |
+
msgstr ""
|
| 411 |
+
|
| 412 |
+
#: includes/admin/class-social-count-plus-admin.php:404
|
| 413 |
+
msgid "YouTube Channel URL"
|
| 414 |
+
msgstr ""
|
| 415 |
|
| 416 |
+
#: includes/admin/class-social-count-plus-admin.php:406
|
| 417 |
+
msgid "Insert the YouTube channel URL. Example: %s."
|
| 418 |
+
msgstr ""
|
| 419 |
+
|
| 420 |
+
#: includes/admin/class-social-count-plus-admin.php:412
|
| 421 |
+
msgid ""
|
| 422 |
+
"Get your API key creating a project/app in %s, then inside your project go "
|
| 423 |
+
"to \"APIs & auth > APIs\" and turn on the \"YouTube API\", finally go to "
|
| 424 |
+
"\"APIs & auth > APIs > Credentials > Public API access\" and click in the "
|
| 425 |
+
"\"CREATE A NEW KEY\" button, select the \"Browser key\" option and click in "
|
| 426 |
+
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 427 |
+
msgstr ""
|
| 428 |
+
|
| 429 |
+
#: includes/admin/class-social-count-plus-admin.php:419
|
| 430 |
+
#: includes/admin/class-social-count-plus-admin.php:906
|
| 431 |
#: includes/admin/views/html-settings-page.php:9
|
| 432 |
msgid "Settings"
|
| 433 |
msgstr "Настройки"
|
| 434 |
|
| 435 |
+
#: includes/admin/class-social-count-plus-admin.php:422
|
| 436 |
msgid "Open URLs in new tab/window"
|
| 437 |
msgstr ""
|
| 438 |
|
| 439 |
+
#: includes/admin/class-social-count-plus-admin.php:424
|
| 440 |
+
#: includes/admin/class-social-count-plus-admin.php:429
|
| 441 |
msgid "This option add %s in all counters URLs."
|
| 442 |
msgstr ""
|
| 443 |
|
| 444 |
+
#: includes/admin/class-social-count-plus-admin.php:427
|
| 445 |
msgid "Add nofollow in URLs"
|
| 446 |
msgstr ""
|
| 447 |
|
| 448 |
+
#: includes/admin/class-social-count-plus-admin.php:436
|
| 449 |
#: includes/admin/views/html-settings-page.php:9
|
| 450 |
msgid "Design"
|
| 451 |
msgstr "Внешний вид"
|
| 452 |
|
| 453 |
+
#: includes/admin/class-social-count-plus-admin.php:439
|
| 454 |
msgid "Layout Models"
|
| 455 |
msgstr "Внешний вид"
|
| 456 |
|
| 457 |
+
#: includes/admin/class-social-count-plus-admin.php:445
|
| 458 |
msgid "Text Color"
|
| 459 |
msgstr "Цвет текста"
|
| 460 |
|
| 461 |
+
#: includes/admin/class-social-count-plus-admin.php:450
|
| 462 |
msgid "Order"
|
| 463 |
msgstr ""
|
| 464 |
|
| 465 |
+
#: includes/admin/class-social-count-plus-admin.php:452
|
| 466 |
msgid "This option controls the order of the icons in the widget."
|
| 467 |
msgstr ""
|
| 468 |
|
| 470 |
msgid "Social Count Plus"
|
| 471 |
msgstr "Соц счетчики +"
|
| 472 |
|
| 473 |
+
#: includes/admin/class-social-count-plus-admin.php:698
|
| 474 |
msgid "Activate/Deactivate"
|
| 475 |
msgstr "Включить/Отключить"
|
| 476 |
|
| 477 |
+
#: includes/admin/class-social-count-plus-admin.php:959
|
| 478 |
msgid "General Info"
|
| 479 |
msgstr ""
|
| 480 |
|
| 481 |
+
#: includes/admin/class-social-count-plus-admin.php:960
|
| 482 |
#: includes/admin/views/html-settings-system-status-page.php:11
|
| 483 |
msgid "Social Count Plus Version"
|
| 484 |
msgstr ""
|
| 485 |
|
| 486 |
+
#: includes/admin/class-social-count-plus-admin.php:961
|
| 487 |
#: includes/admin/views/html-settings-system-status-page.php:15
|
| 488 |
msgid "WordPress Version"
|
| 489 |
msgstr ""
|
| 490 |
|
| 491 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 492 |
#: includes/admin/views/html-settings-system-status-page.php:19
|
| 493 |
msgid "WP Multisite Enabled"
|
| 494 |
msgstr ""
|
| 495 |
|
| 496 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 497 |
+
#: includes/admin/class-social-count-plus-admin.php:965
|
| 498 |
+
#: includes/admin/class-social-count-plus-admin.php:966
|
| 499 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 500 |
msgid "Yes"
|
| 501 |
msgstr ""
|
| 502 |
|
| 503 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 504 |
+
#: includes/admin/class-social-count-plus-admin.php:965
|
| 505 |
+
#: includes/admin/class-social-count-plus-admin.php:966
|
| 506 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 507 |
msgid "No"
|
| 508 |
msgstr ""
|
| 509 |
|
| 510 |
+
#: includes/admin/class-social-count-plus-admin.php:963
|
| 511 |
#: includes/admin/views/html-settings-system-status-page.php:23
|
| 512 |
msgid "Web Server Info"
|
| 513 |
msgstr ""
|
| 514 |
|
| 515 |
+
#: includes/admin/class-social-count-plus-admin.php:964
|
| 516 |
#: includes/admin/views/html-settings-system-status-page.php:27
|
| 517 |
msgid "PHP Version"
|
| 518 |
msgstr ""
|
| 519 |
|
| 520 |
+
#: includes/admin/class-social-count-plus-admin.php:967
|
| 521 |
msgid "Social Connections"
|
| 522 |
msgstr ""
|
| 523 |
|
| 524 |
+
#: includes/admin/class-social-count-plus-admin.php:977
|
| 525 |
msgid ""
|
| 526 |
"You do not have any counter that needs to connect remotely currently active"
|
| 527 |
msgstr ""
|
| 528 |
|
| 529 |
+
#: includes/admin/views/html-help-us.php:11
|
| 530 |
+
msgid ""
|
| 531 |
+
"Help us keep the %s free making a %s or rate %s on %s. Thank you in advance!"
|
| 532 |
+
msgstr ""
|
| 533 |
+
|
| 534 |
+
#: includes/admin/views/html-help-us.php:11
|
| 535 |
+
msgid "donation"
|
| 536 |
+
msgstr ""
|
| 537 |
+
|
| 538 |
+
#: includes/admin/views/html-help-us.php:11
|
| 539 |
+
msgid "WordPress.org"
|
| 540 |
+
msgstr ""
|
| 541 |
+
|
| 542 |
#: includes/admin/views/html-settings-functions-shortcodes-page.php:7
|
| 543 |
msgid ""
|
| 544 |
"Use this library to generate your own model layout or display specific data "
|
| 553 |
msgid "Note: the shortcodes displays only the count in plain text."
|
| 554 |
msgstr ""
|
| 555 |
|
| 556 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:16
|
| 557 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:29
|
| 558 |
+
msgid "%s counter"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 559 |
msgstr ""
|
| 560 |
|
| 561 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 562 |
msgid "Functions"
|
| 563 |
msgstr "Функции"
|
| 564 |
|
| 565 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:24
|
| 566 |
msgid ""
|
| 567 |
"Note: the functions displays only the count in plain text, except the "
|
| 568 |
"<code>get_scp_widget()</code> function that displays with images."
|
| 569 |
msgstr ""
|
| 570 |
|
| 571 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:34
|
| 572 |
msgid "Full widget"
|
| 573 |
msgstr "Виджет"
|
| 574 |
|
| 584 |
msgid "To use the counter of Twitter you need to fill the fields:"
|
| 585 |
msgstr "Чтобы использовать счетчик Twitter, нужно заполнить поля ниже:"
|
| 586 |
|
| 587 |
+
#: includes/admin/views/html-settings-page.php:24
|
| 588 |
+
msgid "Twitter username"
|
| 589 |
+
msgstr "Пользователь Twitter"
|
| 590 |
+
|
| 591 |
#: includes/admin/views/html-settings-system-status-page.php:5
|
| 592 |
msgid "Environment"
|
| 593 |
msgstr ""
|
| 637 |
msgid "Get System Report"
|
| 638 |
msgstr ""
|
| 639 |
|
| 640 |
+
#: includes/class-social-count-plus-widget.php:19
|
| 641 |
+
msgid "Display the counter"
|
| 642 |
+
msgstr "Показывать счетчик"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 643 |
|
| 644 |
+
#: includes/class-social-count-plus-widget.php:59
|
| 645 |
+
msgid "Title"
|
| 646 |
+
msgstr "Заголовок"
|
| 647 |
+
|
| 648 |
+
#: includes/counters/class-social-count-plus-comments-counter.php:80
|
| 649 |
+
msgid "comments"
|
| 650 |
+
msgstr "комментарии"
|
| 651 |
+
|
| 652 |
+
#: includes/counters/class-social-count-plus-facebook-counter.php:114
|
| 653 |
msgid "likes"
|
| 654 |
msgstr "отметки \"нравится\""
|
| 655 |
|
| 656 |
+
#: includes/counters/class-social-count-plus-github-counter.php:83
|
| 657 |
+
#: includes/counters/class-social-count-plus-googleplus-counter.php:83
|
| 658 |
+
#: includes/counters/class-social-count-plus-instagram-counter.php:87
|
| 659 |
+
#: includes/counters/class-social-count-plus-linkedin-counter.php:88
|
| 660 |
+
#: includes/counters/class-social-count-plus-pinterest-counter.php:92
|
| 661 |
+
#: includes/counters/class-social-count-plus-soundcloud-counter.php:83
|
| 662 |
+
#: includes/counters/class-social-count-plus-tumblr-counter.php:187
|
| 663 |
+
#: includes/counters/class-social-count-plus-twitch-counter.php:90
|
| 664 |
+
#: includes/counters/class-social-count-plus-twitter-counter.php:188
|
| 665 |
+
#: includes/counters/class-social-count-plus-vimeo-counter.php:83
|
| 666 |
+
msgid "followers"
|
| 667 |
+
msgstr "последователи"
|
| 668 |
|
| 669 |
+
#: includes/counters/class-social-count-plus-steam-counter.php:82
|
| 670 |
msgid "members"
|
| 671 |
msgstr "участники"
|
| 672 |
|
| 673 |
+
#: includes/counters/class-social-count-plus-youtube-counter.php:90
|
| 674 |
+
msgid "subscribers"
|
| 675 |
+
msgstr "подписчики"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 676 |
|
| 677 |
#. Plugin URI of the plugin/theme
|
| 678 |
msgid "https://github.com/claudiosmweb/social-count-plus"
|
| 680 |
|
| 681 |
#. Description of the plugin/theme
|
| 682 |
msgid ""
|
| 683 |
+
"Displays your numbers in Facebook, GitHub, Google+, Instagram, LinkedIn, "
|
| 684 |
+
"Pinterest, SoundCloud, Steam Community, Tumblr, Twitch, Twitter, Vimeo, "
|
| 685 |
+
"Youtube, posts, comments and users."
|
| 686 |
+
msgstr ""
|
| 687 |
|
| 688 |
#. Author of the plugin/theme
|
| 689 |
+
msgid "Claudio Sanches"
|
| 690 |
msgstr ""
|
| 691 |
|
| 692 |
#. Author URI of the plugin/theme
|
languages/social-count-plus-sq_AL.mo
CHANGED
|
Binary file
|
languages/social-count-plus-sq_AL.po
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
# Copyright (C) 2015 Claudio Sanches
|
| 2 |
# This file is distributed under the GPLv2 or later.
|
| 3 |
# Translators:
|
| 4 |
msgid ""
|
| 5 |
msgstr ""
|
| 6 |
"Project-Id-Version: Social Count Plus\n"
|
| 7 |
"Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
|
| 8 |
-
"POT-Creation-Date: 2015-
|
| 9 |
-
"PO-Revision-Date: 2015-
|
| 10 |
"Last-Translator: Claudio Sanches <contato@claudiosmweb.com>\n"
|
| 11 |
"Language-Team: Albanian (Albania) (http://www.transifex.com/claudiosmweb/social-count-plus/language/sq_AL/)\n"
|
| 12 |
"MIME-Version: 1.0\n"
|
|
@@ -17,151 +17,117 @@ msgstr ""
|
|
| 17 |
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
| 18 |
|
| 19 |
#: includes/admin/class-social-count-plus-admin.php:66
|
| 20 |
-
msgid "Create an App on Twitter in %s and get this
|
| 21 |
msgstr ""
|
| 22 |
|
| 23 |
#: includes/admin/class-social-count-plus-admin.php:68
|
| 24 |
-
msgid "Create an App on Facebook in %s and get this
|
| 25 |
msgstr ""
|
| 26 |
|
| 27 |
#: includes/admin/class-social-count-plus-admin.php:70
|
| 28 |
-
msgid "Get the this
|
| 29 |
-
msgstr "
|
| 30 |
-
|
| 31 |
-
#: includes/admin/class-social-count-plus-admin.php:75
|
| 32 |
-
#: includes/admin/class-social-count-plus-admin.php:885
|
| 33 |
-
msgid "Twitter"
|
| 34 |
-
msgstr "Twitter"
|
| 35 |
|
| 36 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 37 |
-
msgid "
|
| 38 |
-
|
|
|
|
|
|
|
| 39 |
|
| 40 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 41 |
-
#: includes/admin/
|
| 42 |
-
msgid "
|
| 43 |
-
msgstr "
|
| 44 |
|
| 45 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 46 |
-
msgid "
|
| 47 |
msgstr ""
|
| 48 |
|
| 49 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 50 |
-
#: includes/admin/
|
| 51 |
-
|
| 52 |
-
|
|
|
|
| 53 |
|
| 54 |
#: includes/admin/class-social-count-plus-admin.php:92
|
| 55 |
-
#: includes/admin/
|
| 56 |
-
msgid "Twitter Consumer secret"
|
| 57 |
-
msgstr "Kod sekret Përdoruesi për Twitter"
|
| 58 |
-
|
| 59 |
-
#: includes/admin/class-social-count-plus-admin.php:97
|
| 60 |
-
#: includes/admin/views/html-settings-page.php:27
|
| 61 |
-
msgid "Twitter Access token"
|
| 62 |
-
msgstr "Shenjë hyrjeje për Twitter"
|
| 63 |
-
|
| 64 |
-
#: includes/admin/class-social-count-plus-admin.php:102
|
| 65 |
-
#: includes/admin/views/html-settings-page.php:28
|
| 66 |
-
msgid "Twitter Access token secret"
|
| 67 |
-
msgstr "Shenjë sekrete hyrjeje për Twitter"
|
| 68 |
-
|
| 69 |
-
#: includes/admin/class-social-count-plus-admin.php:109
|
| 70 |
-
#: includes/admin/class-social-count-plus-admin.php:886
|
| 71 |
msgid "Facebook"
|
| 72 |
msgstr "Facebook"
|
| 73 |
|
| 74 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 75 |
-
msgid "Display Facebook
|
| 76 |
-
msgstr "
|
| 77 |
|
| 78 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 79 |
msgid "Facebook Page ID"
|
| 80 |
msgstr "ID për faqen në Facebook"
|
| 81 |
|
| 82 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 83 |
msgid "ID Facebook page. Must be the numeric ID or your page slug."
|
| 84 |
msgstr ""
|
| 85 |
|
| 86 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 87 |
msgid ""
|
| 88 |
-
"You can find this
|
| 89 |
-
"
|
| 90 |
msgstr ""
|
| 91 |
|
| 92 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 93 |
msgid "or"
|
| 94 |
msgstr ""
|
| 95 |
|
| 96 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 97 |
msgid "Facebook App ID"
|
| 98 |
msgstr ""
|
| 99 |
|
| 100 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 101 |
msgid "Facebook App Secret"
|
| 102 |
msgstr ""
|
| 103 |
|
| 104 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 105 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 106 |
-
msgid "
|
| 107 |
-
msgstr "YouTube"
|
| 108 |
-
|
| 109 |
-
#: includes/admin/class-social-count-plus-admin.php:141
|
| 110 |
-
msgid "Display YouTube counter"
|
| 111 |
-
msgstr "Shfaq numëruesin për YouTube"
|
| 112 |
-
|
| 113 |
-
#: includes/admin/class-social-count-plus-admin.php:145
|
| 114 |
-
msgid "YouTube Channel ID"
|
| 115 |
-
msgstr ""
|
| 116 |
-
|
| 117 |
-
#: includes/admin/class-social-count-plus-admin.php:147
|
| 118 |
-
msgid "Insert the YouTube Channel ID. Example: %s"
|
| 119 |
-
msgstr ""
|
| 120 |
-
|
| 121 |
-
#: includes/admin/class-social-count-plus-admin.php:150
|
| 122 |
-
msgid "YouTube Channel URL"
|
| 123 |
msgstr ""
|
| 124 |
|
| 125 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 126 |
-
msgid "
|
| 127 |
msgstr ""
|
| 128 |
|
| 129 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 130 |
-
|
| 131 |
-
msgid "Google API Key"
|
| 132 |
msgstr ""
|
| 133 |
|
| 134 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 135 |
-
msgid ""
|
| 136 |
-
"Get your API key creating a project/app in %s, then inside your project go "
|
| 137 |
-
"to \"APIs & auth > APIs\" and turn on the \"YouTube API\", finally go to "
|
| 138 |
-
"\"APIs & auth > APIs > Credentials > Public API access\" and click in the "
|
| 139 |
-
"\"CREATE A NEW KEY\" button, select the \"Browser key\" option and click in "
|
| 140 |
-
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 141 |
msgstr ""
|
| 142 |
|
| 143 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 144 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 145 |
msgid "Google+"
|
| 146 |
msgstr ""
|
| 147 |
|
| 148 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 149 |
-
msgid "Display Google+
|
| 150 |
msgstr ""
|
| 151 |
|
| 152 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 153 |
msgid "Google+ ID"
|
| 154 |
msgstr ""
|
| 155 |
|
| 156 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 157 |
msgid "Google+ page or profile ID."
|
| 158 |
msgstr ""
|
| 159 |
|
| 160 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 161 |
msgid "Example:"
|
| 162 |
msgstr ""
|
| 163 |
|
| 164 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 165 |
msgid ""
|
| 166 |
"Get your API key creating a project/app in %s, then inside your project go "
|
| 167 |
"to \"APIs & auth > APIs\" and turn on the \"Google+ API\", finally go to "
|
|
@@ -170,157 +136,333 @@ msgid ""
|
|
| 170 |
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 171 |
msgstr ""
|
| 172 |
|
| 173 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 174 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 175 |
msgid "Instagram"
|
| 176 |
msgstr "Instagram"
|
| 177 |
|
| 178 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 179 |
-
msgid "Display Instagram
|
| 180 |
-
msgstr "
|
| 181 |
|
| 182 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 183 |
msgid "Instagram Username"
|
| 184 |
msgstr "Emër përdoruesi për Instagram"
|
| 185 |
|
| 186 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 187 |
-
msgid "Insert
|
| 188 |
-
msgstr "
|
| 189 |
|
| 190 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 191 |
msgid "Instagram User ID"
|
| 192 |
msgstr "ID për përdoruesin në Instagram"
|
| 193 |
|
| 194 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 195 |
-
msgid "Insert
|
| 196 |
-
msgstr "
|
| 197 |
|
| 198 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 199 |
msgid "Instagram Access Token"
|
| 200 |
msgstr "Shenjë hyrjeje për Instagram"
|
| 201 |
|
| 202 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 203 |
-
msgid "Insert
|
| 204 |
-
msgstr "
|
| 205 |
|
| 206 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 207 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 208 |
-
msgid "
|
| 209 |
-
msgstr "
|
| 210 |
|
| 211 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 212 |
-
msgid "Display
|
| 213 |
-
msgstr "
|
| 214 |
|
| 215 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 216 |
-
msgid "
|
| 217 |
-
msgstr "
|
| 218 |
|
| 219 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 220 |
-
msgid "Insert
|
| 221 |
msgstr ""
|
| 222 |
|
| 223 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 224 |
-
|
| 225 |
-
msgid "Twitch"
|
| 226 |
msgstr ""
|
| 227 |
|
| 228 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 229 |
-
msgid "
|
| 230 |
msgstr ""
|
| 231 |
|
| 232 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 233 |
-
|
|
|
|
| 234 |
msgstr ""
|
| 235 |
|
| 236 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 237 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 238 |
msgstr ""
|
| 239 |
|
| 240 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 241 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 242 |
msgid "SoundCloud"
|
| 243 |
msgstr "SoundCloud"
|
| 244 |
|
| 245 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 246 |
-
msgid "Display SoundCloud
|
| 247 |
-
msgstr "
|
| 248 |
|
| 249 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 250 |
msgid "SoundCloud Username"
|
| 251 |
msgstr "Emër përdoruesi për SoundCloud"
|
| 252 |
|
| 253 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 254 |
-
msgid "Insert
|
| 255 |
-
msgstr "
|
| 256 |
|
| 257 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 258 |
msgid "SoundCloud Client ID"
|
| 259 |
msgstr "ID Klienti për SoundCloud"
|
| 260 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 261 |
#: includes/admin/class-social-count-plus-admin.php:257
|
| 262 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 263 |
msgstr ""
|
| 264 |
|
| 265 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 266 |
-
|
| 267 |
-
|
| 268 |
-
msgstr "Postime"
|
| 269 |
|
| 270 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 271 |
-
msgid "
|
| 272 |
-
msgstr "
|
| 273 |
|
| 274 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 275 |
-
|
|
|
|
| 276 |
msgstr ""
|
| 277 |
|
| 278 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
|
|
|
|
|
|
|
|
|
| 282 |
|
| 283 |
#: includes/admin/class-social-count-plus-admin.php:280
|
| 284 |
-
msgid "
|
| 285 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 286 |
|
| 287 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 288 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 289 |
#: includes/admin/views/html-settings-page.php:9
|
| 290 |
msgid "Settings"
|
| 291 |
msgstr "Cilësimet"
|
| 292 |
|
| 293 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 294 |
msgid "Open URLs in new tab/window"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 298 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 299 |
msgid "This option add %s in all counters URLs."
|
| 300 |
msgstr ""
|
| 301 |
|
| 302 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 303 |
msgid "Add nofollow in URLs"
|
| 304 |
msgstr ""
|
| 305 |
|
| 306 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 307 |
#: includes/admin/views/html-settings-page.php:9
|
| 308 |
msgid "Design"
|
| 309 |
msgstr "Dizajni"
|
| 310 |
|
| 311 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 312 |
msgid "Layout Models"
|
| 313 |
msgstr "Modele të paraqitjes"
|
| 314 |
|
| 315 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 316 |
msgid "Text Color"
|
| 317 |
msgstr "Ngjyra e tekstit"
|
| 318 |
|
| 319 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 320 |
msgid "Order"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 324 |
msgid "This option controls the order of the icons in the widget."
|
| 325 |
msgstr ""
|
| 326 |
|
|
@@ -328,62 +470,75 @@ msgstr ""
|
|
| 328 |
msgid "Social Count Plus"
|
| 329 |
msgstr "Social Count Plus"
|
| 330 |
|
| 331 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 332 |
msgid "Activate/Deactivate"
|
| 333 |
msgstr "Aktivizo/Çaktivizo"
|
| 334 |
|
| 335 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 336 |
msgid "General Info"
|
| 337 |
msgstr ""
|
| 338 |
|
| 339 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 340 |
#: includes/admin/views/html-settings-system-status-page.php:11
|
| 341 |
msgid "Social Count Plus Version"
|
| 342 |
msgstr ""
|
| 343 |
|
| 344 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 345 |
#: includes/admin/views/html-settings-system-status-page.php:15
|
| 346 |
msgid "WordPress Version"
|
| 347 |
msgstr ""
|
| 348 |
|
| 349 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 350 |
#: includes/admin/views/html-settings-system-status-page.php:19
|
| 351 |
msgid "WP Multisite Enabled"
|
| 352 |
msgstr ""
|
| 353 |
|
| 354 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 355 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 356 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 357 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 358 |
msgid "Yes"
|
| 359 |
msgstr ""
|
| 360 |
|
| 361 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 362 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 363 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 364 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 365 |
msgid "No"
|
| 366 |
msgstr ""
|
| 367 |
|
| 368 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 369 |
#: includes/admin/views/html-settings-system-status-page.php:23
|
| 370 |
msgid "Web Server Info"
|
| 371 |
msgstr ""
|
| 372 |
|
| 373 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 374 |
#: includes/admin/views/html-settings-system-status-page.php:27
|
| 375 |
msgid "PHP Version"
|
| 376 |
msgstr ""
|
| 377 |
|
| 378 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 379 |
msgid "Social Connections"
|
| 380 |
msgstr ""
|
| 381 |
|
| 382 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 383 |
msgid ""
|
| 384 |
"You do not have any counter that needs to connect remotely currently active"
|
| 385 |
msgstr ""
|
| 386 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 387 |
#: includes/admin/views/html-settings-functions-shortcodes-page.php:7
|
| 388 |
msgid ""
|
| 389 |
"Use this library to generate your own model layout or display specific data "
|
|
@@ -398,67 +553,22 @@ msgstr "Kode"
|
|
| 398 |
msgid "Note: the shortcodes displays only the count in plain text."
|
| 399 |
msgstr ""
|
| 400 |
|
| 401 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 402 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 403 |
-
msgid "
|
| 404 |
-
msgstr "Numërues për Twitter"
|
| 405 |
-
|
| 406 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:19
|
| 407 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:66
|
| 408 |
-
msgid "Facebook counter"
|
| 409 |
-
msgstr "Numërues për Facebook"
|
| 410 |
-
|
| 411 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:23
|
| 412 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:70
|
| 413 |
-
msgid "YouTube counter"
|
| 414 |
-
msgstr "Numërues për YouTube"
|
| 415 |
-
|
| 416 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:27
|
| 417 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:74
|
| 418 |
-
msgid "Google Plus counter"
|
| 419 |
-
msgstr "Numërues për Google Plus"
|
| 420 |
-
|
| 421 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:31
|
| 422 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:78
|
| 423 |
-
msgid "Instagram counter"
|
| 424 |
-
msgstr "Numërues për Instagram"
|
| 425 |
-
|
| 426 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:35
|
| 427 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:82
|
| 428 |
-
msgid "Steam counter"
|
| 429 |
-
msgstr "Numërues për Steam"
|
| 430 |
-
|
| 431 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:39
|
| 432 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:86
|
| 433 |
-
msgid "Twitch counter"
|
| 434 |
msgstr ""
|
| 435 |
|
| 436 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 437 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:90
|
| 438 |
-
msgid "SoundCloud counter"
|
| 439 |
-
msgstr "Numërues për SoundCloud"
|
| 440 |
-
|
| 441 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:47
|
| 442 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:94
|
| 443 |
-
msgid "Posts counter"
|
| 444 |
-
msgstr "Numërues për postimet"
|
| 445 |
-
|
| 446 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:51
|
| 447 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:98
|
| 448 |
-
msgid "Comments counter"
|
| 449 |
-
msgstr "Numërues për komentet"
|
| 450 |
-
|
| 451 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:56
|
| 452 |
msgid "Functions"
|
| 453 |
msgstr "Funksione"
|
| 454 |
|
| 455 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 456 |
msgid ""
|
| 457 |
"Note: the functions displays only the count in plain text, except the "
|
| 458 |
"<code>get_scp_widget()</code> function that displays with images."
|
| 459 |
msgstr ""
|
| 460 |
|
| 461 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 462 |
msgid "Full widget"
|
| 463 |
msgstr "Widget i plotë"
|
| 464 |
|
|
@@ -474,6 +584,10 @@ msgstr ""
|
|
| 474 |
msgid "To use the counter of Twitter you need to fill the fields:"
|
| 475 |
msgstr "Për të përdorur numëruesin për Twitter ju duhet të plotësoni këto fusha:"
|
| 476 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 477 |
#: includes/admin/views/html-settings-system-status-page.php:5
|
| 478 |
msgid "Environment"
|
| 479 |
msgstr ""
|
|
@@ -523,37 +637,42 @@ msgstr ""
|
|
| 523 |
msgid "Get System Report"
|
| 524 |
msgstr ""
|
| 525 |
|
| 526 |
-
#: includes/class-social-count-plus-
|
| 527 |
-
|
| 528 |
-
|
| 529 |
-
#: includes/class-social-count-plus-view.php:130
|
| 530 |
-
#: includes/class-social-count-plus-view.php:143
|
| 531 |
-
msgid "followers"
|
| 532 |
-
msgstr "ndjekës"
|
| 533 |
|
| 534 |
-
#: includes/class-social-count-plus-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 535 |
msgid "likes"
|
| 536 |
msgstr "pëlqime"
|
| 537 |
|
| 538 |
-
#: includes/class-social-count-plus-
|
| 539 |
-
|
| 540 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 541 |
|
| 542 |
-
#: includes/class-social-count-plus-
|
| 543 |
msgid "members"
|
| 544 |
msgstr "anëtarë"
|
| 545 |
|
| 546 |
-
#: includes/class-social-count-plus-
|
| 547 |
-
msgid "
|
| 548 |
-
msgstr "
|
| 549 |
-
|
| 550 |
-
#: includes/class-social-count-plus-widget.php:19
|
| 551 |
-
msgid "Display the counter"
|
| 552 |
-
msgstr "Shfaq numëruesin"
|
| 553 |
-
|
| 554 |
-
#: includes/class-social-count-plus-widget.php:59
|
| 555 |
-
msgid "Title"
|
| 556 |
-
msgstr "Titulli"
|
| 557 |
|
| 558 |
#. Plugin URI of the plugin/theme
|
| 559 |
msgid "https://github.com/claudiosmweb/social-count-plus"
|
|
@@ -561,12 +680,13 @@ msgstr "https://github.com/claudiosmweb/social-count-plus"
|
|
| 561 |
|
| 562 |
#. Description of the plugin/theme
|
| 563 |
msgid ""
|
| 564 |
-
"
|
| 565 |
-
"
|
| 566 |
-
|
|
|
|
| 567 |
|
| 568 |
#. Author of the plugin/theme
|
| 569 |
-
msgid "Claudio Sanches
|
| 570 |
msgstr ""
|
| 571 |
|
| 572 |
#. Author URI of the plugin/theme
|
| 1 |
+
# Copyright (C) 2015 Claudio Sanches
|
| 2 |
# This file is distributed under the GPLv2 or later.
|
| 3 |
# Translators:
|
| 4 |
msgid ""
|
| 5 |
msgstr ""
|
| 6 |
"Project-Id-Version: Social Count Plus\n"
|
| 7 |
"Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
|
| 8 |
+
"POT-Creation-Date: 2015-09-01 02:32:17+00:00\n"
|
| 9 |
+
"PO-Revision-Date: 2015-09-01 02:32+0000\n"
|
| 10 |
"Last-Translator: Claudio Sanches <contato@claudiosmweb.com>\n"
|
| 11 |
"Language-Team: Albanian (Albania) (http://www.transifex.com/claudiosmweb/social-count-plus/language/sq_AL/)\n"
|
| 12 |
"MIME-Version: 1.0\n"
|
| 17 |
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
| 18 |
|
| 19 |
#: includes/admin/class-social-count-plus-admin.php:66
|
| 20 |
+
msgid "Create an App on Twitter in %s and get this data."
|
| 21 |
msgstr ""
|
| 22 |
|
| 23 |
#: includes/admin/class-social-count-plus-admin.php:68
|
| 24 |
+
msgid "Create an App on Facebook in %s and get this data."
|
| 25 |
msgstr ""
|
| 26 |
|
| 27 |
#: includes/admin/class-social-count-plus-admin.php:70
|
| 28 |
+
msgid "Get the this data in %s."
|
| 29 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
+
#: includes/admin/class-social-count-plus-admin.php:72
|
| 32 |
+
msgid ""
|
| 33 |
+
"Register an App on Tumblr in %s, when the app is ready click in \"Explore "
|
| 34 |
+
"API\" and allow your app access your Tumblr account and get this data."
|
| 35 |
+
msgstr ""
|
| 36 |
|
| 37 |
+
#: includes/admin/class-social-count-plus-admin.php:77
|
| 38 |
+
#: includes/admin/class-social-count-plus-admin.php:1068
|
| 39 |
+
msgid "Comments"
|
| 40 |
+
msgstr "Komentet"
|
| 41 |
|
| 42 |
+
#: includes/admin/class-social-count-plus-admin.php:80
|
| 43 |
+
msgid "Display Comments Counter"
|
| 44 |
msgstr ""
|
| 45 |
|
| 46 |
+
#: includes/admin/class-social-count-plus-admin.php:85
|
| 47 |
+
#: includes/admin/class-social-count-plus-admin.php:231
|
| 48 |
+
#: includes/admin/class-social-count-plus-admin.php:371
|
| 49 |
+
msgid "URL"
|
| 50 |
+
msgstr ""
|
| 51 |
|
| 52 |
#: includes/admin/class-social-count-plus-admin.php:92
|
| 53 |
+
#: includes/admin/class-social-count-plus-admin.php:1069
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
msgid "Facebook"
|
| 55 |
msgstr "Facebook"
|
| 56 |
|
| 57 |
+
#: includes/admin/class-social-count-plus-admin.php:95
|
| 58 |
+
msgid "Display Facebook Counter"
|
| 59 |
+
msgstr ""
|
| 60 |
|
| 61 |
+
#: includes/admin/class-social-count-plus-admin.php:99
|
| 62 |
msgid "Facebook Page ID"
|
| 63 |
msgstr "ID për faqen në Facebook"
|
| 64 |
|
| 65 |
+
#: includes/admin/class-social-count-plus-admin.php:103
|
| 66 |
msgid "ID Facebook page. Must be the numeric ID or your page slug."
|
| 67 |
msgstr ""
|
| 68 |
|
| 69 |
+
#: includes/admin/class-social-count-plus-admin.php:104
|
| 70 |
msgid ""
|
| 71 |
+
"You can find this data clicking to edit your page on Facebook. The URL will "
|
| 72 |
+
"be similar to this:"
|
| 73 |
msgstr ""
|
| 74 |
|
| 75 |
+
#: includes/admin/class-social-count-plus-admin.php:105
|
| 76 |
msgid "or"
|
| 77 |
msgstr ""
|
| 78 |
|
| 79 |
+
#: includes/admin/class-social-count-plus-admin.php:109
|
| 80 |
msgid "Facebook App ID"
|
| 81 |
msgstr ""
|
| 82 |
|
| 83 |
+
#: includes/admin/class-social-count-plus-admin.php:114
|
| 84 |
msgid "Facebook App Secret"
|
| 85 |
msgstr ""
|
| 86 |
|
| 87 |
+
#: includes/admin/class-social-count-plus-admin.php:121
|
| 88 |
+
#: includes/admin/class-social-count-plus-admin.php:1070
|
| 89 |
+
msgid "GitHub"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
msgstr ""
|
| 91 |
|
| 92 |
+
#: includes/admin/class-social-count-plus-admin.php:124
|
| 93 |
+
msgid "Display GitHub Counter"
|
| 94 |
msgstr ""
|
| 95 |
|
| 96 |
+
#: includes/admin/class-social-count-plus-admin.php:128
|
| 97 |
+
msgid "GitHub Username"
|
|
|
|
| 98 |
msgstr ""
|
| 99 |
|
| 100 |
+
#: includes/admin/class-social-count-plus-admin.php:130
|
| 101 |
+
msgid "Insert your GitHub username. Example: %s."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
msgstr ""
|
| 103 |
|
| 104 |
+
#: includes/admin/class-social-count-plus-admin.php:135
|
| 105 |
+
#: includes/admin/class-social-count-plus-admin.php:1071
|
| 106 |
msgid "Google+"
|
| 107 |
msgstr ""
|
| 108 |
|
| 109 |
+
#: includes/admin/class-social-count-plus-admin.php:138
|
| 110 |
+
msgid "Display Google+ Counter"
|
| 111 |
msgstr ""
|
| 112 |
|
| 113 |
+
#: includes/admin/class-social-count-plus-admin.php:142
|
| 114 |
msgid "Google+ ID"
|
| 115 |
msgstr ""
|
| 116 |
|
| 117 |
+
#: includes/admin/class-social-count-plus-admin.php:146
|
| 118 |
msgid "Google+ page or profile ID."
|
| 119 |
msgstr ""
|
| 120 |
|
| 121 |
+
#: includes/admin/class-social-count-plus-admin.php:147
|
| 122 |
msgid "Example:"
|
| 123 |
msgstr ""
|
| 124 |
|
| 125 |
+
#: includes/admin/class-social-count-plus-admin.php:151
|
| 126 |
+
#: includes/admin/class-social-count-plus-admin.php:409
|
| 127 |
+
msgid "Google API Key"
|
| 128 |
+
msgstr ""
|
| 129 |
+
|
| 130 |
+
#: includes/admin/class-social-count-plus-admin.php:154
|
| 131 |
msgid ""
|
| 132 |
"Get your API key creating a project/app in %s, then inside your project go "
|
| 133 |
"to \"APIs & auth > APIs\" and turn on the \"Google+ API\", finally go to "
|
| 136 |
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 137 |
msgstr ""
|
| 138 |
|
| 139 |
+
#: includes/admin/class-social-count-plus-admin.php:161
|
| 140 |
+
#: includes/admin/class-social-count-plus-admin.php:1072
|
| 141 |
msgid "Instagram"
|
| 142 |
msgstr "Instagram"
|
| 143 |
|
| 144 |
+
#: includes/admin/class-social-count-plus-admin.php:164
|
| 145 |
+
msgid "Display Instagram Counter"
|
| 146 |
+
msgstr ""
|
| 147 |
|
| 148 |
+
#: includes/admin/class-social-count-plus-admin.php:168
|
| 149 |
msgid "Instagram Username"
|
| 150 |
msgstr "Emër përdoruesi për Instagram"
|
| 151 |
|
| 152 |
+
#: includes/admin/class-social-count-plus-admin.php:170
|
| 153 |
+
msgid "Insert your Instagram Username."
|
| 154 |
+
msgstr ""
|
| 155 |
|
| 156 |
+
#: includes/admin/class-social-count-plus-admin.php:173
|
| 157 |
msgid "Instagram User ID"
|
| 158 |
msgstr "ID për përdoruesin në Instagram"
|
| 159 |
|
| 160 |
+
#: includes/admin/class-social-count-plus-admin.php:175
|
| 161 |
+
msgid "Insert your Instagram User ID."
|
| 162 |
+
msgstr ""
|
| 163 |
|
| 164 |
+
#: includes/admin/class-social-count-plus-admin.php:178
|
| 165 |
msgid "Instagram Access Token"
|
| 166 |
msgstr "Shenjë hyrjeje për Instagram"
|
| 167 |
|
| 168 |
+
#: includes/admin/class-social-count-plus-admin.php:180
|
| 169 |
+
msgid "Insert your Instagram Access Token."
|
| 170 |
+
msgstr ""
|
| 171 |
|
| 172 |
+
#: includes/admin/class-social-count-plus-admin.php:185
|
| 173 |
+
#: includes/admin/class-social-count-plus-admin.php:1073
|
| 174 |
+
msgid "LinkedIn"
|
| 175 |
+
msgstr ""
|
| 176 |
|
| 177 |
+
#: includes/admin/class-social-count-plus-admin.php:188
|
| 178 |
+
msgid "Display LinkedIn counter"
|
| 179 |
+
msgstr ""
|
| 180 |
|
| 181 |
+
#: includes/admin/class-social-count-plus-admin.php:192
|
| 182 |
+
msgid "LinkedIn Company ID"
|
| 183 |
+
msgstr ""
|
| 184 |
|
| 185 |
+
#: includes/admin/class-social-count-plus-admin.php:194
|
| 186 |
+
msgid "Insert your LinkedIn Company ID. Get your Company ID in %s."
|
| 187 |
msgstr ""
|
| 188 |
|
| 189 |
+
#: includes/admin/class-social-count-plus-admin.php:197
|
| 190 |
+
msgid "LinkedIn Access Token"
|
|
|
|
| 191 |
msgstr ""
|
| 192 |
|
| 193 |
+
#: includes/admin/class-social-count-plus-admin.php:199
|
| 194 |
+
msgid "Get your Access Token in %s."
|
| 195 |
msgstr ""
|
| 196 |
|
| 197 |
+
#: includes/admin/class-social-count-plus-admin.php:204
|
| 198 |
+
#: includes/admin/class-social-count-plus-admin.php:1074
|
| 199 |
+
msgid "Pinterest"
|
| 200 |
msgstr ""
|
| 201 |
|
| 202 |
+
#: includes/admin/class-social-count-plus-admin.php:207
|
| 203 |
+
msgid "Display Pinterest Counter"
|
| 204 |
+
msgstr ""
|
| 205 |
+
|
| 206 |
+
#: includes/admin/class-social-count-plus-admin.php:211
|
| 207 |
+
msgid "Pinterest Username"
|
| 208 |
+
msgstr ""
|
| 209 |
+
|
| 210 |
+
#: includes/admin/class-social-count-plus-admin.php:213
|
| 211 |
+
msgid "Insert your Pinterest username. Example: %s."
|
| 212 |
+
msgstr ""
|
| 213 |
+
|
| 214 |
+
#: includes/admin/class-social-count-plus-admin.php:218
|
| 215 |
+
#: includes/admin/class-social-count-plus-admin.php:1075
|
| 216 |
+
msgid "Posts"
|
| 217 |
+
msgstr "Postime"
|
| 218 |
+
|
| 219 |
+
#: includes/admin/class-social-count-plus-admin.php:221
|
| 220 |
+
msgid "Display Posts Counter"
|
| 221 |
msgstr ""
|
| 222 |
|
| 223 |
+
#: includes/admin/class-social-count-plus-admin.php:226
|
| 224 |
+
msgid "Post Type"
|
| 225 |
+
msgstr ""
|
| 226 |
+
|
| 227 |
+
#: includes/admin/class-social-count-plus-admin.php:238
|
| 228 |
+
#: includes/admin/class-social-count-plus-admin.php:1076
|
| 229 |
msgid "SoundCloud"
|
| 230 |
msgstr "SoundCloud"
|
| 231 |
|
| 232 |
+
#: includes/admin/class-social-count-plus-admin.php:241
|
| 233 |
+
msgid "Display SoundCloud Counter"
|
| 234 |
+
msgstr ""
|
| 235 |
|
| 236 |
+
#: includes/admin/class-social-count-plus-admin.php:245
|
| 237 |
msgid "SoundCloud Username"
|
| 238 |
msgstr "Emër përdoruesi për SoundCloud"
|
| 239 |
|
| 240 |
+
#: includes/admin/class-social-count-plus-admin.php:247
|
| 241 |
+
msgid "Insert your SoundCloud Username."
|
| 242 |
+
msgstr ""
|
| 243 |
|
| 244 |
+
#: includes/admin/class-social-count-plus-admin.php:250
|
| 245 |
msgid "SoundCloud Client ID"
|
| 246 |
msgstr "ID Klienti për SoundCloud"
|
| 247 |
|
| 248 |
+
#: includes/admin/class-social-count-plus-admin.php:252
|
| 249 |
+
msgid "Insert your SoundCloud App Client ID. Generate this data in %s."
|
| 250 |
+
msgstr ""
|
| 251 |
+
|
| 252 |
#: includes/admin/class-social-count-plus-admin.php:257
|
| 253 |
+
#: includes/admin/class-social-count-plus-admin.php:1077
|
| 254 |
+
msgid "Steam"
|
| 255 |
+
msgstr "Steam"
|
| 256 |
+
|
| 257 |
+
#: includes/admin/class-social-count-plus-admin.php:260
|
| 258 |
+
msgid "Display Steam Counter"
|
| 259 |
msgstr ""
|
| 260 |
|
| 261 |
+
#: includes/admin/class-social-count-plus-admin.php:264
|
| 262 |
+
msgid "Steam Group Name"
|
| 263 |
+
msgstr ""
|
|
|
|
| 264 |
|
| 265 |
+
#: includes/admin/class-social-count-plus-admin.php:266
|
| 266 |
+
msgid "Insert your Steam Community group name. Example: %s."
|
| 267 |
+
msgstr ""
|
| 268 |
|
| 269 |
+
#: includes/admin/class-social-count-plus-admin.php:271
|
| 270 |
+
#: includes/admin/class-social-count-plus-admin.php:1078
|
| 271 |
+
msgid "Tumblr"
|
| 272 |
msgstr ""
|
| 273 |
|
| 274 |
+
#: includes/admin/class-social-count-plus-admin.php:274
|
| 275 |
+
msgid "Display Tumblr counter"
|
| 276 |
+
msgstr ""
|
| 277 |
+
|
| 278 |
+
#: includes/admin/class-social-count-plus-admin.php:278
|
| 279 |
+
msgid "Tumblr Hostname"
|
| 280 |
+
msgstr ""
|
| 281 |
|
| 282 |
#: includes/admin/class-social-count-plus-admin.php:280
|
| 283 |
+
msgid "Insert your Tumblr Hostname. Example: %s."
|
| 284 |
+
msgstr ""
|
| 285 |
+
|
| 286 |
+
#: includes/admin/class-social-count-plus-admin.php:283
|
| 287 |
+
msgid "Tumblr Consumer Key"
|
| 288 |
+
msgstr ""
|
| 289 |
+
|
| 290 |
+
#: includes/admin/class-social-count-plus-admin.php:288
|
| 291 |
+
msgid "Tumblr Consumer Secret"
|
| 292 |
+
msgstr ""
|
| 293 |
+
|
| 294 |
+
#: includes/admin/class-social-count-plus-admin.php:293
|
| 295 |
+
msgid "Tumblr Token"
|
| 296 |
+
msgstr ""
|
| 297 |
+
|
| 298 |
+
#: includes/admin/class-social-count-plus-admin.php:298
|
| 299 |
+
msgid "Tumblr Token Secret"
|
| 300 |
+
msgstr ""
|
| 301 |
+
|
| 302 |
+
#: includes/admin/class-social-count-plus-admin.php:305
|
| 303 |
+
#: includes/admin/class-social-count-plus-admin.php:1079
|
| 304 |
+
msgid "Twitch"
|
| 305 |
+
msgstr ""
|
| 306 |
+
|
| 307 |
+
#: includes/admin/class-social-count-plus-admin.php:308
|
| 308 |
+
msgid "Display Twitch Counter"
|
| 309 |
+
msgstr ""
|
| 310 |
+
|
| 311 |
+
#: includes/admin/class-social-count-plus-admin.php:312
|
| 312 |
+
msgid "Twitch Username"
|
| 313 |
+
msgstr ""
|
| 314 |
+
|
| 315 |
+
#: includes/admin/class-social-count-plus-admin.php:314
|
| 316 |
+
msgid "Insert your Twitch username."
|
| 317 |
+
msgstr ""
|
| 318 |
+
|
| 319 |
+
#: includes/admin/class-social-count-plus-admin.php:319
|
| 320 |
+
#: includes/admin/class-social-count-plus-admin.php:1080
|
| 321 |
+
msgid "Twitter"
|
| 322 |
+
msgstr "Twitter"
|
| 323 |
+
|
| 324 |
+
#: includes/admin/class-social-count-plus-admin.php:322
|
| 325 |
+
msgid "Display Twitter Counter"
|
| 326 |
+
msgstr ""
|
| 327 |
+
|
| 328 |
+
#: includes/admin/class-social-count-plus-admin.php:326
|
| 329 |
+
msgid "Twitter Username"
|
| 330 |
+
msgstr ""
|
| 331 |
+
|
| 332 |
+
#: includes/admin/class-social-count-plus-admin.php:328
|
| 333 |
+
msgid "Insert the Twitter username. Example: %s."
|
| 334 |
+
msgstr ""
|
| 335 |
+
|
| 336 |
+
#: includes/admin/class-social-count-plus-admin.php:331
|
| 337 |
+
#: includes/admin/views/html-settings-page.php:25
|
| 338 |
+
msgid "Twitter Consumer key"
|
| 339 |
+
msgstr "Çelës Përdoruesi për Twitter"
|
| 340 |
+
|
| 341 |
+
#: includes/admin/class-social-count-plus-admin.php:336
|
| 342 |
+
#: includes/admin/views/html-settings-page.php:26
|
| 343 |
+
msgid "Twitter Consumer secret"
|
| 344 |
+
msgstr "Kod sekret Përdoruesi për Twitter"
|
| 345 |
+
|
| 346 |
+
#: includes/admin/class-social-count-plus-admin.php:341
|
| 347 |
+
#: includes/admin/views/html-settings-page.php:27
|
| 348 |
+
msgid "Twitter Access token"
|
| 349 |
+
msgstr "Shenjë hyrjeje për Twitter"
|
| 350 |
+
|
| 351 |
+
#: includes/admin/class-social-count-plus-admin.php:346
|
| 352 |
+
#: includes/admin/views/html-settings-page.php:28
|
| 353 |
+
msgid "Twitter Access token secret"
|
| 354 |
+
msgstr "Shenjë sekrete hyrjeje për Twitter"
|
| 355 |
+
|
| 356 |
+
#: includes/admin/class-social-count-plus-admin.php:353
|
| 357 |
+
#: includes/admin/class-social-count-plus-admin.php:1081
|
| 358 |
+
msgid "Users"
|
| 359 |
+
msgstr ""
|
| 360 |
+
|
| 361 |
+
#: includes/admin/class-social-count-plus-admin.php:356
|
| 362 |
+
msgid "Display Users Counter"
|
| 363 |
+
msgstr ""
|
| 364 |
+
|
| 365 |
+
#: includes/admin/class-social-count-plus-admin.php:361
|
| 366 |
+
msgid "User Role"
|
| 367 |
+
msgstr ""
|
| 368 |
+
|
| 369 |
+
#: includes/admin/class-social-count-plus-admin.php:366
|
| 370 |
+
msgid "Label"
|
| 371 |
+
msgstr ""
|
| 372 |
+
|
| 373 |
+
#: includes/admin/class-social-count-plus-admin.php:367
|
| 374 |
+
#: includes/counters/class-social-count-plus-users-counter.php:74
|
| 375 |
+
msgid "users"
|
| 376 |
+
msgstr ""
|
| 377 |
+
|
| 378 |
+
#: includes/admin/class-social-count-plus-admin.php:378
|
| 379 |
+
#: includes/admin/class-social-count-plus-admin.php:1082
|
| 380 |
+
msgid "Vimeo"
|
| 381 |
+
msgstr ""
|
| 382 |
+
|
| 383 |
+
#: includes/admin/class-social-count-plus-admin.php:381
|
| 384 |
+
msgid "Display Vimeo Counter"
|
| 385 |
+
msgstr ""
|
| 386 |
+
|
| 387 |
+
#: includes/admin/class-social-count-plus-admin.php:385
|
| 388 |
+
msgid "Vimeo Username"
|
| 389 |
+
msgstr ""
|
| 390 |
+
|
| 391 |
+
#: includes/admin/class-social-count-plus-admin.php:387
|
| 392 |
+
msgid "Insert your Vimeo username. Example: %s."
|
| 393 |
+
msgstr ""
|
| 394 |
+
|
| 395 |
+
#: includes/admin/class-social-count-plus-admin.php:392
|
| 396 |
+
#: includes/admin/class-social-count-plus-admin.php:1083
|
| 397 |
+
msgid "YouTube"
|
| 398 |
+
msgstr "YouTube"
|
| 399 |
+
|
| 400 |
+
#: includes/admin/class-social-count-plus-admin.php:395
|
| 401 |
+
msgid "Display YouTube Counter"
|
| 402 |
+
msgstr ""
|
| 403 |
+
|
| 404 |
+
#: includes/admin/class-social-count-plus-admin.php:399
|
| 405 |
+
msgid "YouTube Channel ID"
|
| 406 |
+
msgstr ""
|
| 407 |
+
|
| 408 |
+
#: includes/admin/class-social-count-plus-admin.php:401
|
| 409 |
+
msgid "Insert the YouTube Channel ID. Example: %s."
|
| 410 |
+
msgstr ""
|
| 411 |
+
|
| 412 |
+
#: includes/admin/class-social-count-plus-admin.php:404
|
| 413 |
+
msgid "YouTube Channel URL"
|
| 414 |
+
msgstr ""
|
| 415 |
|
| 416 |
+
#: includes/admin/class-social-count-plus-admin.php:406
|
| 417 |
+
msgid "Insert the YouTube channel URL. Example: %s."
|
| 418 |
+
msgstr ""
|
| 419 |
+
|
| 420 |
+
#: includes/admin/class-social-count-plus-admin.php:412
|
| 421 |
+
msgid ""
|
| 422 |
+
"Get your API key creating a project/app in %s, then inside your project go "
|
| 423 |
+
"to \"APIs & auth > APIs\" and turn on the \"YouTube API\", finally go to "
|
| 424 |
+
"\"APIs & auth > APIs > Credentials > Public API access\" and click in the "
|
| 425 |
+
"\"CREATE A NEW KEY\" button, select the \"Browser key\" option and click in "
|
| 426 |
+
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 427 |
+
msgstr ""
|
| 428 |
+
|
| 429 |
+
#: includes/admin/class-social-count-plus-admin.php:419
|
| 430 |
+
#: includes/admin/class-social-count-plus-admin.php:906
|
| 431 |
#: includes/admin/views/html-settings-page.php:9
|
| 432 |
msgid "Settings"
|
| 433 |
msgstr "Cilësimet"
|
| 434 |
|
| 435 |
+
#: includes/admin/class-social-count-plus-admin.php:422
|
| 436 |
msgid "Open URLs in new tab/window"
|
| 437 |
msgstr ""
|
| 438 |
|
| 439 |
+
#: includes/admin/class-social-count-plus-admin.php:424
|
| 440 |
+
#: includes/admin/class-social-count-plus-admin.php:429
|
| 441 |
msgid "This option add %s in all counters URLs."
|
| 442 |
msgstr ""
|
| 443 |
|
| 444 |
+
#: includes/admin/class-social-count-plus-admin.php:427
|
| 445 |
msgid "Add nofollow in URLs"
|
| 446 |
msgstr ""
|
| 447 |
|
| 448 |
+
#: includes/admin/class-social-count-plus-admin.php:436
|
| 449 |
#: includes/admin/views/html-settings-page.php:9
|
| 450 |
msgid "Design"
|
| 451 |
msgstr "Dizajni"
|
| 452 |
|
| 453 |
+
#: includes/admin/class-social-count-plus-admin.php:439
|
| 454 |
msgid "Layout Models"
|
| 455 |
msgstr "Modele të paraqitjes"
|
| 456 |
|
| 457 |
+
#: includes/admin/class-social-count-plus-admin.php:445
|
| 458 |
msgid "Text Color"
|
| 459 |
msgstr "Ngjyra e tekstit"
|
| 460 |
|
| 461 |
+
#: includes/admin/class-social-count-plus-admin.php:450
|
| 462 |
msgid "Order"
|
| 463 |
msgstr ""
|
| 464 |
|
| 465 |
+
#: includes/admin/class-social-count-plus-admin.php:452
|
| 466 |
msgid "This option controls the order of the icons in the widget."
|
| 467 |
msgstr ""
|
| 468 |
|
| 470 |
msgid "Social Count Plus"
|
| 471 |
msgstr "Social Count Plus"
|
| 472 |
|
| 473 |
+
#: includes/admin/class-social-count-plus-admin.php:698
|
| 474 |
msgid "Activate/Deactivate"
|
| 475 |
msgstr "Aktivizo/Çaktivizo"
|
| 476 |
|
| 477 |
+
#: includes/admin/class-social-count-plus-admin.php:959
|
| 478 |
msgid "General Info"
|
| 479 |
msgstr ""
|
| 480 |
|
| 481 |
+
#: includes/admin/class-social-count-plus-admin.php:960
|
| 482 |
#: includes/admin/views/html-settings-system-status-page.php:11
|
| 483 |
msgid "Social Count Plus Version"
|
| 484 |
msgstr ""
|
| 485 |
|
| 486 |
+
#: includes/admin/class-social-count-plus-admin.php:961
|
| 487 |
#: includes/admin/views/html-settings-system-status-page.php:15
|
| 488 |
msgid "WordPress Version"
|
| 489 |
msgstr ""
|
| 490 |
|
| 491 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 492 |
#: includes/admin/views/html-settings-system-status-page.php:19
|
| 493 |
msgid "WP Multisite Enabled"
|
| 494 |
msgstr ""
|
| 495 |
|
| 496 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 497 |
+
#: includes/admin/class-social-count-plus-admin.php:965
|
| 498 |
+
#: includes/admin/class-social-count-plus-admin.php:966
|
| 499 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 500 |
msgid "Yes"
|
| 501 |
msgstr ""
|
| 502 |
|
| 503 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 504 |
+
#: includes/admin/class-social-count-plus-admin.php:965
|
| 505 |
+
#: includes/admin/class-social-count-plus-admin.php:966
|
| 506 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 507 |
msgid "No"
|
| 508 |
msgstr ""
|
| 509 |
|
| 510 |
+
#: includes/admin/class-social-count-plus-admin.php:963
|
| 511 |
#: includes/admin/views/html-settings-system-status-page.php:23
|
| 512 |
msgid "Web Server Info"
|
| 513 |
msgstr ""
|
| 514 |
|
| 515 |
+
#: includes/admin/class-social-count-plus-admin.php:964
|
| 516 |
#: includes/admin/views/html-settings-system-status-page.php:27
|
| 517 |
msgid "PHP Version"
|
| 518 |
msgstr ""
|
| 519 |
|
| 520 |
+
#: includes/admin/class-social-count-plus-admin.php:967
|
| 521 |
msgid "Social Connections"
|
| 522 |
msgstr ""
|
| 523 |
|
| 524 |
+
#: includes/admin/class-social-count-plus-admin.php:977
|
| 525 |
msgid ""
|
| 526 |
"You do not have any counter that needs to connect remotely currently active"
|
| 527 |
msgstr ""
|
| 528 |
|
| 529 |
+
#: includes/admin/views/html-help-us.php:11
|
| 530 |
+
msgid ""
|
| 531 |
+
"Help us keep the %s free making a %s or rate %s on %s. Thank you in advance!"
|
| 532 |
+
msgstr ""
|
| 533 |
+
|
| 534 |
+
#: includes/admin/views/html-help-us.php:11
|
| 535 |
+
msgid "donation"
|
| 536 |
+
msgstr ""
|
| 537 |
+
|
| 538 |
+
#: includes/admin/views/html-help-us.php:11
|
| 539 |
+
msgid "WordPress.org"
|
| 540 |
+
msgstr ""
|
| 541 |
+
|
| 542 |
#: includes/admin/views/html-settings-functions-shortcodes-page.php:7
|
| 543 |
msgid ""
|
| 544 |
"Use this library to generate your own model layout or display specific data "
|
| 553 |
msgid "Note: the shortcodes displays only the count in plain text."
|
| 554 |
msgstr ""
|
| 555 |
|
| 556 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:16
|
| 557 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:29
|
| 558 |
+
msgid "%s counter"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 559 |
msgstr ""
|
| 560 |
|
| 561 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 562 |
msgid "Functions"
|
| 563 |
msgstr "Funksione"
|
| 564 |
|
| 565 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:24
|
| 566 |
msgid ""
|
| 567 |
"Note: the functions displays only the count in plain text, except the "
|
| 568 |
"<code>get_scp_widget()</code> function that displays with images."
|
| 569 |
msgstr ""
|
| 570 |
|
| 571 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:34
|
| 572 |
msgid "Full widget"
|
| 573 |
msgstr "Widget i plotë"
|
| 574 |
|
| 584 |
msgid "To use the counter of Twitter you need to fill the fields:"
|
| 585 |
msgstr "Për të përdorur numëruesin për Twitter ju duhet të plotësoni këto fusha:"
|
| 586 |
|
| 587 |
+
#: includes/admin/views/html-settings-page.php:24
|
| 588 |
+
msgid "Twitter username"
|
| 589 |
+
msgstr "Emër përdoruesi për Twitter"
|
| 590 |
+
|
| 591 |
#: includes/admin/views/html-settings-system-status-page.php:5
|
| 592 |
msgid "Environment"
|
| 593 |
msgstr ""
|
| 637 |
msgid "Get System Report"
|
| 638 |
msgstr ""
|
| 639 |
|
| 640 |
+
#: includes/class-social-count-plus-widget.php:19
|
| 641 |
+
msgid "Display the counter"
|
| 642 |
+
msgstr "Shfaq numëruesin"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 643 |
|
| 644 |
+
#: includes/class-social-count-plus-widget.php:59
|
| 645 |
+
msgid "Title"
|
| 646 |
+
msgstr "Titulli"
|
| 647 |
+
|
| 648 |
+
#: includes/counters/class-social-count-plus-comments-counter.php:80
|
| 649 |
+
msgid "comments"
|
| 650 |
+
msgstr "komente"
|
| 651 |
+
|
| 652 |
+
#: includes/counters/class-social-count-plus-facebook-counter.php:114
|
| 653 |
msgid "likes"
|
| 654 |
msgstr "pëlqime"
|
| 655 |
|
| 656 |
+
#: includes/counters/class-social-count-plus-github-counter.php:83
|
| 657 |
+
#: includes/counters/class-social-count-plus-googleplus-counter.php:83
|
| 658 |
+
#: includes/counters/class-social-count-plus-instagram-counter.php:87
|
| 659 |
+
#: includes/counters/class-social-count-plus-linkedin-counter.php:88
|
| 660 |
+
#: includes/counters/class-social-count-plus-pinterest-counter.php:92
|
| 661 |
+
#: includes/counters/class-social-count-plus-soundcloud-counter.php:83
|
| 662 |
+
#: includes/counters/class-social-count-plus-tumblr-counter.php:187
|
| 663 |
+
#: includes/counters/class-social-count-plus-twitch-counter.php:90
|
| 664 |
+
#: includes/counters/class-social-count-plus-twitter-counter.php:188
|
| 665 |
+
#: includes/counters/class-social-count-plus-vimeo-counter.php:83
|
| 666 |
+
msgid "followers"
|
| 667 |
+
msgstr "ndjekës"
|
| 668 |
|
| 669 |
+
#: includes/counters/class-social-count-plus-steam-counter.php:82
|
| 670 |
msgid "members"
|
| 671 |
msgstr "anëtarë"
|
| 672 |
|
| 673 |
+
#: includes/counters/class-social-count-plus-youtube-counter.php:90
|
| 674 |
+
msgid "subscribers"
|
| 675 |
+
msgstr "pajtimtarë"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 676 |
|
| 677 |
#. Plugin URI of the plugin/theme
|
| 678 |
msgid "https://github.com/claudiosmweb/social-count-plus"
|
| 680 |
|
| 681 |
#. Description of the plugin/theme
|
| 682 |
msgid ""
|
| 683 |
+
"Displays your numbers in Facebook, GitHub, Google+, Instagram, LinkedIn, "
|
| 684 |
+
"Pinterest, SoundCloud, Steam Community, Tumblr, Twitch, Twitter, Vimeo, "
|
| 685 |
+
"Youtube, posts, comments and users."
|
| 686 |
+
msgstr ""
|
| 687 |
|
| 688 |
#. Author of the plugin/theme
|
| 689 |
+
msgid "Claudio Sanches"
|
| 690 |
msgstr ""
|
| 691 |
|
| 692 |
#. Author URI of the plugin/theme
|
languages/social-count-plus-sv_SE.mo
CHANGED
|
Binary file
|
languages/social-count-plus-sv_SE.po
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
# Copyright (C) 2015 Claudio Sanches
|
| 2 |
# This file is distributed under the GPLv2 or later.
|
| 3 |
# Translators:
|
| 4 |
msgid ""
|
| 5 |
msgstr ""
|
| 6 |
"Project-Id-Version: Social Count Plus\n"
|
| 7 |
"Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
|
| 8 |
-
"POT-Creation-Date: 2015-
|
| 9 |
-
"PO-Revision-Date: 2015-
|
| 10 |
"Last-Translator: Claudio Sanches <contato@claudiosmweb.com>\n"
|
| 11 |
"Language-Team: Swedish (Sweden) (http://www.transifex.com/claudiosmweb/social-count-plus/language/sv_SE/)\n"
|
| 12 |
"MIME-Version: 1.0\n"
|
|
@@ -17,151 +17,117 @@ msgstr ""
|
|
| 17 |
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
| 18 |
|
| 19 |
#: includes/admin/class-social-count-plus-admin.php:66
|
| 20 |
-
msgid "Create an App on Twitter in %s and get this
|
| 21 |
msgstr ""
|
| 22 |
|
| 23 |
#: includes/admin/class-social-count-plus-admin.php:68
|
| 24 |
-
msgid "Create an App on Facebook in %s and get this
|
| 25 |
msgstr ""
|
| 26 |
|
| 27 |
#: includes/admin/class-social-count-plus-admin.php:70
|
| 28 |
-
msgid "Get the this
|
| 29 |
-
msgstr "
|
| 30 |
-
|
| 31 |
-
#: includes/admin/class-social-count-plus-admin.php:75
|
| 32 |
-
#: includes/admin/class-social-count-plus-admin.php:885
|
| 33 |
-
msgid "Twitter"
|
| 34 |
-
msgstr "Twitter"
|
| 35 |
|
| 36 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 37 |
-
msgid "
|
| 38 |
-
|
|
|
|
|
|
|
| 39 |
|
| 40 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 41 |
-
#: includes/admin/
|
| 42 |
-
msgid "
|
| 43 |
-
msgstr "
|
| 44 |
|
| 45 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 46 |
-
msgid "
|
| 47 |
msgstr ""
|
| 48 |
|
| 49 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 50 |
-
#: includes/admin/
|
| 51 |
-
|
| 52 |
-
|
|
|
|
| 53 |
|
| 54 |
#: includes/admin/class-social-count-plus-admin.php:92
|
| 55 |
-
#: includes/admin/
|
| 56 |
-
msgid "Twitter Consumer secret"
|
| 57 |
-
msgstr "Twitter Consumer secret"
|
| 58 |
-
|
| 59 |
-
#: includes/admin/class-social-count-plus-admin.php:97
|
| 60 |
-
#: includes/admin/views/html-settings-page.php:27
|
| 61 |
-
msgid "Twitter Access token"
|
| 62 |
-
msgstr "Twitter Access token"
|
| 63 |
-
|
| 64 |
-
#: includes/admin/class-social-count-plus-admin.php:102
|
| 65 |
-
#: includes/admin/views/html-settings-page.php:28
|
| 66 |
-
msgid "Twitter Access token secret"
|
| 67 |
-
msgstr "Twitter Access token secret"
|
| 68 |
-
|
| 69 |
-
#: includes/admin/class-social-count-plus-admin.php:109
|
| 70 |
-
#: includes/admin/class-social-count-plus-admin.php:886
|
| 71 |
msgid "Facebook"
|
| 72 |
msgstr "Facebook"
|
| 73 |
|
| 74 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 75 |
-
msgid "Display Facebook
|
| 76 |
-
msgstr "
|
| 77 |
|
| 78 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 79 |
msgid "Facebook Page ID"
|
| 80 |
msgstr "Facebook sid-ID"
|
| 81 |
|
| 82 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 83 |
msgid "ID Facebook page. Must be the numeric ID or your page slug."
|
| 84 |
msgstr ""
|
| 85 |
|
| 86 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 87 |
msgid ""
|
| 88 |
-
"You can find this
|
| 89 |
-
"
|
| 90 |
msgstr ""
|
| 91 |
|
| 92 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 93 |
msgid "or"
|
| 94 |
msgstr ""
|
| 95 |
|
| 96 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 97 |
msgid "Facebook App ID"
|
| 98 |
msgstr ""
|
| 99 |
|
| 100 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 101 |
msgid "Facebook App Secret"
|
| 102 |
msgstr ""
|
| 103 |
|
| 104 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 105 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 106 |
-
msgid "
|
| 107 |
-
msgstr "YouTube"
|
| 108 |
-
|
| 109 |
-
#: includes/admin/class-social-count-plus-admin.php:141
|
| 110 |
-
msgid "Display YouTube counter"
|
| 111 |
-
msgstr "Visa Youtube-räknare"
|
| 112 |
-
|
| 113 |
-
#: includes/admin/class-social-count-plus-admin.php:145
|
| 114 |
-
msgid "YouTube Channel ID"
|
| 115 |
-
msgstr ""
|
| 116 |
-
|
| 117 |
-
#: includes/admin/class-social-count-plus-admin.php:147
|
| 118 |
-
msgid "Insert the YouTube Channel ID. Example: %s"
|
| 119 |
-
msgstr ""
|
| 120 |
-
|
| 121 |
-
#: includes/admin/class-social-count-plus-admin.php:150
|
| 122 |
-
msgid "YouTube Channel URL"
|
| 123 |
msgstr ""
|
| 124 |
|
| 125 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 126 |
-
msgid "
|
| 127 |
msgstr ""
|
| 128 |
|
| 129 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 130 |
-
|
| 131 |
-
msgid "Google API Key"
|
| 132 |
msgstr ""
|
| 133 |
|
| 134 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 135 |
-
msgid ""
|
| 136 |
-
"Get your API key creating a project/app in %s, then inside your project go "
|
| 137 |
-
"to \"APIs & auth > APIs\" and turn on the \"YouTube API\", finally go to "
|
| 138 |
-
"\"APIs & auth > APIs > Credentials > Public API access\" and click in the "
|
| 139 |
-
"\"CREATE A NEW KEY\" button, select the \"Browser key\" option and click in "
|
| 140 |
-
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 141 |
msgstr ""
|
| 142 |
|
| 143 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 144 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 145 |
msgid "Google+"
|
| 146 |
msgstr ""
|
| 147 |
|
| 148 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 149 |
-
msgid "Display Google+
|
| 150 |
msgstr ""
|
| 151 |
|
| 152 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 153 |
msgid "Google+ ID"
|
| 154 |
msgstr ""
|
| 155 |
|
| 156 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 157 |
msgid "Google+ page or profile ID."
|
| 158 |
msgstr ""
|
| 159 |
|
| 160 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 161 |
msgid "Example:"
|
| 162 |
msgstr ""
|
| 163 |
|
| 164 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 165 |
msgid ""
|
| 166 |
"Get your API key creating a project/app in %s, then inside your project go "
|
| 167 |
"to \"APIs & auth > APIs\" and turn on the \"Google+ API\", finally go to "
|
|
@@ -170,157 +136,333 @@ msgid ""
|
|
| 170 |
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 171 |
msgstr ""
|
| 172 |
|
| 173 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 174 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 175 |
msgid "Instagram"
|
| 176 |
msgstr "Instagram"
|
| 177 |
|
| 178 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 179 |
-
msgid "Display Instagram
|
| 180 |
-
msgstr "
|
| 181 |
|
| 182 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 183 |
msgid "Instagram Username"
|
| 184 |
msgstr "Instagram-användarnamn"
|
| 185 |
|
| 186 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 187 |
-
msgid "Insert
|
| 188 |
-
msgstr "
|
| 189 |
|
| 190 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 191 |
msgid "Instagram User ID"
|
| 192 |
msgstr "Instagram användar-ID"
|
| 193 |
|
| 194 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 195 |
-
msgid "Insert
|
| 196 |
-
msgstr "
|
| 197 |
|
| 198 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 199 |
msgid "Instagram Access Token"
|
| 200 |
msgstr "Instagram Access Token"
|
| 201 |
|
| 202 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 203 |
-
msgid "Insert
|
| 204 |
-
msgstr "
|
| 205 |
|
| 206 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 207 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 208 |
-
msgid "
|
| 209 |
-
msgstr "
|
| 210 |
|
| 211 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 212 |
-
msgid "Display
|
| 213 |
-
msgstr "
|
| 214 |
|
| 215 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 216 |
-
msgid "
|
| 217 |
-
msgstr "
|
| 218 |
|
| 219 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 220 |
-
msgid "Insert
|
| 221 |
msgstr ""
|
| 222 |
|
| 223 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 224 |
-
|
| 225 |
-
msgid "Twitch"
|
| 226 |
msgstr ""
|
| 227 |
|
| 228 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 229 |
-
msgid "
|
| 230 |
msgstr ""
|
| 231 |
|
| 232 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 233 |
-
|
|
|
|
| 234 |
msgstr ""
|
| 235 |
|
| 236 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 237 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 238 |
msgstr ""
|
| 239 |
|
| 240 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 241 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 242 |
msgid "SoundCloud"
|
| 243 |
msgstr "SoundCloud"
|
| 244 |
|
| 245 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 246 |
-
msgid "Display SoundCloud
|
| 247 |
-
msgstr "
|
| 248 |
|
| 249 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 250 |
msgid "SoundCloud Username"
|
| 251 |
msgstr "SoundCloud-användarnamn"
|
| 252 |
|
| 253 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 254 |
-
msgid "Insert
|
| 255 |
-
msgstr "
|
| 256 |
|
| 257 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 258 |
msgid "SoundCloud Client ID"
|
| 259 |
msgstr "SoundCloud klient-ID"
|
| 260 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 261 |
#: includes/admin/class-social-count-plus-admin.php:257
|
| 262 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 263 |
msgstr ""
|
| 264 |
|
| 265 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 266 |
-
|
| 267 |
-
|
| 268 |
-
msgstr "Inlägg"
|
| 269 |
|
| 270 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 271 |
-
msgid "
|
| 272 |
-
msgstr "
|
| 273 |
|
| 274 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 275 |
-
|
|
|
|
| 276 |
msgstr ""
|
| 277 |
|
| 278 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
|
|
|
|
|
|
|
|
|
| 282 |
|
| 283 |
#: includes/admin/class-social-count-plus-admin.php:280
|
| 284 |
-
msgid "
|
| 285 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 286 |
|
| 287 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 288 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 289 |
#: includes/admin/views/html-settings-page.php:9
|
| 290 |
msgid "Settings"
|
| 291 |
msgstr "Inställningar"
|
| 292 |
|
| 293 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 294 |
msgid "Open URLs in new tab/window"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 298 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 299 |
msgid "This option add %s in all counters URLs."
|
| 300 |
msgstr ""
|
| 301 |
|
| 302 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 303 |
msgid "Add nofollow in URLs"
|
| 304 |
msgstr ""
|
| 305 |
|
| 306 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 307 |
#: includes/admin/views/html-settings-page.php:9
|
| 308 |
msgid "Design"
|
| 309 |
msgstr "Design"
|
| 310 |
|
| 311 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 312 |
msgid "Layout Models"
|
| 313 |
msgstr "Layout-modeller"
|
| 314 |
|
| 315 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 316 |
msgid "Text Color"
|
| 317 |
msgstr "Textfärg"
|
| 318 |
|
| 319 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 320 |
msgid "Order"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 324 |
msgid "This option controls the order of the icons in the widget."
|
| 325 |
msgstr ""
|
| 326 |
|
|
@@ -328,62 +470,75 @@ msgstr ""
|
|
| 328 |
msgid "Social Count Plus"
|
| 329 |
msgstr "Social Count Plus"
|
| 330 |
|
| 331 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 332 |
msgid "Activate/Deactivate"
|
| 333 |
msgstr "Aktivera/Avaktivera"
|
| 334 |
|
| 335 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 336 |
msgid "General Info"
|
| 337 |
msgstr ""
|
| 338 |
|
| 339 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 340 |
#: includes/admin/views/html-settings-system-status-page.php:11
|
| 341 |
msgid "Social Count Plus Version"
|
| 342 |
msgstr ""
|
| 343 |
|
| 344 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 345 |
#: includes/admin/views/html-settings-system-status-page.php:15
|
| 346 |
msgid "WordPress Version"
|
| 347 |
msgstr ""
|
| 348 |
|
| 349 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 350 |
#: includes/admin/views/html-settings-system-status-page.php:19
|
| 351 |
msgid "WP Multisite Enabled"
|
| 352 |
msgstr ""
|
| 353 |
|
| 354 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 355 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 356 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 357 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 358 |
msgid "Yes"
|
| 359 |
msgstr ""
|
| 360 |
|
| 361 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 362 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 363 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 364 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 365 |
msgid "No"
|
| 366 |
msgstr ""
|
| 367 |
|
| 368 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 369 |
#: includes/admin/views/html-settings-system-status-page.php:23
|
| 370 |
msgid "Web Server Info"
|
| 371 |
msgstr ""
|
| 372 |
|
| 373 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 374 |
#: includes/admin/views/html-settings-system-status-page.php:27
|
| 375 |
msgid "PHP Version"
|
| 376 |
msgstr ""
|
| 377 |
|
| 378 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 379 |
msgid "Social Connections"
|
| 380 |
msgstr ""
|
| 381 |
|
| 382 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 383 |
msgid ""
|
| 384 |
"You do not have any counter that needs to connect remotely currently active"
|
| 385 |
msgstr ""
|
| 386 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 387 |
#: includes/admin/views/html-settings-functions-shortcodes-page.php:7
|
| 388 |
msgid ""
|
| 389 |
"Use this library to generate your own model layout or display specific data "
|
|
@@ -398,67 +553,22 @@ msgstr "Kortkoder"
|
|
| 398 |
msgid "Note: the shortcodes displays only the count in plain text."
|
| 399 |
msgstr ""
|
| 400 |
|
| 401 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 402 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 403 |
-
msgid "
|
| 404 |
-
msgstr "Twitter-räknare"
|
| 405 |
-
|
| 406 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:19
|
| 407 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:66
|
| 408 |
-
msgid "Facebook counter"
|
| 409 |
-
msgstr "Facebook-räknare"
|
| 410 |
-
|
| 411 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:23
|
| 412 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:70
|
| 413 |
-
msgid "YouTube counter"
|
| 414 |
-
msgstr "Youtube-räknare"
|
| 415 |
-
|
| 416 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:27
|
| 417 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:74
|
| 418 |
-
msgid "Google Plus counter"
|
| 419 |
-
msgstr "Google Plus-räknare"
|
| 420 |
-
|
| 421 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:31
|
| 422 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:78
|
| 423 |
-
msgid "Instagram counter"
|
| 424 |
-
msgstr "Instagram-räknare"
|
| 425 |
-
|
| 426 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:35
|
| 427 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:82
|
| 428 |
-
msgid "Steam counter"
|
| 429 |
-
msgstr "Steam-räknare"
|
| 430 |
-
|
| 431 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:39
|
| 432 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:86
|
| 433 |
-
msgid "Twitch counter"
|
| 434 |
msgstr ""
|
| 435 |
|
| 436 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 437 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:90
|
| 438 |
-
msgid "SoundCloud counter"
|
| 439 |
-
msgstr "SoundCloud-räknare"
|
| 440 |
-
|
| 441 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:47
|
| 442 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:94
|
| 443 |
-
msgid "Posts counter"
|
| 444 |
-
msgstr "Inläggsräknare"
|
| 445 |
-
|
| 446 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:51
|
| 447 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:98
|
| 448 |
-
msgid "Comments counter"
|
| 449 |
-
msgstr "Kommentarsräknare"
|
| 450 |
-
|
| 451 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:56
|
| 452 |
msgid "Functions"
|
| 453 |
msgstr "Funktioner"
|
| 454 |
|
| 455 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 456 |
msgid ""
|
| 457 |
"Note: the functions displays only the count in plain text, except the "
|
| 458 |
"<code>get_scp_widget()</code> function that displays with images."
|
| 459 |
msgstr ""
|
| 460 |
|
| 461 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 462 |
msgid "Full widget"
|
| 463 |
msgstr "Fullständig widget"
|
| 464 |
|
|
@@ -474,6 +584,10 @@ msgstr ""
|
|
| 474 |
msgid "To use the counter of Twitter you need to fill the fields:"
|
| 475 |
msgstr "För att använda räknaren för Twitter behöver du fylla i fälten här nedanför:"
|
| 476 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 477 |
#: includes/admin/views/html-settings-system-status-page.php:5
|
| 478 |
msgid "Environment"
|
| 479 |
msgstr ""
|
|
@@ -523,37 +637,42 @@ msgstr ""
|
|
| 523 |
msgid "Get System Report"
|
| 524 |
msgstr ""
|
| 525 |
|
| 526 |
-
#: includes/class-social-count-plus-
|
| 527 |
-
|
| 528 |
-
|
| 529 |
-
#: includes/class-social-count-plus-view.php:130
|
| 530 |
-
#: includes/class-social-count-plus-view.php:143
|
| 531 |
-
msgid "followers"
|
| 532 |
-
msgstr "följare"
|
| 533 |
|
| 534 |
-
#: includes/class-social-count-plus-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 535 |
msgid "likes"
|
| 536 |
msgstr "gillar"
|
| 537 |
|
| 538 |
-
#: includes/class-social-count-plus-
|
| 539 |
-
|
| 540 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 541 |
|
| 542 |
-
#: includes/class-social-count-plus-
|
| 543 |
msgid "members"
|
| 544 |
msgstr "medlemmar"
|
| 545 |
|
| 546 |
-
#: includes/class-social-count-plus-
|
| 547 |
-
msgid "
|
| 548 |
-
msgstr "
|
| 549 |
-
|
| 550 |
-
#: includes/class-social-count-plus-widget.php:19
|
| 551 |
-
msgid "Display the counter"
|
| 552 |
-
msgstr "Visa räknare"
|
| 553 |
-
|
| 554 |
-
#: includes/class-social-count-plus-widget.php:59
|
| 555 |
-
msgid "Title"
|
| 556 |
-
msgstr "Titel"
|
| 557 |
|
| 558 |
#. Plugin URI of the plugin/theme
|
| 559 |
msgid "https://github.com/claudiosmweb/social-count-plus"
|
|
@@ -561,12 +680,13 @@ msgstr "https://github.com/claudiosmweb/social-count-plus"
|
|
| 561 |
|
| 562 |
#. Description of the plugin/theme
|
| 563 |
msgid ""
|
| 564 |
-
"
|
| 565 |
-
"
|
| 566 |
-
|
|
|
|
| 567 |
|
| 568 |
#. Author of the plugin/theme
|
| 569 |
-
msgid "Claudio Sanches
|
| 570 |
msgstr ""
|
| 571 |
|
| 572 |
#. Author URI of the plugin/theme
|
| 1 |
+
# Copyright (C) 2015 Claudio Sanches
|
| 2 |
# This file is distributed under the GPLv2 or later.
|
| 3 |
# Translators:
|
| 4 |
msgid ""
|
| 5 |
msgstr ""
|
| 6 |
"Project-Id-Version: Social Count Plus\n"
|
| 7 |
"Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
|
| 8 |
+
"POT-Creation-Date: 2015-09-01 02:32:17+00:00\n"
|
| 9 |
+
"PO-Revision-Date: 2015-09-01 02:32+0000\n"
|
| 10 |
"Last-Translator: Claudio Sanches <contato@claudiosmweb.com>\n"
|
| 11 |
"Language-Team: Swedish (Sweden) (http://www.transifex.com/claudiosmweb/social-count-plus/language/sv_SE/)\n"
|
| 12 |
"MIME-Version: 1.0\n"
|
| 17 |
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
| 18 |
|
| 19 |
#: includes/admin/class-social-count-plus-admin.php:66
|
| 20 |
+
msgid "Create an App on Twitter in %s and get this data."
|
| 21 |
msgstr ""
|
| 22 |
|
| 23 |
#: includes/admin/class-social-count-plus-admin.php:68
|
| 24 |
+
msgid "Create an App on Facebook in %s and get this data."
|
| 25 |
msgstr ""
|
| 26 |
|
| 27 |
#: includes/admin/class-social-count-plus-admin.php:70
|
| 28 |
+
msgid "Get the this data in %s."
|
| 29 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
+
#: includes/admin/class-social-count-plus-admin.php:72
|
| 32 |
+
msgid ""
|
| 33 |
+
"Register an App on Tumblr in %s, when the app is ready click in \"Explore "
|
| 34 |
+
"API\" and allow your app access your Tumblr account and get this data."
|
| 35 |
+
msgstr ""
|
| 36 |
|
| 37 |
+
#: includes/admin/class-social-count-plus-admin.php:77
|
| 38 |
+
#: includes/admin/class-social-count-plus-admin.php:1068
|
| 39 |
+
msgid "Comments"
|
| 40 |
+
msgstr "Kommentarer"
|
| 41 |
|
| 42 |
+
#: includes/admin/class-social-count-plus-admin.php:80
|
| 43 |
+
msgid "Display Comments Counter"
|
| 44 |
msgstr ""
|
| 45 |
|
| 46 |
+
#: includes/admin/class-social-count-plus-admin.php:85
|
| 47 |
+
#: includes/admin/class-social-count-plus-admin.php:231
|
| 48 |
+
#: includes/admin/class-social-count-plus-admin.php:371
|
| 49 |
+
msgid "URL"
|
| 50 |
+
msgstr ""
|
| 51 |
|
| 52 |
#: includes/admin/class-social-count-plus-admin.php:92
|
| 53 |
+
#: includes/admin/class-social-count-plus-admin.php:1069
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
msgid "Facebook"
|
| 55 |
msgstr "Facebook"
|
| 56 |
|
| 57 |
+
#: includes/admin/class-social-count-plus-admin.php:95
|
| 58 |
+
msgid "Display Facebook Counter"
|
| 59 |
+
msgstr ""
|
| 60 |
|
| 61 |
+
#: includes/admin/class-social-count-plus-admin.php:99
|
| 62 |
msgid "Facebook Page ID"
|
| 63 |
msgstr "Facebook sid-ID"
|
| 64 |
|
| 65 |
+
#: includes/admin/class-social-count-plus-admin.php:103
|
| 66 |
msgid "ID Facebook page. Must be the numeric ID or your page slug."
|
| 67 |
msgstr ""
|
| 68 |
|
| 69 |
+
#: includes/admin/class-social-count-plus-admin.php:104
|
| 70 |
msgid ""
|
| 71 |
+
"You can find this data clicking to edit your page on Facebook. The URL will "
|
| 72 |
+
"be similar to this:"
|
| 73 |
msgstr ""
|
| 74 |
|
| 75 |
+
#: includes/admin/class-social-count-plus-admin.php:105
|
| 76 |
msgid "or"
|
| 77 |
msgstr ""
|
| 78 |
|
| 79 |
+
#: includes/admin/class-social-count-plus-admin.php:109
|
| 80 |
msgid "Facebook App ID"
|
| 81 |
msgstr ""
|
| 82 |
|
| 83 |
+
#: includes/admin/class-social-count-plus-admin.php:114
|
| 84 |
msgid "Facebook App Secret"
|
| 85 |
msgstr ""
|
| 86 |
|
| 87 |
+
#: includes/admin/class-social-count-plus-admin.php:121
|
| 88 |
+
#: includes/admin/class-social-count-plus-admin.php:1070
|
| 89 |
+
msgid "GitHub"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
msgstr ""
|
| 91 |
|
| 92 |
+
#: includes/admin/class-social-count-plus-admin.php:124
|
| 93 |
+
msgid "Display GitHub Counter"
|
| 94 |
msgstr ""
|
| 95 |
|
| 96 |
+
#: includes/admin/class-social-count-plus-admin.php:128
|
| 97 |
+
msgid "GitHub Username"
|
|
|
|
| 98 |
msgstr ""
|
| 99 |
|
| 100 |
+
#: includes/admin/class-social-count-plus-admin.php:130
|
| 101 |
+
msgid "Insert your GitHub username. Example: %s."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
msgstr ""
|
| 103 |
|
| 104 |
+
#: includes/admin/class-social-count-plus-admin.php:135
|
| 105 |
+
#: includes/admin/class-social-count-plus-admin.php:1071
|
| 106 |
msgid "Google+"
|
| 107 |
msgstr ""
|
| 108 |
|
| 109 |
+
#: includes/admin/class-social-count-plus-admin.php:138
|
| 110 |
+
msgid "Display Google+ Counter"
|
| 111 |
msgstr ""
|
| 112 |
|
| 113 |
+
#: includes/admin/class-social-count-plus-admin.php:142
|
| 114 |
msgid "Google+ ID"
|
| 115 |
msgstr ""
|
| 116 |
|
| 117 |
+
#: includes/admin/class-social-count-plus-admin.php:146
|
| 118 |
msgid "Google+ page or profile ID."
|
| 119 |
msgstr ""
|
| 120 |
|
| 121 |
+
#: includes/admin/class-social-count-plus-admin.php:147
|
| 122 |
msgid "Example:"
|
| 123 |
msgstr ""
|
| 124 |
|
| 125 |
+
#: includes/admin/class-social-count-plus-admin.php:151
|
| 126 |
+
#: includes/admin/class-social-count-plus-admin.php:409
|
| 127 |
+
msgid "Google API Key"
|
| 128 |
+
msgstr ""
|
| 129 |
+
|
| 130 |
+
#: includes/admin/class-social-count-plus-admin.php:154
|
| 131 |
msgid ""
|
| 132 |
"Get your API key creating a project/app in %s, then inside your project go "
|
| 133 |
"to \"APIs & auth > APIs\" and turn on the \"Google+ API\", finally go to "
|
| 136 |
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 137 |
msgstr ""
|
| 138 |
|
| 139 |
+
#: includes/admin/class-social-count-plus-admin.php:161
|
| 140 |
+
#: includes/admin/class-social-count-plus-admin.php:1072
|
| 141 |
msgid "Instagram"
|
| 142 |
msgstr "Instagram"
|
| 143 |
|
| 144 |
+
#: includes/admin/class-social-count-plus-admin.php:164
|
| 145 |
+
msgid "Display Instagram Counter"
|
| 146 |
+
msgstr ""
|
| 147 |
|
| 148 |
+
#: includes/admin/class-social-count-plus-admin.php:168
|
| 149 |
msgid "Instagram Username"
|
| 150 |
msgstr "Instagram-användarnamn"
|
| 151 |
|
| 152 |
+
#: includes/admin/class-social-count-plus-admin.php:170
|
| 153 |
+
msgid "Insert your Instagram Username."
|
| 154 |
+
msgstr ""
|
| 155 |
|
| 156 |
+
#: includes/admin/class-social-count-plus-admin.php:173
|
| 157 |
msgid "Instagram User ID"
|
| 158 |
msgstr "Instagram användar-ID"
|
| 159 |
|
| 160 |
+
#: includes/admin/class-social-count-plus-admin.php:175
|
| 161 |
+
msgid "Insert your Instagram User ID."
|
| 162 |
+
msgstr ""
|
| 163 |
|
| 164 |
+
#: includes/admin/class-social-count-plus-admin.php:178
|
| 165 |
msgid "Instagram Access Token"
|
| 166 |
msgstr "Instagram Access Token"
|
| 167 |
|
| 168 |
+
#: includes/admin/class-social-count-plus-admin.php:180
|
| 169 |
+
msgid "Insert your Instagram Access Token."
|
| 170 |
+
msgstr ""
|
| 171 |
|
| 172 |
+
#: includes/admin/class-social-count-plus-admin.php:185
|
| 173 |
+
#: includes/admin/class-social-count-plus-admin.php:1073
|
| 174 |
+
msgid "LinkedIn"
|
| 175 |
+
msgstr ""
|
| 176 |
|
| 177 |
+
#: includes/admin/class-social-count-plus-admin.php:188
|
| 178 |
+
msgid "Display LinkedIn counter"
|
| 179 |
+
msgstr ""
|
| 180 |
|
| 181 |
+
#: includes/admin/class-social-count-plus-admin.php:192
|
| 182 |
+
msgid "LinkedIn Company ID"
|
| 183 |
+
msgstr ""
|
| 184 |
|
| 185 |
+
#: includes/admin/class-social-count-plus-admin.php:194
|
| 186 |
+
msgid "Insert your LinkedIn Company ID. Get your Company ID in %s."
|
| 187 |
msgstr ""
|
| 188 |
|
| 189 |
+
#: includes/admin/class-social-count-plus-admin.php:197
|
| 190 |
+
msgid "LinkedIn Access Token"
|
|
|
|
| 191 |
msgstr ""
|
| 192 |
|
| 193 |
+
#: includes/admin/class-social-count-plus-admin.php:199
|
| 194 |
+
msgid "Get your Access Token in %s."
|
| 195 |
msgstr ""
|
| 196 |
|
| 197 |
+
#: includes/admin/class-social-count-plus-admin.php:204
|
| 198 |
+
#: includes/admin/class-social-count-plus-admin.php:1074
|
| 199 |
+
msgid "Pinterest"
|
| 200 |
msgstr ""
|
| 201 |
|
| 202 |
+
#: includes/admin/class-social-count-plus-admin.php:207
|
| 203 |
+
msgid "Display Pinterest Counter"
|
| 204 |
+
msgstr ""
|
| 205 |
+
|
| 206 |
+
#: includes/admin/class-social-count-plus-admin.php:211
|
| 207 |
+
msgid "Pinterest Username"
|
| 208 |
+
msgstr ""
|
| 209 |
+
|
| 210 |
+
#: includes/admin/class-social-count-plus-admin.php:213
|
| 211 |
+
msgid "Insert your Pinterest username. Example: %s."
|
| 212 |
+
msgstr ""
|
| 213 |
+
|
| 214 |
+
#: includes/admin/class-social-count-plus-admin.php:218
|
| 215 |
+
#: includes/admin/class-social-count-plus-admin.php:1075
|
| 216 |
+
msgid "Posts"
|
| 217 |
+
msgstr "Inlägg"
|
| 218 |
+
|
| 219 |
+
#: includes/admin/class-social-count-plus-admin.php:221
|
| 220 |
+
msgid "Display Posts Counter"
|
| 221 |
msgstr ""
|
| 222 |
|
| 223 |
+
#: includes/admin/class-social-count-plus-admin.php:226
|
| 224 |
+
msgid "Post Type"
|
| 225 |
+
msgstr ""
|
| 226 |
+
|
| 227 |
+
#: includes/admin/class-social-count-plus-admin.php:238
|
| 228 |
+
#: includes/admin/class-social-count-plus-admin.php:1076
|
| 229 |
msgid "SoundCloud"
|
| 230 |
msgstr "SoundCloud"
|
| 231 |
|
| 232 |
+
#: includes/admin/class-social-count-plus-admin.php:241
|
| 233 |
+
msgid "Display SoundCloud Counter"
|
| 234 |
+
msgstr ""
|
| 235 |
|
| 236 |
+
#: includes/admin/class-social-count-plus-admin.php:245
|
| 237 |
msgid "SoundCloud Username"
|
| 238 |
msgstr "SoundCloud-användarnamn"
|
| 239 |
|
| 240 |
+
#: includes/admin/class-social-count-plus-admin.php:247
|
| 241 |
+
msgid "Insert your SoundCloud Username."
|
| 242 |
+
msgstr ""
|
| 243 |
|
| 244 |
+
#: includes/admin/class-social-count-plus-admin.php:250
|
| 245 |
msgid "SoundCloud Client ID"
|
| 246 |
msgstr "SoundCloud klient-ID"
|
| 247 |
|
| 248 |
+
#: includes/admin/class-social-count-plus-admin.php:252
|
| 249 |
+
msgid "Insert your SoundCloud App Client ID. Generate this data in %s."
|
| 250 |
+
msgstr ""
|
| 251 |
+
|
| 252 |
#: includes/admin/class-social-count-plus-admin.php:257
|
| 253 |
+
#: includes/admin/class-social-count-plus-admin.php:1077
|
| 254 |
+
msgid "Steam"
|
| 255 |
+
msgstr "Steam"
|
| 256 |
+
|
| 257 |
+
#: includes/admin/class-social-count-plus-admin.php:260
|
| 258 |
+
msgid "Display Steam Counter"
|
| 259 |
msgstr ""
|
| 260 |
|
| 261 |
+
#: includes/admin/class-social-count-plus-admin.php:264
|
| 262 |
+
msgid "Steam Group Name"
|
| 263 |
+
msgstr ""
|
|
|
|
| 264 |
|
| 265 |
+
#: includes/admin/class-social-count-plus-admin.php:266
|
| 266 |
+
msgid "Insert your Steam Community group name. Example: %s."
|
| 267 |
+
msgstr ""
|
| 268 |
|
| 269 |
+
#: includes/admin/class-social-count-plus-admin.php:271
|
| 270 |
+
#: includes/admin/class-social-count-plus-admin.php:1078
|
| 271 |
+
msgid "Tumblr"
|
| 272 |
msgstr ""
|
| 273 |
|
| 274 |
+
#: includes/admin/class-social-count-plus-admin.php:274
|
| 275 |
+
msgid "Display Tumblr counter"
|
| 276 |
+
msgstr ""
|
| 277 |
+
|
| 278 |
+
#: includes/admin/class-social-count-plus-admin.php:278
|
| 279 |
+
msgid "Tumblr Hostname"
|
| 280 |
+
msgstr ""
|
| 281 |
|
| 282 |
#: includes/admin/class-social-count-plus-admin.php:280
|
| 283 |
+
msgid "Insert your Tumblr Hostname. Example: %s."
|
| 284 |
+
msgstr ""
|
| 285 |
+
|
| 286 |
+
#: includes/admin/class-social-count-plus-admin.php:283
|
| 287 |
+
msgid "Tumblr Consumer Key"
|
| 288 |
+
msgstr ""
|
| 289 |
+
|
| 290 |
+
#: includes/admin/class-social-count-plus-admin.php:288
|
| 291 |
+
msgid "Tumblr Consumer Secret"
|
| 292 |
+
msgstr ""
|
| 293 |
+
|
| 294 |
+
#: includes/admin/class-social-count-plus-admin.php:293
|
| 295 |
+
msgid "Tumblr Token"
|
| 296 |
+
msgstr ""
|
| 297 |
+
|
| 298 |
+
#: includes/admin/class-social-count-plus-admin.php:298
|
| 299 |
+
msgid "Tumblr Token Secret"
|
| 300 |
+
msgstr ""
|
| 301 |
+
|
| 302 |
+
#: includes/admin/class-social-count-plus-admin.php:305
|
| 303 |
+
#: includes/admin/class-social-count-plus-admin.php:1079
|
| 304 |
+
msgid "Twitch"
|
| 305 |
+
msgstr ""
|
| 306 |
+
|
| 307 |
+
#: includes/admin/class-social-count-plus-admin.php:308
|
| 308 |
+
msgid "Display Twitch Counter"
|
| 309 |
+
msgstr ""
|
| 310 |
+
|
| 311 |
+
#: includes/admin/class-social-count-plus-admin.php:312
|
| 312 |
+
msgid "Twitch Username"
|
| 313 |
+
msgstr ""
|
| 314 |
+
|
| 315 |
+
#: includes/admin/class-social-count-plus-admin.php:314
|
| 316 |
+
msgid "Insert your Twitch username."
|
| 317 |
+
msgstr ""
|
| 318 |
+
|
| 319 |
+
#: includes/admin/class-social-count-plus-admin.php:319
|
| 320 |
+
#: includes/admin/class-social-count-plus-admin.php:1080
|
| 321 |
+
msgid "Twitter"
|
| 322 |
+
msgstr "Twitter"
|
| 323 |
+
|
| 324 |
+
#: includes/admin/class-social-count-plus-admin.php:322
|
| 325 |
+
msgid "Display Twitter Counter"
|
| 326 |
+
msgstr ""
|
| 327 |
+
|
| 328 |
+
#: includes/admin/class-social-count-plus-admin.php:326
|
| 329 |
+
msgid "Twitter Username"
|
| 330 |
+
msgstr ""
|
| 331 |
+
|
| 332 |
+
#: includes/admin/class-social-count-plus-admin.php:328
|
| 333 |
+
msgid "Insert the Twitter username. Example: %s."
|
| 334 |
+
msgstr ""
|
| 335 |
+
|
| 336 |
+
#: includes/admin/class-social-count-plus-admin.php:331
|
| 337 |
+
#: includes/admin/views/html-settings-page.php:25
|
| 338 |
+
msgid "Twitter Consumer key"
|
| 339 |
+
msgstr "Twitter Consumer key"
|
| 340 |
+
|
| 341 |
+
#: includes/admin/class-social-count-plus-admin.php:336
|
| 342 |
+
#: includes/admin/views/html-settings-page.php:26
|
| 343 |
+
msgid "Twitter Consumer secret"
|
| 344 |
+
msgstr "Twitter Consumer secret"
|
| 345 |
+
|
| 346 |
+
#: includes/admin/class-social-count-plus-admin.php:341
|
| 347 |
+
#: includes/admin/views/html-settings-page.php:27
|
| 348 |
+
msgid "Twitter Access token"
|
| 349 |
+
msgstr "Twitter Access token"
|
| 350 |
+
|
| 351 |
+
#: includes/admin/class-social-count-plus-admin.php:346
|
| 352 |
+
#: includes/admin/views/html-settings-page.php:28
|
| 353 |
+
msgid "Twitter Access token secret"
|
| 354 |
+
msgstr "Twitter Access token secret"
|
| 355 |
+
|
| 356 |
+
#: includes/admin/class-social-count-plus-admin.php:353
|
| 357 |
+
#: includes/admin/class-social-count-plus-admin.php:1081
|
| 358 |
+
msgid "Users"
|
| 359 |
+
msgstr ""
|
| 360 |
+
|
| 361 |
+
#: includes/admin/class-social-count-plus-admin.php:356
|
| 362 |
+
msgid "Display Users Counter"
|
| 363 |
+
msgstr ""
|
| 364 |
+
|
| 365 |
+
#: includes/admin/class-social-count-plus-admin.php:361
|
| 366 |
+
msgid "User Role"
|
| 367 |
+
msgstr ""
|
| 368 |
+
|
| 369 |
+
#: includes/admin/class-social-count-plus-admin.php:366
|
| 370 |
+
msgid "Label"
|
| 371 |
+
msgstr ""
|
| 372 |
+
|
| 373 |
+
#: includes/admin/class-social-count-plus-admin.php:367
|
| 374 |
+
#: includes/counters/class-social-count-plus-users-counter.php:74
|
| 375 |
+
msgid "users"
|
| 376 |
+
msgstr ""
|
| 377 |
+
|
| 378 |
+
#: includes/admin/class-social-count-plus-admin.php:378
|
| 379 |
+
#: includes/admin/class-social-count-plus-admin.php:1082
|
| 380 |
+
msgid "Vimeo"
|
| 381 |
+
msgstr ""
|
| 382 |
+
|
| 383 |
+
#: includes/admin/class-social-count-plus-admin.php:381
|
| 384 |
+
msgid "Display Vimeo Counter"
|
| 385 |
+
msgstr ""
|
| 386 |
+
|
| 387 |
+
#: includes/admin/class-social-count-plus-admin.php:385
|
| 388 |
+
msgid "Vimeo Username"
|
| 389 |
+
msgstr ""
|
| 390 |
+
|
| 391 |
+
#: includes/admin/class-social-count-plus-admin.php:387
|
| 392 |
+
msgid "Insert your Vimeo username. Example: %s."
|
| 393 |
+
msgstr ""
|
| 394 |
+
|
| 395 |
+
#: includes/admin/class-social-count-plus-admin.php:392
|
| 396 |
+
#: includes/admin/class-social-count-plus-admin.php:1083
|
| 397 |
+
msgid "YouTube"
|
| 398 |
+
msgstr "YouTube"
|
| 399 |
+
|
| 400 |
+
#: includes/admin/class-social-count-plus-admin.php:395
|
| 401 |
+
msgid "Display YouTube Counter"
|
| 402 |
+
msgstr ""
|
| 403 |
+
|
| 404 |
+
#: includes/admin/class-social-count-plus-admin.php:399
|
| 405 |
+
msgid "YouTube Channel ID"
|
| 406 |
+
msgstr ""
|
| 407 |
+
|
| 408 |
+
#: includes/admin/class-social-count-plus-admin.php:401
|
| 409 |
+
msgid "Insert the YouTube Channel ID. Example: %s."
|
| 410 |
+
msgstr ""
|
| 411 |
+
|
| 412 |
+
#: includes/admin/class-social-count-plus-admin.php:404
|
| 413 |
+
msgid "YouTube Channel URL"
|
| 414 |
+
msgstr ""
|
| 415 |
|
| 416 |
+
#: includes/admin/class-social-count-plus-admin.php:406
|
| 417 |
+
msgid "Insert the YouTube channel URL. Example: %s."
|
| 418 |
+
msgstr ""
|
| 419 |
+
|
| 420 |
+
#: includes/admin/class-social-count-plus-admin.php:412
|
| 421 |
+
msgid ""
|
| 422 |
+
"Get your API key creating a project/app in %s, then inside your project go "
|
| 423 |
+
"to \"APIs & auth > APIs\" and turn on the \"YouTube API\", finally go to "
|
| 424 |
+
"\"APIs & auth > APIs > Credentials > Public API access\" and click in the "
|
| 425 |
+
"\"CREATE A NEW KEY\" button, select the \"Browser key\" option and click in "
|
| 426 |
+
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 427 |
+
msgstr ""
|
| 428 |
+
|
| 429 |
+
#: includes/admin/class-social-count-plus-admin.php:419
|
| 430 |
+
#: includes/admin/class-social-count-plus-admin.php:906
|
| 431 |
#: includes/admin/views/html-settings-page.php:9
|
| 432 |
msgid "Settings"
|
| 433 |
msgstr "Inställningar"
|
| 434 |
|
| 435 |
+
#: includes/admin/class-social-count-plus-admin.php:422
|
| 436 |
msgid "Open URLs in new tab/window"
|
| 437 |
msgstr ""
|
| 438 |
|
| 439 |
+
#: includes/admin/class-social-count-plus-admin.php:424
|
| 440 |
+
#: includes/admin/class-social-count-plus-admin.php:429
|
| 441 |
msgid "This option add %s in all counters URLs."
|
| 442 |
msgstr ""
|
| 443 |
|
| 444 |
+
#: includes/admin/class-social-count-plus-admin.php:427
|
| 445 |
msgid "Add nofollow in URLs"
|
| 446 |
msgstr ""
|
| 447 |
|
| 448 |
+
#: includes/admin/class-social-count-plus-admin.php:436
|
| 449 |
#: includes/admin/views/html-settings-page.php:9
|
| 450 |
msgid "Design"
|
| 451 |
msgstr "Design"
|
| 452 |
|
| 453 |
+
#: includes/admin/class-social-count-plus-admin.php:439
|
| 454 |
msgid "Layout Models"
|
| 455 |
msgstr "Layout-modeller"
|
| 456 |
|
| 457 |
+
#: includes/admin/class-social-count-plus-admin.php:445
|
| 458 |
msgid "Text Color"
|
| 459 |
msgstr "Textfärg"
|
| 460 |
|
| 461 |
+
#: includes/admin/class-social-count-plus-admin.php:450
|
| 462 |
msgid "Order"
|
| 463 |
msgstr ""
|
| 464 |
|
| 465 |
+
#: includes/admin/class-social-count-plus-admin.php:452
|
| 466 |
msgid "This option controls the order of the icons in the widget."
|
| 467 |
msgstr ""
|
| 468 |
|
| 470 |
msgid "Social Count Plus"
|
| 471 |
msgstr "Social Count Plus"
|
| 472 |
|
| 473 |
+
#: includes/admin/class-social-count-plus-admin.php:698
|
| 474 |
msgid "Activate/Deactivate"
|
| 475 |
msgstr "Aktivera/Avaktivera"
|
| 476 |
|
| 477 |
+
#: includes/admin/class-social-count-plus-admin.php:959
|
| 478 |
msgid "General Info"
|
| 479 |
msgstr ""
|
| 480 |
|
| 481 |
+
#: includes/admin/class-social-count-plus-admin.php:960
|
| 482 |
#: includes/admin/views/html-settings-system-status-page.php:11
|
| 483 |
msgid "Social Count Plus Version"
|
| 484 |
msgstr ""
|
| 485 |
|
| 486 |
+
#: includes/admin/class-social-count-plus-admin.php:961
|
| 487 |
#: includes/admin/views/html-settings-system-status-page.php:15
|
| 488 |
msgid "WordPress Version"
|
| 489 |
msgstr ""
|
| 490 |
|
| 491 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 492 |
#: includes/admin/views/html-settings-system-status-page.php:19
|
| 493 |
msgid "WP Multisite Enabled"
|
| 494 |
msgstr ""
|
| 495 |
|
| 496 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 497 |
+
#: includes/admin/class-social-count-plus-admin.php:965
|
| 498 |
+
#: includes/admin/class-social-count-plus-admin.php:966
|
| 499 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 500 |
msgid "Yes"
|
| 501 |
msgstr ""
|
| 502 |
|
| 503 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 504 |
+
#: includes/admin/class-social-count-plus-admin.php:965
|
| 505 |
+
#: includes/admin/class-social-count-plus-admin.php:966
|
| 506 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 507 |
msgid "No"
|
| 508 |
msgstr ""
|
| 509 |
|
| 510 |
+
#: includes/admin/class-social-count-plus-admin.php:963
|
| 511 |
#: includes/admin/views/html-settings-system-status-page.php:23
|
| 512 |
msgid "Web Server Info"
|
| 513 |
msgstr ""
|
| 514 |
|
| 515 |
+
#: includes/admin/class-social-count-plus-admin.php:964
|
| 516 |
#: includes/admin/views/html-settings-system-status-page.php:27
|
| 517 |
msgid "PHP Version"
|
| 518 |
msgstr ""
|
| 519 |
|
| 520 |
+
#: includes/admin/class-social-count-plus-admin.php:967
|
| 521 |
msgid "Social Connections"
|
| 522 |
msgstr ""
|
| 523 |
|
| 524 |
+
#: includes/admin/class-social-count-plus-admin.php:977
|
| 525 |
msgid ""
|
| 526 |
"You do not have any counter that needs to connect remotely currently active"
|
| 527 |
msgstr ""
|
| 528 |
|
| 529 |
+
#: includes/admin/views/html-help-us.php:11
|
| 530 |
+
msgid ""
|
| 531 |
+
"Help us keep the %s free making a %s or rate %s on %s. Thank you in advance!"
|
| 532 |
+
msgstr ""
|
| 533 |
+
|
| 534 |
+
#: includes/admin/views/html-help-us.php:11
|
| 535 |
+
msgid "donation"
|
| 536 |
+
msgstr ""
|
| 537 |
+
|
| 538 |
+
#: includes/admin/views/html-help-us.php:11
|
| 539 |
+
msgid "WordPress.org"
|
| 540 |
+
msgstr ""
|
| 541 |
+
|
| 542 |
#: includes/admin/views/html-settings-functions-shortcodes-page.php:7
|
| 543 |
msgid ""
|
| 544 |
"Use this library to generate your own model layout or display specific data "
|
| 553 |
msgid "Note: the shortcodes displays only the count in plain text."
|
| 554 |
msgstr ""
|
| 555 |
|
| 556 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:16
|
| 557 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:29
|
| 558 |
+
msgid "%s counter"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 559 |
msgstr ""
|
| 560 |
|
| 561 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 562 |
msgid "Functions"
|
| 563 |
msgstr "Funktioner"
|
| 564 |
|
| 565 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:24
|
| 566 |
msgid ""
|
| 567 |
"Note: the functions displays only the count in plain text, except the "
|
| 568 |
"<code>get_scp_widget()</code> function that displays with images."
|
| 569 |
msgstr ""
|
| 570 |
|
| 571 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:34
|
| 572 |
msgid "Full widget"
|
| 573 |
msgstr "Fullständig widget"
|
| 574 |
|
| 584 |
msgid "To use the counter of Twitter you need to fill the fields:"
|
| 585 |
msgstr "För att använda räknaren för Twitter behöver du fylla i fälten här nedanför:"
|
| 586 |
|
| 587 |
+
#: includes/admin/views/html-settings-page.php:24
|
| 588 |
+
msgid "Twitter username"
|
| 589 |
+
msgstr "Twitter-användarnamn"
|
| 590 |
+
|
| 591 |
#: includes/admin/views/html-settings-system-status-page.php:5
|
| 592 |
msgid "Environment"
|
| 593 |
msgstr ""
|
| 637 |
msgid "Get System Report"
|
| 638 |
msgstr ""
|
| 639 |
|
| 640 |
+
#: includes/class-social-count-plus-widget.php:19
|
| 641 |
+
msgid "Display the counter"
|
| 642 |
+
msgstr "Visa räknare"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 643 |
|
| 644 |
+
#: includes/class-social-count-plus-widget.php:59
|
| 645 |
+
msgid "Title"
|
| 646 |
+
msgstr "Titel"
|
| 647 |
+
|
| 648 |
+
#: includes/counters/class-social-count-plus-comments-counter.php:80
|
| 649 |
+
msgid "comments"
|
| 650 |
+
msgstr "kommentarer"
|
| 651 |
+
|
| 652 |
+
#: includes/counters/class-social-count-plus-facebook-counter.php:114
|
| 653 |
msgid "likes"
|
| 654 |
msgstr "gillar"
|
| 655 |
|
| 656 |
+
#: includes/counters/class-social-count-plus-github-counter.php:83
|
| 657 |
+
#: includes/counters/class-social-count-plus-googleplus-counter.php:83
|
| 658 |
+
#: includes/counters/class-social-count-plus-instagram-counter.php:87
|
| 659 |
+
#: includes/counters/class-social-count-plus-linkedin-counter.php:88
|
| 660 |
+
#: includes/counters/class-social-count-plus-pinterest-counter.php:92
|
| 661 |
+
#: includes/counters/class-social-count-plus-soundcloud-counter.php:83
|
| 662 |
+
#: includes/counters/class-social-count-plus-tumblr-counter.php:187
|
| 663 |
+
#: includes/counters/class-social-count-plus-twitch-counter.php:90
|
| 664 |
+
#: includes/counters/class-social-count-plus-twitter-counter.php:188
|
| 665 |
+
#: includes/counters/class-social-count-plus-vimeo-counter.php:83
|
| 666 |
+
msgid "followers"
|
| 667 |
+
msgstr "följare"
|
| 668 |
|
| 669 |
+
#: includes/counters/class-social-count-plus-steam-counter.php:82
|
| 670 |
msgid "members"
|
| 671 |
msgstr "medlemmar"
|
| 672 |
|
| 673 |
+
#: includes/counters/class-social-count-plus-youtube-counter.php:90
|
| 674 |
+
msgid "subscribers"
|
| 675 |
+
msgstr "prenumeranter"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 676 |
|
| 677 |
#. Plugin URI of the plugin/theme
|
| 678 |
msgid "https://github.com/claudiosmweb/social-count-plus"
|
| 680 |
|
| 681 |
#. Description of the plugin/theme
|
| 682 |
msgid ""
|
| 683 |
+
"Displays your numbers in Facebook, GitHub, Google+, Instagram, LinkedIn, "
|
| 684 |
+
"Pinterest, SoundCloud, Steam Community, Tumblr, Twitch, Twitter, Vimeo, "
|
| 685 |
+
"Youtube, posts, comments and users."
|
| 686 |
+
msgstr ""
|
| 687 |
|
| 688 |
#. Author of the plugin/theme
|
| 689 |
+
msgid "Claudio Sanches"
|
| 690 |
msgstr ""
|
| 691 |
|
| 692 |
#. Author URI of the plugin/theme
|
languages/social-count-plus.pot
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
# Copyright (C) 2015 Claudio Sanches
|
| 2 |
# This file is distributed under the GPLv2 or later.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
-
"Project-Id-Version: Social Count Plus 3.
|
| 6 |
"Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
|
| 7 |
-
"POT-Creation-Date: 2015-
|
| 8 |
"MIME-Version: 1.0\n"
|
| 9 |
"Content-Type: text/plain; charset=utf-8\n"
|
| 10 |
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -14,151 +14,117 @@ msgstr ""
|
|
| 14 |
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
| 15 |
|
| 16 |
#: includes/admin/class-social-count-plus-admin.php:66
|
| 17 |
-
msgid "Create an App on Twitter in %s and get this
|
| 18 |
msgstr ""
|
| 19 |
|
| 20 |
#: includes/admin/class-social-count-plus-admin.php:68
|
| 21 |
-
msgid "Create an App on Facebook in %s and get this
|
| 22 |
msgstr ""
|
| 23 |
|
| 24 |
#: includes/admin/class-social-count-plus-admin.php:70
|
| 25 |
-
msgid "Get the this
|
| 26 |
msgstr ""
|
| 27 |
|
| 28 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
#: includes/admin/class-social-count-plus-admin.php:78
|
| 34 |
-
msgid "Display Twitter counter"
|
| 35 |
msgstr ""
|
| 36 |
|
| 37 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 38 |
-
#: includes/admin/
|
| 39 |
-
msgid "
|
| 40 |
msgstr ""
|
| 41 |
|
| 42 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 43 |
-
msgid "
|
| 44 |
msgstr ""
|
| 45 |
|
| 46 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 47 |
-
#: includes/admin/
|
| 48 |
-
|
|
|
|
| 49 |
msgstr ""
|
| 50 |
|
| 51 |
#: includes/admin/class-social-count-plus-admin.php:92
|
| 52 |
-
#: includes/admin/
|
| 53 |
-
msgid "Twitter Consumer secret"
|
| 54 |
-
msgstr ""
|
| 55 |
-
|
| 56 |
-
#: includes/admin/class-social-count-plus-admin.php:97
|
| 57 |
-
#: includes/admin/views/html-settings-page.php:27
|
| 58 |
-
msgid "Twitter Access token"
|
| 59 |
-
msgstr ""
|
| 60 |
-
|
| 61 |
-
#: includes/admin/class-social-count-plus-admin.php:102
|
| 62 |
-
#: includes/admin/views/html-settings-page.php:28
|
| 63 |
-
msgid "Twitter Access token secret"
|
| 64 |
-
msgstr ""
|
| 65 |
-
|
| 66 |
-
#: includes/admin/class-social-count-plus-admin.php:109
|
| 67 |
-
#: includes/admin/class-social-count-plus-admin.php:886
|
| 68 |
msgid "Facebook"
|
| 69 |
msgstr ""
|
| 70 |
|
| 71 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 72 |
-
msgid "Display Facebook
|
| 73 |
msgstr ""
|
| 74 |
|
| 75 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 76 |
msgid "Facebook Page ID"
|
| 77 |
msgstr ""
|
| 78 |
|
| 79 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 80 |
msgid "ID Facebook page. Must be the numeric ID or your page slug."
|
| 81 |
msgstr ""
|
| 82 |
|
| 83 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 84 |
msgid ""
|
| 85 |
-
"You can find this
|
| 86 |
-
"
|
| 87 |
msgstr ""
|
| 88 |
|
| 89 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 90 |
msgid "or"
|
| 91 |
msgstr ""
|
| 92 |
|
| 93 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 94 |
msgid "Facebook App ID"
|
| 95 |
msgstr ""
|
| 96 |
|
| 97 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 98 |
msgid "Facebook App Secret"
|
| 99 |
msgstr ""
|
| 100 |
|
| 101 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 102 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 103 |
-
msgid "
|
| 104 |
-
msgstr ""
|
| 105 |
-
|
| 106 |
-
#: includes/admin/class-social-count-plus-admin.php:141
|
| 107 |
-
msgid "Display YouTube counter"
|
| 108 |
-
msgstr ""
|
| 109 |
-
|
| 110 |
-
#: includes/admin/class-social-count-plus-admin.php:145
|
| 111 |
-
msgid "YouTube Channel ID"
|
| 112 |
-
msgstr ""
|
| 113 |
-
|
| 114 |
-
#: includes/admin/class-social-count-plus-admin.php:147
|
| 115 |
-
msgid "Insert the YouTube Channel ID. Example: %s"
|
| 116 |
msgstr ""
|
| 117 |
|
| 118 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 119 |
-
msgid "
|
| 120 |
msgstr ""
|
| 121 |
|
| 122 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 123 |
-
msgid "
|
| 124 |
msgstr ""
|
| 125 |
|
| 126 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 127 |
-
|
| 128 |
-
msgid "Google API Key"
|
| 129 |
msgstr ""
|
| 130 |
|
| 131 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 132 |
-
|
| 133 |
-
"Get your API key creating a project/app in %s, then inside your project go "
|
| 134 |
-
"to \"APIs & auth > APIs\" and turn on the \"YouTube API\", finally go to "
|
| 135 |
-
"\"APIs & auth > APIs > Credentials > Public API access\" and click in the "
|
| 136 |
-
"\"CREATE A NEW KEY\" button, select the \"Browser key\" option and click in "
|
| 137 |
-
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 138 |
-
msgstr ""
|
| 139 |
-
|
| 140 |
-
#: includes/admin/class-social-count-plus-admin.php:165
|
| 141 |
-
#: includes/admin/class-social-count-plus-admin.php:888
|
| 142 |
msgid "Google+"
|
| 143 |
msgstr ""
|
| 144 |
|
| 145 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 146 |
-
msgid "Display Google+
|
| 147 |
msgstr ""
|
| 148 |
|
| 149 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 150 |
msgid "Google+ ID"
|
| 151 |
msgstr ""
|
| 152 |
|
| 153 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 154 |
msgid "Google+ page or profile ID."
|
| 155 |
msgstr ""
|
| 156 |
|
| 157 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 158 |
msgid "Example:"
|
| 159 |
msgstr ""
|
| 160 |
|
| 161 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
msgid ""
|
| 163 |
"Get your API key creating a project/app in %s, then inside your project go "
|
| 164 |
"to \"APIs & auth > APIs\" and turn on the \"Google+ API\", finally go to "
|
|
@@ -167,157 +133,333 @@ msgid ""
|
|
| 167 |
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 168 |
msgstr ""
|
| 169 |
|
| 170 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 171 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 172 |
msgid "Instagram"
|
| 173 |
msgstr ""
|
| 174 |
|
| 175 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 176 |
-
msgid "Display Instagram
|
| 177 |
msgstr ""
|
| 178 |
|
| 179 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 180 |
msgid "Instagram Username"
|
| 181 |
msgstr ""
|
| 182 |
|
| 183 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 184 |
-
msgid "Insert
|
| 185 |
msgstr ""
|
| 186 |
|
| 187 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 188 |
msgid "Instagram User ID"
|
| 189 |
msgstr ""
|
| 190 |
|
| 191 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 192 |
-
msgid "Insert
|
| 193 |
msgstr ""
|
| 194 |
|
| 195 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 196 |
msgid "Instagram Access Token"
|
| 197 |
msgstr ""
|
| 198 |
|
| 199 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 200 |
-
msgid "Insert
|
| 201 |
msgstr ""
|
| 202 |
|
| 203 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 204 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 205 |
-
msgid "
|
| 206 |
msgstr ""
|
| 207 |
|
| 208 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 209 |
-
msgid "Display
|
| 210 |
msgstr ""
|
| 211 |
|
| 212 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 213 |
-
msgid "
|
| 214 |
msgstr ""
|
| 215 |
|
| 216 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 217 |
-
msgid "Insert
|
| 218 |
msgstr ""
|
| 219 |
|
| 220 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 221 |
-
|
| 222 |
-
msgid "Twitch"
|
| 223 |
msgstr ""
|
| 224 |
|
| 225 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 226 |
-
msgid "
|
| 227 |
msgstr ""
|
| 228 |
|
| 229 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 230 |
-
|
|
|
|
| 231 |
msgstr ""
|
| 232 |
|
| 233 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 234 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 235 |
msgstr ""
|
| 236 |
|
| 237 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 238 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 239 |
msgid "SoundCloud"
|
| 240 |
msgstr ""
|
| 241 |
|
| 242 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 243 |
-
msgid "Display SoundCloud
|
| 244 |
msgstr ""
|
| 245 |
|
| 246 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 247 |
msgid "SoundCloud Username"
|
| 248 |
msgstr ""
|
| 249 |
|
| 250 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 251 |
-
msgid "Insert
|
| 252 |
msgstr ""
|
| 253 |
|
| 254 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 255 |
msgid "SoundCloud Client ID"
|
| 256 |
msgstr ""
|
| 257 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 258 |
#: includes/admin/class-social-count-plus-admin.php:257
|
| 259 |
-
|
|
|
|
| 260 |
msgstr ""
|
| 261 |
|
| 262 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 263 |
-
|
| 264 |
-
msgid "Posts"
|
| 265 |
msgstr ""
|
| 266 |
|
| 267 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 268 |
-
msgid "
|
| 269 |
msgstr ""
|
| 270 |
|
| 271 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 272 |
-
msgid "
|
| 273 |
msgstr ""
|
| 274 |
|
| 275 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 276 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 277 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 278 |
msgstr ""
|
| 279 |
|
| 280 |
#: includes/admin/class-social-count-plus-admin.php:280
|
| 281 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 282 |
msgstr ""
|
| 283 |
|
| 284 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 285 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 286 |
#: includes/admin/views/html-settings-page.php:9
|
| 287 |
msgid "Settings"
|
| 288 |
msgstr ""
|
| 289 |
|
| 290 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 291 |
msgid "Open URLs in new tab/window"
|
| 292 |
msgstr ""
|
| 293 |
|
| 294 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 295 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 296 |
msgid "This option add %s in all counters URLs."
|
| 297 |
msgstr ""
|
| 298 |
|
| 299 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 300 |
msgid "Add nofollow in URLs"
|
| 301 |
msgstr ""
|
| 302 |
|
| 303 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 304 |
#: includes/admin/views/html-settings-page.php:9
|
| 305 |
msgid "Design"
|
| 306 |
msgstr ""
|
| 307 |
|
| 308 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 309 |
msgid "Layout Models"
|
| 310 |
msgstr ""
|
| 311 |
|
| 312 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 313 |
msgid "Text Color"
|
| 314 |
msgstr ""
|
| 315 |
|
| 316 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 317 |
msgid "Order"
|
| 318 |
msgstr ""
|
| 319 |
|
| 320 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 321 |
msgid "This option controls the order of the icons in the widget."
|
| 322 |
msgstr ""
|
| 323 |
|
|
@@ -325,61 +467,73 @@ msgstr ""
|
|
| 325 |
msgid "Social Count Plus"
|
| 326 |
msgstr ""
|
| 327 |
|
| 328 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 329 |
msgid "Activate/Deactivate"
|
| 330 |
msgstr ""
|
| 331 |
|
| 332 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 333 |
msgid "General Info"
|
| 334 |
msgstr ""
|
| 335 |
|
| 336 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 337 |
#: includes/admin/views/html-settings-system-status-page.php:11
|
| 338 |
msgid "Social Count Plus Version"
|
| 339 |
msgstr ""
|
| 340 |
|
| 341 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 342 |
#: includes/admin/views/html-settings-system-status-page.php:15
|
| 343 |
msgid "WordPress Version"
|
| 344 |
msgstr ""
|
| 345 |
|
| 346 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 347 |
#: includes/admin/views/html-settings-system-status-page.php:19
|
| 348 |
msgid "WP Multisite Enabled"
|
| 349 |
msgstr ""
|
| 350 |
|
| 351 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 352 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 353 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 354 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 355 |
msgid "Yes"
|
| 356 |
msgstr ""
|
| 357 |
|
| 358 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 359 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 360 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 361 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 362 |
msgid "No"
|
| 363 |
msgstr ""
|
| 364 |
|
| 365 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 366 |
#: includes/admin/views/html-settings-system-status-page.php:23
|
| 367 |
msgid "Web Server Info"
|
| 368 |
msgstr ""
|
| 369 |
|
| 370 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 371 |
#: includes/admin/views/html-settings-system-status-page.php:27
|
| 372 |
msgid "PHP Version"
|
| 373 |
msgstr ""
|
| 374 |
|
| 375 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 376 |
msgid "Social Connections"
|
| 377 |
msgstr ""
|
| 378 |
|
| 379 |
-
#: includes/admin/class-social-count-plus-admin.php:
|
| 380 |
msgid "You do not have any counter that needs to connect remotely currently active"
|
| 381 |
msgstr ""
|
| 382 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 383 |
#: includes/admin/views/html-settings-functions-shortcodes-page.php:7
|
| 384 |
msgid ""
|
| 385 |
"Use this library to generate your own model layout or display specific data "
|
|
@@ -394,67 +548,22 @@ msgstr ""
|
|
| 394 |
msgid "Note: the shortcodes displays only the count in plain text."
|
| 395 |
msgstr ""
|
| 396 |
|
| 397 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 398 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 399 |
-
msgid "
|
| 400 |
-
msgstr ""
|
| 401 |
-
|
| 402 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:19
|
| 403 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:66
|
| 404 |
-
msgid "Facebook counter"
|
| 405 |
-
msgstr ""
|
| 406 |
-
|
| 407 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:23
|
| 408 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:70
|
| 409 |
-
msgid "YouTube counter"
|
| 410 |
-
msgstr ""
|
| 411 |
-
|
| 412 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:27
|
| 413 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:74
|
| 414 |
-
msgid "Google Plus counter"
|
| 415 |
-
msgstr ""
|
| 416 |
-
|
| 417 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:31
|
| 418 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:78
|
| 419 |
-
msgid "Instagram counter"
|
| 420 |
-
msgstr ""
|
| 421 |
-
|
| 422 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:35
|
| 423 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:82
|
| 424 |
-
msgid "Steam counter"
|
| 425 |
-
msgstr ""
|
| 426 |
-
|
| 427 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:39
|
| 428 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:86
|
| 429 |
-
msgid "Twitch counter"
|
| 430 |
-
msgstr ""
|
| 431 |
-
|
| 432 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:43
|
| 433 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:90
|
| 434 |
-
msgid "SoundCloud counter"
|
| 435 |
-
msgstr ""
|
| 436 |
-
|
| 437 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:47
|
| 438 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:94
|
| 439 |
-
msgid "Posts counter"
|
| 440 |
msgstr ""
|
| 441 |
|
| 442 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 443 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:98
|
| 444 |
-
msgid "Comments counter"
|
| 445 |
-
msgstr ""
|
| 446 |
-
|
| 447 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:56
|
| 448 |
msgid "Functions"
|
| 449 |
msgstr ""
|
| 450 |
|
| 451 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 452 |
msgid ""
|
| 453 |
"Note: the functions displays only the count in plain text, except the "
|
| 454 |
"<code>get_scp_widget()</code> function that displays with images."
|
| 455 |
msgstr ""
|
| 456 |
|
| 457 |
-
#: includes/admin/views/html-settings-functions-shortcodes-page.php:
|
| 458 |
msgid "Full widget"
|
| 459 |
msgstr ""
|
| 460 |
|
|
@@ -470,6 +579,10 @@ msgstr ""
|
|
| 470 |
msgid "To use the counter of Twitter you need to fill the fields:"
|
| 471 |
msgstr ""
|
| 472 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 473 |
#: includes/admin/views/html-settings-system-status-page.php:5
|
| 474 |
msgid "Environment"
|
| 475 |
msgstr ""
|
|
@@ -519,36 +632,41 @@ msgstr ""
|
|
| 519 |
msgid "Get System Report"
|
| 520 |
msgstr ""
|
| 521 |
|
| 522 |
-
#: includes/class-social-count-plus-
|
| 523 |
-
|
| 524 |
-
#: includes/class-social-count-plus-view.php:104
|
| 525 |
-
#: includes/class-social-count-plus-view.php:130
|
| 526 |
-
#: includes/class-social-count-plus-view.php:143
|
| 527 |
-
msgid "followers"
|
| 528 |
msgstr ""
|
| 529 |
|
| 530 |
-
#: includes/class-social-count-plus-
|
| 531 |
-
msgid "
|
| 532 |
msgstr ""
|
| 533 |
|
| 534 |
-
#: includes/class-social-count-plus-
|
| 535 |
-
msgid "
|
| 536 |
msgstr ""
|
| 537 |
|
| 538 |
-
#: includes/class-social-count-plus-
|
| 539 |
-
msgid "
|
| 540 |
msgstr ""
|
| 541 |
|
| 542 |
-
#: includes/class-social-count-plus-
|
| 543 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 544 |
msgstr ""
|
| 545 |
|
| 546 |
-
#: includes/class-social-count-plus-
|
| 547 |
-
msgid "
|
| 548 |
msgstr ""
|
| 549 |
|
| 550 |
-
#: includes/class-social-count-plus-
|
| 551 |
-
msgid "
|
| 552 |
msgstr ""
|
| 553 |
|
| 554 |
#. Plugin URI of the plugin/theme
|
|
@@ -557,12 +675,13 @@ msgstr ""
|
|
| 557 |
|
| 558 |
#. Description of the plugin/theme
|
| 559 |
msgid ""
|
| 560 |
-
"
|
| 561 |
-
"
|
|
|
|
| 562 |
msgstr ""
|
| 563 |
|
| 564 |
#. Author of the plugin/theme
|
| 565 |
-
msgid "Claudio Sanches
|
| 566 |
msgstr ""
|
| 567 |
|
| 568 |
#. Author URI of the plugin/theme
|
| 1 |
+
# Copyright (C) 2015 Claudio Sanches
|
| 2 |
# This file is distributed under the GPLv2 or later.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"Project-Id-Version: Social Count Plus 3.2.0\n"
|
| 6 |
"Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
|
| 7 |
+
"POT-Creation-Date: 2015-09-01 02:32:17+00:00\n"
|
| 8 |
"MIME-Version: 1.0\n"
|
| 9 |
"Content-Type: text/plain; charset=utf-8\n"
|
| 10 |
"Content-Transfer-Encoding: 8bit\n"
|
| 14 |
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
| 15 |
|
| 16 |
#: includes/admin/class-social-count-plus-admin.php:66
|
| 17 |
+
msgid "Create an App on Twitter in %s and get this data."
|
| 18 |
msgstr ""
|
| 19 |
|
| 20 |
#: includes/admin/class-social-count-plus-admin.php:68
|
| 21 |
+
msgid "Create an App on Facebook in %s and get this data."
|
| 22 |
msgstr ""
|
| 23 |
|
| 24 |
#: includes/admin/class-social-count-plus-admin.php:70
|
| 25 |
+
msgid "Get the this data in %s."
|
| 26 |
msgstr ""
|
| 27 |
|
| 28 |
+
#: includes/admin/class-social-count-plus-admin.php:72
|
| 29 |
+
msgid ""
|
| 30 |
+
"Register an App on Tumblr in %s, when the app is ready click in \"Explore "
|
| 31 |
+
"API\" and allow your app access your Tumblr account and get this data."
|
|
|
|
|
|
|
|
|
|
| 32 |
msgstr ""
|
| 33 |
|
| 34 |
+
#: includes/admin/class-social-count-plus-admin.php:77
|
| 35 |
+
#: includes/admin/class-social-count-plus-admin.php:1068
|
| 36 |
+
msgid "Comments"
|
| 37 |
msgstr ""
|
| 38 |
|
| 39 |
+
#: includes/admin/class-social-count-plus-admin.php:80
|
| 40 |
+
msgid "Display Comments Counter"
|
| 41 |
msgstr ""
|
| 42 |
|
| 43 |
+
#: includes/admin/class-social-count-plus-admin.php:85
|
| 44 |
+
#: includes/admin/class-social-count-plus-admin.php:231
|
| 45 |
+
#: includes/admin/class-social-count-plus-admin.php:371
|
| 46 |
+
msgid "URL"
|
| 47 |
msgstr ""
|
| 48 |
|
| 49 |
#: includes/admin/class-social-count-plus-admin.php:92
|
| 50 |
+
#: includes/admin/class-social-count-plus-admin.php:1069
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
msgid "Facebook"
|
| 52 |
msgstr ""
|
| 53 |
|
| 54 |
+
#: includes/admin/class-social-count-plus-admin.php:95
|
| 55 |
+
msgid "Display Facebook Counter"
|
| 56 |
msgstr ""
|
| 57 |
|
| 58 |
+
#: includes/admin/class-social-count-plus-admin.php:99
|
| 59 |
msgid "Facebook Page ID"
|
| 60 |
msgstr ""
|
| 61 |
|
| 62 |
+
#: includes/admin/class-social-count-plus-admin.php:103
|
| 63 |
msgid "ID Facebook page. Must be the numeric ID or your page slug."
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
+
#: includes/admin/class-social-count-plus-admin.php:104
|
| 67 |
msgid ""
|
| 68 |
+
"You can find this data clicking to edit your page on Facebook. The URL will "
|
| 69 |
+
"be similar to this:"
|
| 70 |
msgstr ""
|
| 71 |
|
| 72 |
+
#: includes/admin/class-social-count-plus-admin.php:105
|
| 73 |
msgid "or"
|
| 74 |
msgstr ""
|
| 75 |
|
| 76 |
+
#: includes/admin/class-social-count-plus-admin.php:109
|
| 77 |
msgid "Facebook App ID"
|
| 78 |
msgstr ""
|
| 79 |
|
| 80 |
+
#: includes/admin/class-social-count-plus-admin.php:114
|
| 81 |
msgid "Facebook App Secret"
|
| 82 |
msgstr ""
|
| 83 |
|
| 84 |
+
#: includes/admin/class-social-count-plus-admin.php:121
|
| 85 |
+
#: includes/admin/class-social-count-plus-admin.php:1070
|
| 86 |
+
msgid "GitHub"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
msgstr ""
|
| 88 |
|
| 89 |
+
#: includes/admin/class-social-count-plus-admin.php:124
|
| 90 |
+
msgid "Display GitHub Counter"
|
| 91 |
msgstr ""
|
| 92 |
|
| 93 |
+
#: includes/admin/class-social-count-plus-admin.php:128
|
| 94 |
+
msgid "GitHub Username"
|
| 95 |
msgstr ""
|
| 96 |
|
| 97 |
+
#: includes/admin/class-social-count-plus-admin.php:130
|
| 98 |
+
msgid "Insert your GitHub username. Example: %s."
|
|
|
|
| 99 |
msgstr ""
|
| 100 |
|
| 101 |
+
#: includes/admin/class-social-count-plus-admin.php:135
|
| 102 |
+
#: includes/admin/class-social-count-plus-admin.php:1071
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
msgid "Google+"
|
| 104 |
msgstr ""
|
| 105 |
|
| 106 |
+
#: includes/admin/class-social-count-plus-admin.php:138
|
| 107 |
+
msgid "Display Google+ Counter"
|
| 108 |
msgstr ""
|
| 109 |
|
| 110 |
+
#: includes/admin/class-social-count-plus-admin.php:142
|
| 111 |
msgid "Google+ ID"
|
| 112 |
msgstr ""
|
| 113 |
|
| 114 |
+
#: includes/admin/class-social-count-plus-admin.php:146
|
| 115 |
msgid "Google+ page or profile ID."
|
| 116 |
msgstr ""
|
| 117 |
|
| 118 |
+
#: includes/admin/class-social-count-plus-admin.php:147
|
| 119 |
msgid "Example:"
|
| 120 |
msgstr ""
|
| 121 |
|
| 122 |
+
#: includes/admin/class-social-count-plus-admin.php:151
|
| 123 |
+
#: includes/admin/class-social-count-plus-admin.php:409
|
| 124 |
+
msgid "Google API Key"
|
| 125 |
+
msgstr ""
|
| 126 |
+
|
| 127 |
+
#: includes/admin/class-social-count-plus-admin.php:154
|
| 128 |
msgid ""
|
| 129 |
"Get your API key creating a project/app in %s, then inside your project go "
|
| 130 |
"to \"APIs & auth > APIs\" and turn on the \"Google+ API\", finally go to "
|
| 133 |
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 134 |
msgstr ""
|
| 135 |
|
| 136 |
+
#: includes/admin/class-social-count-plus-admin.php:161
|
| 137 |
+
#: includes/admin/class-social-count-plus-admin.php:1072
|
| 138 |
msgid "Instagram"
|
| 139 |
msgstr ""
|
| 140 |
|
| 141 |
+
#: includes/admin/class-social-count-plus-admin.php:164
|
| 142 |
+
msgid "Display Instagram Counter"
|
| 143 |
msgstr ""
|
| 144 |
|
| 145 |
+
#: includes/admin/class-social-count-plus-admin.php:168
|
| 146 |
msgid "Instagram Username"
|
| 147 |
msgstr ""
|
| 148 |
|
| 149 |
+
#: includes/admin/class-social-count-plus-admin.php:170
|
| 150 |
+
msgid "Insert your Instagram Username."
|
| 151 |
msgstr ""
|
| 152 |
|
| 153 |
+
#: includes/admin/class-social-count-plus-admin.php:173
|
| 154 |
msgid "Instagram User ID"
|
| 155 |
msgstr ""
|
| 156 |
|
| 157 |
+
#: includes/admin/class-social-count-plus-admin.php:175
|
| 158 |
+
msgid "Insert your Instagram User ID."
|
| 159 |
msgstr ""
|
| 160 |
|
| 161 |
+
#: includes/admin/class-social-count-plus-admin.php:178
|
| 162 |
msgid "Instagram Access Token"
|
| 163 |
msgstr ""
|
| 164 |
|
| 165 |
+
#: includes/admin/class-social-count-plus-admin.php:180
|
| 166 |
+
msgid "Insert your Instagram Access Token."
|
| 167 |
msgstr ""
|
| 168 |
|
| 169 |
+
#: includes/admin/class-social-count-plus-admin.php:185
|
| 170 |
+
#: includes/admin/class-social-count-plus-admin.php:1073
|
| 171 |
+
msgid "LinkedIn"
|
| 172 |
msgstr ""
|
| 173 |
|
| 174 |
+
#: includes/admin/class-social-count-plus-admin.php:188
|
| 175 |
+
msgid "Display LinkedIn counter"
|
| 176 |
msgstr ""
|
| 177 |
|
| 178 |
+
#: includes/admin/class-social-count-plus-admin.php:192
|
| 179 |
+
msgid "LinkedIn Company ID"
|
| 180 |
msgstr ""
|
| 181 |
|
| 182 |
+
#: includes/admin/class-social-count-plus-admin.php:194
|
| 183 |
+
msgid "Insert your LinkedIn Company ID. Get your Company ID in %s."
|
| 184 |
msgstr ""
|
| 185 |
|
| 186 |
+
#: includes/admin/class-social-count-plus-admin.php:197
|
| 187 |
+
msgid "LinkedIn Access Token"
|
|
|
|
| 188 |
msgstr ""
|
| 189 |
|
| 190 |
+
#: includes/admin/class-social-count-plus-admin.php:199
|
| 191 |
+
msgid "Get your Access Token in %s."
|
| 192 |
msgstr ""
|
| 193 |
|
| 194 |
+
#: includes/admin/class-social-count-plus-admin.php:204
|
| 195 |
+
#: includes/admin/class-social-count-plus-admin.php:1074
|
| 196 |
+
msgid "Pinterest"
|
| 197 |
msgstr ""
|
| 198 |
|
| 199 |
+
#: includes/admin/class-social-count-plus-admin.php:207
|
| 200 |
+
msgid "Display Pinterest Counter"
|
| 201 |
+
msgstr ""
|
| 202 |
+
|
| 203 |
+
#: includes/admin/class-social-count-plus-admin.php:211
|
| 204 |
+
msgid "Pinterest Username"
|
| 205 |
+
msgstr ""
|
| 206 |
+
|
| 207 |
+
#: includes/admin/class-social-count-plus-admin.php:213
|
| 208 |
+
msgid "Insert your Pinterest username. Example: %s."
|
| 209 |
+
msgstr ""
|
| 210 |
+
|
| 211 |
+
#: includes/admin/class-social-count-plus-admin.php:218
|
| 212 |
+
#: includes/admin/class-social-count-plus-admin.php:1075
|
| 213 |
+
msgid "Posts"
|
| 214 |
+
msgstr ""
|
| 215 |
+
|
| 216 |
+
#: includes/admin/class-social-count-plus-admin.php:221
|
| 217 |
+
msgid "Display Posts Counter"
|
| 218 |
msgstr ""
|
| 219 |
|
| 220 |
+
#: includes/admin/class-social-count-plus-admin.php:226
|
| 221 |
+
msgid "Post Type"
|
| 222 |
+
msgstr ""
|
| 223 |
+
|
| 224 |
+
#: includes/admin/class-social-count-plus-admin.php:238
|
| 225 |
+
#: includes/admin/class-social-count-plus-admin.php:1076
|
| 226 |
msgid "SoundCloud"
|
| 227 |
msgstr ""
|
| 228 |
|
| 229 |
+
#: includes/admin/class-social-count-plus-admin.php:241
|
| 230 |
+
msgid "Display SoundCloud Counter"
|
| 231 |
msgstr ""
|
| 232 |
|
| 233 |
+
#: includes/admin/class-social-count-plus-admin.php:245
|
| 234 |
msgid "SoundCloud Username"
|
| 235 |
msgstr ""
|
| 236 |
|
| 237 |
+
#: includes/admin/class-social-count-plus-admin.php:247
|
| 238 |
+
msgid "Insert your SoundCloud Username."
|
| 239 |
msgstr ""
|
| 240 |
|
| 241 |
+
#: includes/admin/class-social-count-plus-admin.php:250
|
| 242 |
msgid "SoundCloud Client ID"
|
| 243 |
msgstr ""
|
| 244 |
|
| 245 |
+
#: includes/admin/class-social-count-plus-admin.php:252
|
| 246 |
+
msgid "Insert your SoundCloud App Client ID. Generate this data in %s."
|
| 247 |
+
msgstr ""
|
| 248 |
+
|
| 249 |
#: includes/admin/class-social-count-plus-admin.php:257
|
| 250 |
+
#: includes/admin/class-social-count-plus-admin.php:1077
|
| 251 |
+
msgid "Steam"
|
| 252 |
msgstr ""
|
| 253 |
|
| 254 |
+
#: includes/admin/class-social-count-plus-admin.php:260
|
| 255 |
+
msgid "Display Steam Counter"
|
|
|
|
| 256 |
msgstr ""
|
| 257 |
|
| 258 |
+
#: includes/admin/class-social-count-plus-admin.php:264
|
| 259 |
+
msgid "Steam Group Name"
|
| 260 |
msgstr ""
|
| 261 |
|
| 262 |
+
#: includes/admin/class-social-count-plus-admin.php:266
|
| 263 |
+
msgid "Insert your Steam Community group name. Example: %s."
|
| 264 |
msgstr ""
|
| 265 |
|
| 266 |
+
#: includes/admin/class-social-count-plus-admin.php:271
|
| 267 |
+
#: includes/admin/class-social-count-plus-admin.php:1078
|
| 268 |
+
msgid "Tumblr"
|
| 269 |
+
msgstr ""
|
| 270 |
+
|
| 271 |
+
#: includes/admin/class-social-count-plus-admin.php:274
|
| 272 |
+
msgid "Display Tumblr counter"
|
| 273 |
+
msgstr ""
|
| 274 |
+
|
| 275 |
+
#: includes/admin/class-social-count-plus-admin.php:278
|
| 276 |
+
msgid "Tumblr Hostname"
|
| 277 |
msgstr ""
|
| 278 |
|
| 279 |
#: includes/admin/class-social-count-plus-admin.php:280
|
| 280 |
+
msgid "Insert your Tumblr Hostname. Example: %s."
|
| 281 |
+
msgstr ""
|
| 282 |
+
|
| 283 |
+
#: includes/admin/class-social-count-plus-admin.php:283
|
| 284 |
+
msgid "Tumblr Consumer Key"
|
| 285 |
+
msgstr ""
|
| 286 |
+
|
| 287 |
+
#: includes/admin/class-social-count-plus-admin.php:288
|
| 288 |
+
msgid "Tumblr Consumer Secret"
|
| 289 |
+
msgstr ""
|
| 290 |
+
|
| 291 |
+
#: includes/admin/class-social-count-plus-admin.php:293
|
| 292 |
+
msgid "Tumblr Token"
|
| 293 |
+
msgstr ""
|
| 294 |
+
|
| 295 |
+
#: includes/admin/class-social-count-plus-admin.php:298
|
| 296 |
+
msgid "Tumblr Token Secret"
|
| 297 |
+
msgstr ""
|
| 298 |
+
|
| 299 |
+
#: includes/admin/class-social-count-plus-admin.php:305
|
| 300 |
+
#: includes/admin/class-social-count-plus-admin.php:1079
|
| 301 |
+
msgid "Twitch"
|
| 302 |
+
msgstr ""
|
| 303 |
+
|
| 304 |
+
#: includes/admin/class-social-count-plus-admin.php:308
|
| 305 |
+
msgid "Display Twitch Counter"
|
| 306 |
+
msgstr ""
|
| 307 |
+
|
| 308 |
+
#: includes/admin/class-social-count-plus-admin.php:312
|
| 309 |
+
msgid "Twitch Username"
|
| 310 |
+
msgstr ""
|
| 311 |
+
|
| 312 |
+
#: includes/admin/class-social-count-plus-admin.php:314
|
| 313 |
+
msgid "Insert your Twitch username."
|
| 314 |
+
msgstr ""
|
| 315 |
+
|
| 316 |
+
#: includes/admin/class-social-count-plus-admin.php:319
|
| 317 |
+
#: includes/admin/class-social-count-plus-admin.php:1080
|
| 318 |
+
msgid "Twitter"
|
| 319 |
+
msgstr ""
|
| 320 |
+
|
| 321 |
+
#: includes/admin/class-social-count-plus-admin.php:322
|
| 322 |
+
msgid "Display Twitter Counter"
|
| 323 |
msgstr ""
|
| 324 |
|
| 325 |
+
#: includes/admin/class-social-count-plus-admin.php:326
|
| 326 |
+
msgid "Twitter Username"
|
| 327 |
+
msgstr ""
|
| 328 |
+
|
| 329 |
+
#: includes/admin/class-social-count-plus-admin.php:328
|
| 330 |
+
msgid "Insert the Twitter username. Example: %s."
|
| 331 |
+
msgstr ""
|
| 332 |
+
|
| 333 |
+
#: includes/admin/class-social-count-plus-admin.php:331
|
| 334 |
+
#: includes/admin/views/html-settings-page.php:25
|
| 335 |
+
msgid "Twitter Consumer key"
|
| 336 |
+
msgstr ""
|
| 337 |
+
|
| 338 |
+
#: includes/admin/class-social-count-plus-admin.php:336
|
| 339 |
+
#: includes/admin/views/html-settings-page.php:26
|
| 340 |
+
msgid "Twitter Consumer secret"
|
| 341 |
+
msgstr ""
|
| 342 |
+
|
| 343 |
+
#: includes/admin/class-social-count-plus-admin.php:341
|
| 344 |
+
#: includes/admin/views/html-settings-page.php:27
|
| 345 |
+
msgid "Twitter Access token"
|
| 346 |
+
msgstr ""
|
| 347 |
+
|
| 348 |
+
#: includes/admin/class-social-count-plus-admin.php:346
|
| 349 |
+
#: includes/admin/views/html-settings-page.php:28
|
| 350 |
+
msgid "Twitter Access token secret"
|
| 351 |
+
msgstr ""
|
| 352 |
+
|
| 353 |
+
#: includes/admin/class-social-count-plus-admin.php:353
|
| 354 |
+
#: includes/admin/class-social-count-plus-admin.php:1081
|
| 355 |
+
msgid "Users"
|
| 356 |
+
msgstr ""
|
| 357 |
+
|
| 358 |
+
#: includes/admin/class-social-count-plus-admin.php:356
|
| 359 |
+
msgid "Display Users Counter"
|
| 360 |
+
msgstr ""
|
| 361 |
+
|
| 362 |
+
#: includes/admin/class-social-count-plus-admin.php:361
|
| 363 |
+
msgid "User Role"
|
| 364 |
+
msgstr ""
|
| 365 |
+
|
| 366 |
+
#: includes/admin/class-social-count-plus-admin.php:366
|
| 367 |
+
msgid "Label"
|
| 368 |
+
msgstr ""
|
| 369 |
+
|
| 370 |
+
#: includes/admin/class-social-count-plus-admin.php:367
|
| 371 |
+
#: includes/counters/class-social-count-plus-users-counter.php:74
|
| 372 |
+
msgid "users"
|
| 373 |
+
msgstr ""
|
| 374 |
+
|
| 375 |
+
#: includes/admin/class-social-count-plus-admin.php:378
|
| 376 |
+
#: includes/admin/class-social-count-plus-admin.php:1082
|
| 377 |
+
msgid "Vimeo"
|
| 378 |
+
msgstr ""
|
| 379 |
+
|
| 380 |
+
#: includes/admin/class-social-count-plus-admin.php:381
|
| 381 |
+
msgid "Display Vimeo Counter"
|
| 382 |
+
msgstr ""
|
| 383 |
+
|
| 384 |
+
#: includes/admin/class-social-count-plus-admin.php:385
|
| 385 |
+
msgid "Vimeo Username"
|
| 386 |
+
msgstr ""
|
| 387 |
+
|
| 388 |
+
#: includes/admin/class-social-count-plus-admin.php:387
|
| 389 |
+
msgid "Insert your Vimeo username. Example: %s."
|
| 390 |
+
msgstr ""
|
| 391 |
+
|
| 392 |
+
#: includes/admin/class-social-count-plus-admin.php:392
|
| 393 |
+
#: includes/admin/class-social-count-plus-admin.php:1083
|
| 394 |
+
msgid "YouTube"
|
| 395 |
+
msgstr ""
|
| 396 |
+
|
| 397 |
+
#: includes/admin/class-social-count-plus-admin.php:395
|
| 398 |
+
msgid "Display YouTube Counter"
|
| 399 |
+
msgstr ""
|
| 400 |
+
|
| 401 |
+
#: includes/admin/class-social-count-plus-admin.php:399
|
| 402 |
+
msgid "YouTube Channel ID"
|
| 403 |
+
msgstr ""
|
| 404 |
+
|
| 405 |
+
#: includes/admin/class-social-count-plus-admin.php:401
|
| 406 |
+
msgid "Insert the YouTube Channel ID. Example: %s."
|
| 407 |
+
msgstr ""
|
| 408 |
+
|
| 409 |
+
#: includes/admin/class-social-count-plus-admin.php:404
|
| 410 |
+
msgid "YouTube Channel URL"
|
| 411 |
+
msgstr ""
|
| 412 |
+
|
| 413 |
+
#: includes/admin/class-social-count-plus-admin.php:406
|
| 414 |
+
msgid "Insert the YouTube channel URL. Example: %s."
|
| 415 |
+
msgstr ""
|
| 416 |
+
|
| 417 |
+
#: includes/admin/class-social-count-plus-admin.php:412
|
| 418 |
+
msgid ""
|
| 419 |
+
"Get your API key creating a project/app in %s, then inside your project go "
|
| 420 |
+
"to \"APIs & auth > APIs\" and turn on the \"YouTube API\", finally go to "
|
| 421 |
+
"\"APIs & auth > APIs > Credentials > Public API access\" and click in the "
|
| 422 |
+
"\"CREATE A NEW KEY\" button, select the \"Browser key\" option and click in "
|
| 423 |
+
"the \"CREATE\" button, now just copy your API key and paste here."
|
| 424 |
+
msgstr ""
|
| 425 |
+
|
| 426 |
+
#: includes/admin/class-social-count-plus-admin.php:419
|
| 427 |
+
#: includes/admin/class-social-count-plus-admin.php:906
|
| 428 |
#: includes/admin/views/html-settings-page.php:9
|
| 429 |
msgid "Settings"
|
| 430 |
msgstr ""
|
| 431 |
|
| 432 |
+
#: includes/admin/class-social-count-plus-admin.php:422
|
| 433 |
msgid "Open URLs in new tab/window"
|
| 434 |
msgstr ""
|
| 435 |
|
| 436 |
+
#: includes/admin/class-social-count-plus-admin.php:424
|
| 437 |
+
#: includes/admin/class-social-count-plus-admin.php:429
|
| 438 |
msgid "This option add %s in all counters URLs."
|
| 439 |
msgstr ""
|
| 440 |
|
| 441 |
+
#: includes/admin/class-social-count-plus-admin.php:427
|
| 442 |
msgid "Add nofollow in URLs"
|
| 443 |
msgstr ""
|
| 444 |
|
| 445 |
+
#: includes/admin/class-social-count-plus-admin.php:436
|
| 446 |
#: includes/admin/views/html-settings-page.php:9
|
| 447 |
msgid "Design"
|
| 448 |
msgstr ""
|
| 449 |
|
| 450 |
+
#: includes/admin/class-social-count-plus-admin.php:439
|
| 451 |
msgid "Layout Models"
|
| 452 |
msgstr ""
|
| 453 |
|
| 454 |
+
#: includes/admin/class-social-count-plus-admin.php:445
|
| 455 |
msgid "Text Color"
|
| 456 |
msgstr ""
|
| 457 |
|
| 458 |
+
#: includes/admin/class-social-count-plus-admin.php:450
|
| 459 |
msgid "Order"
|
| 460 |
msgstr ""
|
| 461 |
|
| 462 |
+
#: includes/admin/class-social-count-plus-admin.php:452
|
| 463 |
msgid "This option controls the order of the icons in the widget."
|
| 464 |
msgstr ""
|
| 465 |
|
| 467 |
msgid "Social Count Plus"
|
| 468 |
msgstr ""
|
| 469 |
|
| 470 |
+
#: includes/admin/class-social-count-plus-admin.php:698
|
| 471 |
msgid "Activate/Deactivate"
|
| 472 |
msgstr ""
|
| 473 |
|
| 474 |
+
#: includes/admin/class-social-count-plus-admin.php:959
|
| 475 |
msgid "General Info"
|
| 476 |
msgstr ""
|
| 477 |
|
| 478 |
+
#: includes/admin/class-social-count-plus-admin.php:960
|
| 479 |
#: includes/admin/views/html-settings-system-status-page.php:11
|
| 480 |
msgid "Social Count Plus Version"
|
| 481 |
msgstr ""
|
| 482 |
|
| 483 |
+
#: includes/admin/class-social-count-plus-admin.php:961
|
| 484 |
#: includes/admin/views/html-settings-system-status-page.php:15
|
| 485 |
msgid "WordPress Version"
|
| 486 |
msgstr ""
|
| 487 |
|
| 488 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 489 |
#: includes/admin/views/html-settings-system-status-page.php:19
|
| 490 |
msgid "WP Multisite Enabled"
|
| 491 |
msgstr ""
|
| 492 |
|
| 493 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 494 |
+
#: includes/admin/class-social-count-plus-admin.php:965
|
| 495 |
+
#: includes/admin/class-social-count-plus-admin.php:966
|
| 496 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 497 |
msgid "Yes"
|
| 498 |
msgstr ""
|
| 499 |
|
| 500 |
+
#: includes/admin/class-social-count-plus-admin.php:962
|
| 501 |
+
#: includes/admin/class-social-count-plus-admin.php:965
|
| 502 |
+
#: includes/admin/class-social-count-plus-admin.php:966
|
| 503 |
#: includes/admin/views/html-settings-system-status-page.php:20
|
| 504 |
msgid "No"
|
| 505 |
msgstr ""
|
| 506 |
|
| 507 |
+
#: includes/admin/class-social-count-plus-admin.php:963
|
| 508 |
#: includes/admin/views/html-settings-system-status-page.php:23
|
| 509 |
msgid "Web Server Info"
|
| 510 |
msgstr ""
|
| 511 |
|
| 512 |
+
#: includes/admin/class-social-count-plus-admin.php:964
|
| 513 |
#: includes/admin/views/html-settings-system-status-page.php:27
|
| 514 |
msgid "PHP Version"
|
| 515 |
msgstr ""
|
| 516 |
|
| 517 |
+
#: includes/admin/class-social-count-plus-admin.php:967
|
| 518 |
msgid "Social Connections"
|
| 519 |
msgstr ""
|
| 520 |
|
| 521 |
+
#: includes/admin/class-social-count-plus-admin.php:977
|
| 522 |
msgid "You do not have any counter that needs to connect remotely currently active"
|
| 523 |
msgstr ""
|
| 524 |
|
| 525 |
+
#: includes/admin/views/html-help-us.php:11
|
| 526 |
+
msgid "Help us keep the %s free making a %s or rate %s on %s. Thank you in advance!"
|
| 527 |
+
msgstr ""
|
| 528 |
+
|
| 529 |
+
#: includes/admin/views/html-help-us.php:11
|
| 530 |
+
msgid "donation"
|
| 531 |
+
msgstr ""
|
| 532 |
+
|
| 533 |
+
#: includes/admin/views/html-help-us.php:11
|
| 534 |
+
msgid "WordPress.org"
|
| 535 |
+
msgstr ""
|
| 536 |
+
|
| 537 |
#: includes/admin/views/html-settings-functions-shortcodes-page.php:7
|
| 538 |
msgid ""
|
| 539 |
"Use this library to generate your own model layout or display specific data "
|
| 548 |
msgid "Note: the shortcodes displays only the count in plain text."
|
| 549 |
msgstr ""
|
| 550 |
|
| 551 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:16
|
| 552 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:29
|
| 553 |
+
msgid "%s counter"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 554 |
msgstr ""
|
| 555 |
|
| 556 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 557 |
msgid "Functions"
|
| 558 |
msgstr ""
|
| 559 |
|
| 560 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:24
|
| 561 |
msgid ""
|
| 562 |
"Note: the functions displays only the count in plain text, except the "
|
| 563 |
"<code>get_scp_widget()</code> function that displays with images."
|
| 564 |
msgstr ""
|
| 565 |
|
| 566 |
+
#: includes/admin/views/html-settings-functions-shortcodes-page.php:34
|
| 567 |
msgid "Full widget"
|
| 568 |
msgstr ""
|
| 569 |
|
| 579 |
msgid "To use the counter of Twitter you need to fill the fields:"
|
| 580 |
msgstr ""
|
| 581 |
|
| 582 |
+
#: includes/admin/views/html-settings-page.php:24
|
| 583 |
+
msgid "Twitter username"
|
| 584 |
+
msgstr ""
|
| 585 |
+
|
| 586 |
#: includes/admin/views/html-settings-system-status-page.php:5
|
| 587 |
msgid "Environment"
|
| 588 |
msgstr ""
|
| 632 |
msgid "Get System Report"
|
| 633 |
msgstr ""
|
| 634 |
|
| 635 |
+
#: includes/class-social-count-plus-widget.php:19
|
| 636 |
+
msgid "Display the counter"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 637 |
msgstr ""
|
| 638 |
|
| 639 |
+
#: includes/class-social-count-plus-widget.php:59
|
| 640 |
+
msgid "Title"
|
| 641 |
msgstr ""
|
| 642 |
|
| 643 |
+
#: includes/counters/class-social-count-plus-comments-counter.php:80
|
| 644 |
+
msgid "comments"
|
| 645 |
msgstr ""
|
| 646 |
|
| 647 |
+
#: includes/counters/class-social-count-plus-facebook-counter.php:114
|
| 648 |
+
msgid "likes"
|
| 649 |
msgstr ""
|
| 650 |
|
| 651 |
+
#: includes/counters/class-social-count-plus-github-counter.php:83
|
| 652 |
+
#: includes/counters/class-social-count-plus-googleplus-counter.php:83
|
| 653 |
+
#: includes/counters/class-social-count-plus-instagram-counter.php:87
|
| 654 |
+
#: includes/counters/class-social-count-plus-linkedin-counter.php:88
|
| 655 |
+
#: includes/counters/class-social-count-plus-pinterest-counter.php:92
|
| 656 |
+
#: includes/counters/class-social-count-plus-soundcloud-counter.php:83
|
| 657 |
+
#: includes/counters/class-social-count-plus-tumblr-counter.php:187
|
| 658 |
+
#: includes/counters/class-social-count-plus-twitch-counter.php:90
|
| 659 |
+
#: includes/counters/class-social-count-plus-twitter-counter.php:188
|
| 660 |
+
#: includes/counters/class-social-count-plus-vimeo-counter.php:83
|
| 661 |
+
msgid "followers"
|
| 662 |
msgstr ""
|
| 663 |
|
| 664 |
+
#: includes/counters/class-social-count-plus-steam-counter.php:82
|
| 665 |
+
msgid "members"
|
| 666 |
msgstr ""
|
| 667 |
|
| 668 |
+
#: includes/counters/class-social-count-plus-youtube-counter.php:90
|
| 669 |
+
msgid "subscribers"
|
| 670 |
msgstr ""
|
| 671 |
|
| 672 |
#. Plugin URI of the plugin/theme
|
| 675 |
|
| 676 |
#. Description of the plugin/theme
|
| 677 |
msgid ""
|
| 678 |
+
"Displays your numbers in Facebook, GitHub, Google+, Instagram, LinkedIn, "
|
| 679 |
+
"Pinterest, SoundCloud, Steam Community, Tumblr, Twitch, Twitter, Vimeo, "
|
| 680 |
+
"Youtube, posts, comments and users."
|
| 681 |
msgstr ""
|
| 682 |
|
| 683 |
#. Author of the plugin/theme
|
| 684 |
+
msgid "Claudio Sanches"
|
| 685 |
msgstr ""
|
| 686 |
|
| 687 |
#. Author URI of the plugin/theme
|
readme.txt
CHANGED
|
@@ -1,18 +1,34 @@
|
|
| 1 |
=== Social Count Plus ===
|
| 2 |
-
Contributors: claudiosanches, felipesantana
|
| 3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y8HP99ZJ5Z59L
|
| 4 |
-
Tags:
|
| 5 |
Requires at least: 4.0
|
| 6 |
Tested up to: 4.3
|
| 7 |
-
Stable tag: 3.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 11 |
-
|
| 12 |
|
| 13 |
== Description ==
|
| 14 |
|
| 15 |
-
The Social Count Plus performs counting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
You can view this information by a widget (with account options models icons) or Shortcodes (to be used in posts and pages) or PHP functions in your theme.
|
| 18 |
|
|
@@ -20,40 +36,6 @@ The results of the counters are cached and new values are checked only onc
|
|
| 20 |
|
| 21 |
The cache avoids not only that your blog be seeking new results every time a page is loaded, but also prevents collapse of services from Twitter and Facebook, if one of these services does not respond, the counter displays the last count it was successful.
|
| 22 |
|
| 23 |
-
#### Shortcodes ####
|
| 24 |
-
|
| 25 |
-
Displays only the count in plain text:
|
| 26 |
-
|
| 27 |
-
* Twitter: `[scp code="twitter"]`
|
| 28 |
-
* Facebook: `[scp code="facebook"]`
|
| 29 |
-
* YouTube: `[scp code="youtube"]`
|
| 30 |
-
* Google Plus: `[scp code="googleplus"]`
|
| 31 |
-
* Instagram: `[scp code="instagram"]`
|
| 32 |
-
* Steam: `[scp code="steam"]`
|
| 33 |
-
* Twitch: `[scp code="twitch"]`
|
| 34 |
-
* SoundCloud: `[scp code="soundcloud"]`
|
| 35 |
-
* Posts: `[scp code="posts"]`
|
| 36 |
-
* Comments: `[scp code="comments"]`
|
| 37 |
-
|
| 38 |
-
#### Functions ####
|
| 39 |
-
|
| 40 |
-
Displays only the count in plain text:
|
| 41 |
-
|
| 42 |
-
* Twitter: `<?php echo get_scp_twitter(); ?>`
|
| 43 |
-
* Facebook: `<?php echo get_scp_facebook(); ?>`
|
| 44 |
-
* YouTube: `<?php echo get_scp_youtube(); ?>`
|
| 45 |
-
* Google Plus: `<?php echo get_scp_googleplus(); ?>`
|
| 46 |
-
* Instagram: `<?php echo get_scp_instagram(); ?>`
|
| 47 |
-
* Steam: `<?php echo get_scp_steam(); ?>`
|
| 48 |
-
* Twitch: `<?php echo get_scp_twitch(); ?>`
|
| 49 |
-
* SoundCloud: `<?php echo get_scp_soundcloud(); ?>`
|
| 50 |
-
* Posts: `<?php echo get_scp_posts(); ?>`
|
| 51 |
-
* Comments: `<?php echo get_scp_comments(); ?>`
|
| 52 |
-
|
| 53 |
-
Displays the widget with icons:
|
| 54 |
-
|
| 55 |
-
* Widget: `<?php echo get_scp_widget(); ?>`
|
| 56 |
-
|
| 57 |
#### Translate ####
|
| 58 |
|
| 59 |
You can contribute to the source code in our [GitHub](https://www.transifex.com/claudiosmweb/social-count-plus/) page.
|
|
@@ -66,7 +48,6 @@ You can contribute to the source code in our [GitHub](https://github.com/claudio
|
|
| 66 |
|
| 67 |
* Flat icons set, Instagram, SoundCloud and Steam icons by [Felipe Santana](http://wordpress.org/support/profile/felipesantana)
|
| 68 |
* Steam counter by [Tadas Krivickas](http://wordpress.org/support/profile/tkrivickas)
|
| 69 |
-
* Instagram access token generator by [Pedro Rogério](http://www.pinceladasdaweb.com.br/)
|
| 70 |
* `wp_remote_get()` connection test with [httpbin](https://httpbin.org/)
|
| 71 |
|
| 72 |
== Installation ==
|
|
@@ -77,6 +58,14 @@ You can contribute to the source code in our [GitHub](https://github.com/claudio
|
|
| 77 |
|
| 78 |
Some counters depend on third-party APIs to work, follow the next steps to generate API keys for each of them:
|
| 79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
= Facebook =
|
| 81 |
|
| 82 |
You must create a Facebook app to use the Facebook Graph API.
|
|
@@ -158,16 +147,27 @@ The CSS classes you will need to use:
|
|
| 158 |
|
| 159 |
== Changelog ==
|
| 160 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
= 3.1.1 - 2015/08/21 =
|
| 162 |
|
| 163 |
* Fixed YouTube options description. Need a YouTube Channel ID and not a YouTube username.
|
| 164 |
|
| 165 |
= 3.1.0 - 2015/08/21 =
|
| 166 |
|
| 167 |
-
* Added Twitch
|
| 168 |
* Added new `social_count_plus_{$icon}html_counter` and `social_count_plus_icon_name_i18n` filters to help add new custom counters.
|
| 169 |
-
* Fixed Facebook
|
| 170 |
-
* Fixed Google
|
| 171 |
* Fixed System Status test for `wp_remote_get()`.
|
| 172 |
|
| 173 |
= 3.0.3 - 2015/04/21 =
|
|
@@ -322,14 +322,16 @@ The CSS classes you will need to use:
|
|
| 322 |
|
| 323 |
== Upgrade Notice ==
|
| 324 |
|
| 325 |
-
= 3.
|
| 326 |
|
| 327 |
-
* Added
|
| 328 |
-
* Added
|
| 329 |
-
*
|
| 330 |
-
*
|
| 331 |
-
*
|
| 332 |
-
*
|
|
|
|
|
|
|
| 333 |
|
| 334 |
== License ==
|
| 335 |
|
| 1 |
=== Social Count Plus ===
|
| 2 |
+
Contributors: claudiosanches, felipesantana, deblynprado
|
| 3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y8HP99ZJ5Z59L
|
| 4 |
+
Tags: counter, widget, shortcode, facebook, github, googleplus, instagram, linkedin, pinterest, soundcloud, steam, tumblr, twitch, twitter, vimeo, youtube
|
| 5 |
Requires at least: 4.0
|
| 6 |
Tested up to: 4.3
|
| 7 |
+
Stable tag: 3.2.0
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 11 |
+
Displays your numbers in Facebook, GitHub, Google+, Instagram, LinkedIn, Pinterest, SoundCloud, Steam Community, Tumblr, Twitch, Twitter, Vimeo, Youtube, posts, comments and users.
|
| 12 |
|
| 13 |
== Description ==
|
| 14 |
|
| 15 |
+
The Social Count Plus performs counting for:
|
| 16 |
+
|
| 17 |
+
- Comments total
|
| 18 |
+
- Facebook page fans
|
| 19 |
+
- GitHub followers
|
| 20 |
+
- Google+ page/profile followers
|
| 21 |
+
- Instagram followers
|
| 22 |
+
- LinkedIn company followers
|
| 23 |
+
- Pinterest followers
|
| 24 |
+
- Posts total
|
| 25 |
+
- SoundCloud follwers
|
| 26 |
+
- Steam Community group members
|
| 27 |
+
- Tumblr followers
|
| 28 |
+
- Twitch channel followers
|
| 29 |
+
- Twitter followers
|
| 30 |
+
- Users total
|
| 31 |
+
- Vimeo followers
|
| 32 |
|
| 33 |
You can view this information by a widget (with account options models icons) or Shortcodes (to be used in posts and pages) or PHP functions in your theme.
|
| 34 |
|
| 36 |
|
| 37 |
The cache avoids not only that your blog be seeking new results every time a page is loaded, but also prevents collapse of services from Twitter and Facebook, if one of these services does not respond, the counter displays the last count it was successful.
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
#### Translate ####
|
| 40 |
|
| 41 |
You can contribute to the source code in our [GitHub](https://www.transifex.com/claudiosmweb/social-count-plus/) page.
|
| 48 |
|
| 49 |
* Flat icons set, Instagram, SoundCloud and Steam icons by [Felipe Santana](http://wordpress.org/support/profile/felipesantana)
|
| 50 |
* Steam counter by [Tadas Krivickas](http://wordpress.org/support/profile/tkrivickas)
|
|
|
|
| 51 |
* `wp_remote_get()` connection test with [httpbin](https://httpbin.org/)
|
| 52 |
|
| 53 |
== Installation ==
|
| 58 |
|
| 59 |
Some counters depend on third-party APIs to work, follow the next steps to generate API keys for each of them:
|
| 60 |
|
| 61 |
+
= Instagram =
|
| 62 |
+
|
| 63 |
+
Get your User ID and Access Token in: https://socialcountplus-instagram.herokuapp.com/
|
| 64 |
+
|
| 65 |
+
= LinkedIn =
|
| 66 |
+
|
| 67 |
+
Get your Company ID and Access Token in: https://socialcountplus-linkedin.herokuapp.com/
|
| 68 |
+
|
| 69 |
= Facebook =
|
| 70 |
|
| 71 |
You must create a Facebook app to use the Facebook Graph API.
|
| 147 |
|
| 148 |
== Changelog ==
|
| 149 |
|
| 150 |
+
= 3.2.0 - 2015/08/31 =
|
| 151 |
+
|
| 152 |
+
* Added GitHub integration.
|
| 153 |
+
* Added LinkedIn integration.
|
| 154 |
+
* Added Pinterest integration.
|
| 155 |
+
* Added Tumblr integration.
|
| 156 |
+
* Added Vimeo integration.
|
| 157 |
+
* Added users integration.
|
| 158 |
+
* Added new "URL" options for comments and posts.
|
| 159 |
+
* Improved the Twitch integration.
|
| 160 |
+
|
| 161 |
= 3.1.1 - 2015/08/21 =
|
| 162 |
|
| 163 |
* Fixed YouTube options description. Need a YouTube Channel ID and not a YouTube username.
|
| 164 |
|
| 165 |
= 3.1.0 - 2015/08/21 =
|
| 166 |
|
| 167 |
+
* Added Twitch integration.
|
| 168 |
* Added new `social_count_plus_{$icon}html_counter` and `social_count_plus_icon_name_i18n` filters to help add new custom counters.
|
| 169 |
+
* Fixed Facebook integration, now uses the Facebook API.
|
| 170 |
+
* Fixed Google+ integration, now uses the Google API.
|
| 171 |
* Fixed System Status test for `wp_remote_get()`.
|
| 172 |
|
| 173 |
= 3.0.3 - 2015/04/21 =
|
| 322 |
|
| 323 |
== Upgrade Notice ==
|
| 324 |
|
| 325 |
+
= 3.2.0 =
|
| 326 |
|
| 327 |
+
* Added GitHub integration.
|
| 328 |
+
* Added LinkedIn integration.
|
| 329 |
+
* Added Pinterest integration.
|
| 330 |
+
* Added Tumblr integration.
|
| 331 |
+
* Added Vimeo integration.
|
| 332 |
+
* Added users integration.
|
| 333 |
+
* Added new "URL" options for comments and posts.
|
| 334 |
+
* Improved the Twitch integration.
|
| 335 |
|
| 336 |
== License ==
|
| 337 |
|
social-count-plus.php
CHANGED
|
@@ -2,10 +2,10 @@
|
|
| 2 |
/**
|
| 3 |
* Plugin Name: Social Count Plus
|
| 4 |
* Plugin URI: https://github.com/claudiosmweb/social-count-plus
|
| 5 |
-
* Description:
|
| 6 |
-
* Author: Claudio Sanches
|
| 7 |
* Author URI: http://claudiosmweb.com/
|
| 8 |
-
* Version: 3.
|
| 9 |
* License: GPLv2 or later
|
| 10 |
* Text Domain: social-count-plus
|
| 11 |
* Domain Path: /languages/
|
|
@@ -31,7 +31,7 @@ class Social_Count_Plus {
|
|
| 31 |
*
|
| 32 |
* @var string
|
| 33 |
*/
|
| 34 |
-
const VERSION = '3.
|
| 35 |
|
| 36 |
/**
|
| 37 |
* Instance of this class.
|
|
@@ -105,22 +105,16 @@ class Social_Count_Plus {
|
|
| 105 |
include_once 'includes/class-social-count-plus-widget.php';
|
| 106 |
include_once 'includes/class-social-count-plus-shortcodes.php';
|
| 107 |
include_once 'includes/social-count-plus-functions.php';
|
|
|
|
| 108 |
}
|
| 109 |
|
| 110 |
/**
|
| 111 |
* Include counters.
|
| 112 |
*/
|
| 113 |
protected function include_counters() {
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
include_once 'includes/counters/class-social-count-plus-googleplus-counter.php';
|
| 118 |
-
include_once 'includes/counters/class-social-count-plus-instagram-counter.php';
|
| 119 |
-
include_once 'includes/counters/class-social-count-plus-steam-counter.php';
|
| 120 |
-
include_once 'includes/counters/class-social-count-plus-soundcloud-counter.php';
|
| 121 |
-
include_once 'includes/counters/class-social-count-plus-twitch-counter.php';
|
| 122 |
-
include_once 'includes/counters/class-social-count-plus-posts-counter.php';
|
| 123 |
-
include_once 'includes/counters/class-social-count-plus-comments-counter.php';
|
| 124 |
}
|
| 125 |
|
| 126 |
/**
|
| 2 |
/**
|
| 3 |
* Plugin Name: Social Count Plus
|
| 4 |
* Plugin URI: https://github.com/claudiosmweb/social-count-plus
|
| 5 |
+
* Description: Displays your numbers in Facebook, GitHub, Google+, Instagram, LinkedIn, Pinterest, SoundCloud, Steam Community, Tumblr, Twitch, Twitter, Vimeo, Youtube, posts, comments and users.
|
| 6 |
+
* Author: Claudio Sanches
|
| 7 |
* Author URI: http://claudiosmweb.com/
|
| 8 |
+
* Version: 3.2.0
|
| 9 |
* License: GPLv2 or later
|
| 10 |
* Text Domain: social-count-plus
|
| 11 |
* Domain Path: /languages/
|
| 31 |
*
|
| 32 |
* @var string
|
| 33 |
*/
|
| 34 |
+
const VERSION = '3.2.0';
|
| 35 |
|
| 36 |
/**
|
| 37 |
* Instance of this class.
|
| 105 |
include_once 'includes/class-social-count-plus-widget.php';
|
| 106 |
include_once 'includes/class-social-count-plus-shortcodes.php';
|
| 107 |
include_once 'includes/social-count-plus-functions.php';
|
| 108 |
+
include_once 'includes/social-count-plus-deprecated-functions.php';
|
| 109 |
}
|
| 110 |
|
| 111 |
/**
|
| 112 |
* Include counters.
|
| 113 |
*/
|
| 114 |
protected function include_counters() {
|
| 115 |
+
foreach ( glob( realpath( dirname( __FILE__ ) ) . '/includes/counters/*.php' ) as $filename ) {
|
| 116 |
+
include_once $filename;
|
| 117 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
}
|
| 119 |
|
| 120 |
/**
|
