diff --git a/reference/nis/book.xml b/reference/nis/book.xml index 51358e1f8..3228d1cac 100644 --- a/reference/nis/book.xml +++ b/reference/nis/book.xml @@ -1,6 +1,6 @@ - + @@ -10,9 +10,9 @@ &reftitle.intro; - NIS (обычно называется Yellow Pages) позволяет сетевое управление + NIS (обычно называется Yellow Pages) разрешает сетевое управление важными файлами (например файл с паролями). Больше информации - можно почерпнуть из man-страницы NIS и + можно почерпнуть из руководства NIS и The Linux NIS(YP)/NYS/NIS+ HOWTO. Также есть книга Managing NFS and NIS написанная Халом Стерном (Hal Stern). diff --git a/reference/nis/configure.xml b/reference/nis/configure.xml index 7569e249f..728cfc2e7 100644 --- a/reference/nis/configure.xml +++ b/reference/nis/configure.xml @@ -1,6 +1,6 @@ - +
&reftitle.install; diff --git a/reference/nis/constants.xml b/reference/nis/constants.xml index 5441141b9..56813b399 100644 --- a/reference/nis/constants.xml +++ b/reference/nis/constants.xml @@ -1,6 +1,6 @@ - + &reftitle.constants; @@ -167,7 +167,7 @@ - невозможно связаться с ypserv + Невозможно связаться с ypserv diff --git a/reference/nis/reference.xml b/reference/nis/reference.xml index 1d2683914..a908062c3 100644 --- a/reference/nis/reference.xml +++ b/reference/nis/reference.xml @@ -1,6 +1,6 @@ - + &Functions; YP/NIS diff --git a/reference/nis/setup.xml b/reference/nis/setup.xml index 955f37964..225af72d1 100644 --- a/reference/nis/setup.xml +++ b/reference/nis/setup.xml @@ -1,6 +1,6 @@ - + &reftitle.setup; diff --git a/reference/oauth/oauth/getcapath.xml b/reference/oauth/oauth/getcapath.xml index 62b5baa40..f1b6db908 100644 --- a/reference/oauth/oauth/getcapath.xml +++ b/reference/oauth/oauth/getcapath.xml @@ -1,7 +1,7 @@ - + @@ -16,7 +16,7 @@ - ВОзвращает информацию о центре сертификации, включающую + Возвращает информацию о центре сертификации, включающую ca_path и ca_info, установленные OAuth::setCaPath. diff --git a/reference/oauth/oauth/getlastresponse.xml b/reference/oauth/oauth/getlastresponse.xml index 65f206daa..b5686674a 100644 --- a/reference/oauth/oauth/getlastresponse.xml +++ b/reference/oauth/oauth/getlastresponse.xml @@ -1,7 +1,7 @@ - + @@ -28,7 +28,7 @@ &reftitle.returnvalues; - ВОзвращает строку с последним ответом. + Возвращает строку с последним ответом. diff --git a/reference/oauth/oauth/getlastresponseheaders.xml b/reference/oauth/oauth/getlastresponseheaders.xml index 44f3816b7..e17fa7c67 100644 --- a/reference/oauth/oauth/getlastresponseheaders.xml +++ b/reference/oauth/oauth/getlastresponseheaders.xml @@ -1,7 +1,7 @@ - + diff --git a/reference/oauth/oauth/getlastresponseinfo.xml b/reference/oauth/oauth/getlastresponseinfo.xml index 1df9046e3..a5a239cdb 100644 --- a/reference/oauth/oauth/getlastresponseinfo.xml +++ b/reference/oauth/oauth/getlastresponseinfo.xml @@ -1,7 +1,7 @@ - + diff --git a/reference/oauth/oauth/getrequestheader.xml b/reference/oauth/oauth/getrequestheader.xml index cbc54e972..6b7b9b639 100644 --- a/reference/oauth/oauth/getrequestheader.xml +++ b/reference/oauth/oauth/getrequestheader.xml @@ -1,7 +1,7 @@ - + diff --git a/reference/oauth/oauth/getrequesttoken.xml b/reference/oauth/oauth/getrequesttoken.xml index 88ba99203..618d78591 100644 --- a/reference/oauth/oauth/getrequesttoken.xml +++ b/reference/oauth/oauth/getrequesttoken.xml @@ -1,7 +1,7 @@ - + @@ -38,7 +38,7 @@ callback_url - URL функции обратного вызова OAuth . Если callback_url + URL callback-функции OAuth. Если callback_url задан пустым значением, то он установится как "oob" решения OAuth 2009.1. @@ -106,10 +106,10 @@ try { if(!empty($request_token_info)) { print_r($request_token_info); } else { - print "Failed fetching request token, response was: " . $oauth->getLastResponse(); + print "Не удалось получить токен доступа, ответ был: " . $oauth->getLastResponse(); } } catch(OAuthException $E) { - echo "Response: ". $E->lastResponse . "\n"; + echo "Ответ: ". $E->lastResponse . "\n"; } ?> ]]> diff --git a/reference/oauth/oauth/setauthtype.xml b/reference/oauth/oauth/setauthtype.xml index 8ae40eb9d..3b28d096f 100644 --- a/reference/oauth/oauth/setauthtype.xml +++ b/reference/oauth/oauth/setauthtype.xml @@ -1,7 +1,7 @@ - + @@ -74,7 +74,7 @@ &reftitle.returnvalues; Возвращает &true; или &false; - (например если параметр auth_type задан некорректно.) + (например, если параметр auth_type задан некорректно.) diff --git a/reference/oauth/oauth/setcapath.xml b/reference/oauth/oauth/setcapath.xml index 3fdf89c61..60e8419f1 100644 --- a/reference/oauth/oauth/setcapath.xml +++ b/reference/oauth/oauth/setcapath.xml @@ -1,7 +1,7 @@ - + diff --git a/reference/oauth/oauth/setnonce.xml b/reference/oauth/oauth/setnonce.xml index e24bace4b..16736e9f1 100644 --- a/reference/oauth/oauth/setnonce.xml +++ b/reference/oauth/oauth/setnonce.xml @@ -1,7 +1,7 @@ - + @@ -39,7 +39,7 @@ &reftitle.returnvalues; - Возвращает &true; в случае успеха, или &false;, если параметр + Возвращает &true; в случае успешного выполнения, или &false;, если параметр nonce задан некорректно. diff --git a/reference/oauth/oauth/setrequestengine.xml b/reference/oauth/oauth/setrequestengine.xml index ebb6627d0..c1ff27610 100644 --- a/reference/oauth/oauth/setrequestengine.xml +++ b/reference/oauth/oauth/setrequestengine.xml @@ -1,7 +1,7 @@ - + diff --git a/reference/oauth/oauth/setrsacertificate.xml b/reference/oauth/oauth/setrsacertificate.xml index d4a4f01b3..4e8fe9b0a 100644 --- a/reference/oauth/oauth/setrsacertificate.xml +++ b/reference/oauth/oauth/setrsacertificate.xml @@ -1,7 +1,7 @@ - + diff --git a/reference/oauth/oauth/setsslchecks.xml b/reference/oauth/oauth/setsslchecks.xml index 229b7a8d3..95f6fb410 100644 --- a/reference/oauth/oauth/setsslchecks.xml +++ b/reference/oauth/oauth/setsslchecks.xml @@ -1,7 +1,7 @@ - + diff --git a/reference/oauth/oauth/settimestamp.xml b/reference/oauth/oauth/settimestamp.xml index e48f367c6..a4cb92830 100644 --- a/reference/oauth/oauth/settimestamp.xml +++ b/reference/oauth/oauth/settimestamp.xml @@ -1,7 +1,7 @@ - + diff --git a/reference/oauth/oauth/settoken.xml b/reference/oauth/oauth/settoken.xml index 4f579843e..ab550122c 100644 --- a/reference/oauth/oauth/settoken.xml +++ b/reference/oauth/oauth/settoken.xml @@ -1,7 +1,7 @@ - + diff --git a/reference/oauth/oauth/setversion.xml b/reference/oauth/oauth/setversion.xml index cff49bb07..643bdcabe 100644 --- a/reference/oauth/oauth/setversion.xml +++ b/reference/oauth/oauth/setversion.xml @@ -1,7 +1,7 @@ - +