New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): Japanese

Filter ↓ Sort ↓ All (120) Translated (4) Untranslated (116) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 8
Prio Original string Translation
MySQL interface. Create forms to insert, update and search. Embed tables or single values into pages. Foreign keys. Password records. Send email.
Priority: high
You have to log in to add a translation. Details
MySQL interface. Create forms to insert, update and search. Embed tables or single values into pages. Foreign keys. Password records. Send email.
Comment

Short description.

You have to log in to edit this translation.

ABASE
Priority: high
You have to log in to add a translation. Details
ABASE
Comment

Name.

You have to log in to edit this translation.

A password on a record will prevent updates or deletions to the record without a password. In the shortcode declaring an update or delete form, include a password attribute identifying the column password. The password input must equal the contents of the password field for the update or delete to take place. You have to log in to add a translation. Details
A password on a record will prevent updates or deletions to the record without a password. In the shortcode declaring an update or delete form, include a password attribute identifying the column password. The password input must equal the contents of the password field for the update or delete to take place.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

The images attribute declares picture as an image. The exclamation point (!) precedes formatting for the image. width:50px will resize the image to 50 pixels wide and vertical-align:-25 will lower it 25 pixels so the adjacent rows will appear in the middle instead of at the bottom of the row. You have to log in to add a translation. Details
The images attribute declares picture as an image. The exclamation point (!) precedes formatting for the image. width:50px will resize the image to 50 pixels wide and vertical-align:-25 will lower it 25 pixels so the adjacent rows will appear in the middle instead of at the bottom of the row.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

[abase table="employees" columns="picture!'width:50px;vertical-align:-25px;',first_name,last_name" images="picture" style="width:500px;"] You have to log in to add a translation. Details
[abase table="employees" columns="picture!'width:50px;vertical-align:-25px;',first_name,last_name" images="picture" style="width:500px;"]
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Displaying the employees table with pictures would be as follows: You have to log in to add a translation. Details
Displaying the employees table with pictures would be as follows:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

[abase form="1,insert" table="employees" elements="first_name,last_name,picture" columns="first_name!'100',last_name!'100',picture!100$Add Employee" images="picture" ack="green"] You have to log in to add a translation. Details
[abase form="1,insert" table="employees" elements="first_name,last_name,picture" columns="first_name!'100',last_name!'100',picture!100$Add Employee" images="picture" ack="green"]
Comment

Found in faq paragraph.

You have to log in to edit this translation.

A form to add an employee with the picture field identified as an image would produce a browser file upload form element for the picture entry: You have to log in to add a translation. Details
A form to add an employee with the picture field identified as an image would produce a browser file upload form element for the picture entry:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

[abase sql="CREATE TABLE <code>employees</code> ( <code>employee_id</code> int(11) NOT NULL AUTO_INCREMENT, <code>first_name</code> varchar(100) NOT NULL, <code>last_name</code> varchar(100) NOT NULL, <code>picture</code> varchar(250) NOT NULL, PRIMARY KEY (<code>employee_id</code>) )"] You have to log in to add a translation. Details
[abase sql="CREATE TABLE <code>employees</code> ( <code>employee_id</code> int(11) NOT NULL AUTO_INCREMENT, <code>first_name</code> varchar(100) NOT NULL, <code>last_name</code> varchar(100) NOT NULL, <code>picture</code> varchar(250) NOT NULL, PRIMARY KEY (<code>employee_id</code>) )"]
Comment

Found in faq paragraph.

You have to log in to edit this translation.

For example, if we start by creating a table as follows with an employee first name, last name and picture: You have to log in to add a translation. Details
For example, if we start by creating a table as follows with an employee first name, last name and picture:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

File uploads are associated with a field in a database record. When uploading a file, the file is stored in a directory defined by the table name, column name and primary index. The address of the file (path and file name) is stored in the table cell defined by the table name, column name and primary index. The images or files attribute specify columns that correspond to file uploads. You have to log in to add a translation. Details
File uploads are associated with a field in a database record. When uploading a file, the file is stored in a directory defined by the table name, column name and primary index. The address of the file (path and file name) is stored in the table cell defined by the table name, column name and primary index. The images or files attribute specify columns that correspond to file uploads.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Once the page containing the shortcode is displayed (and the new field added to the table) then be sure to delete or disable the shortcode so it doesn't execute again. You have to log in to add a translation. Details
Once the page containing the shortcode is displayed (and the new field added to the table) then be sure to delete or disable the shortcode so it doesn't execute again.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

[abase sql="ALTER TABLE <code>employees</code> ADD <code>employee_level</code> INT NOT NULL"] You have to log in to add a translation. Details
[abase sql="ALTER TABLE <code>employees</code> ADD <code>employee_level</code> INT NOT NULL"]
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Use an SQL statement. For example, to add an integer field "employee_level" to the employees database, execute the following just once: You have to log in to add a translation. Details
Use an SQL statement. For example, to add an integer field "employee_level" to the employees database, execute the following just once:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

[ABASE emailto="xyz@123.45"] Joe, here is the contents of the employee table: [abase table="employees"] Fred. [/ABASE] You have to log in to add a translation. Details
[ABASE emailto="xyz@123.45"] Joe, here is the contents of the employee table: [abase table="employees"] Fred. [/ABASE]
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 8

Export as