Skip to content

Commit

Permalink
Update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Feb 8, 2012
1 parent d628541 commit 4246c09
Show file tree
Hide file tree
Showing 101 changed files with 94,134 additions and 92,205 deletions.
31 changes: 19 additions & 12 deletions orig-docs/Documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,10 @@ <h2 id="config">Configuration</h2>

<dt id="cfg_ShowAll">$cfg['ShowAll'] boolean</dt>
<dd>Defines whether a user should be displayed a
&quot;show all (rows)&quot; button in browse mode or not.</dd>
&quot;Show all&quot; button in browse mode or not in all cases.
By default it is shown only on small tables (less than 5 &times;
<a href="#cfg_MaxRows">$cfg['MaxRows']</a> rows) to avoid performance
issues while getting too many rows.</dd>

<dt id="cfg_MaxRows">$cfg['MaxRows'] integer</dt>
<dd>Number of rows displayed when browsing a result set and no LIMIT
Expand Down Expand Up @@ -4165,10 +4168,7 @@ <h4 id="faq6_16">
editing fields?</a></h4>

<p> You can use Ctrl+arrows (Option+Arrows in Safari) for moving on most pages
with many editing fields (table structure changes, row editing, etc.).
You can also have a look at the directive
<a href="#DefaultPropDisplay" class="configrule">$cfg['DefaultPropDisplay']</a>
('vertical') and see if this eases up editing for you.</p>
with many editing fields (table structure changes, row editing, etc.).</p>

<h4 id="faq6_17">
<a href="#faq6_17">6.17 Transformations: I can't enter my own mimetype!
Expand Down Expand Up @@ -4433,10 +4433,9 @@ <h4 id="faq6_30">
<h4 id="faq6_31">
<a href="#faq6_31">6.31 How do I create a relation in designer?</a></h4>

<p>To select relation, click :</p>

<img src="pmd/images/help_relation.png" />
<p>The display column is shown in pink. To set/unset a column as the display column, click the "Choose column to display" icon, then click on the appropriate column name.</p>
<p>To select relation, click:<br />
<img src="themes/original/img/pmd/help_relation.png" width="100" height="100" alt="[relation icon]" /><br />
The display column is shown in pink. To set/unset a column as the display column, click the "Choose column to display" icon, then click on the appropriate column name.</p>

<h4 id="faq6_32">
<a href="#faq6_32">6.32 How can I use the zoom search feature?</a></h4>
Expand Down Expand Up @@ -4517,7 +4516,7 @@ <h4 id="faq7_2">
Documentation is being translated using po4a and gettext (see
<a href="http://www.phpmyadmin.net/home_page/docs.php">documentation</a>
for existing translations). To start, checkout
<a href="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/localized_docs;a=tree;f=po"><code>localized_docs/po</code></a>
<a href="http://github.com/phpmyadmin/localized_docs/tree/master/po"><code>localized_docs/po</code></a>
from Git, or just go to the <a href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>
and translate it online. If your language is missing, just contact
<a href="mailto:michal@cihar.com">Michal &#268;iha&#345;</a>; he will add it. If
Expand All @@ -4532,8 +4531,7 @@ <h4 id="faq7_3">
<p> The following method is preferred for new developers:</p>

<ol><li>fetch the current git repository over anonymous git:<br />
<tt>git clone
git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin</tt><br />
<tt>git clone git://github.com/phpmyadmin/phpmyadmin.git</tt><br />
</li>
<li>add your stuff</li>
<li>generate patch with your changes:
Expand Down Expand Up @@ -4648,6 +4646,15 @@ <h4 id="faq9_1">
clicking on them, they will turn grey, what means that they will be synchronized.
</p>

<h4 id="faq9_2">
<a href="#faq9_2">9.2 Are there problems with data synchronizing large
tables?</a></h4>

<p>
Yes. This aspect of synchronization is currently limited to small tables, and they
must have a primary key.
</p>

<!-- DEVELOPERS -->
<h2 id="developers">Developers Information</h2>

