# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-09-03 14:31+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: trunk/install.php:40 msgid "" "Note that password carefully! It is a random password that was generated just for you." msgstr "" #: trunk/install.php:45 msgid "Your chosen password." msgstr "" #: trunk/install.php:56 msgid "The password you chose during the install." msgstr "" #: trunk/pdodb.class.php:96 #, php-format msgid "WordPress database error %1$s for query %2$s made by %3$s" msgstr "" #: trunk/pdodb.class.php:98 #, php-format msgid "WordPress database error %1$s for query %2$s" msgstr "" #: trunk/pdodb.class.php:136 #, php-format msgid "" "

Error establlishing a database connection

We have been unable to " "connect to the specified database.
The error message received was %s" msgstr "" #: trunk/pdoengine.class.php:82 trunk/pdoengine.class.php:98 msgid "Database connection error!
" msgstr "" #: trunk/pdoengine.class.php:83 trunk/pdoengine.class.php:99 #, php-format msgid "Error message is: %s" msgstr "" #: trunk/pdoengine.class.php:156 #, php-format msgid "" "

Unknown query type

Sorry, we cannot determine the type of query " "that is requested.

The query is %s

" msgstr "" #: trunk/pdoengine.class.php:315 #, php-format msgid "Problem preparing the PDO SQL Statement. Error was: %s" msgstr "" #: trunk/pdoengine.class.php:372 #, php-format msgid "Error while executing query! Error message was: %s" msgstr "" #: trunk/pdoengine.class.php:426 msgid "The query is too big to parse properly" msgstr "" #: trunk/pdoengine.class.php:635 #, php-format msgid "Problem in creating table or index. Error was: %s" msgstr "" #: trunk/pdoengine.class.php:678 #, php-format msgid "Problem in executing alter query. Error was: %s" msgstr "" #: trunk/sqlite-integration.php:158 trunk/sqlite-integration.php:181 msgid "SQLite Integration" msgstr "" #: trunk/utilities/documentation.php:16 trunk/utilities/documentation.php:18 #: trunk/utilities/patch.php:161 trunk/utilities/patch.php:163 #: trunk/utilities/utility.php:450 trunk/utilities/utility.php:452 #: trunk/utilities/utility.php:636 trunk/utilities/utility.php:638 msgid "You are not allowed to access this page!" msgstr "" #: trunk/utilities/documentation.php:23 trunk/utilities/documentation.php:30 #: trunk/utilities/patch.php:221 trunk/utilities/utility.php:422 #: trunk/utilities/utility.php:457 trunk/utilities/utility.php:711 msgid "Documentation" msgstr "" #: trunk/utilities/documentation.php:24 trunk/utilities/patch.php:222 #: trunk/utilities/utility.php:426 trunk/utilities/utility.php:458 #: trunk/utilities/utility.php:712 msgid "System Info" msgstr "" #: trunk/utilities/documentation.php:25 trunk/utilities/patch.php:223 #: trunk/utilities/utility.php:430 trunk/utilities/utility.php:459 #: trunk/utilities/utility.php:713 msgid "Miscellaneous" msgstr "" #: trunk/utilities/documentation.php:26 trunk/utilities/patch.php:224 #: trunk/utilities/utility.php:434 trunk/utilities/utility.php:460 #: trunk/utilities/utility.php:714 msgid "Patch Utility" msgstr "" #: trunk/utilities/documentation.php:32 msgid "" "This is a brief documentation about this plugin. For more details, see also " "the Plugin " "Page." msgstr "" #: trunk/utilities/documentation.php:35 msgid "" "Please don't forget: WordPress DOES NOT OFFICIALLY SUPPORT any database " "other than MySQL. So if you ask about this plugin in the Forum, it's not " "unlikely that you won't get no answers at all." msgstr "" #: trunk/utilities/documentation.php:38 msgid "Features" msgstr "" #: trunk/utilities/documentation.php:40 msgid "" "This plugin is a successor to PDO for WordPress, which enabled WordPress to use " "SQLite for its database. But PDO for WordPress doesn't seem to be maintained " "any more only to be outdated. SQLite Integration makes use of the basic " "ideas and framework of PDO for WordPress, adds some new features and updates " "it to be able to work with the newest version of WordPress(3.6)." msgstr "" #: trunk/utilities/documentation.php:43 msgid "" "SQLite Web Page says — SQLite " "is a "software library that implements selfcontained, serverless, zero-" "configuration, transactional SQL database engine". It is "a good " "choice for small to medium size websites". It's small and portable, and " "you don't need any database server system." msgstr "" #: trunk/utilities/documentation.php:46 msgid "" "Unfortunately enough, WordPress only supports MySQL. Consequently it doesn't " "provide any APIs for SQLite. So if you want to create a website using " "WordPress without a database server, you've got to write a kind of wrapper " "program yourself to use SQLite. This is the way SQLite Integration goes." msgstr "" #: trunk/utilities/documentation.php:49 msgid "SQLite Integration does the work as follows:" msgstr "" #: trunk/utilities/documentation.php:52 msgid "Intercepts SQL statement for MySQL from WordPress" msgstr "" #: trunk/utilities/documentation.php:53 msgid "Rewrites it as SQLite can execute" msgstr "" #: trunk/utilities/documentation.php:54 msgid "Gives it to SQLite" msgstr "" #: trunk/utilities/documentation.php:55 msgid "Gets the results from SQLite" msgstr "" #: trunk/utilities/documentation.php:56 msgid "Format the results as MySQL returns, if necessary" msgstr "" #: trunk/utilities/documentation.php:57 msgid "Gives back the results to WordPress" msgstr "" #: trunk/utilities/documentation.php:60 msgid "" "WordPress doesn't know what has happened in the background and will be happy " "with it." msgstr "" #: trunk/utilities/documentation.php:63 msgid "Limitations" msgstr "" #: trunk/utilities/documentation.php:65 msgid "" "SQLite Integration uses SQLite, so the limitations of SQLite is, as it is, " "those of SQLite Integration. MySQL is far from a simple SQL engine and has " "many extended features and functionalities. WordPress uses some of them. " "Among those are some SQLite doesn't implement. For those features that " "WordPress uses, I made them work with SQLite Integration. But for others " "that some plugins are using, SQLite Integration can't manipulate. So..." msgstr "" #: trunk/utilities/documentation.php:68 msgid "There are some plugins that you can't use in any way.
" msgstr "" #: trunk/utilities/documentation.php:69 msgid "" "Some plugins can't be activated or work properly. See the "Plugin " "Compatibility/Incompatibility" section." msgstr "" #: trunk/utilities/documentation.php:70 msgid "" "There are some plugins that you can't use without rewriting some codes in " "them.
" msgstr "" #: trunk/utilities/documentation.php:71 #, php-format msgid "" "Some plugins do work fine if you rewrite MySQL functions. I made some patch " "files and Patch Utility. See also the Plugin Page for " "more details." msgstr "" #: trunk/utilities/documentation.php:74 msgid "" "And there may be other problems I overlooked. If you find malfunctionality, " "please let me know at the Support Forum." msgstr "" #: trunk/utilities/documentation.php:76 msgid "User Defined Functions" msgstr "" #: trunk/utilities/documentation.php:78 msgid "" "SQLite Integration replaces some functions of MySQL with the user defined " "functions built in PHP PDO library. But some of the functions are " "meaningless in SQLite database: e.g. get_lock() or release_lock(). When " "SQLite Integration meets those functions, it does nothing but prevent the " "error." msgstr "" #: trunk/utilities/documentation.php:81 msgid "" "If you want SQLite Integration to execute more functions, you can add the " "definition in the file sqlite-integration/functions.php (functions-5-2.php " "is for PHP 5.2 or lesser)." msgstr "" #: trunk/utilities/documentation.php:84 msgid "Database Administration and Maintenance" msgstr "" #: trunk/utilities/documentation.php:86 msgid "" "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:" msgstr "" #: trunk/utilities/documentation.php:89 msgid "my recommendation" msgstr "" #: trunk/utilities/documentation.php:90 msgid "unfortunately seems not to maintained..." msgstr "" #: trunk/utilities/documentation.php:93 msgid "" "I'm not sure if future release may have some of the database maintenance " "functionality." msgstr "" #: trunk/utilities/documentation.php:99 msgid "Plugin Compatibility/Incompatibility" msgstr "" #: trunk/utilities/documentation.php:101 msgid "" "WordPress without its plugins is a king without people. Of course, you need " "plugins, I know." msgstr "" #: trunk/utilities/documentation.php:104 #, php-format msgid "" "Most of the plugins will work fine with this plugin. But there are some that " "you need to rewrite some codes in them, and there are others that you can't " "use with this plugin. This is the list of the problematic plugins (far from " "complete). You can see informations about your installed plugins in the System Info page. To see more details, please " "visit the Plugin Page." msgstr "" #: trunk/utilities/documentation.php:110 msgid "Plugins Name" msgstr "" #: trunk/utilities/documentation.php:111 msgid "Compatibility" msgstr "" #: trunk/utilities/documentation.php:112 msgid "Reasons" msgstr "" #: trunk/utilities/documentation.php:126 trunk/utilities/utility.php:239 #: trunk/utilities/utility.php:241 msgid "Needs Patch" msgstr "" #: trunk/utilities/documentation.php:128 trunk/utilities/utility.php:245 msgid "Probably No" msgstr "" #: trunk/utilities/documentation.php:130 trunk/utilities/utility.php:251 msgid "No" msgstr "" #: trunk/utilities/documentation.php:140 msgid "Caching Plugins" msgstr "" #: trunk/utilities/documentation.php:142 msgid "" "Some plugins that give you cache functinality might cause problems. It is " "because they try to create the db.php file in wp-content directory, which " "file SQLite Integration is using." msgstr "" #: trunk/utilities/documentation.php:145 msgid "" "If those plugins overwrite the db.php file, SQLite Integration doesn't work. " "My recommendation is not to use caching plugins. " "Even so, if you want a caching plugin, you could try WP Super Cache, which " "doesn't use db.php file. But no warranty, try at your own risk." msgstr "" #: trunk/utilities/documentation.php:148 msgid "I have not tested none of those caching plugins." msgstr "" #: trunk/utilities/documentation.php:150 msgid "MySQL specific functions" msgstr "" #: trunk/utilities/documentation.php:152 msgid "" "Some plugins don't use WordPress database functions such as dbDelta(), and " "use PHP native MySQL functions when they create and manage tables in the " "database. But PHP doesn't permit redefining of the native functions (at " "least, under ordinary server setting). So SQLite Integration can't intercept " "and rewrite those functions." msgstr "" #: trunk/utilities/documentation.php:155 msgid "For example, you can see these codes in Google XML Sitemaps." msgstr "" #: trunk/utilities/documentation.php:161 msgid "or in Camera Slideshow" msgstr "" #: trunk/utilities/documentation.php:167 msgid "" "Such functions as mysql_get_server_info() or mysql_query() are from the " "MySQL driver of PHP. Not only some plugins but WordPress uses them, but " "SQLite Integration has no way to rewrite or redefine them. If the plugin you " "want to use has those functions in it, it won't work or give the error " "messages." msgstr "" #: trunk/utilities/documentation.php:170 msgid "" "So, you have to rewrite them for SQLite Integration can execute. The two " "example above can be rewritten like this:" msgstr "" #: trunk/utilities/documentation.php:179 msgid "" "As for those functions in WordPress, I overrode the WordPress functions " "themselves that contains such MySQL functions as mysql_query() or " "mysql_real_escape_string()." msgstr "" #: trunk/utilities/documentation.php:181 msgid "FULLTEXT index" msgstr "" #: trunk/utilities/documentation.php:183 msgid "" "Some plugins use FULLTEXT index of MySQL. Of course SQLite does have the " "functionality named "full-text search". But it is not correlated " "with that of MySQL. In fact it is not an "index" and requires " "another new table for that. And it has a different syntax. So you can't use " "the plugins which uses FULLTEXT index" msgstr "" #: trunk/utilities/documentation.php:186 msgid "" "If your language is not written by separating words with spaces, e.g. " "Japanese, Chinese or Thai, neither FULLTEXT index nor full-text search work " "effectively. Even if your language is space-separating-words one, you don't " "have to be disappointed. Whatever languages you use, you can use WordPress Related Posts or Related Posts or others. They are working fine " "with SQLite Integration!" msgstr "" #: trunk/utilities/patch.php:55 msgid "Patch command is not found" msgstr "" #: trunk/utilities/patch.php:58 msgid "Patch command is not executable" msgstr "" #: trunk/utilities/patch.php:75 msgid "Patch file name is invalid" msgstr "" #: trunk/utilities/patch.php:79 msgid "Patch file version does not match with that of your plugin." msgstr "" #: trunk/utilities/patch.php:88 msgid "Error! Plugin directory is not accessible." msgstr "" #: trunk/utilities/patch.php:91 msgid "is patched successfully." msgstr "" #: trunk/utilities/patch.php:96 #, php-format msgid "Error! Messages: %s" msgstr "" #: trunk/utilities/patch.php:120 #, php-format msgid "File %s is deleted." msgstr "" #: trunk/utilities/patch.php:122 #, php-format msgid "Error! File %s is not deleted." msgstr "" #: trunk/utilities/patch.php:126 msgid "Error!: patches directory is not accessible." msgstr "" #: trunk/utilities/patch.php:142 msgid "File is uploaded" msgstr "" #: trunk/utilities/patch.php:146 msgid "File is not uploaded" msgstr "" #: trunk/utilities/patch.php:150 msgid "File is not selected" msgstr "" #: trunk/utilities/patch.php:168 trunk/utilities/patch.php:170 #: trunk/utilities/patch.php:190 trunk/utilities/patch.php:192 #: trunk/utilities/patch.php:212 trunk/utilities/patch.php:214 msgid "You are not allowed to do this operation!" msgstr "" #: trunk/utilities/patch.php:174 trunk/utilities/patch.php:196 msgid "Please select patch file(s)" msgstr "" #: trunk/utilities/patch.php:183 msgid "None of the patches is applied!" msgstr "" #: trunk/utilities/patch.php:205 msgid "Error! Please remove files manually" msgstr "" #: trunk/utilities/patch.php:228 msgid "Patch Files Upload and Apply" msgstr "" #: trunk/utilities/patch.php:229 msgid "What you can do in this page" msgstr "" #: trunk/utilities/patch.php:231 msgid "" "I made patch files for some plugins that are incompatible with SQLite " "Integration and need rewriting. And I wrote in the Plugin Page about how to apply a " "patch file to the plugin. But the command line interface sometimes " "embarrasses some people, especially newbies." msgstr "" #: trunk/utilities/patch.php:234 msgid "" "In this page, you can upload patch files and apply them automatically. But " "there are some requirements." msgstr "" #: trunk/utilities/patch.php:237 msgid "" "Think before you leap. Is the plugin to which you are going to apply patch " "really necessary for your site? Did you search in the Plugin Directory for the substitutes?" msgstr "" #: trunk/utilities/patch.php:238 msgid "" "Your PHP script has the permission to create a directory and write a file in " "it." msgstr "" #: trunk/utilities/patch.php:239 msgid "Your PHP scripts can execute exec() function on the server." msgstr "" #: trunk/utilities/patch.php:240 msgid "" "Your PHP script can execute "patch" shell command.(Script will " "check if it is executable or not.)" msgstr "" #: trunk/utilities/patch.php:243 msgid "" "If uploading fails, it' very likely that application will fail. When you try " "uploading with FTP client, the patch files must be put into the directory wp-" "content/uploads/patches/. When constant UPLOADS is defined, script follows " "it." msgstr "" #: trunk/utilities/patch.php:246 msgid "" "You can create your patch file yourself. When you create one, please test it " "on your local server first and check if it works fine without PHP error or " "notice ( set error_reporting(E_ALL) ). If you use this utility, name your " "patch file as follows:" msgstr "" #: trunk/utilities/patch.php:249 msgid "Use the file name beginning with the plugin directory name." msgstr "" #: trunk/utilities/patch.php:250 msgid "Use the plugin version number after the directory name with underscore." msgstr "" #: trunk/utilities/patch.php:251 msgid "Use the suffix .patch." msgstr "" #: trunk/utilities/patch.php:252 msgid "Use diff command options "-Naur"." msgstr "" #: trunk/utilities/patch.php:255 msgid "" "For example, the patch file for the plugin "Debug Bar" is "" "debug-bar_0.8.patch". Script interprets "debug-bar" as the " "target directory and "0.8" as the target version. If the version " "number doesn't match with the target, script shows the error message and " "skip applying the patch file. And script will reject any other file name." msgstr "" #: trunk/utilities/patch.php:258 msgid "How to install, patch and activate plugins" msgstr "" #: trunk/utilities/patch.php:260 msgid "Install the plugin (not yet activate it)" msgstr "" #: trunk/utilities/patch.php:261 msgid "Upload the patch file (if any) to the server and ppply it in this page" msgstr "" #: trunk/utilities/patch.php:262 msgid "Back to the installed plugin page and activate it" msgstr "" #: trunk/utilities/patch.php:264 msgid "How to upgrade plugins" msgstr "" #: trunk/utilities/patch.php:266 msgid "When upgrading the plugin, it will be safer to follow next steps." msgstr "" #: trunk/utilities/patch.php:269 msgid "Deactivate the plugin" msgstr "" #: trunk/utilities/patch.php:270 msgid "Upgrade the plugin" msgstr "" #: trunk/utilities/patch.php:271 msgid "Upload the patch file (if any) and apply it" msgstr "" #: trunk/utilities/patch.php:272 msgid "Reactivate the plugin" msgstr "" #: trunk/utilities/patch.php:274 msgid "" "If there isn't a patch file to match with the newest version of the plugin, " "it won't work properly. Please wait for somebody to make one or rewrite the " "codes checking the patch file for the previous version (it's not so " "difficult a matter, I guess, for almost all the cases, you'll have only to " "replace the MySQL functions with the WordPress built-in functions)." msgstr "" #: trunk/utilities/patch.php:275 msgid "Upload and Apply" msgstr "" #: trunk/utilities/patch.php:279 msgid "File Select" msgstr "" #: trunk/utilities/patch.php:286 msgid "" "Select file from your computer. If the file name is the same as existent " "file, this operation will override it." msgstr "" #: trunk/utilities/patch.php:288 msgid "Upload" msgstr "" #: trunk/utilities/patch.php:293 msgid "Patch files uploaded" msgstr "" #: trunk/utilities/patch.php:300 msgid "" "Select the file(s) you want to apply to the plugin(s) or you want to delete. " "You can select multiple files." msgstr "" #: trunk/utilities/patch.php:304 msgid "Apply/Hold" msgstr "" #: trunk/utilities/patch.php:305 msgid "Patch files to apply" msgstr "" #: trunk/utilities/patch.php:321 msgid "Apply patch" msgstr "" #: trunk/utilities/patch.php:321 msgid "" "Are you sure to apply patch files?\\n\\nClick [Cancel] to stop,[OK] to " "continue." msgstr "" #: trunk/utilities/patch.php:322 trunk/utilities/utility.php:765 msgid "Delete file" msgstr "" #: trunk/utilities/patch.php:322 msgid "" "Are you sure to delete patch files?\\n\\nClick [Cancel] to stop,[OK] to " "continue." msgstr "" #: trunk/utilities/patch.php:333 msgid "Caution about your patch file(s)" msgstr "" #: trunk/utilities/patch.php:337 msgid "" "If you don't know where it comes from or who created it, I strongly " "recommend that you should see and check the contents of the file. If a " "person who created it secretly inserted a malicious codes, it will be " "executed by the plugin and may damage your site or your server, for which " "damage I don't incur any liability. If you don't understand well, you'd " "better use the substitute plugins. Take your own risk, please." msgstr "" #: trunk/utilities/utility.php:248 msgid "Probably Yes" msgstr "" #: trunk/utilities/utility.php:254 msgid "Checked" msgstr "" #: trunk/utilities/utility.php:257 trunk/utilities/utility.php:263 msgid "Not Checked" msgstr "" #: trunk/utilities/utility.php:268 msgid "Sitewide Active" msgstr "" #: trunk/utilities/utility.php:271 msgid "Active" msgstr "" #: trunk/utilities/utility.php:274 msgid "Inactive" msgstr "" #: trunk/utilities/utility.php:391 #, php-format msgid "File %s was deleted." msgstr "" #: trunk/utilities/utility.php:393 msgid "Error! File was not deleted." msgstr "" #: trunk/utilities/utility.php:404 msgid "Welcome to SQLite Integration" msgstr "" #: trunk/utilities/utility.php:406 msgid "Thank you for using SQLite Integration plugin!" msgstr "" #: trunk/utilities/utility.php:409 msgid "" "You read this message, which means you have succeeded in installing " "WordPress with this plugin SQLite Integration. Congratulations and enjoy " "your Blogging!" msgstr "" #: trunk/utilities/utility.php:412 msgid "" "You don't have to set any special settings. In fact there are no other " "settings. You can write articles or pages and customize you WordPress in an " "ordinary way. You want to install your plugins? All right, go ahead. But " "some of them may be incompatible with this. Please read more information " "about this plugin and your SQLite database below." msgstr "" #: trunk/utilities/utility.php:414 msgid "" "Deactivation makes this documents and utilities disappear from the " "dashboard, but it doesn't affect the functionality of the SQLite " "Integration. when uninstalled, it will remove wp-content/uploads/patches " "directory (if exists) and wp-content/db.php file altogether." msgstr "" #: trunk/utilities/utility.php:417 msgid "Title" msgstr "" #: trunk/utilities/utility.php:418 msgid "Contents" msgstr "" #: trunk/utilities/utility.php:423 msgid "You can read documentation about this plugin and plugin compatibility." msgstr "" #: trunk/utilities/utility.php:427 msgid "You can see database and system information." msgstr "" #: trunk/utilities/utility.php:431 msgid "" "You can see the error log and edit db.php file (if necessary) and optimize " "your database." msgstr "" #: trunk/utilities/utility.php:435 msgid "You can upload patch files and apply them to the incompatible plugins." msgstr "" #: trunk/utilities/utility.php:464 msgid "System Information" msgstr "" #: trunk/utilities/utility.php:465 msgid "PHP Informations" msgstr "" #: trunk/utilities/utility.php:470 trunk/utilities/utility.php:506 msgid "Items" msgstr "" #: trunk/utilities/utility.php:471 msgid "Description" msgstr "" #: trunk/utilities/utility.php:476 msgid "WordPress Version" msgstr "" #: trunk/utilities/utility.php:480 msgid "PHP Version" msgstr "" #: trunk/utilities/utility.php:484 msgid "PDO Support" msgstr "" #: trunk/utilities/utility.php:488 msgid "PDO Drivers" msgstr "" #: trunk/utilities/utility.php:492 msgid "PDO Driver for SQLite 3.x" msgstr "" #: trunk/utilities/utility.php:496 msgid "SQLite Library Version" msgstr "" #: trunk/utilities/utility.php:502 msgid "Your Database Status" msgstr "" #: trunk/utilities/utility.php:507 msgid "Status" msgstr "" #: trunk/utilities/utility.php:513 msgid "Database Size" msgstr "" #: trunk/utilities/utility.php:517 msgid "Page Size" msgstr "" #: trunk/utilities/utility.php:521 msgid "Total Number of Pages" msgstr "" #: trunk/utilities/utility.php:525 msgid "Unused Page" msgstr "" #: trunk/utilities/utility.php:529 msgid "Integrity Check" msgstr "" #: trunk/utilities/utility.php:533 msgid "Encoding" msgstr "" #: trunk/utilities/utility.php:537 msgid "Collations" msgstr "" #: trunk/utilities/utility.php:549 msgid "Compile Options" msgstr "" #: trunk/utilities/utility.php:563 msgid "Database Tables and Indexes" msgstr "" #: trunk/utilities/utility.php:565 msgid "" "Table names in brown are required by WordPress, and those in blue are " "created by some plugins. The table sqlite_sequence is not a WordPress table " "but a table required by SQLite to store the current autoincremented value of " "each table, which is displayed in the parenthesis after the table names. You " "can't manipulate the tables or indexes here. Please use SQLite utilities (e." "g. SQLiteManager)." msgstr "" #: trunk/utilities/utility.php:570 msgid "Table Name" msgstr "" #: trunk/utilities/utility.php:571 msgid "System/User" msgstr "" #: trunk/utilities/utility.php:572 msgid "Index ( Column )" msgstr "" #: trunk/utilities/utility.php:610 msgid "Plugin Info" msgstr "" #: trunk/utilities/utility.php:612 msgid "This table shows plugins you have installed and their compatibility." msgstr "" #: trunk/utilities/utility.php:617 msgid "Installed Plugins" msgstr "" #: trunk/utilities/utility.php:618 msgid "Active/Inactive" msgstr "" #: trunk/utilities/utility.php:619 msgid "Compatible" msgstr "" #: trunk/utilities/utility.php:643 msgid "Log cleared" msgstr "" #: trunk/utilities/utility.php:646 msgid "Log not cleared" msgstr "" #: trunk/utilities/utility.php:658 msgid "db.php was saved" msgstr "" #: trunk/utilities/utility.php:661 msgid "Error! db.php couldn't be saved" msgstr "" #: trunk/utilities/utility.php:672 #, php-format msgid "" "Optimization finished. Before optimization: %1$s, After optimization: %2$s." msgstr "" #: trunk/utilities/utility.php:675 msgid "Optimization failed" msgstr "" #: trunk/utilities/utility.php:683 msgid "Couldn't find your database file." msgstr "" #: trunk/utilities/utility.php:695 msgid "Please select backup file(s)." msgstr "" #: trunk/utilities/utility.php:704 msgid "Error! Please remove file(s) manyally." msgstr "" #: trunk/utilities/utility.php:718 msgid "Database Optimization, Error Log, Init File" msgstr "" #: trunk/utilities/utility.php:719 msgid "Optimize You Database" msgstr "" #: trunk/utilities/utility.php:721 msgid "" "This button sends "vacuum" command to your SQLite database. That " "command reclaims space after data has been deleted." msgstr "" #: trunk/utilities/utility.php:729 msgid "Optimize" msgstr "" #: trunk/utilities/utility.php:729 msgid "" "Are you sure to optimize your database?\\n\\nClick [Cancel] to stop, [OK] to " "continue." msgstr "" #: trunk/utilities/utility.php:732 msgid "Create or Delete backup file(s)" msgstr "" #: trunk/utilities/utility.php:734 msgid "" "Click the backup button below if you want to create a current snapshot of " "your database file. The backup file is named ‘DB_FILE_NAME.yyyymmdd." "zip’ if PHP zip extension is loaded ‘DB_FILE_NAME.yyyymmdd." "back’ if not loaded, and is put in the same directory that the database " "is in." msgstr "" #: trunk/utilities/utility.php:737 msgid "" "If you want to delete the file(s), check the file name and click the Delete " "button. You can check multiple files." msgstr "" #: trunk/utilities/utility.php:748 msgid "Delete" msgstr "" #: trunk/utilities/utility.php:749 msgid "Backup Files" msgstr "" #: trunk/utilities/utility.php:764 msgid "Backup" msgstr "" #: trunk/utilities/utility.php:764 msgid "" "Are you sure to make a backup file?\\n\\nClick [Cancel] to stop, [OK] to " "continue." msgstr "" #: trunk/utilities/utility.php:765 msgid "" "Are you sure to delete backup file(s)?\\n\\nClick [Cancel] to stop, [OK] to " "continue." msgstr "" #: trunk/utilities/utility.php:768 msgid "SQLite Integration Error Log" msgstr "" #: trunk/utilities/utility.php:770 msgid "" "This is the contents of SQLite Integration error log file(default: wp-" "content/database/debug.txt). If you want to clear this file, click the Clear " "Log button." msgstr "" #: trunk/utilities/utility.php:780 msgid "No error messages are found" msgstr "" #: trunk/utilities/utility.php:788 msgid "Clear Log" msgstr "" #: trunk/utilities/utility.php:788 msgid "" "Are you sure to clear Log?\\n\\nClick [Cancel] to stop, [OK] to continue." msgstr "" #: trunk/utilities/utility.php:792 msgid "Edit Initial File (wp-content/db.php)" msgstr "" #: trunk/utilities/utility.php:794 msgid "" "When you go "Plugins » Edit Plugin" page, you can edit " "plugin source file. But you can't see this file there because it is not in " "the plugin directory. If you need to edit this file, you can edit here. This " "settings may cause problems. If you don't understand " "well, please don't edit this file." msgstr "" #: trunk/utilities/utility.php:804 msgid "Save" msgstr "" #: trunk/utilities/utility.php:804 msgid "" "Are you sure to save this file?\\n\\nClick [Cancel] to stop, [OK] to " "continue." msgstr ""