Google Apps Login - Version 2.9.7

Version Description

Added gal_set_login_cookie filter so you can prevent Google Apps Login from setting its wordpress_google_apps_login cookie under certain circumstances. It only technically needs to be set on the wp-login.php page in most installations, and you may find that if it sets the cookie on any page load (which it does when not already set) then this prevents caching on heavy traffic pages.

Download this release

Release Info

Developer danlester
Plugin Icon 128x128 Google Apps Login
Version 2.9.7
Comparing to
See all releases

Code changes from version 2.9.6 to 2.9.7

core/core_google_apps_login.php CHANGED
@@ -442,7 +442,7 @@ class core_google_apps_login {
442
  $_POST['rememberme'] = true;
443
  }
444
  }
445
- if (!isset($_COOKIE[self::$gal_cookie_name])) {
446
  setcookie(self::$gal_cookie_name, $this->get_cookie_value(), time()+36000, '/', defined(COOKIE_DOMAIN) ? COOKIE_DOMAIN : '' );
447
  }
448
  }
442
  $_POST['rememberme'] = true;
443
  }
444
  }
445
+ if (!isset($_COOKIE[self::$gal_cookie_name]) && apply_filters('gal_set_login_cookie', true)) {
446
  setcookie(self::$gal_cookie_name, $this->get_cookie_value(), time()+36000, '/', defined(COOKIE_DOMAIN) ? COOKIE_DOMAIN : '' );
447
  }
448
  }
google_apps_login.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Google Apps Login
5
  * Plugin URI: http://wp-glogin.com/
6
  * Description: Simple secure login for Wordpress through users' Google Apps accounts (uses secure OAuth2, and MFA if enabled)
7
- * Version: 2.9.6
8
  * Author: Dan Lester
9
  * Author URI: http://wp-glogin.com/
10
  * License: GPL3