Expand Down
32 changes: 19 additions & 13 deletions output/cs/Documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1704,8 +1704,10 @@ <h2 id="config">Nastavení</h2>
and 'both' displays both icons and text.</dd>

<dt id="cfg_ShowAll">$cfg['ShowAll'] boolean</dt>
<dd>Defines whether a user should be displayed a &quot;show all (rows)&quot;
button in browse mode or not.</dd>
<dd>Defines whether a user should be displayed a &quot;Show all&quot; button in
browse mode or not in all cases. By default it is shown only on small
tables (less than 5 &times; <a href="#cfg_MaxRows">$cfg['MaxRows']</a> rows)
to avoid performance issues while getting too many rows.</dd>

<dt id="cfg_MaxRows">$cfg['MaxRows'] číslo</dt>
<dd>Number of rows displayed when browsing a result set and no LIMIT clause is
Expand Down Expand Up @@ -4287,10 +4289,7 @@ <h4 id="faq6_16">
fields?</a></h4>

<p> You can use Ctrl+arrows (Option+Arrows in Safari) for moving on most pages
with many editing fields (table structure changes, row editing, etc.). You
can also have a look at the directive <a href="#DefaultPropDisplay"
class="configrule">$cfg['DefaultPropDisplay']</a> ('vertical') and see if
this eases up editing for you.</p>
with many editing fields (table structure changes, row editing, etc.).</p>

<h4 id="faq6_17">
<a href="#faq6_17">6.17 Transformations: I can't enter my own mimetype! WTF
Expand Down Expand Up @@ -4577,10 +4576,9 @@ <h4 id="faq6_30">
<h4 id="faq6_31">
<a href="#faq6_31">6.31 How do I create a relation in designer?</a></h4>

<p>Pro výběr relace klikněte :</p>

<img src="pmd/images/help_relation.png" />
<p>Zobrazované pole je zvýrazněno růžovou barvou. Pro jeho změnu klikněte na
<p>To select relation, click:<br />
<img src="themes/original/img/pmd/help_relation.png" width="100" height="100" alt="[relation icon]" /><br />
Zobrazované pole je zvýrazněno růžovou barvou. Pro jeho změnu klikněte na
ikonu „Zvolte které pole zobrazit“ a poté zvolte odpovídající pole.</p>

<h4 id="faq6_32">
Expand Down Expand Up @@ -4668,7 +4666,7 @@ <h4 id="faq7_2">
Documentation is being translated using po4a and gettext (see <a
href="http://www.phpmyadmin.net/home_page/docs.php">documentation</a> for
existing translations). To start, checkout <a
href="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/localized_docs;a=tree;f=po"><code>localized_docs/po</code></a>
href="http://github.com/phpmyadmin/localized_docs/tree/master/po"><code>localized_docs/po</code></a>
from Git, or just go to the <a
href="https://l10n.cihar.com/projects/pmadoc/">translation server</a> and
translate it online. If your language is missing, just contact <a
Expand All @@ -4686,8 +4684,7 @@ <h4 id="faq7_3">
<p> The following method is preferred for new developers:</p>

<ol><li>fetch the current git repository over anonymous git:<br />
<tt>git clone
git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin</tt><br />
<tt>git clone git://github.com/phpmyadmin/phpmyadmin.git</tt><br />
</li>
<li>add your stuff</li>
<li>generate patch with your changes: <tt>git diff &gt; xxx.diff</tt><br />
Expand Down Expand Up @@ -4806,6 +4803,15 @@ <h4 id="faq9_1">
synchronized.
</p>

<h4 id="faq9_2">
<a href="#faq9_2">9.2 Are there problems with data synchronizing large
tables?</a></h4>

<p>
Yes. This aspect of synchronization is currently limited to small tables,
and they must have a primary key.
</p>


<!-- DEVELOPERS -->
<h2 id="developers">Informace pro vývojáře</h2>
Expand Down
32 changes: 19 additions & 13 deletions output/de/Documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1783,8 +1783,10 @@ <h2 id="config">Konfiguration</h2>
and 'both' displays both icons and text.</dd>

