social_share_privacy 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -85,40 +85,40 @@
|
|
85
85
|
'services' : {
|
86
86
|
'facebook' : {
|
87
87
|
'status' : 'on',
|
88
|
-
'txt_info' : '<%= t('social_share_privacy.facebook.txt_info') %>',
|
89
|
-
'txt_fb_off' : '<%= t('social_share_privacy.facebook.txt_off') %>',
|
90
|
-
'txt_fb_on' : '<%= t('social_share_privacy.facebook.txt_on') %>',
|
88
|
+
'txt_info' : '<%= I18n.t('social_share_privacy.facebook.txt_info') %>',
|
89
|
+
'txt_fb_off' : '<%= I18n.t('social_share_privacy.facebook.txt_off') %>',
|
90
|
+
'txt_fb_on' : '<%= I18n.t('social_share_privacy.facebook.txt_on') %>',
|
91
91
|
'perma_option' : 'on',
|
92
|
-
'display_name' : '<%= t('social_share_privacy.facebook.display_name') %>',
|
92
|
+
'display_name' : '<%= I18n.t('social_share_privacy.facebook.display_name') %>',
|
93
93
|
'referrer_track' : '',
|
94
94
|
'language' : '<%= I18n.locale.to_s %>',
|
95
95
|
'action' : 'recommend'
|
96
96
|
},
|
97
97
|
'twitter' : {
|
98
98
|
'status' : 'on',
|
99
|
-
'txt_info' : '<%= t('social_share_privacy.twitter.txt_info') %>',
|
100
|
-
'txt_twitter_off' : '<%= t('social_share_privacy.twitter.txt_off') %>',
|
101
|
-
'txt_twitter_on' : '<%= t('social_share_privacy.twitter.txt_on') %>',
|
99
|
+
'txt_info' : '<%= I18n.t('social_share_privacy.twitter.txt_info') %>',
|
100
|
+
'txt_twitter_off' : '<%= I18n.t('social_share_privacy.twitter.txt_off') %>',
|
101
|
+
'txt_twitter_on' : '<%= I18n.t('social_share_privacy.twitter.txt_on') %>',
|
102
102
|
'perma_option' : 'on',
|
103
|
-
'display_name' : '<%= t('social_share_privacy.twitter.display_name') %>',
|
103
|
+
'display_name' : '<%= I18n.t('social_share_privacy.twitter.display_name') %>',
|
104
104
|
'referrer_track' : '',
|
105
105
|
'tweet_text' : getTweetText,
|
106
106
|
'language' : '<%= I18n.locale.to_s %>'
|
107
107
|
},
|
108
108
|
'gplus' : {
|
109
109
|
'status' : 'on',
|
110
|
-
'txt_info' : '<%= t('social_share_privacy.gplus.txt_info') %>',
|
111
|
-
'txt_gplus_off' : '<%= t('social_share_privacy.gplus.txt_off') %>',
|
112
|
-
'txt_gplus_on' : '<%= t('social_share_privacy.gplus.txt_on') %>',
|
110
|
+
'txt_info' : '<%= I18n.t('social_share_privacy.gplus.txt_info') %>',
|
111
|
+
'txt_gplus_off' : '<%= I18n.t('social_share_privacy.gplus.txt_off') %>',
|
112
|
+
'txt_gplus_on' : '<%= I18n.t('social_share_privacy.gplus.txt_on') %>',
|
113
113
|
'perma_option' : 'on',
|
114
|
-
'display_name' : '<%= t('social_share_privacy.gplus.display_name') %>,
|
114
|
+
'display_name' : '<%= I18n.t('social_share_privacy.gplus.display_name') %>,
|
115
115
|
'referrer_track' : '',
|
116
116
|
'language' : '<%= I18n.locale.to_s %>'
|
117
117
|
}
|
118
118
|
},
|
119
119
|
'info_link' : 'http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html',
|
120
|
-
'txt_help' : '<%= t('social_share_privacy.txt_help') %>',
|
121
|
-
'settings_perma' : '<%= t('social_share_privacy.settings_perma') %>'
|
120
|
+
'txt_help' : '<%= I18n.t('social_share_privacy.txt_help') %>',
|
121
|
+
'settings_perma' : '<%= I18n.t('social_share_privacy.settings_perma') %>'
|
122
122
|
'cookie_path' : '/',
|
123
123
|
'cookie_domain' : document.location.host,
|
124
124
|
'cookie_expires' : '365',
|