Fixed styles to match MP6 plugin and text_domain to display Japanese catalog file.

git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@771394 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
kjmtsh 2013-09-13 06:17:53 +00:00
parent a6345fd8b3
commit faff964bcd
4 changed files with 5 additions and 5 deletions

View File

@ -105,7 +105,7 @@ p {
margin-left: 10px;
margin-right: 10px;
}
ul {
ul.in-body-list {
margin-left: 20px;
}
ol {

View File

@ -138,7 +138,7 @@ td.menu-title {
table.statement {
width: 500px;
}
ul {
ul.in-body-list {
margin-left: 20px;
}
ol {

View File

@ -403,10 +403,10 @@ class DatabaseMaintenance {
<?php _e('This page provide you the database sanity check utility and the restore utility.', $domain);?>
</p>
<p>
<?php _e('Click "Sanity Check" button first, and see if you need to fix database or not. If needed, click "Fix Database" button. Afterward you may go to Miscellaneous page and optimize database (this is not required).')?>
<?php _e('Click "Sanity Check" button first, and see if you need to fix database or not. If needed, click "Fix Database" button. Afterward you may go to Miscellaneous page and optimize database (this is not required).', $domain);?>
</p>
<p>
<?php _e('Fix Database procedure will create a database backup file each time the button clicked. The backup file is named with "maintenance-backup", so you can remove it if you don\'t need it. Please go to Miscellaneous page and check if there is one.')?>
<?php _e('Fix Database procedure will create a database backup file each time the button clicked. The backup file is named with "maintenance-backup", so you can remove it if you don\'t need it. Please go to Miscellaneous page and check if there is one.', $domain);?>
</p>
<p>
<?php _e('If you installed WordPress 3.6 (not upgraded), you don\'t have to restore the database.', $domain);?>

View File

@ -86,7 +86,7 @@ class SQLiteIntegrationDocument {
<p>
<?php _e('SQLite Integration doesn\'t contain database maintenace functionality, because there are some other free or proprietary softwares that give you such functionalities. For example, these are among free softwares:', $domain);?>
</p>
<ul>
<ul class="in-body-list">
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/">SQLite Manager Mozilla Addon</a>(<?php _e('my recommendation', $domain);?>)</li>
<li><a href="http://www.sqlitemanager.org/">SQLiteManager</a>(<?php _e('unfortunately seems not to maintained...', $domain); ?>)</li>
</ul>