<dt id="cfg_ShowAll">$cfg['ShowAll'] boolean</dt>
<dd>Defines whether a user should be displayed a &quot;show all (rows)&quot;
button in browse mode or not.</dd>
<dd>Defines whether a user should be displayed a &quot;Show all&quot; button in
browse mode or not in all cases. By default it is shown only on small
tables (less than 5 &times; <a href="#cfg_MaxRows">$cfg['MaxRows']</a> rows)
to avoid performance issues while getting too many rows.</dd>

<dt id="cfg_MaxRows">$cfg['MaxRows'] integer</dt>
<dd>Number of rows displayed when browsing a result set and no LIMIT clause is
Expand Down Expand Up @@ -4368,10 +4370,7 @@ <h4 id="faq6_16">
fields?</a></h4>

<p> You can use Ctrl+arrows (Option+Arrows in Safari) for moving on most pages
with many editing fields (table structure changes, row editing, etc.). You
can also have a look at the directive <a href="#DefaultPropDisplay"
class="configrule">$cfg['DefaultPropDisplay']</a> ('vertical') and see if
this eases up editing for you.</p>
with many editing fields (table structure changes, row editing, etc.).</p>

<h4 id="faq6_17">
<a href="#faq6_17">6.17 Transformations: I can't enter my own mimetype! WTF
Expand Down Expand Up @@ -4658,10 +4657,9 @@ <h4 id="faq6_30">
<h4 id="faq6_31">
<a href="#faq6_31">6.31 How do I create a relation in designer?</a></h4>

<p>Um eine Relation auszuwählen, klicken Sie :</p>

<img src="pmd/images/help_relation.png" />
<p>Die Anzeigespalte wird in rosa angezeigt. Um eine Spalte als Anzeigespalte
<p>To select relation, click:<br />
<img src="themes/original/img/pmd/help_relation.png" width="100" height="100" alt="[relation icon]" /><br />
Die Anzeigespalte wird in rosa angezeigt. Um eine Spalte als Anzeigespalte
anzeigen zu lassen oder nicht, klicken Sie auf das Symbol "Anzeigespalte
wählen", dann auf den passenden Spaltennamen.</p>

Expand Down Expand Up @@ -4750,7 +4748,7 @@ <h4 id="faq7_2">
Documentation is being translated using po4a and gettext (see <a
href="http://www.phpmyadmin.net/home_page/docs.php">documentation</a> for
existing translations). To start, checkout <a
href="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/localized_docs;a=tree;f=po"><code>localized_docs/po</code></a>
href="http://github.com/phpmyadmin/localized_docs/tree/master/po"><code>localized_docs/po</code></a>
from Git, or just go to the <a
href="https://l10n.cihar.com/projects/pmadoc/">translation server</a> and
translate it online. If your language is missing, just contact <a
Expand All @@ -4768,8 +4766,7 @@ <h4 id="faq7_3">
<p> The following method is preferred for new developers:</p>

<ol><li>fetch the current git repository over anonymous git:<br />
<tt>git clone
git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin</tt><br />
<tt>git clone git://github.com/phpmyadmin/phpmyadmin.git</tt><br />
</li>
<li>add your stuff</li>
<li>generate patch with your changes: <tt>git diff &gt; xxx.diff</tt><br />
Expand Down Expand Up @@ -4888,6 +4885,15 @@ <h4 id="faq9_1">
synchronized.
</p>

<h4 id="faq9_2">
<a href="#faq9_2">9.2 Are there problems with data synchronizing large
tables?</a></h4>

<p>
Yes. This aspect of synchronization is currently limited to small tables,
and they must have a primary key.
</p>


<!-- DEVELOPERS -->
<h2 id="developers">Developers Information</h2>
Expand Down
32 changes: 19 additions & 13 deletions output/el/Documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1705,8 +1705,10 @@ <h2 id="config">Ρύθμιση</h2>
and 'both' displays both icons and text.</dd>

