php-groups.com | Post Question | Search | About | Groups | Contact | Register | Login


New in This Group

cvs: phpdoc-ru /chapters intro.xml tutorial.xml
1/17/2009 12:58:59 PM

cvs: phpdoc-ru / preface.xml /chapters intro.xml /language/control-structures if.xml
1/17/2009 12:35:57 PM

cvs: phpdoc-ru /language control-structures.xml
1/16/2009 11:07:08 AM

cvs: phpdoc-ru /reference/pgsql book.xml configure.xml entities.functions.xml examples.xml ini.xml reference.xml setup.xml
6/21/2008 3:19:44 PM

cvs: phpdoc-ru /install pecl.xml
6/1/2008 6:27:13 PM

cvs: phpdoc-ru /security magicquotes.xml
5/3/2008 1:54:31 PM

cvs: phpdoc-ru /language/oop5 typehinting.xml
4/27/2008 1:23:54 PM

cvs: phpdoc-ru /language/oop5 reflection.xml
4/15/2008 8:56:54 PM

cvs: phpdoc-ru /language variables.xml /reference/apache/functions apache-getenv.xml /reference/datetime/functions gmdate.xml /reference/ftp/functions ftp-nb-put.xml /reference/strings/functions s
3/11/2008 1:26:52 PM

cvs: phpdoc-ru /language/oop5 basic.xml
3/11/2008 1:19:41 PM

cvs: phpdoc-ru /language variables.xml /reference/apache/functions apache-getenv.xml /reference/datetime/functions gmdate.xml /reference/ftp/functions ftp-nb-put.xml /reference/strings/functions s Reply

Group: php.doc.ru Subscribe Posted:3/11/2008 1:26:52 PM Replies:0 Views:22 Items(0)
tony2001 Tue Mar 11 13:26:52 2008 UTC

Modified files:
/phpdoc-ru/language variables.xml
/phpdoc-ru/reference/apache/functions apache-getenv.xml
/phpdoc-ru/reference/datetime/functions gmdate.xml
/phpdoc-ru/reference/ftp/functions ftp-nb-put.xml
/phpdoc-ru/reference/strings/functions sscanf.xml
Log:
translate "example" properly


http://cvs.php.net/viewvc.cgi/phpdoc-ru/language/variables.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc-ru/language/variables.xml
diff -u phpdoc-ru/language/variables.xml:1.5 phpdoc-ru/language/variables.xml:1.6
--- phpdoc-ru/language/variables.xml:1.5 Thu Jan 24 14:29:01 2008
+++ phpdoc-ru/language/variables.xml Tue Mar 11 13:26:52 2008
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 1.74 Maintainer: Kai Status: ready -->
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<chapter xml:id="language.variables" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Переменные</title>

@@ -1039,7 +1039,7 @@
</simpara>

<example>
- <title>A <function>setcookie</function> example</title>
+ <title>Пример использования <function>setcookie</function></title>
<programlisting role="php">
<![CDATA[
<?php
http://cvs.php.net/viewvc.cgi/phpdoc-ru/reference/apache/functions/apache-getenv.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-ru/reference/apache/functions/apache-getenv.xml
diff -u phpdoc-ru/reference/apache/functions/apache-getenv.xml:1.2 phpdoc-ru/reference/apache/functions/apache-getenv.xml:1.3
--- phpdoc-ru/reference/apache/functions/apache-getenv.xml:1.2 Sat Jun 23 13:31:20 2007
+++ phpdoc-ru/reference/apache/functions/apache-getenv.xml Tue Mar 11 13:26:52 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry xml:id="function.apache-getenv" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>apache_getenv</refname>
@@ -59,7 +59,7 @@
&reftitle.examples;
<para>
<example>
- <title><function>apache_getenv</function> example</title>
+ <title>Пример использования <function>apache_getenv</function></title>
<para>
Приведенный ниже пример показывает, как можно получить значение переменной окружения сервера Apache
<varname>SERVER_ADDR</varname>.
http://cvs.php.net/viewvc.cgi/phpdoc-ru/reference/datetime/functions/gmdate.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc-ru/reference/datetime/functions/gmdate.xml
diff -u phpdoc-ru/reference/datetime/functions/gmdate.xml:1.3 phpdoc-ru/reference/datetime/functions/gmdate.xml:1.4
--- phpdoc-ru/reference/datetime/functions/gmdate.xml:1.3 Sat Jun 23 13:31:22 2007
+++ phpdoc-ru/reference/datetime/functions/gmdate.xml Tue Mar 11 13:26:52 2008
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 1.8 Maintainer: blindman Status: ready -->
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
<refentry xml:id="function.gmdate" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -20,7 +20,7 @@
Например, в Финляндии (GMT +0200), первая строка в следующем примере
выведет "Jan 01 1998 00:00:00", а вторая - "Dec 31 1997 22:00:00".
<example>
- <title><function>gmdate</function> example</title>
+ <title>Пример использования <function>gmdate</function></title>
<programlisting role="php">
<![CDATA[
<?php
http://cvs.php.net/viewvc.cgi/phpdoc-ru/reference/ftp/functions/ftp-nb-put.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc-ru/reference/ftp/functions/ftp-nb-put.xml
diff -u phpdoc-ru/reference/ftp/functions/ftp-nb-put.xml:1.4 phpdoc-ru/reference/ftp/functions/ftp-nb-put.xml:1.5
--- phpdoc-ru/reference/ftp/functions/ftp-nb-put.xml:1.4 Sat Jun 23 13:31:24 2007
+++ phpdoc-ru/reference/ftp/functions/ftp-nb-put.xml Tue Mar 11 13:26:52 2008
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 1.9 Maintainer: blindman Status: ready -->
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry xml:id="function.ftp-nb-put" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ftp_nb_put</refname>
@@ -87,7 +87,7 @@
&reftitle.examples;
<para>
<example>
- <title>Пример использования <function>ftp_nb_put</function> example</title>
+ <title>Пример использования <function>ftp_nb_put</function></title>
<programlisting role="php">
<![CDATA[
<?php
http://cvs.php.net/viewvc.cgi/phpdoc-ru/reference/strings/functions/sscanf.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc-ru/reference/strings/functions/sscanf.xml
diff -u phpdoc-ru/reference/strings/functions/sscanf.xml:1.6 phpdoc-ru/reference/strings/functions/sscanf.xml:1.7
--- phpdoc-ru/reference/strings/functions/sscanf.xml:1.6 Sat Jun 23 13:31:27 2007
+++ phpdoc-ru/reference/strings/functions/sscanf.xml Tue Mar 11 13:26:52 2008
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 1.10 Maintainer: blindman Status: ready -->
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.33 -->
<refentry xml:id="function.sscanf" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -36,7 +36,7 @@
</para>
<para>
<example>
- <title><function>sscanf</function> Example</title>
+ <title>Пример использования <function>sscanf</function></title>
<!--
there is an error in original example



tony2...@php.net ("Antony Dovgal")
3/11/2008 1:26:52 PM





Reply:
| or Email(not shown): Name: | Register | Login

Alert me when someone responds to this posting.











Newest Articles

note 97095 added to soapclient.soapclient
4/1/2010 5:58:19 AM

note 97094 added to function.sqlite-changes
4/1/2010 5:06:46 AM

note 97093 added to function.sqlite-changes
4/1/2010 5:06:21 AM

note 97092 added to ref.xmlrpc
4/1/2010 4:52:18 AM

note 97091 added to function.var-export
4/1/2010 3:32:03 AM