@@ -23,7 +23,7 @@ else {
23
 
24
  class basic_google_apps_login extends core_google_apps_login {
25
 
26
- protected $PLUGIN_VERSION = '2.9.6';
27
 
28
  // Singleton
29
  private static $instance = null;
4
  * Plugin Name: Google Apps Login
5
  * Plugin URI: http://wp-glogin.com/
6
  * Description: Simple secure login for Wordpress through users' Google Apps accounts (uses secure OAuth2, and MFA if enabled)
7
+ * Version: 2.9.7
8
  * Author: Dan Lester
9
  * Author URI: http://wp-glogin.com/
10
  * License: GPL3
23
 
24
  class basic_google_apps_login extends core_google_apps_login {
25
 
26
+ protected $PLUGIN_VERSION = '2.9.7';
27
 
28
  // Singleton
29
  private static $instance = null;
lang/google-apps-login-be_BY.mo ADDED
Binary file
lang/google-apps-login-be_BY.po ADDED
@@ -0,0 +1,1437 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Development (trunk) in Belarusian
2
+ # This file is distributed under the same license as the Development (trunk) package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: 2016-05-17 10:16-0000\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
10
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
11
+ "X-Generator: Poedit 1.6.4\n"
12
+ "Project-Id-Version: Development (trunk)\n"
13
+ "POT-Creation-Date: \n"
14
+ "Last-Translator: \n"
15
+ "Language-Team: \n"
16
+ "Language: be_BE\n"
17
+
18
+ #: core/core_google_apps_login.php:870
19
+ msgid "Remember Me - do not log users out at end of browser session"
20
+ msgstr ""
21
+ "Запомніць мяне - не ўвайшлі ў сістэму карыстальнікаў на прыыканцы сесіі "
22
+ "браўзэра"
23
+
24
+ #: core/core_google_apps_login.php:292
25
+ msgid "The user must use <i>%s</i> to access the site"
26
+ msgstr ""
27
+ "Карыстальнік павінен выкарыстоўваць <i>%s</i>, каб атрымаць доступ да сайта"
28
+
29
+ #: core/core_google_apps_login.php:296
30
+ msgid "Unrecognized error message"
31
+ msgstr "Невядомае паведамленне пра памылку"
32
+
33
+ #: core/core_google_apps_login.php:987
34
+ msgid "Error with file upload on the server - no temp directory exists"
35
+ msgstr "Памылка пры загрузцы файла на серверы - часовы каталог не існуе"
36
+
37
+ #: core/core_google_apps_login.php:988
38
+ msgid "Error with file upload on the server - failed to write to disk"
39
+ msgstr "Памылка пры загрузцы файла на серверы - не атрымалася запісаць на дыск"
40
+
41
+ #: core/core_google_apps_login.php:989
42
+ msgid "JSON key file was empty"
43
+ msgstr "Ключавы файл у фармаце JSON быў пусты"
44
+
45
+ #: core/core_google_apps_login.php:990
46
+ msgid "JSON key file could not be decoded correctly"
47
+ msgstr "Ключавы файл у фармаце JSON не можа быць правільна дэкадаваны"
48
+
49
+ #: core/core_google_apps_login.php:991
50
+ msgid ""
51
+ "JSON key file does not contain all of client_email, client_id, private_key, "
52
+ "and type"
53
+ msgstr ""
54
+ "Ключавы файл у фармаце JSON не ўтрымлівае ўсіх: кліента электроннай пошты, "
55
+ "ідэнтыфікатара кліента, закрытага ключа, і тыпу"
56
+
57
+ #: core/core_google_apps_login.php:992
58
+ msgid "JSON key file does not represent a Service Account"
59
+ msgstr "Ключавы файл у фармаце JSON не з'яўляецца ўліковай запісю службы"
60
+
61
+ #: core/core_google_apps_login.php:993
62
+ msgid ""
63
+ "Key cannot be coerced into a PEM key - invalid format in private_key of JSON "
64
+ "key file"
65
+ msgstr ""
66
+ "Ключ не можа быць прыведзены ў ключ PEM - недапушчальны фармат у private_key "
67
+ "ключавым файле JSON"
68
+
69
+ #: core/core_google_apps_login.php:998
70
+ msgid "Unspecified error"
71
+ msgstr "Невядомая памылка"
72
+
73
+ #: core/core_google_apps_login.php:1185
74
+ msgid "Settings"
75
+ msgstr "Налады"
76
+
77
+ #: google_apps_login.php:58
78
+ msgid ""
79
+ "For full support, and premium features that greatly simplify WordPress user "
80
+ "management for admins, please visit:"
81
+ msgstr ""
82
+ "Для атрымання поўнай падтрымкі, дадатковых магчымасцей, якія значна "
83
+ "спрасцяць кіраванне карыстальнікамі WordPress, калі ласка, наведайце:"
84
+
85
+ #: google_apps_login.php:160
86
+ msgid ""
87
+ "The Domain Control section is only applicable to the premium and enterprise "
88
+ "versions of this plugin."
89
+ msgstr ""
90
+ "Секцыя кіравання дамена дастасавальна толькі да прэміум і карпаратыўных "
91
+ "версій гэтага плагіна."
92
+
93
+ #: google_apps_login.php:162
94
+ msgid ""
95
+ "In this basic version of the plugin, any <i>existing</i> WordPress account "
96
+ "corresponding to a Google email address can authenticate via Google."
97
+ msgstr ""
98
+ "У гэтай базавай версіі плагіна, любы <i>existing</i> WordPress карыстальнік "
99
+ "мае адпаведны адрас электроннай пошты Google, сапраўднасць якой можна "
100
+ "праверыць з дапамогай Google."
101
+
102
+ #: google_apps_login.php:212
103
+ msgid ""
104
+ "Completely forget about WordPress user management - upgrade to <a href=\"%s"
105
+ "\">Google Apps Login Premium or Enterprise</a> to automatically sync users "
106
+ "from your Google Apps domain"
107
+ msgstr ""
108
+ "Цалкам забудзьцеся пра кіравання карыстальнікамі ў WordPress - абнавіце <a "
109
+ "href=\"%s\">Google Apps Login Premium or Enterprise</a>, каб аўтаматычна "
110
+ "сінхранізаваць карыстальнікаў з вашага дамена Google Apps "
111
+
112
+ #: google_apps_login.php:214
113
+ msgid "Find out more"
114
+ msgstr "Даведайцеся больш"
115
+
116
+ #: google_apps_login.php:215
117
+ msgid "No Thanks"
118
+ msgstr "Не, дзякуй"
119
+
120
+ #. Plugin URI of the plugin/theme
121
+ #. Author URI of the plugin/theme
122
+ msgid "http://wp-glogin.com/"
123
+ msgstr "http://wp-glogin.com/"
124
+
125
+ #. Description of the plugin/theme
126
+ msgid ""
127
+ "Simple secure login for Wordpress through users' Google Apps accounts (uses "
128
+ "secure OAuth2, and MFA if enabled)"
129
+ msgstr ""
130
+ "Просты бяспечны ўваход у Wordpress праз Google Apps акаўнты(выкарыстоўвае "
131
+ "бяспечны OAuth2, і MFA, калі яны ўключаны)"
132
+
133
+ #. Author of the plugin/theme
134
+ msgid "Dan Lester"
135
+ msgstr "Дэн Лестэр"
136
+
137
+ #: core/core_google_apps_login.php:212
138
+ msgid "Redirecting to <a href=\"%s\">Login via Google</a>..."
139
+ msgstr "Перанакіраванне на <a href=\"%s\"> Увайсці праз Google </a> "
140
+
141
+ #: core/core_google_apps_login.php:226
142
+ msgid "Powered by "
143
+ msgstr "Працуе на"
144
+
145
+ #: core/core_google_apps_login.php:242
146
+ msgid "or"
147
+ msgstr "або"
148
+
149
+ #: core/core_google_apps_login.php:260
150
+ msgid "Login with Google"
151
+ msgstr "Увайсці з дапамогай Google"
152
+
153
+ #: core/core_google_apps_login.php:284
154
+ msgid "You did not grant access"
155
+ msgstr "Вы не прадставілі доступ"
156
+
157
+ #: core/core_google_apps_login.php:307
158
+ msgid ""
159
+ "Session mismatch - try again, but there could be a problem setting state"
160
+ msgstr ""
161
+ "Несупадзенне сесіі - паспрабуйце яшчэ раз, але можа быць праблема ў наладах "
162
+ "стану"
163
+
164
+ #: core/core_google_apps_login.php:313
165
+ msgid ""
166
+ "Session mismatch - try again, but there could be a problem passing state"
167
+ msgstr ""
168
+ "Несупадзенне сесіі - паспрабуйце яшчэ раз, але можа быць праблема ў "
169
+ "перасылке стану"
170
+
171
+ #: core/core_google_apps_login.php:320
172
+ msgid ""
173
+ "Session mismatch - try again, but there could be a problem setting cookies"
174
+ msgstr ""
175
+ "Несупадзенне сесіі - паспрабуйце яшчэ раз, але можа быць праблема ў наладах "
176
+ "cookies"
177
+
178
+ #: core/core_google_apps_login.php:354
179
+ msgid "Email needs to be verified on your Google Account"
180
+ msgstr "Электронная пошта павінна быць праверана ў Вашым акаўнце Google"
181
+
182
+ #: core/core_google_apps_login.php:378
183
+ msgid "User authenticated OK, but error fetching user details from Google"
184
+ msgstr ""
185
+ "Аутэфікацыя карыстальніка паспяхова, але памылка дадзеных карыстальніка з "
186
+ "Google"
187
+
188
+ #: core/core_google_apps_login.php:396
189
+ msgid "User %s not registered in Wordpress"
190
+ msgstr "Карыстальнік не зарэгістраваны ў Wordpress: %s"
191
+
192
+ #: core/core_google_apps_login.php:524
193
+ msgid ""
194
+ "You will need to complete Google Apps Login <a href=\"%s\">Settings</a> in "
195
+ "order for the plugin to work"
196
+ msgstr ""
197
+ "Вам трэба будзе ўсе запоўніць пры ўваход у Google Apps<a href=\"%s"
198
+ "\">Settings</a> для таго, каб убудова працавала"
199
+
200
+ #: core/core_google_apps_login.php:576 core/core_google_apps_login.php:581
201
+ msgid "Google Apps Login settings"
202
+ msgstr "налады ўваходу ў Google Apps"
203
+
204
+ #. Plugin Name of the plugin/theme
205
+ #: core/core_google_apps_login.php:576 core/core_google_apps_login.php:581
206
+ msgid "Google Apps Login"
207
+ msgstr "Уваход у Google Apps"
208
+
209
+ #: core/core_google_apps_login.php:604
210
+ msgid "Google Apps Login setup"
211
+ msgstr "Настройка ўваходу у Google Apps"
212
+
213
+ #: core/core_google_apps_login.php:610
214
+ msgid ""
215
+ "To set up your website to enable Google logins, you will need to follow "
216
+ "instructions specific to your website."
217
+ msgstr ""
218
+ "Для таго, каб у свой вэб-сайт устроіць лагіны Google, вам трэба будзе "
219
+ "прытрымлівацца спецыфічных інструкцый да вашага сайта."
220
+
221
+ #: core/core_google_apps_login.php:613
222
+ msgid "Click here to open your personalized instructions in a new window"
223
+ msgstr "Націсніце тут, каб адкрыць персаналізаваныя інструкцыі ў новым акне"
224
+
225
+ #: core/core_google_apps_login.php:639
226
+ msgid "Save Changes"
227
+ msgstr "Захаваць змены"
228
+
229
+ #: core/core_google_apps_login.php:668
230
+ msgid "Settings saved."
231
+ msgstr "Налады захоўваюцца."
232
+
233
+ #: core/core_google_apps_login.php:695
234
+ msgid ""
235
+ "The <a href='%s'>instructions</a> above will guide you to Google's Cloud "
236
+ "Console where you will enter two URLs, and also obtain two codes (Client ID "
237
+ "and Client Secret) which you will need to enter in the boxes below."
238
+ msgstr ""
239
+ "<a href='%s'>Інструкцыі</a> направяць вас у Google's Cloud Console, дзе вы "
240
+ "можаце ўвесці два URL-адрасы, а таксама атрымаць два кода (ідэнтыфікатар "
241
+ "кліента і кліента сакрэт), які вам трэба будзе ўвесці ў скрыні ніжэй."
242
+
243
+ #: core/core_google_apps_login.php:702
244
+ msgid "Client ID"
245
+ msgstr "Ідэнтыфікатар кліента"
246
+
247
+ #: core/core_google_apps_login.php:705 core/core_google_apps_login.php:711
248
+ msgid "Normally something like %s"
249
+ msgstr "Звычайна нешта накшталт %s"
250
+
251
+ #: core/core_google_apps_login.php:708
252
+ msgid "Client Secret"
253
+ msgstr "Сакрэт кліента"
254
+
255
+ #: core/core_google_apps_login.php:743
256
+ msgid "Service Account Client ID / Name"
257
+ msgstr "Уліковы запіс службы Ідэнтыфікацыйны нумар кліента / Імя"
258
+
259
+ #: core/core_google_apps_login.php:751
260
+ msgid "Service Account email address"
261
+ msgstr "Уліковы запіс службы электроннай пошты"
262
+
263
+ #: core/core_google_apps_login.php:758
264
+ msgid "Private key fingerprint"
265
+ msgstr "Сакрэтны ключ адбіткаў пальцаў"
266
+
267
+ #: core/core_google_apps_login.php:766
268
+ msgid "Upload a new Service Account JSON file"
269
+ msgstr "Загрузіць новы файл службы ўліковага запісу ў фармаце JSON"
270
+
271
+ #: core/core_google_apps_login.php:767
272
+ msgid "Paste contents of JSON file"
273
+ msgstr "Ўставіць кантэнт файла JSON"
274
+
275
+ #: core/core_google_apps_login.php:778
276
+ msgid "A Google Apps Domain admin's email"
277
+ msgstr "Адміністратара электроннай пошты дамена Google Apps"
278
+
279
+ #: core/core_google_apps_login.php:845
280
+ msgid ""
281
+ "Once you have the plugin working, you can try these settings to customize "
282
+ "the login flow for your users."
283
+ msgstr ""
284
+ "Калі ўбудова працуе, вы можаце паспрабаваць наладзіць уваход ў сістэму для "
285
+ "карыстальнікаў."
286
+
287
+ #: core/core_google_apps_login.php:846
288
+ msgid "See <a href=\"%s\" target=\"gainstr\">instructions here</a>."
289
+ msgstr "Глядзіце <a href=\"%s\" target=\"gainstr\"> інструкцыі тут</a>."
290
+
291
+ #: core/core_google_apps_login.php:854
292
+ msgid "Force user to confirm Google permissions every time"
293
+ msgstr "Прымушаць карыстача прасіць дазвол у Google кожны раз"
294
+
295
+ #: core/core_google_apps_login.php:862
296
+ msgid "Automatically redirect to Google from login page"
297
+ msgstr "Аўтаматычнае перанакіраванне ў Google ад старонкі ўваходу"
298
+
299
+ #: core/core_google_apps_login.php:878
300
+ msgid "Display 'Powered By wp-glogin.com' on Login form"
301
+ msgstr "Дысплей \"Powered By wp-glogin.com 'на рэгістрацыйнай форме"
302
+
303
+ #: core/core_google_apps_login.php:886
304
+ msgid "Multisite Options"
305
+ msgstr "Многаузлавыя опцыі"
306
+
307
+ #: core/core_google_apps_login.php:887
308
+ msgid ""
309
+ "This setting is for multisite admins only. See <a href=\"%s\" target="
310
+ "\"gainstr\">instructions here</a>."
311
+ msgstr ""
312
+ "Гэтая налада прызначана толькі для адміністратараў некалькіх сайтаў. "
313
+ "Глядзіце <a href=\"%s\" target=\"gainstr\"> інструкцыі тут </a>."
314
+
315
+ #: core/core_google_apps_login.php:892
316
+ msgid "Use sub-site specific callback from Google"
317
+ msgstr "Выкарыстоўвайце канкрэтны зваротны выклік субсайт ад Google"
318
+
319
+ #: core/core_google_apps_login.php:896
320
+ msgid "Leave unchecked if in doubt"
321
+ msgstr "Пакіньце без кантролю, калі ў вас узніклі сумненні"
322
+
323
+ #: core/core_google_apps_login.php:981
324
+ msgid "The Client ID should be longer than that"
325
+ msgstr "Ідэнтыфікатар кліента павінен быць больш, чым"
326
+
327
+ #: core/core_google_apps_login.php:982
328
+ msgid "The Client Secret should be longer than that"
329
+ msgstr "Сакрэт Кліента павінен быць больш, чым"
330
+
331
+ #: core/core_google_apps_login.php:983
332
+ msgid "Service Account email must be a valid email addresses"
333
+ msgstr ""
334
+ "Уліковы запіс службы электроннай пошты павінен быць сапраўдным адрасам "
335
+ "электроннай пошты"
336
+
337
+ #: core/core_google_apps_login.php:984
338
+ msgid ""
339
+ "Google Apps domain admin must be a valid email address of one of your Google "
340
+ "Apps admins"
341
+ msgstr ""
342
+ "Google Apps адміністратар дамена павінен быць сапраўдным адрас электроннай "
343
+ "пошты аднаго з вашых адміністратараў Google Apps"
344
+
345
+ #: core/core_google_apps_login.php:985
346
+ msgid "Error with file upload on the server"
347
+ msgstr "Памылка пры загрузцы файла на сервер"
348
+
349
+ #: core/core_google_apps_login.php:986
350
+ msgid "Error with file upload on the server - file was too large"
351
+ msgstr "Памылка пры загрузцы файла на серверы- Файл быў занадта вялікім"
352
+
353
+ #. Short description.
354
+ msgid ""
355
+ "Simple secure login and user management for Wordpress through your Google "
356
+ "Apps domain \n"
357
+ "(uses secure OAuth2, and MFA if enabled)"
358
+ msgstr ""
359
+ "Просты бяспечны ўваход у Wordpress праз Google Apps акаўнты(выкарыстоўвае "
360
+ "бяспечны OAuth2, і MFA, калі яны ўключаны)"
361
+
362
+ #. Found in faq list item.
363
+ msgid ""
364
+ "<p>Other plugins: Users' passwords may be handled by your blog's server, "
365
+ "potentially unencrypted. If these are compromised,\n"
366
+ "hackers would be able to gain access to your Google email accounts! This "
367
+ "includes all \n"
368
+ "<a href=\"http://www.google.com/enterprise/apps/business/products.html"
369
+ "\">Google Apps</a> (Gmail, Drive, Calendar \n"
370
+ "etc), and any other services which use your Google account to login.</p>"
371
+ msgstr ""
372
+ "<p> Іншыя убудовы: паролі карыстальнікаў могуць быць апрацаваны серверам "
373
+ "вашага блога, патэнцыйна ў незашыфраваным выглядзе. Калі яны "
374
+ "скампраметаваныя,\n"
375
+ "\n"
376
+ "хакеры змогуць атрымаць доступ да Вашых рахунках электроннай пошты Google! "
377
+ "Гэта ўключае ў сябе ўсе<a href=\"http://www.google.com/enterprise/apps/"
378
+ "business/products.html\">Google Apps</a> (Gmail, Drive, Calendar \n"
379
+ "etc),, а таксама любыя іншыя паслугі, якія выкарыстоўваюць для ўваходу "
380
+ "ўліковы запіс Google. </ p>"
381
+
382
+ #. Found in faq list item.
383
+ msgid ""
384
+ "<p>This plugin: Users' passwords are only ever submitted to Google itself, "
385
+ "then Google is asked to authenticate the user to\n"
386
+ "your WordPress site. This means Multi-factor Authentication can still be "
387
+ "used (if set up on your Google account). \n"
388
+ "Your website only requires permission to authenticate the user and obtain "
389
+ "basic profile data - it can never have access to \n"
390
+ "your emails and other data.</p>"
391
+ msgstr ""
392
+ "<P> Гэты убудова: просіць паролі карыстальнікаў толькі калі ўваходзе ў сам "
393
+ "Google, тады Google спросіць аўтэнтыфікацыі карыстальніка\n"
394
+ "ад вашага WordPress сайт. Гэта азначае, што можа быць выкарыстана "
395
+ "шматразовая аўтэнтыфікацыя(калі ён усталяваны на вашым уліковым запісе "
396
+ "Google).\n"
397
+ "Ваш вэб-сайт патрабуецца толькі дазвол для аўтэнтыфікацыі карыстальніка і "
398
+ "атрымаць базавыя дадзеныя профілю - яна ніколі не зможа мець доступ да\n"
399
+ "вашы паведамленні электроннай пошты і іншых дадзеных. </ p>"
400
+
401
+ #. Found in faq paragraph.
402
+ msgid ""
403
+ "Jonradio Private Site - Try setting the Jonradio option \"Omit ?"
404
+ "redirect_to= from URL (this option is recommended for Custom Login pages)\"."
405
+ msgstr ""
406
+ "Прыватны сайт Jonradio - Паспрабуйце ўсталяваць опцыю \"Omit ?redirect_to= "
407
+ "from URL (гэты варыянт рэкамендуецца для карыстацкіх старонак уваходу)\"."
408
+
409
+ #. Found in installation list item.
410
+ msgid ""
411
+ "Upload <code>googleappslogin</code> directory and contents to the <code>/wp-"
412
+ "content/plugins/</code> directory, or upload the ZIP file directly in\n"
413
+ "the Plugins section of your Wordpress admin"
414
+ msgstr ""
415
+ "Загрузіце <code>googleappslogin</code> каталог і кантэнт ў <code>/wp-content/"
416
+ "plugins/</code> каталог або загрузіце файл ZIP непасрэдна ў\n"
417
+ "раздзел Убудовы Wordpress admin"
418
+
419
+ #. Found in description list item.
420
+ msgid ""
421
+ "Persian (fa_IR) - translated by <a href=\"https://profiles.wordpress.org/"
422
+ "saeed1000/\">Saeed1000</a>"
423
+ msgstr ""
424
+ "Фарсі (fa_IR) - перакладзеная на <a href=\"https://profiles.wordpress.org/"
425
+ "saeed1000/\"> Saeed1000 </a>"
426
+
427
+ #. Found in description paragraph.
428
+ msgid ""
429
+ "The <a href=\"http://wp-glogin.com/glogin/?utm_source=Login%20Readme"
430
+ "%20PremEnt&amp;utm_medium=freemium&amp;utm_campaign=Freemium\">Premium and "
431
+ "Enterprise versions</a> eliminate the need to manage user accounts in your "
432
+ "WordPress site - everything is synced from Google Apps instead."
433
+ msgstr ""
434
+ "<a href=\"http://wp-glogin.com/glogin/?utm_source=Login%20Readme"
435
+ "%20PremEnt&amp;utm_medium=freemium&amp;utm_campaign=Freemium\">Premium and "
436
+ "Enterprise versions</a> ліквідаваць неабходнасць кіравання ўліковымі "
437
+ "запісамі карыстальнікаў на вашым сайце WordPress -замест гэтага усё "
438
+ "сінхранізуецца з Службаў Google."
439
+
440
+ #. Found in description paragraph.
441
+ msgid ""
442
+ "<strong>See <a href=\"http://wp-glogin.com/glogin/?utm_source=Login%20Readme"
443
+ "%20Top&amp;utm_medium=freemium&amp;utm_campaign=Freemium\">our website at wp-"
444
+ "glogin.com</a> for more details.</strong>"
445
+ msgstr ""
446
+ "<strong>Глядзіце<a href=\"http://wp-glogin.com/glogin/?utm_source=Login"
447
+ "%20Readme%20Top&amp;utm_medium=freemium&amp;utm_campaign=Freemium\">our "
448
+ "website at wp-glogin.com</a> для больш падрабязнай інфармацыі.</strong>"
449
+
450
+ #. Found in description paragraph.
451
+ msgid ""
452
+ "The Premium version allows everyone in your Google Apps domain to login to "
453
+ "WordPress - an account will be automatically created in WordPress if one "
454
+ "doesn't already exist."
455
+ msgstr ""
456
+ "Прэміум версія дазваляе кожнаму ў дамене Службаў Google ўваходдзіць "
457
+ "WordPress - уліковы запіс будзе створана аўтаматычна ў WordPress, калі яшчэ "
458
+ "не існуе."
459
+
460
+ #. Found in description paragraph.
461
+ msgid ""
462
+ "Our Enterprise version goes further, allowing you to specify granular access "
463
+ "and role controls based on Google Group membership.\n"
464
+ "You can also see logs of accounts created and roles changed by the plugin."
465
+ msgstr ""
466
+ "Наша карпаратыўная версія ідзе далей, дазваляючы вам ўказаць дэталізаваны "
467
+ "доступ і ролі кіравання, заснаваныя на членстве Google Group.\n"
468
+ "Вы таксама можаце ўбачыць дадзеные ўліковых запісаў, створаць і змяняць ролі "
469
+ "з дапамогай плагіна."
470
+
471
+ #. Found in description paragraph.
472
+ msgid ""
473
+ "We are looking for volunteers to translate into their own language. If you "
474
+ "would like to contribute a translation, please \n"
475
+ "get in touch: contact@wp-glogin.com."
476
+ msgstr ""
477
+ "Мы шукаем добраахвотнікаў для пераводу на іх родную мову. Калі вы хочаце "
478
+ "ўнесці свой уклад у пераклад, калі ласка,\n"
479
+ "напішыце мне: contact@wp-glogin.com."
480
+
481
+ #. Found in description header.
482
+ msgid "Website and Upgrades"
483
+ msgstr "Вэб-сайт і абнаўленні"
484
+
485
+ #. Found in description list item.
486
+ msgid ""
487
+ "Swedish (sv_SE) - translated by Johan Linde of <a href=\"http://syellen.se/"
488
+ "\">S/Y ELLEN</a>"
489
+ msgstr ""
490
+ "Шведскі (sv_SE) - у перакладзе Йохан Ліндзе з <a href=\"http://syellen.se/"
491
+ "\">S/Y ELLEN</a>"
492
+
493
+ #. Found in description list item.
494
+ msgid ""
495
+ "Italian (it_IT) - translated by Giorgio Draghetti of <a href=\"http://"
496
+ "tipinoncomuni.it/\">tipinoncomuni</a>"
497
+ msgstr ""
498
+ "Італьянская мова (it_IT) - у перакладзе Джорджыа Draghetti з <a href="
499
+ "\"http://tipinoncomuni.it/\"> tipinoncomuni </a>"
500
+
501
+ #. Found in description paragraph.
502
+ msgid ""
503
+ "Eliminate the need for Google Apps domain admins to separately manage "
504
+ "WordPress user accounts, and get peace\n"
505
+ "of mind that only authorized employees have access to your organizations's "
506
+ "websites and intranet."
507
+ msgstr ""
508
+ "Ліквідаваць неабходнасць асобнага кіравання ўліковымі запісамі "
509
+ "карыстальнікаў WordPress даменнымі адміністратарамі Google Apps, і быць "
510
+ "упэўненым, што толькі аўтарызаваныя супрацоўнікі маюць доступ да вэб-сайтаў "
511
+ "і інтранэт вашай арганізацыі."
512
+
513
+ #. Found in description paragraph.
514
+ msgid ""
515
+ "Google Apps Login allows you to centralize your site's Google functionality "
516
+ "and build your own extensions, or use\n"
517
+ "third-party extensions, which require no configuration themselves and share "
518
+ "the same user authentication and \n"
519
+ "permissions that users already allowed for Google Apps Login itself."
520
+ msgstr ""
521
+ "Google Apps ўваход дазваляе цэнтралізаваць функцыянальнасць вашага сайта ў "
522
+ "Google і ствараць свае ўласныя пашырэння, або выкарыстоўваць\n"
523
+ "іншыя пашырэння, якія не патрабуюць налады і праходзяць тую ж аўтарызацыю і "
524
+ "праверку\n"
525
+ "дазволаў, якія ўжо былі прадугледжаны для самога ўваходу ў сістэму Google "
526
+ "Apps."
527
+
528
+ #. Found in description paragraph.
529
+ msgid ""
530
+ "Using our platform, your website appears to Google accounts as one unified "
531
+ "'web application', making it more secure \n"
532
+ "and easier to manage."
533
+ msgstr ""
534
+ "Выкарыстоўваючы нашу платформу, ваш сайт з'яўляецца ў акаунце Google, у "
535
+ "якасці адзінага \"вэб-прыкладання\", якое робіць яго больш бяспечным\n"
536
+ "і прасцей у кіраванні."
537
+
538
+ #. Found in description paragraph.
539
+ msgid ""
540
+ "<a href=\"http://wp-glogin.com/wpgoogledriveembedder\">Google Drive "
541
+ "Embedder</a> is a free extension plugin allowing \n"
542
+ "users to browse for Google Drive documents to embed directly in their posts "
543
+ "or pages."
544
+ msgstr ""
545
+ "<a href=\"http://wp-glogin.com/wpgoogledriveembedder\">Google Drive "
546
+ "Embedder</a>з'яўляецца свабодным пашырэннем убудовы і дазваляе\n"
547
+ "карыстальнікам праглядаць на Google Drive дакументы для ўбудавання "
548
+ "непасрэдна ў сваі пасты або старонкі."
549
+
550
+ #. Found in description paragraph.
551
+ msgid ""
552
+ "<a href=\"http://wp-glogin.com/wpgoogleappsdirectory\">Google Apps "
553
+ "Directory</a> is a free extension plugin allowing \n"
554
+ "logged-in users to search your Google Apps employee directory from a widget "
555
+ "on your intranet or client site."
556
+ msgstr ""
557
+ "<a href=\"http://wp-glogin.com/wpgoogleappsdirectory\">Google Apps "
558
+ "Directory</a> з'яўляецца свабодным пашырэннем убудовы, якое дазваляе\n"
559
+ "аўтарызаваным карыстальнікам шукаць супрацоўнікаў у вашым каталоге Google "
560
+ "Apps праз віджэт у вашай інтранэце або сайта кліента."
561
+
562
+ #. Found in description paragraph.
563
+ msgid ""
564
+ "<a href=\"http://wp-glogin.com/avatars/?utm_source=Login%20Readme"
565
+ "%20Avatars&amp;utm_medium=freemium&amp;utm_campaign=Freemium\">Google "
566
+ "Profile Avatars</a> \n"
567
+ "is available on our website. It displays users' Google profile photos in "
568
+ "place of their avatars throughout your site."
569
+ msgstr ""
570
+ "<a href=\"http://wp-glogin.com/avatars/?utm_source=Login%20Readme"
571
+ "%20Avatars&amp;utm_medium=freemium&amp;utm_campaign=Freemium\">Google "
572
+ "Profile Avatars</a>можна знайсці на нашым сайце. Ён адлюстроўвае ў профілі "
573
+ "карыстальнікаў Google фатаграфіі на месцы сваіх аватараў на сваім сайце."
574
+
575
+ #. Found in description paragraph.
576
+ msgid ""
577
+ "Google Apps Login uses the latest secure OAuth2 authentication recommended "
578
+ "by Google. Other 3rd party authentication \n"
579
+ "plugins may allow you to use your Google username and password to login, but "
580
+ "they do not do this securely unless \n"
581
+ "they also use OAuth2. This is discussed further in the <a href=\"http://"
582
+ "wordpress.org/plugins/google-apps-login/faq/\">FAQ</a>."
583
+ msgstr ""
584
+ "Google Apps ўваход выкарыстоўвае апошнюю абароненую аўтэнтыфікацыю OAuth2 "
585
+ "рэкамендаваную Google. Праверка сапраўднасці іншых убудоў\n"
586
+ "можа дазволіць вам выкарыстоўваць ваша імя карыстальніка і пароль для "
587
+ "ўваходу ў Google, але дадзеная працэдура не з'яўляецца бяспечнай, калі "
588
+ "толькі\n"
589
+ "яны таксама не выкарыстоўваюць oauth2. Гэта абмяркоўваецца далей у <a href="
590
+ "\"http://wordpress.org/plugins/google-apps-login/faq/\"> FAQ </a>."
591
+
592
+ #. Found in description paragraph.
593
+ msgid ""
594
+ "Please see our website <a href=\"http://wp-glogin.com/?utm_source=Login"
595
+ "%20Readme%20Website&amp;utm_medium=freemium&amp;utm_campaign=Freemium"
596
+ "\">http://wp-glogin.com/</a> for more information about this free plugin \n"
597
+ "and extra features available in our Premium and Enterprise upgrades, plus "
598
+ "support details, other plugins, and useful guides for admins of\n"
599
+ "WordPress sites and Google Apps."
600
+ msgstr ""
601
+ "Калі ласка, наведайце наш сайт <a href=\"http://wp-glogin.com/?"
602
+ "utm_source=Login%20Readme%20Website&amp;utm_medium=freemium&amp;"
603
+ "utm_campaign=Freemium\">http://wp-glogin.com/</a> для атрымання дадатковай "
604
+ "інфармацыі аб гэтай бясплатнай убудове\n"
605
+ "і дадатковых функцыях, даступных ў нашых Premium і Enterprise абнаўленнях, а "
606
+ "таксама падрабязныя звесткі падтрымкі, іншыя убудовы і карысныя парады "
607
+ "кіраўніцтва для адмінаў\n"
608
+ "для WordPress сайтаў і Google Apps."
609
+
610
+ #. Found in description paragraph.
611
+ msgid ""
612
+ "If you are building your organization's intranet on WordPress, try out our \n"
613
+ "<a href=\"http://wp-glogin.com/intranet/?utm_source=Login%20Readme"
614
+ "%20AIOI&amp;utm_medium=freemium&amp;utm_campaign=Freemium\">All-In-One "
615
+ "Intranet plugin</a>."
616
+ msgstr ""
617
+ "Калі вы ствараеце інтранэт арганізацыі на WordPress, паспрабуйце наш\n"
618
+ "<a href=\"http://wp-glogin.com/intranet/?utm_source=Login%20Readme"
619
+ "%20AIOI&amp;utm_medium=freemium&amp;utm_campaign=Freemium\">All-In-One "
620
+ "Intranet plugin</a>."
621
+
622
+ #. Found in installation paragraph.
623
+ msgid ""
624
+ "Personalized instructions to configure the plugin by registering your site "
625
+ "with Google Apps are linked from \n"
626
+ "the WordPress admin panel once you have activated the plugin. For a (non-"
627
+ "personalized) preview of these instructions \n"
628
+ "please <a href=\"http://wp-glogin.com/installing-google-apps-login/basic-"
629
+ "setup/\">click here</a>."
630
+ msgstr ""
631
+ "Персаналізаваныя інструкцыі для налады плагіна па рэгістрацыі вашага сайта з "
632
+ "дапамогай Google Apps становяцца даступныя з\n"
633
+ "панэлі адміністратара WordPress адразу пасля актывацыі плагіна. Для "
634
+ "(неперсанаванага) папярэдняга прагляду дадзенай інструкцыі\n"
635
+ "калі ласка <a href=\"http://wp-glogin.com/installing-google-apps-login/basic-"
636
+ "setup/\"> націсніце тут </a>."
637
+
638
+ #. Found in faq paragraph.
639
+ msgid ""
640
+ "Full support is available if you purchase the appropriate license from the "
641
+ "author via:\n"
642
+ "<a href=\"http://wp-glogin.com/glogin/?utm_source=Login%20Readme"
643
+ "%20Premium&amp;utm_medium=freemium&amp;utm_campaign=Freemium\">http://wp-"
644
+ "glogin.com/glogin/</a>"
645
+ msgstr ""
646
+ "Поўная падтрымка даступна, калі вы набываеце адпаведную ліцэнзію ад аўтара "
647
+ "праз:\n"
648
+ "<аhref=\"http://wp-glogin.com/glogin/?utm_source=Login%20Readme"
649
+ "%20Premium&amp;utm_medium=freemium&amp;utm_campaign=Freemium\">http://wp-"
650
+ "glogin.com/glogin/</a>"
651
+
652
+ #. Found in faq paragraph.
653
+ msgid ""
654
+ "Please feel free to email <a href=\"mailto:contact@wp-glogin.com"
655
+ "\">contact@wp-glogin.com</a> with any questions,\n"
656
+ "as we may be able to help, but you may be required to purchase a support "
657
+ "license if the problem\n"
658
+ "is specific to your installation or requirements."
659
+ msgstr ""
660
+ "Калі ласка, не саромейцеся, пішыце <a href=\"mailto:contact@wp-glogin.com\"> "
661
+ "contact@wp-glogin.com </a> з любымі пытаннямі,\n"
662
+ ", Мы паспрабуем дапамагчы, але вам можа спатрэбіцца набыць ліцэнзію "
663
+ "падтрымкі, калі праблема\n"
664
+ "з'яўляецца спецыфічным для вашай ўстаноўкі або патрабаванняў."
665
+
666
+ #. Found in faq paragraph.
667
+ msgid ""
668
+ "We may occasionally be able to respond to support queries posted on the "
669
+ "'Support' forum here on the wordpress.org\n"
670
+ "plugin page, but we recommend sending us an email instead if possible."
671
+ msgstr ""
672
+ "Мы часам будзем адказваць на запыты, размешчаныя на форуме \"Падтрымка\", "
673
+ "тут, на старонцы ўбудовы wordpress.org, але замест гэтага мы б рэкамендавалі "
674
+ "адпраўляць нам лісты па электроннай пошце, калі гэта магчыма."
675
+
676
+ #. Found in faq paragraph.
677
+ msgid ""
678
+ "No, once you set up the plugin, any WordPress accounts whose email address "
679
+ "corresponds to <em>any</em> Google account, \n"
680
+ "whether on a different Google Apps domain or even a personal gmail.com "
681
+ "account, will be able to use 'Login with \n"
682
+ "Google' to easily connect to your WordPress site."
683
+ msgstr ""
684
+ "Няма, як толькі вы стварылі ўбудова, любы ўліковы запіс WordPress, адрас "
685
+ "электроннай пошты, якой адпавядае <em> any </ em> ўліковага запісу Google,\n"
686
+ "будзь яна на іншым дамене Google Apps ці нават на асабістым акаўнце gmail."
687
+ "com, будзе мець магчымасць выкарыстоўваць \"Уваход з\n"
688
+ "Google \"і з лёгкасцю падлучацца да WordPress сайту."
689
+
690
+ #. Found in faq paragraph.
691
+ msgid ""
692
+ "However, our <a href=\"http://wp-glogin.com/glogin/?utm_source=Login%20Readme"
693
+ "%20FAQ&amp;utm_medium=freemium&amp;utm_campaign=Freemium\">premium plugin</"
694
+ "a> has features that greatly simplify\n"
695
+ "your WordPress user management if your WordPress users are mostly on the "
696
+ "same Google Apps domain(s)."
697
+ msgstr ""
698
+ "Тым не менш, наш<аhref=\"http://wp-glogin.com/glogin/?utm_source=Login"
699
+ "%20Readme%20FAQ&amp;utm_medium=freemium&amp;utm_campaign=Freemium\">premium "
700
+ "</a> убудова мае асаблівасці, якія значна спрашчаюць\n"
701
+ "ваша карыстацкае кіраванне WordPress, асабліва, калі вашы карыстальнікі "
702
+ "WordPress знаходзяцца ў асноўным на тым жа дамене (ах) прыкладання Google."
703
+
704
+ #. Found in faq paragraph.
705
+ msgid ""
706
+ "However, you may have configured your site to run so that the login pages \n"
707
+ "can be accessed by <em>either</em> HTTP <em>or</em> HTTPS. In that case, you "
708
+ "may run into problems. \n"
709
+ "We recommend that you set <a href=\"http://codex.wordpress.org/"
710
+ "Administration_Over_SSL\">FORCE_SSL_ADMIN</a> \n"
711
+ "to true. This will ensure that all users are consistently using HTTPS\n"
712
+ "for login."
713
+ msgstr ""
714
+ "Тым не менш, вы маглі наладзіць свой сайт для запуску, так што старонкі "
715
+ "ўваходу\n"
716
+ "могуць быць даступныя <em>альбо</em> HTTP <em>ці</em> HTTPS. У гэтым "
717
+ "выпадку, вы можаце сутыкнуцца з праблемамі.\n"
718
+ "Мы рэкамендуем ўсталяваць <a href=\"http://codex.wordpress.org/"
719
+ "Administration_Over_SSL\"> FORCE_SSL_ADMIN </a>\n"
720
+ " Гэта гарантуе, што ўсе карыстальнікі будуць ужываць для ўваходу ў сістэму "
721
+ "пратакол HTTPS"
722
+
723
+ #. Found in faq paragraph.
724
+ msgid ""
725
+ "You may then need to ensure the Redirect URL and Web Origin in the Google "
726
+ "Cloud Console are\n"
727
+ "set as HTTPS (this will make sense if you follow the installation "
728
+ "instructions again)."
729
+ msgstr ""
730
+ "Магчыма вам спатрэбіцца забяспечыць Redirect URL і Web Origin ў Google Cloud "
731
+ "Console \n"
732
+ " і ўсталяваць як HTTPS (гэта будзе мець сэнс, калі вы будзеце прытрымлівацца "
733
+ "інструкцыям па ўстаноўцы зноў)."
734
+
735
+ #. Found in faq paragraph.
736
+ msgid ""
737
+ "If for some reason you cannot set FORCE_SSL_ADMIN, then instead you can add "
738
+ "two URLs to the Google\n"
739
+ "Cloud Console for each entry, e.g. Redirect URL = http://wpexample.com/wp-"
740
+ "login.php, and\n"
741
+ "then add another one for https://wpexample.com/wp-login.php. Same idea for "
742
+ "Web Origin."
743
+ msgstr ""
744
+ "Калі па нейкіх прычынах вы не можаце ўсталяваць FORCE_SSL_ADMIN, то замест "
745
+ "гэтага вы можаце дадаць два URL-адрасы ў Google\n"
746
+ " Cloud Console для кожнага запісу, напрыклад, Перанакіраванне URL = http://"
747
+ "wpexample.com/wp-login.php, і\n"
748
+ "затым дадаць яшчэ адзін для https://wpexample.com/wp-login.php. Тая ж самая "
749
+ "ідэя для Web Origin."
750
+
751
+ #. Found in faq paragraph.
752
+ msgid ""
753
+ "It is written, tested, and secure for multisite WordPress, both for "
754
+ "subdirectories and subdomains, and <em>must</em> be activated\n"
755
+ "network-wide for security reasons."
756
+ msgstr ""
757
+ "Яна напісана, праверана і бяспечна для усяго WordPress, як для падкаталогаў "
758
+ "і субдоменов, і <em> павінен </ em> актывавацца\n"
759
+ "у маштабах усёй сеткі па меркаваннях бяспекі."
760
+
761
+ #. Found in faq paragraph.
762
+ msgid ""
763
+ "There are many different possible configurations of multisite WordPress, "
764
+ "however, so you must test carefully if you \n"
765
+ "have any other plugins or special setup."
766
+ msgstr ""
767
+ "Ёсць шмат розных магчымых канфігурацый WordPress, аднак, вы павінны старанна "
768
+ "праверыць, \n"
769
+ "ёсць якія-небудзь іншыя ўбудовы або адмысловай налады."
770
+
771
+ #. Found in faq paragraph.
772
+ msgid ""
773
+ "In a multisite setup, you will see an extra option in Settings -&gt; Google "
774
+ "Apps Login, named 'Use sub-site specific callback \n"
775
+ "from Google'. Read details in the configuration instructions (linked from "
776
+ "the Settings page). This setting will need to be \n"
777
+ "ON if you are using any domain mapping plugin, and extra Redirect URIs will "
778
+ "need to be registered in Google Cloud Console."
779
+ msgstr ""
780
+ "Пры мультысайтавай ўсталёўцы вы ўбачыце дадатковую опцыю ў Наладах - & GT; "
781
+ "Google Apps ўваход, названую \"Выкарыстоўваць суб-сайт ўчастка зваротнага "
782
+ "выкліку\n"
783
+ "ад Google \". Чытайце падрабязнасці ў інструкцыі па наладжванні (спасылка на "
784
+ "старонцы Налады). Гэты параметр павінен быць уключаны, асабліва калі вы "
785
+ "выкарыстоўваеце якую-небудзь убудова для адлюстравання дамена і дадатковыя "
786
+ "Уніфікаваныя Ідэнтыфікатары Перасылкі павінны быць зарэгістраваныя ў Google "
787
+ "Cloud Console."
788
+
789
+ #. Found in faq paragraph.
790
+ msgid ""
791
+ "Yes, and depending on your setup, it can be much more secure than just "
792
+ "using\n"
793
+ "WordPress usernames and passwords."
794
+ msgstr ""
795
+ "Да, і ў залежнасці ад вашага выюара, яна можа быць значна больш сякрэтным, "
796
+ "чым толькі ўжываючы\n"
797
+ "WordPress імёны карыстальнікаў і паролі."
798
+
799
+ #. Found in faq paragraph.
800
+ msgid ""
801
+ "However, the author does not accept liability or offer any guarantee,\n"
802
+ "and it is your responsibility to ensure that your site is secure in the way "
803
+ "you require."
804
+ msgstr ""
805
+ "Тым не менш, аўтар не нясе адказнасці або не прапануе якую-небудзь "
806
+ "гарантыю,\n"
807
+ "і гэта ваша адказнасць, каб пераканацца, што ваш сайт з'яўляецца абароненым, "
808
+ "як вам патрабуецца."
809
+
810
+ #. Found in faq paragraph.
811
+ msgid ""
812
+ "In particular, other plugins may conflict with each other, and different "
813
+ "WordPress versions and configurations\n"
814
+ "may render your site insecure."
815
+ msgstr ""
816
+ "У прыватнасці, іншыя ўбудовы могуць уступаць у супярэчнасць адзін з адным, а "
817
+ "таксама розныя версіі WordPress і канфігурацыі\n"
818
+ "могуць зрабіць ваш сайт небяспечным."
819
+
820
+ #. Found in faq paragraph.
821
+ msgid ""
822
+ "Sometimes conflicts can arise. We have built workarounds for some problems, "
823
+ "and would always appreciate your feedback\n"
824
+ "to resolve any issues you might encounter yourself."
825
+ msgstr ""
826
+ "Часам могуць узнікаць канфлікты. Мы пабудавалі абыходныя шляхі для некаторых "
827
+ "праблем, і заўсёды цэнім вашы водгукі\n"
828
+ "для вырашэння любых пытанняў."
829
+
830
+ #. Found in faq paragraph.
831
+ msgid ""
832
+ "One known issue is with iThemes Security: the settings 'filter suspicious "
833
+ "query strings' and 'filter long URL strings' can \n"
834
+ "both cause intermittent conflicts and should be turned off if you are happy "
835
+ "with the implications."
836
+ msgstr ""
837
+ "Адна вядомая праблема з iThemes бяспекі: Налады 'filter suspicious query "
838
+ "strings' і 'filter long URL strings' могуць\n"
839
+ "выклікаць канфлікты і павінны быць адключаныя."
840
+
841
+ #. Found in faq paragraph.
842
+ msgid ""
843
+ "Google Apps Login uses the latest secure OAuth2 authentication recommended "
844
+ "by Google. Other 3rd party authentication plugins \n"
845
+ "may allow you to use your Google username and password to login, but they do "
846
+ "not always do this securely:"
847
+ msgstr ""
848
+ "Уваход Google Apps выкарыстоўвае апошнюю абароненую аўтэнтыфікацыю OAuth2, "
849
+ "якая рэкамендавана Google. Іншыя ўбудовы, дзе выкарыстоўваецца "
850
+ "аўтэнтыфікацыі ад 3-га ўдзельніка,\n"
851
+ "дазволіць вам выкарыстоўваць ваша імя карыстальніка і пароль для ўваходу ў "
852
+ "Google, але гэта не заўсёды надзейна:"
853
+
854
+ #. Found in faq paragraph.
855
+ msgid ""
856
+ "Other plugins: Users' passwords may be handled by your blog's server, "
857
+ "potentially unencrypted. If these are compromised,\n"
858
+ "hackers would be able to gain access to your Google email accounts! This "
859
+ "includes all \n"
860
+ "<a href=\"http://www.google.com/enterprise/apps/business/products.html"
861
+ "\">Google Apps</a> (Gmail, Drive, Calendar \n"
862
+ "etc), and any other services which use your Google account to login."
863
+ msgstr ""
864
+ "Іншыя убудовы: паролі карыстальнікаў могуць быць апрацаваны серверам вашага "
865
+ "блога, патэнцыйна ў незашыфраваным выглядзе. Калі яны скампраметаваныя,\n"
866
+ "хакеры змогуць атрымаць доступ да акаунтаў электроннай пошты Google! Гэта "
867
+ "ўключае ў сябе ўсе\n"
868
+ "<a href=\"http://www.google.com/enterprise/apps/business/products.html"
869
+ "\">Google Apps</a> (Gmail, Drive, Calendar \n"
870
+ "etc), а таксама любыя іншыя паслугі, якія выкарыстоўваюць уліковы запіс "
871
+ "Google для ўваходу."
872
+
873
+ #. Found in faq paragraph.
874
+ msgid ""
875
+ "This plugin: Users' passwords are only ever submitted to Google itself, then "
876
+ "Google is asked to authenticate the user to\n"
877
+ "your WordPress site. This means Multi-factor Authentication can still be "
878
+ "used (if set up on your Google account). \n"
879
+ "Your website only requires permission to authenticate the user and obtain "
880
+ "basic profile data - it can never have access to \n"
881
+ "your emails and other data."
882
+ msgstr ""
883
+ "Гэты убудова: паролі карыстальнікаў прадстаўляе ў сам Google, то Google "
884
+ "просяць аўтэнтыфікацыі карыстальніка ў\n"
885
+ "ваш WordPress сайт. Гэта азначае, што шматфактарная аўтэнтыфікацыя па-"
886
+ "ранейшаму можа адбыцца(калі ён усталяваны на вашым уліковым запісе Google).\n"
887
+ "Вашаму вэб-сайту патрабуецца толькі дазвол для аўтэнтыфікацыі карыстальніка "
888
+ "і ен атрымвае базавыя дадзеныя профілю - ен ніколі не зможа мець доступ да\n"
889
+ "вашых паведамленняў электроннай пошты і іншых дадзеных."
890
+
891
+ #. Found in description list item.
892
+ msgid "Google Apps for Work"
893
+ msgstr "Google Apps для працы"
894
+
895
+ #. Found in description list item.
896
+ msgid "Google Apps for Business"
897
+ msgstr "Google Apps для бізнесу"
898
+
899
+ #. Found in description list item.
900
+ msgid "Google Apps for Education"
901
+ msgstr "Google Apps для адукацыі"
902
+
903
+ #. Found in description list item.
904
+ msgid "Google Apps for Non-profits"
905
+ msgstr "Google Apps для некамерцыйных арганізацый"
906
+
907
+ #. Found in description list item.
908
+ msgid "Personal gmail.com and googlemail.com emails"
909
+ msgstr "Асабістыя gmail.com і googlemail.com электронныя лісты"
910
+
911
+ #. Found in description list item.
912
+ msgid "English - default"
913
+ msgstr "Англійская - па змаўчанні"
914
+
915
+ #. Found in description list item.
916
+ msgid ""
917
+ "French (fr_FR) - translated by Lucien Ntumba of <a href=\"http://"
918
+ "gpcsolutions.fr/\">GPC.solutions</a>"
919
+ msgstr ""
920
+ "Французская (fr_FR) - у перакладзе з Люсьенам Нтумба з <a href=\"http://"
921
+ "gpcsolutions.fr/\"> GPC.solutions </a>"
922
+
923
+ #. Found in description list item.
924
+ msgid ""
925
+ "Spanish (es_ES) - translated by David Perez of <a href=\"https://www."
926
+ "closemarketing.es/\">Closemarketing</a>"
927
+ msgstr ""
928
+ "Іспанскі (es_ES) - пераклад Дэвід Перэс з <a href=\"https://www."
929
+ "closemarketing.es/\"> Closemarketing </a>"
930
+
931
+ #. Found in description list item.
932
+ msgid ""
933
+ "Danish (da_DK) - translated by Alexander Leo-Hansen of <a href=\"http://"
934
+ "alexanderleohansen.dk/\">alexanderleohansen.dk</a>"
935
+ msgstr ""
936
+ "Дацкая (da_DK) - у перакладзе Аляксандра Лео-Хансен з <a href=\"http://"
937
+ "alexanderleohansen.dk/\"> alexanderleohansen.dk </a>"
938
+
939
+ #. Found in description list item.
940
+ msgid ""
941
+ "Serbo-Croatian (sr_RS) - translated by Borisa Djuraskovic of <a href="
942
+ "\"http://www.webhostinghub.com/\">Web Hosting Hub</a>"
943
+ msgstr ""
944
+ "Сербахарвацкай (sr_RS) - у перакладзе з Borisa Djuraskovic з <a href="
945
+ "\"http://www.webhostinghub.com/\"> Web Hosting Hub</a>"
946
+
947
+ #. Found in description list item.
948
+ msgid ""
949
+ "Arabic (ar_SA) - translated by <a href=\"http://profiles.wordpress.org/"
950
+ "jvarn13\">Jeremy Varnham</a>"
951
+ msgstr ""
952
+ "Арабскi (ar_SA) - перакладзеная на <a href=\"http://profiles.wordpress.org/"
953
+ "jvarn13\"> Jeremy Varnham</a>"
954
+
955
+ #. Found in description list item.
956
+ msgid "Ukrainian (uk_UA) - translated by Serj Kondrashov"
957
+ msgstr "Украінскі (uk_UA) - у перакладзе з Сержам Кандрашовым"
958
+
959
+ #. Found in description list item.
960
+ msgid ""
961
+ "Dutch (nl_NL) - translated by Noell Taravati of <a href=\"http://www.peppix."
962
+ "nl/\">Peppix</a>"
963
+ msgstr ""
964
+ "Галандскі (nl_NL) - у перакладзе з Noell Taravati з <a href=\"http://www."
965
+ "peppix.nl/\"> Peppix </a>"
966
+
967
+ #. Found in description paragraph.
968
+ msgid ""
969
+ "Google Apps Login allows existing Wordpress user accounts to login to your "
970
+ "website using Google to securely authenticate their account. This means that "
971
+ "if they are already logged into Gmail for example, they can simply click "
972
+ "their way through the Wordpress login screen - no username or password is "
973
+ "explicitly required!"
974
+ msgstr ""
975
+ "Уваход у Google Apps дазваляе існуючым карыстальнікам Wordpress уваход на "
976
+ "свой вэб-сайт з дапамогай Google для абароненай аўтэнтыфікацыі свайго "
977
+ "ўліковага запісу. Гэта азначае, што, калі яны ўжо ўвайшлі ў Gmail, "
978
+ "напрыклад, яны могуць проста зайвайсці праз экран ўваходу ў Wordpress - не "
979
+ "уводзячы імя карыстальніка або пароль!"
980
+
981
+ #. Found in description paragraph.
982
+ msgid ""
983
+ "Google Apps Login uses the latest <strong>secure OAuth2 authentication "
984
+ "recommended by Google</strong>, including 2-factor Auth if enabled for your "
985
+ "Google Apps accounts."
986
+ msgstr ""
987
+ "Google Apps Увайсці выкарыстоўвае апошнюю <STRONG> бяспечнай аўтэнтыфікацыі "
988
+ "OAuth2 рэкамендаваны Google </ STRONG>, у тым ліку 2-фактару Auth, калі "
989
+ "гэтая функцыя ўключана для акаўнтаў Google Apps."
990
+
991
+ #. Found in description paragraph.
992
+ msgid ""
993
+ "Plugin setup requires you to have admin access to any Google Apps domain, or "
994
+ "a regular Gmail account, to register and obtain two simple codes from Google."
995
+ msgstr ""
996
+ "Убудове ўстаноўкі неабходна мець доступ адміністратара да любога дамену "
997
+ "Google Apps або звычайны запіс Gmail, каб зарэгістравацца і атрымаць два "
998
+ "простых кодаў з Google."
999
+
1000
+ #. Found in description paragraph.
1001
+ msgid "Full support and premium features are also available for purchase:"
1002
+ msgstr "Поўная падтрымка і дадатковыя магчымасці таксама даступныя для куплі:"
1003
+
1004
+ #. Found in description paragraph.
1005
+ msgid ""
1006
+ "Google Apps Login works on single or multisite WordPress websites or private "
1007
+ "intranets."
1008
+ msgstr ""
1009
+ "Уваход Google Apps працуе для аднаго або некалькіх вэб-сайтаў WordPress ці "
1010
+ "прыватнага інтранэта."
1011
+
1012
+ #. Found in description paragraph.
1013
+ msgid "One-click login will work for the following domains and user accounts:"
1014
+ msgstr ""
1015
+ "Адзін клік увахода будзе працаваць для наступных даменаў і уліковых запісаў "
1016
+ "карыстальнікаў:"
1017
+
1018
+ #. Found in description paragraph.
1019
+ msgid "This plugin currently operates in the following languages:"
1020
+ msgstr "Гэты убудова ў цяперашні час працуе на наступных мовах:"
1021
+
1022
+ #. Found in installation list item.
1023
+ msgid "Go to your WordPress admin control panel's plugin page"
1024
+ msgstr "Перайдзіце на старонку панэлі кіравання вашай WordPress ўбудовы"
1025
+
1026
+ #. Found in installation list item.
1027
+ msgid "Search for 'Google Apps Login'"
1028
+ msgstr "Пошук для 'Google Apps Login'"
1029
+
1030
+ #. Found in installation list item.
1031
+ msgid "Click Install"
1032
+ msgstr "Націсніце кнопку ўстанавіць"
1033
+
1034
+ #. Found in installation list item.
1035
+ msgid "Click Activate on the plugin"
1036
+ msgstr "Націсніце кнопку Актываваць на ўбудове"
1037
+
1038
+ #. Found in installation list item.
1039
+ msgid "Go to 'Google Apps Login' under Settings in your Wordpress admin area"
1040
+ msgstr ""
1041
+ "Перайсці да 'Google Apps Login' у меню Налады ў вашай вобласці Wordpress "
1042
+ "адміністратара"
1043
+
1044
+ #. Found in installation list item.
1045
+ msgid ""
1046
+ "Follow the instructions on that page to obtain two codes from Google, and "
1047
+ "also submit two URLs back to Google"
1048
+ msgstr ""
1049
+ "Выконвайце інструкцыі на гэтай старонцы, каб атрымаць 2 кода ад Google, а "
1050
+ "таксама дадайце 2 URL-адрасы ў Google"
1051
+
1052
+ #. Found in installation list item.
1053
+ msgid "Follow the instructions from step 4 above"
1054
+ msgstr "Выконвайце інструкцыі, пачынаючы з кроку 4 і вышэй"
1055
+
1056
+ #. Found in installation paragraph.
1057
+ msgid ""
1058
+ "To set up the plugin, you will need access to a Google Apps domain as an "
1059
+ "administrator, or just a regular Gmail account."
1060
+ msgstr ""
1061
+ "Каб наладзіць убудову, вам спатрэбіцца доступ да дамену Google Apps у "
1062
+ "якасці адміністратара, ці проста звычайны ўліковы запіс Gmail."
1063
+
1064
+ #. Found in installation paragraph.
1065
+ msgid "Easiest way:"
1066
+ msgstr "Самы просты спосаб:"
1067
+
1068
+ #. Found in installation paragraph.
1069
+ msgid ""
1070
+ "If you cannot install from the WordPress plugins directory for any reason, "
1071
+ "and need to install from ZIP file:"
1072
+ msgstr ""
1073
+ "Калі вы не можаце ўсталяваць убудову з каталога WordPress па якой-небудзь "
1074
+ "прычыне, і неабходна ўсталяваць з ZIP-файла:"
1075
+
1076
+ #. Found in faq header.
1077
+ msgid "How can I obtain support for this product?"
1078
+ msgstr "Як я магу атрымаць падтрымку для гэтага прадукта?"
1079
+
1080
+ #. Found in faq header.
1081
+ msgid ""
1082
+ "Is login restricted to the Google Apps domain I use to set up the plugin?"
1083
+ msgstr ""
1084
+ "Абмяжоўваецца ці ўбудова даменам Google Apps, калі я выкарыстоўваю ўбудову "
1085
+ "для ўстаноўкі?"
1086
+
1087
+ #. Found in faq header.
1088
+ msgid "Does the plugin work with HTTP or HTTPS login pages?"
1089
+ msgstr "Будзе убудова працаваць з HTTP ці HTTPS старонкай ўваходу ў сістэму?"
1090
+
1091
+ #. Found in faq header.
1092
+ msgid "Does the plugin work on Multisite?"
1093
+ msgstr "Ці будзе ўбудова працаваць з шматлікімі сайтамі?"
1094
+
1095
+ #. Found in faq header.
1096
+ msgid "Is it secure?"
1097
+ msgstr "Ці бяспечна гэта?"
1098
+
1099
+ #. Found in faq header.
1100
+ msgid "Does it conflict with any other plugins?"
1101
+ msgstr "Ці можа ўступаць у канфлікт з любымі іншымі ўбудовамі?"
1102
+
1103
+ #. Found in faq header.
1104
+ msgid "How does it compare to other 3rd party auth plugins?"
1105
+ msgstr "Як гэта суадносіцца з іншымі ўбудовамі?"
1106
+
1107
+ #. Found in faq header.
1108
+ msgid "What are the system requirements?"
1109
+ msgstr "Якія сістэмныя патрабаванні?"
1110
+
1111
+ #. Found in faq list item.
1112
+ msgid "PHP 5.2.x or higher with JSON extensions"
1113
+ msgstr "PHP 5.2.x або вышэй з пашырэннямі JSON"
1114
+
1115
+ #. Found in faq list item.
1116
+ msgid "Wordpress 3.5 or above"
1117
+ msgstr "Wordpress 3.5 або вышэй"
1118
+
1119
+ #. Found in faq paragraph.
1120
+ msgid "The plugin will work whether your site is configured for HTTP or HTTPS."
1121
+ msgstr ""
1122
+ "Убудова будзе працаваць незалежна ад таго, як настроены ваш сайт, ці для "
1123
+ "HTTP ці HTTPS."
1124
+
1125
+ #. Found in faq paragraph.
1126
+ msgid "WP Email Login - incompatible with Google Apps Login"
1127
+ msgstr "WP E-mail Лагін - несумяшчальны з Уваходам Google Apps"
1128
+
1129
+ #. Found in faq paragraph.
1130
+ msgid "And you will need a Google account to set up the plugin."
1131
+ msgstr "І вам спатрэбіцца уліковы запіс Google, каб наладзіць убудова."
1132
+
1133
+ #. Screenshot description.
1134
+ msgid ""
1135
+ "User login screen can work as normal or via Google's authentication system"
1136
+ msgstr ""
1137
+ "Карыстальніцкі login screen можа працаваць у звычайным рэжыме або з "
1138
+ "дапамогай сістэмы аўтэнтыфікацыі кампаніі Google"
1139
+
1140
+ #. Screenshot description.
1141
+ msgid ""
1142
+ "Admin obtains two simple codes from Google to set up - easy instructions to "
1143
+ "follow"
1144
+ msgstr ""
1145
+ "Адміністратар атрымлівае два простых кода з Google для налад - "
1146
+ "прытрымлівацца простых інструкцыі "
1147
+
1148
+ #. Found in description header.
1149
+ msgid "Support and Premium features"
1150
+ msgstr "Падтрымка і Прэміум-функцыі"
1151
+
1152
+ #. Found in description header.
1153
+ msgid "Extensible Platform"
1154
+ msgstr "Пашырэнне платформы"
1155
+
1156
+ #. Found in description header.
1157
+ msgid "Requirements"
1158
+ msgstr "Патрабаванні"
1159
+
1160
+ #. Found in description header.
1161
+ msgid "Translations"
1162
+ msgstr "Пераклады"
1163
+
1164
+ #. Found in changelog paragraph.
1165
+ msgid ""
1166
+ "New 'Remember Me' in advanced options. Check to ensure users are not "
1167
+ "automatically logged out at the end of their browser session.\n"
1168
+ "This applies to all users using 'Login with Google'. It has the same "
1169
+ "functionality as checking the 'Remember Me' checkbox on\n"
1170
+ "the login form when using regular WordPress username/password to login."
1171
+ msgstr ""
1172
+ "Новы параметр «Запомніць мяне» ў дадатковых настройках. Пераканайцеся, што "
1173
+ "карыстальнікі аўтаматычна не выходзяць у канцы браўзэр-сесіі.\n"
1174
+ "Гэта ставіцца да ўсіх карыстальнікам, якія выкарыстоўваюць \"Уваход з Google"
1175
+ "\". Ён мае такую ж функцыянальнасць як праверка наяўнасці сцяжка \"Запомніць "
1176
+ "мяне\" пры запаўненні\n"
1177
+ "формы ўваходу пры выкарыстанні звычайнага імя карыстальніка / пароль для "
1178
+ "ўваходу ў сістэму WordPress."
1179
+
1180
+ #. Found in changelog paragraph.
1181
+ msgid ""
1182
+ "Improved handling of errors when multiple versions of the plugin are "
1183
+ "inadvertently activated."
1184
+ msgstr ""
1185
+ "Палепшаная апрацоўка памылак пры выпадковай актывізацыі шматлікіх версій "
1186
+ "гэтага плагіна."
1187
+
1188
+ #. Found in changelog paragraph.
1189
+ msgid ""
1190
+ "Added filter gal_login_button_text so developers can customize the 'Login "
1191
+ "with Google' button in all versions (in Premium/Enterprise,\n"
1192
+ "it is possible to set the button text in settings, and that will always take "
1193
+ "priority if set)."
1194
+ msgstr ""
1195
+ "Дададзены фільтр gal_login_button_text, для таго, каб распрацоўнікі маглі "
1196
+ "наладжваць кнопку \"Уваход з Google\" ва ўсіх версіях (у версіях Прэміум / "
1197
+ "Enterprise магчыма ўсталяваць тэкст кнопкі ў наладах, дадзеная настройка "
1198
+ "заўсёды будзе прыярытэтнай пры ўмове першапачатковай ўстаноўкі)."
1199
+
1200
+ #. Found in changelog paragraph.
1201
+ msgid ""
1202
+ "Fixed a text injection vulnerability whereby it was possible for a third "
1203
+ "party to trick a user into viewing a version of the login page\n"
1204
+ "containing an error message entirely of their own choosing - all sites "
1205
+ "should upgrade to this plugin version."
1206
+ msgstr ""
1207
+ "Ўхіленая ўразлівасць, звязаная са з'яўленнем тэкст, пры якой трэці бок мог "
1208
+ "падмануць карыстальніка і прымусіць яго перайсці да прагляду версіі старонкі "
1209
+ "ўваходу ў сістэму,\n"
1210
+ "якая змяшчае паведамленне аб памылцы любога зместу - усе сайты павінны "
1211
+ "абнавіцца да дадзенай версіі плагіна."
1212
+
1213
+ #. Found in changelog paragraph.
1214
+ msgid ""
1215
+ "Updated to work correctly alongside some plugins that change the login URL "
1216
+ "from /wp-login.php to something else."
1217
+ msgstr ""
1218
+ "Абнаўлення правільна працуюць разам з некаторымі ўбудовамі, якія змяняюць "
1219
+ "URL ўваходу ад /wp-login.php да чаго-то яшчэ."
1220
+
1221
+ #. Found in changelog paragraph.
1222
+ msgid ""
1223
+ "Removed a WordPress function that is deprecated in WP 4.4 - force_ssl_login\n"
1224
+ "This could have resulted in some visible warning messages."
1225
+ msgstr ""
1226
+ "Прыбрана функцыя WordPress, якая састарэла ў WP 4.4 - force_ssl_login\n"
1227
+ "Гэта магло б прывесці да папераджальных паведамленняў."
1228
+
1229
+ #. Found in changelog paragraph.
1230
+ msgid ""
1231
+ "Updated some URLs pointing to information about Premium/Enterprise "
1232
+ "upgrades.\n"
1233
+ "Readme updated."
1234
+ msgstr ""
1235
+ "Абноўлены некаторыя URL-адрасы, якія паказваюць на інфармацыю аб абнаўленні "
1236
+ "Premium/Enterprise.\n"
1237
+ "Readme абнаўляецца."
1238
+
1239
+ #. Found in changelog paragraph.
1240
+ msgid ""
1241
+ "Ready for WordPress 4.4.\n"
1242
+ "New translation strings for languages."
1243
+ msgstr ""
1244
+ "Гатовы да WordPress 4.4.\n"
1245
+ "Новыя радкі перакладу для розных моў."
1246
+
1247
+ #. Found in changelog paragraph.
1248
+ msgid ""
1249
+ "Accepts filter gal_client_config_ini containing filesystem path to an INI "
1250
+ "file to supply to Google's client library on instantiation, so you can "
1251
+ "override settings.\n"
1252
+ "Added substitution version core/Google/IO/DebugVersionOfCurl.php to replace "
1253
+ "core/Google/IO/Curl.php temporarily to log communications to Google's server "
1254
+ "for debugging purposes."
1255
+ msgstr ""
1256
+ "Прымае фільтр gal_client_config_ini, які змяшчае шлях файлавай сістэмы да "
1257
+ "файла INI, для канкрэтызацыі кліенцкай бібліятэкі Google, такім чынам, можна "
1258
+ "перавызначыць налады.\n"
1259
+ "Даданнем замяшчальная версія core / Google / IO / DebugVersionOfCurl.php "
1260
+ "часова зменіць core / Google / IO / Curl.php ў мэтах адладкі і для дастаўкі "
1261
+ "паведамленняў на сервер Google."
1262
+
1263
+ #. Found in changelog paragraph.
1264
+ msgid ""
1265
+ "New design to support multiple languages. Includes Serbo-Croatian. Fixed "
1266
+ "some conflicts \n"
1267
+ "with other plugins when used in 'auto redirect to Google' mode."
1268
+ msgstr ""
1269
+ "Новы дызайн падтрымліваецца на некаторых мовах. Ўключае сербахарвацкую "
1270
+ "мову. Выпраўлены некаторыя канфлікты\n"
1271
+ "з іншымі ўбудовамі пры выкарыстанні рэжыма 'auto redirect to Google'."
1272
+
1273
+ #. Found in changelog paragraph.
1274
+ msgid ""
1275
+ "Our platform provides centralized setup and management of Google-related "
1276
+ "features in your \n"
1277
+ "WordPress site and plugins."
1278
+ msgstr ""
1279
+ "Наша платформа забяспечвае цэнтралізаванае ўстаноўку і кіраванне Google, "
1280
+ "звязаных з асаблівасцямі вашага\n"
1281
+ "WordPress сайта і ўбудоў."
1282
+
1283
+ #. Found in changelog paragraph.
1284
+ msgid ""
1285
+ "Added clearer instructions, plus new options: automatically redirect users\n"
1286
+ "to Login via Google; plus force users to fully approve access to their\n"
1287
+ "Google account every time they login (allowing them to switch accounts if "
1288
+ "only\n"
1289
+ "logged into the wrong one, as well as making the process clearer)."
1290
+ msgstr ""
1291
+ "Дададзеныя больш дакладныя інструкцыі, плюс новыя магчымасці: аўтаматычна "
1292
+ "перанакіроўваць карыстальнікаў\n"
1293
+ "для ўваходу праз Google; плюс прымусіць карыстальнікаў пацвярджаць доступ да "
1294
+ "іх\n"
1295
+ "ўліковага запісу Google кожны раз, калі яны ажыццяўляюць ўваход (што "
1296
+ "дазваляе ім перамыкаць аккуантов у выпадку памылковага ўваходу, а гэтак жа "
1297
+ "для яснасці працэсу)."
1298
+
1299
+ #. Found in changelog paragraph.
1300
+ msgid ""
1301
+ "Much neater support for redirecting users to most appropriate page post-"
1302
+ "login,\n"
1303
+ "especially on multisite installations; Better notices guiding admins "
1304
+ "through \n"
1305
+ "configuration"
1306
+ msgstr ""
1307
+ "Акуратная падтрымка для перанакіравання карыстальнікаў на найбольш прыдатнай "
1308
+ "старонцы пасля ўваходу ў сістэму,\n"
1309
+ "асабліва пры шматразовых устаноўках; Лепшае апавяшчэння накіравання адмінаў "
1310
+ "праз\n"
1311
+ "канфігурацыі"
1312
+
1313
+ #. Found in changelog paragraph.
1314
+ msgid ""
1315
+ "Upgrade to match WordPress 3.8; \n"
1316
+ "More extensible code"
1317
+ msgstr ""
1318
+ "Абнаўленне да адпаведнасці WordPress 3.8;\n"
1319
+ "Больш пашыраецца код"
1320
+
1321
+ #. Found in changelog paragraph.
1322
+ msgid ""
1323
+ "Increased security - uses an extra authenticity check; \n"
1324
+ "Better support for mal-configured Google credentials; \n"
1325
+ "No longer uses PHP-based sessions - will work on even more WordPress "
1326
+ "configurations"
1327
+ msgstr ""
1328
+ "Падвышаная бяспека - выкарыстоўвае дадатковую праверку сапраўднасці;\n"
1329
+ "Палепшаная падтрымка непрапарцыйна настроеных уліковых дадзеных Google;\n"
1330
+ "Ня доўгае выкарыстоўвае PHP на аснове сеансаў - будзе працаваць на розных "
1331
+ "канфігурацыях WordPress"
1332
+
1333
+ #. Found in changelog paragraph.
1334
+ msgid ""
1335
+ "Opportunity to sign up for emails on Google Apps and WordPress, from "
1336
+ "settings page."
1337
+ msgstr ""
1338
+ "есць магчымасць падпісацца на электронную пошту на WordPress Apps і Google "
1339
+ "на старонцы налад."
1340
+
1341
+ #. Found in changelog paragraph.
1342
+ msgid ""
1343
+ "Service Account Client ID is imported from JSON key file so user can copy "
1344
+ "and paste it into admin.google.com"
1345
+ msgstr ""
1346
+ "Уліковы запіс службы ID кліента імпартуецца з файла ключа JSON, так што "
1347
+ "карыстальнік можа скапіяваць і ўставіць яго ў admin.google.com"
1348
+
1349
+ #. Found in changelog paragraph.
1350
+ msgid ""
1351
+ "Changed name of login cookie from 'google_apps_login' to "
1352
+ "'wp_google_apps_login'."
1353
+ msgstr ""
1354
+ "Змененае імя ўваходу кукіс ад 'google_apps_login' на 'wp_google_apps_login'."
1355
+
1356
+ #. Found in changelog paragraph.
1357
+ msgid ""
1358
+ "Resolved conflict with some other plugins over Google-related function names."
1359
+ msgstr ""
1360
+ "Вырашаны канфлікт з некаторымі іншымі ўбудовамі над Google, звязаных з "
1361
+ "імёнамі функцый."
1362
+
1363
+ #. Found in changelog paragraph.
1364
+ msgid "'Session mismatch' warning should be much less of a problem now."
1365
+ msgstr ""
1366
+ "\"Неадпаведнасць сесіі\" - такіх папярэджванняў павінна быць значна менш у "
1367
+ "цяперашні час."
1368
+
1369
+ #. Found in changelog paragraph.
1370
+ msgid ""
1371
+ "Session mismatch (could be a problem setting cookies) should now occur less "
1372
+ "frequently. Service Account can have no admin email (for gmail.com accounts)."
1373
+ msgstr ""
1374
+ "Неадпаведнасць сеансу (можа быць праблемай наладкі кукісаў) павінна "
1375
+ "адбывацца радзей. Уліковы запіс службы не можа мець адміністратарам "
1376
+ "электроннай пошты (для gmail.com карыстальнікаў)"
1377
+
1378
+ #. Found in changelog paragraph.
1379
+ msgid ""
1380
+ "Service Account settings can be uploaded by copy-and-paste of JSON file "
1381
+ "contents as well as just uploading the file directly."
1382
+ msgstr ""
1383
+ "Налады ўліковага запісу службы могуць быць загружаны з дапамогай капіявання "
1384
+ "і ўстаўкі кантэнту файла JSON, а таксама проста загрузіць файл."
1385
+
1386
+ #. Found in changelog paragraph.
1387
+ msgid "Platform extended to provide Service Account settings."
1388
+ msgstr "Платформа пашырана, каб забяспечыць налады ўліковага запісу службы."
1389
+
1390
+ #. Found in changelog paragraph.
1391
+ msgid "Readme updates and tidied settings page."
1392
+ msgstr "Важныя абнаўленні і старонка налад."
1393
+
1394
+ #. Found in changelog paragraph.
1395
+ msgid "New hooks for profile photos. Updated Google client library."
1396
+ msgstr ""
1397
+ "Новыя пасткі для фатаграфій профілю. Абноўлены кліент бібліятэкі Google."
1398
+
1399
+ #. Found in changelog paragraph.
1400
+ msgid ""
1401
+ "Fixed conflicts with some other plugins such as Google Analyticator which "
1402
+ "use similar Google client libraries."
1403
+ msgstr ""
1404
+ "Выпраўлены канфлікты з некаторымі іншымі ўбудовамі, такімі як Google "
1405
+ "Analyticator, якія выкарыстоўваюць аналагічныя кліенцкія бібліятэкі Google."
1406
+
1407
+ #. Found in changelog paragraph.
1408
+ msgid "Better organized config pages."
1409
+ msgstr "Лепш арганізаваны канфігурацыі старонак."
1410
+
1411
+ #. Found in changelog paragraph.
1412
+ msgid "Uses latest Google client library."
1413
+ msgstr "Выкарыстоўвае апошнюю кліенцкую бібліятэку Google."
1414
+
1415
+ #. Found in changelog paragraph.
1416
+ msgid "Option to link to wp-glogin.com from login page."
1417
+ msgstr "Магчымасць спасылкі на wp-glogin.com ад старонкі ўваходу."
1418
+
1419
+ #. Found in changelog paragraph.
1420
+ msgid "Fix for an error seen on multisite admin. Added Arabic translation."
1421
+ msgstr ""
1422
+ "Выпраўленыя памылкі можна ўбачыць на многаабанецкага адміністратара. "
1423
+ "Дададзены пераклад на арабскую мову."
1424
+
1425
+ #. Found in changelog paragraph.
1426
+ msgid ""
1427
+ "Other developers can easily extend our Google authentication into their own "
1428
+ "plugins."
1429
+ msgstr ""
1430
+ "Іншыя распрацоўшчыкі могуць лёгка пашырыць аўтэнтыфікацыю Google у свае "
1431
+ "ўласныя ўбудовы."
1432
+
1433
+ #. Found in changelog paragraph.
1434
+ msgid "All existing versions are functionally identical - no need to upgrade."
1435
+ msgstr ""
1436
+ "Усе існуючыя версіі не функцыянальна ідэнтычныя - няма неабходнасці "
1437
+ "абнаўляць."
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: danlester
3
  Tags: login, google, authentication, oauth2, oauth, google login, google apps, sso, single-sign-on, auth, intranet
4
  Requires at least: 3.7
5
- Tested up to: 4.5
6
- Stable tag: 2.9.6
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -32,6 +32,7 @@ The Premium version allows everyone in your Google Apps domain to login to WordP
32
  Our Enterprise version goes further, allowing you to specify granular access and role controls based on Google Group membership.
33
  You can also see logs of accounts created and roles changed by the plugin.
34
 
 
35
  = Extensible Platform =
36
 
37
  Google Apps Login allows you to centralize your site's Google functionality and build your own extensions, or use
@@ -81,9 +82,10 @@ This plugin currently operates in the following languages:
81
  * Swedish (sv_SE) - translated by Johan Linde of [S/Y ELLEN](http://syellen.se/)
82
  * Italian (it_IT) - translated by Giorgio Draghetti of [tipinoncomuni](http://tipinoncomuni.it/)
83
  * Persian (fa_IR) - translated by [Saeed1000](https://profiles.wordpress.org/saeed1000/)
 
84
 
85
- We are looking for volunteers to translate into their own language. If you would like to contribute a translation, please
86
- get in touch: contact@wp-glogin.com.
87
 
88
  = Website and Upgrades =
89
 
@@ -224,6 +226,12 @@ please [click here](http://wp-glogin.com/installing-google-apps-login/basic-setu
224
 
225
  == Changelog ==
226
 
 
 
 
 
 
 
227
  = 2.9.6 =
228
 
229
  New 'Remember Me' in advanced options. Check to ensure users are not automatically logged out at the end of their browser session.
2
  Contributors: danlester
3
  Tags: login, google, authentication, oauth2, oauth, google login, google apps, sso, single-sign-on, auth, intranet
4
  Requires at least: 3.7
5
+ Tested up to: 4.6
6
+ Stable tag: 2.9.7
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
32
  Our Enterprise version goes further, allowing you to specify granular access and role controls based on Google Group membership.
33
  You can also see logs of accounts created and roles changed by the plugin.
34
 
35
+
36
  = Extensible Platform =
37
 
38
  Google Apps Login allows you to centralize your site's Google functionality and build your own extensions, or use
82
  * Swedish (sv_SE) - translated by Johan Linde of [S/Y ELLEN](http://syellen.se/)
83
  * Italian (it_IT) - translated by Giorgio Draghetti of [tipinoncomuni](http://tipinoncomuni.it/)
84
  * Persian (fa_IR) - translated by [Saeed1000](https://profiles.wordpress.org/saeed1000/)
85
+ * Belarussian (be_BY) - translated by Natasha Dyatko of [UStarCash](https://www.ustarcash.com/)
86
 
87
+ We welcome volunteers to translate into their own language. If you would like to contribute a translation, please
88
+ click Translate Google Apps Login on the right hand side of this page.
89
 
90
  = Website and Upgrades =
91
 
226
 
227
  == Changelog ==
228
 
229
+ = 2.9.7 =
230
+
231
+ Added gal_set_login_cookie filter so you can prevent Google Apps Login from setting its wordpress_google_apps_login cookie under
232
+ certain circumstances. It only technically needs to be set on the wp-login.php page in most installations, and you may find
233
+ that if it sets the cookie on any page load (which it does when not already set) then this prevents caching on heavy traffic pages.
234
+
235
  = 2.9.6 =
236
 
237
  New 'Remember Me' in advanced options. Check to ensure users are not automatically logged out at the end of their browser session.