<dt id="cfg_ShowAll">Αληθές/Ψευδές $cfg['ShowAll']</dt>
<dd>Defines whether a user should be displayed a &quot;show all (rows)&quot;
button in browse mode or not.</dd>
<dd>Defines whether a user should be displayed a &quot;Show all&quot; button in
browse mode or not in all cases. By default it is shown only on small
tables (less than 5 &times; <a href="#cfg_MaxRows">$cfg['MaxRows']</a> rows)
to avoid performance issues while getting too many rows.</dd>

<dt id="cfg_MaxRows">ακέραιος $cfg['MaxRows']</dt>
<dd>Number of rows displayed when browsing a result set and no LIMIT clause is
Expand Down Expand Up @@ -4289,10 +4291,7 @@ <h4 id="faq6_16">
fields?</a></h4>

<p> You can use Ctrl+arrows (Option+Arrows in Safari) for moving on most pages
with many editing fields (table structure changes, row editing, etc.). You
can also have a look at the directive <a href="#DefaultPropDisplay"
class="configrule">$cfg['DefaultPropDisplay']</a> ('vertical') and see if
this eases up editing for you.</p>
with many editing fields (table structure changes, row editing, etc.).</p>

<h4 id="faq6_17">
<a href="#faq6_17">6.17 Transformations: I can't enter my own mimetype! WTF
Expand Down Expand Up @@ -4579,10 +4578,9 @@ <h4 id="faq6_30">
<h4 id="faq6_31">
<a href="#faq6_31">6.31 How do I create a relation in designer?</a></h4>

<p>Για να επιλέξετε συσχέτιση, πατήστε :</p>

<img src="pmd/images/help_relation.png" />
<p>Η προβαλλόμενη στήλη εμφανίζεται ως ροζ. Για να ορίσετε ή όχι μια στήλη ως
<p>To select relation, click:<br />
<img src="themes/original/img/pmd/help_relation.png" width="100" height="100" alt="[relation icon]" /><br />
Η προβαλλόμενη στήλη εμφανίζεται ως ροζ. Για να ορίσετε ή όχι μια στήλη ως
εμφανιζόμενη στήλη, πατήστε το εικονίδιο «Επιλογή στήλης για προβολή» και
μετά πατήστε το κατάλληλο όνομα στήλης.</p>

Expand Down Expand Up @@ -4671,7 +4669,7 @@ <h4 id="faq7_2">
Documentation is being translated using po4a and gettext (see <a
href="http://www.phpmyadmin.net/home_page/docs.php">documentation</a> for
existing translations). To start, checkout <a
href="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/localized_docs;a=tree;f=po"><code>localized_docs/po</code></a>
href="http://github.com/phpmyadmin/localized_docs/tree/master/po"><code>localized_docs/po</code></a>
from Git, or just go to the <a
href="https://l10n.cihar.com/projects/pmadoc/">translation server</a> and
translate it online. If your language is missing, just contact <a
Expand All @@ -4689,8 +4687,7 @@ <h4 id="faq7_3">
<p> Η ακόλουθη μέθοδος προτιμάται για νέους δημιουργούς</p>

<ol><li>φέρτε την τρέχουσα αποθήκη git μέσω ανώνυμου git:<br />
<tt>κλώνος git
git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin</tt><br />
<tt>git clone git://github.com/phpmyadmin/phpmyadmin.git</tt><br />
</li>
<li>προσθέστε το υλικό σας</li>
<li>δημιουργήστε προσθήκη με τις αλλαγές σας: <tt>git diff &gt; xxx.diff</tt><br />
Expand Down Expand Up @@ -4811,6 +4808,15 @@ <h4 id="faq9_1">
synchronized.
</p>

<h4 id="faq9_2">
<a href="#faq9_2">9.2 Are there problems with data synchronizing large
tables?</a></h4>

