New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
Create Essential Page and Form Components for Your Users | You have to log in to add a translation. | Details | |
Original untranslated
Create Essential Page and Form Components for Your Users
You have to log in to edit this translation. Meta |
|||
If you want a field type that are not listed here, you can check the <a href="http://admin-page-framework.michaeluno.jp/add-ons/field-type-pack/">field type pack</a> or request a new one in the <a href="https://wordpress.org/support/plugin/admin-page-framework">forum</a>. | You have to log in to add a translation. | Details | |
Original untranslated
If you want a field type that are not listed here, you can check the <a href="http://admin-page-framework.michaeluno.jp/add-ons/field-type-pack/">field type pack</a> or request a new one in the <a href="https://wordpress.org/support/plugin/admin-page-framework">forum</a>.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Also, use the framework as a library and your plugin or theme does not have to require an extra dependency to be installed. Therefore, your product will be perfectly portable. | You have to log in to add a translation. | Details | |
Original untranslated
Also, use the framework as a library and your plugin or theme does not have to require an extra dependency to be installed. Therefore, your product will be perfectly portable.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
If you are planning to create a product possibly extended with an unlimited number of add-ons, take advantage of the framework's native extensibility. The created admin pages and forms will become highly extensible with the automatically created hooks. In other words, it empowers other developers to customize your plugin or theme. That will result on making your projects grow. | You have to log in to add a translation. | Details | |
Original untranslated
If you are planning to create a product possibly extended with an unlimited number of add-ons, take advantage of the framework's native extensibility. The created admin pages and forms will become highly extensible with the automatically created hooks. In other words, it empowers other developers to customize your plugin or theme. That will result on making your projects grow.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>Tooltips</strong> - add a small pop-up box beside section and field title for the users to read about the option. | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Tooltips</strong> - add a small pop-up box beside section and field title for the users to read about the option.
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
<strong>Network Admin Pages and Forms</strong> - create admin pages in the newtork admin area of WordPress multi-sites. | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Network Admin Pages and Forms</strong> - create admin pages in the newtork admin area of WordPress multi-sites.
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Produce a Series of Products with the Framework Extensibility | You have to log in to add a translation. | Details | |
Original untranslated
Produce a Series of Products with the Framework Extensibility
CommentFound in description header. You have to log in to edit this translation. Meta |
|||
Construct Simple Yet Complex Setting Forms | You have to log in to add a translation. | Details | |
Original untranslated
Construct Simple Yet Complex Setting Forms
CommentFound in description header. You have to log in to edit this translation. Meta |
|||
Check out the <a href="https://github.com/michaeluno/admin-page-framework/milestones">milestones</a> and <a href="https://github.com/michaeluno/admin-page-framework/issues?labels=enhancement&page=1&state=open">issues</a> on GitHub labeled <em>enhancement</em>. | You have to log in to add a translation. | Details | |
Original untranslated
Check out the <a href="https://github.com/michaeluno/admin-page-framework/milestones">milestones</a> and <a href="https://github.com/michaeluno/admin-page-framework/issues?labels=enhancement&page=1&state=open">issues</a> on GitHub labeled <em>enhancement</em>.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Another option is to use the <code>set_up_{class name}</code> action hook. The callback method receives the admin page class object and you can access the framework methods to add sub-menu pages. | You have to log in to add a translation. | Details | |
Original untranslated
Another option is to use the <code>set_up_{class name}</code> action hook. The callback method receives the admin page class object and you can access the framework methods to add sub-menu pages.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
The <code>value</code> argument in the definition array can suppress the saved value. This is useful when you want to set a value from a different data source or create a wizard form that stores the data in a custom location. | You have to log in to add a translation. | Details | |
Original untranslated
The <code>value</code> argument in the definition array can suppress the saved value. This is useful when you want to set a value from a different data source or create a wizard form that stores the data in a custom location.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
To set the initial value of a field, use the <code>default</code> argument in the field definition array. | You have to log in to add a translation. | Details | |
Original untranslated
To set the initial value of a field, use the <code>default</code> argument in the field definition array.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
To display radio button items one per line, set the <code>label_min_width</code> to <code>100%</code>. | You have to log in to add a translation. | Details | |
Original untranslated
To display radio button items one per line, set the <code>label_min_width</code> to <code>100%</code>.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
To specify a custom size to the preview element of the <code>image</code> field type, set an attribute array like the below, where 300px is the max width. | You have to log in to add a translation. | Details | |
Original untranslated
To specify a custom size to the preview element of the <code>image</code> field type, set an attribute array like the below, where 300px is the max width.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
For meta box and widget form fields (as they have slightly different styling than generic admin pages), | You have to log in to add a translation. | Details | |
Original untranslated
For meta box and widget form fields (as they have slightly different styling than generic admin pages),
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Found in description header.