Merge remote branch 'origin/master'
This commit is contained in:
@@ -4344,21 +4344,22 @@ chmod o+rwx tmp
|
|||||||
under the Bugs section.<br /><br />
|
under the Bugs section.<br /><br />
|
||||||
|
|
||||||
But please first discuss your bug with other users:<br />
|
But please first discuss your bug with other users:<br />
|
||||||
<a href="http://sf.net/projects/phpmyadmin/">
|
<a href="https://sourceforge.net/projects/phpmyadmin/forums">
|
||||||
http://sf.net/projects/phpmyadmin/</a> (and choose Forums)</p>
|
https://sourceforge.net/projects/phpmyadmin/forums</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h4 id="faq7_2">
|
<h4 id="faq7_2">
|
||||||
<a href="#faq7_2">7.2 I want to translate the messages to a new language or upgrade an
|
<a href="#faq7_2">7.2 I want to translate the messages to a new language or upgrade an
|
||||||
existing language, where do I start?</a></h4>
|
existing language, where do I start?</a></h4>
|
||||||
|
|
||||||
<p> Always use latest Git version of po file to translate. You can optionally
|
<p> Always use latest Git version of the po file to translate. You can optionally
|
||||||
translate online at our <a href="http://l10n.cihar.com/">translation
|
translate online at our <a href="http://l10n.cihar.com/">translation
|
||||||
server</a> where you can also get latest po files and merge them
|
server</a> where you can also get the latest po files and merge them
|
||||||
with your translations. For creating new translation simply use
|
with your translations. For creating a new translation simply use
|
||||||
<code>po/phpmyadmin.pot</code> and generate
|
<code>po/phpmyadmin.pot</code> and generate
|
||||||
<code>po/LANG_CODE.po</code> for your language (you can use
|
<code>po/LANG_CODE.po</code> for your language (you can use
|
||||||
<code>msginit -i po/phpmyadmin.pot -l LANG_CODE --no-translator -o po/LANG_CODE.po</code>
|
<code>msginit -i po/phpmyadmin.pot -l LANG_CODE --no-translator -o po/LANG_CODE.po</code>
|
||||||
to do this) or ask on mailing list to add the translation to the web
|
to do this) or ask on the mailing list to add the translation to the web
|
||||||
interface. More details are available on <a href="http://wiki.phpmyadmin.net/pma/Devel:Gettext_for_translators">our wiki</a>.
|
interface. More details are available on <a href="http://wiki.phpmyadmin.net/pma/Devel:Gettext_for_translators">our wiki</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@@ -4366,18 +4367,30 @@ chmod o+rwx tmp
|
|||||||
the translations, since we define the right character set in the file.
|
the translations, since we define the right character set in the file.
|
||||||
With HTML entities, the text on JavaScript messages would not
|
With HTML entities, the text on JavaScript messages would not
|
||||||
display correctly.
|
display correctly.
|
||||||
However there are some entities that need to be there, for quotes
|
However there are some entities that need to be there: quotes,
|
||||||
,non-breakable spaces, ampersands, less than, greater than.
|
non-breakable spaces, ampersands, less than, greater than.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
You can then put your translations, as a zip file to avoid losing special
|
You can then put your translations, as a zip file to avoid losing special
|
||||||
characters, on the sourceforge.net translation tracker.
|
characters, on the sourceforge.net <a href="https://sourceforge.net/tracker/?group_id=23067&atid=387645">translation tracker.</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
It would be a good idea to subscribe to the phpmyadmin-translators mailing
|
It would be a good idea to subscribe to the <a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-translators">phpmyadmin-translators</a> mailing
|
||||||
list, because this is where we ask for translations of new messages.
|
list, because this is where we ask for translations of new messages.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
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>
|
||||||
|
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 Čihař</a>; he will add it. If
|
||||||
|
you prefer to directly translate the po files, please put updated ones into our
|
||||||
|
<a href="https://sourceforge.net/tracker/?group_id=23067&atid=387645">translation tracker</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h4 id="faq7_3">
|
<h4 id="faq7_3">
|
||||||
<a href="#faq7_3">7.3 I would like to help out with the development of
|
<a href="#faq7_3">7.3 I would like to help out with the development of
|
||||||
phpMyAdmin. How should I proceed?</a></h4>
|
phpMyAdmin. How should I proceed?</a></h4>
|
||||||
@@ -4417,7 +4430,7 @@ chmod o+rwx tmp
|
|||||||
<a href="#faq8_2">8.2 How can I protect phpMyAdmin against brute force attacks?</a></h4>
|
<a href="#faq8_2">8.2 How can I protect phpMyAdmin against brute force attacks?</a></h4>
|
||||||
|
|
||||||
<p> If you use Apache web server, phpMyAdmin exports information about
|
<p> If you use Apache web server, phpMyAdmin exports information about
|
||||||
authentication to Apache environment and it can be used in Apache logs.
|
authentication to the Apache environment and it can be used in Apache logs.
|
||||||
Currently there are two variables available:
|
Currently there are two variables available:
|
||||||
</p>
|
</p>
|
||||||
<dl>
|
<dl>
|
||||||
@@ -4448,14 +4461,14 @@ LogFormat "%h %l %u %t \"%r\" %>s %b \
|
|||||||
<a href="#faq9_1">9.1 How can I synchronize two databases/tables in phpMyAdmin?</a></h4>
|
<a href="#faq9_1">9.1 How can I synchronize two databases/tables in phpMyAdmin?</a></h4>
|
||||||
|
|
||||||
<p> You can now synchronize databases/tables in phpMyAdmin using the Synchronize feature.
|
<p> You can now synchronize databases/tables in phpMyAdmin using the Synchronize feature.
|
||||||
It allows you to connect to local as well as remote servers.This requires you to enter
|
It allows you to connect to local as well as remote servers. This requires you to enter
|
||||||
server host name, username, password, port and the name of the database. Therefore you can
|
server host name, username, password, port and the name of the database. Therefore you can
|
||||||
now synchronize your databases placed on the same server or some remote server.
|
now synchronize your databases placed on the same server or some remote server.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This feature is helpful for developers who need to replicate their
|
This feature is helpful for developers who need to replicate their
|
||||||
databases’ structure as well as data. Moreover, this feature not only
|
database’s structure as well as data. Moreover, this feature not only
|
||||||
helps replication but also facilitates the user to keep his/her database
|
helps replication but also facilitates the user to keep his/her database
|
||||||
in sync with another database. Other than the full database, certain
|
in sync with another database. Other than the full database, certain
|
||||||
tables of the databases can also be synchronized.
|
tables of the databases can also be synchronized.
|
||||||
@@ -4476,29 +4489,29 @@ representation.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
On the left, are listed the source database table names. Some of the
|
On the left, are listed the source database table names. Some of the
|
||||||
names have a ‘+’ plus sign preceding them. This shows that these tables
|
names have a <code>+</code> plus sign preceding them. This shows that these tables
|
||||||
are only present in source database and they need to be added to the
|
are only present in source database and they need to be added to the
|
||||||
target database in order to synchronize the target database. The tables
|
target database in order to synchronize the target database. The tables
|
||||||
whose names are not preceded by a ‘+’ sign are already present in the
|
whose names are not preceded by a <code>+</code> sign are already present in the
|
||||||
target database.
|
target database.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
On the right, are listed the target database table names. There are few
|
On the right, are listed the target database table names. There are few
|
||||||
table names that have “(not present)” appended after their names. This
|
table names that have <code>(not present)</code> appended after their names. This
|
||||||
means that these tables are to be created in target database in order to
|
means that these tables are to be created in target database in order to
|
||||||
synchronize target database with source database. Some tables’ names
|
synchronize target database with source database. Some table names
|
||||||
have a ‘-’ minus sign preceding them. This shows that these tables are
|
have a <code>-</code> minus sign preceding them. This shows that these tables are
|
||||||
only present in target database and they will remain unchanged in the
|
only present in target database and they will remain unchanged in the
|
||||||
target database. The column in the middle shows the difference between
|
target database. The column in the middle shows the difference between
|
||||||
the source and target corresponding tables.
|
the source and target corresponding tables.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The difference is depicted by the red and green buttons with S and D
|
The difference is depicted by the red and green buttons with <tt>S</tt> and <tt>D</tt>
|
||||||
letters, indicating that either Structure or Data are not up to date. By
|
letters, indicating that either Structure or Data are not up to date. By
|
||||||
clicking on them, they will turn grey, what means that they will be synchronised.
|
clicking on them, they will turn grey, what means that they will be synchronized.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<!-- DEVELOPERS -->
|
<!-- DEVELOPERS -->
|
||||||
|
Reference in New Issue
Block a user