<p>
Yes. This aspect of synchronization is currently limited to small tables,
and they must have a primary key.
</p>


<!-- DEVELOPERS -->
<h2 id="developers">Πληροφορίες δημιουργών</h2>
Expand Down
32 changes: 19 additions & 13 deletions output/en_GB/Documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1707,8 +1707,10 @@ <h2 id="config">Configuration</h2>
and 'both' displays both icons and text.</dd>

<dt id="cfg_ShowAll">$cfg['ShowAll'] boolean</dt>
<dd>Defines whether a user should be displayed a &quot;show all (rows)&quot;
button in browse mode or not.</dd>
<dd>Defines whether a user should be displayed a &quot;Show all&quot; button in
browse mode or not in all cases. By default it is shown only on small
tables (less than 5 &times; <a href="#cfg_MaxRows">$cfg['MaxRows']</a> rows)
to avoid performance issues while getting too many rows.</dd>

<dt id="cfg_MaxRows">$cfg['MaxRows'] integer</dt>
<dd>Number of rows displayed when browsing a result set and no LIMIT clause is
Expand Down Expand Up @@ -4292,10 +4294,7 @@ <h4 id="faq6_16">
fields?</a></h4>

<p> You can use Ctrl+arrows (Option+Arrows in Safari) for moving on most pages
with many editing fields (table structure changes, row editing, etc.). You
can also have a look at the directive <a href="#DefaultPropDisplay"
class="configrule">$cfg['DefaultPropDisplay']</a> ('vertical') and see if
this eases up editing for you.</p>
with many editing fields (table structure changes, row editing, etc.).</p>

<h4 id="faq6_17">
<a href="#faq6_17">6.17 Transformations: I can't enter my own mimetype! WTF
Expand Down Expand Up @@ -4582,10 +4581,9 @@ <h4 id="faq6_30">
<h4 id="faq6_31">
<a href="#faq6_31">6.31 How do I create a relation in designer?</a></h4>

<p>To select relation, click :</p>

<img src="pmd/images/help_relation.png" />
<p>The display column is shown in pink. To set/unset a column as the display
<p>To select relation, click:<br />
<img src="themes/original/img/pmd/help_relation.png" width="100" height="100" alt="[relation icon]" /><br />
The display column is shown in pink. To set/unset a column as the display
column, click the "Choose column to display" icon, then click on the
appropriate column name.</p>

Expand Down Expand Up @@ -4674,7 +4672,7 @@ <h4 id="faq7_2">
Documentation is being translated using po4a and gettext (see <a
href="http://www.phpmyadmin.net/home_page/docs.php">documentation</a> for
existing translations). To start, checkout <a
href="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/localized_docs;a=tree;f=po"><code>localized_docs/po</code></a>
href="http://github.com/phpmyadmin/localized_docs/tree/master/po"><code>localized_docs/po</code></a>
from Git, or just go to the <a
href="https://l10n.cihar.com/projects/pmadoc/">translation server</a> and
translate it online. If your language is missing, just contact <a
Expand All @@ -4692,8 +4690,7 @@ <h4 id="faq7_3">
<p> The following method is preferred for new developers:</p>

<ol><li>fetch the current git repository over anonymous git:<br />
<tt>git clone
git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin</tt><br />
<tt>git clone git://github.com/phpmyadmin/phpmyadmin.git</tt><br />
</li>
<li>add your stuff</li>
<li>generate patch with your changes: <tt>git diff &gt; xxx.diff</tt><br />
Expand Down Expand Up @@ -4812,6 +4809,15 @@ <h4 id="faq9_1">
synchronised.
</p>

<h4 id="faq9_2">
<a href="#faq9_2">9.2 Are there problems with data synchronizing large
tables?</a></h4>

<p>
Yes. This aspect of synchronization is currently limited to small tables,
and they must have a primary key.
</p>


<!-- DEVELOPERS -->
<h2 id="developers">Developers Information</h2>
Expand Down
Loading

0 comments on commit 4246c09

Please sign in to comment.