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

Translation of Development Readme (trunk): Oriya

Filter ↓ Sort ↓ All (86) Translated (0) Untranslated (86) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 6
Prio Original string Translation
AdminSanity brings sanity through sanitization to your WordPress Admin Area. Cleanly.
Priority: high
You have to log in to add a translation. Details
AdminSanity brings sanity through sanitization to your WordPress Admin Area. Cleanly.
Comment

Found in description paragraph.

You have to log in to edit this translation.

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

Plugin name.

You have to log in to edit this translation.

Yes, on the plugin settings page. These features can be also disabled using constants or filters in the same way as above: You have to log in to add a translation. Details
Yes, on the plugin settings page. These features can be also disabled using constants or filters in the same way as above:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Modules can be disabled via te settings page or by defining any of the following constants as <code>false</code>: You have to log in to add a translation. Details
Modules can be disabled via te settings page or by defining any of the following constants as <code>false</code>:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

A settings page is available via the Plugin Settings submenu (or the Settings submenu when the Menu module is inactive.) Configuration is also currently available via constants and filters (see below.) You have to log in to add a translation. Details
A settings page is available via the Plugin Settings submenu (or the Settings submenu when the Menu module is inactive.) Configuration is also currently available via constants and filters (see below.)
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Yes. Although tricky, a filter for this was included in the initial proof of concept Gist for the admin menu. Simply return an array of admin menu slugs to the filter <code>adminsanity_menu_keep_positions</code> and AdminSanity will attempt to keep those menu items from moving when it sorts the other items (See example in plugin code, function <code>adminsanity_menu_keep_position_test</code>.) Note that depending on the menu items's initial position, this may have mixed results in where it appears in relation to the other newly rearranged menu items. You have to log in to add a translation. Details
Yes. Although tricky, a filter for this was included in the initial proof of concept Gist for the admin menu. Simply return an array of admin menu slugs to the filter <code>adminsanity_menu_keep_positions</code> and AdminSanity will attempt to keep those menu items from moving when it sorts the other items (See example in plugin code, function <code>adminsanity_menu_keep_position_test</code>.) Note that depending on the menu items's initial position, this may have mixed results in where it appears in relation to the other newly rearranged menu items.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Yes. Simply copy the individual module file(s) you wish to use into your <code>/wp-content/mu-plugins/</code> directory. Alternatively you can also copy the entire plugin into that directory if you wish. You have to log in to add a translation. Details
Yes. Simply copy the individual module file(s) you wish to use into your <code>/wp-content/mu-plugins/</code> directory. Alternatively you can also copy the entire plugin into that directory if you wish.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

| Feature | Constant | Filter | | Meta Menu Headings | ADMINSANITY_MENU_METAS | adminsanity_menu_metas | | Plugin Settings Menu | ADMINSANITY_MENU_PLUGINS | adminsanity_menu_plugins | | Expand Menu Icon | ADMINSANITY_MENU_EXPANDER | adminsanity_menu_expander | | Bar Frontend Loading | ADMINSANITY_BAR_FRONTEND | adminsanity_bar_frontend | | Bar Item Switcher | ADMINSANITY_BAR_CYCLER | adminsanity_bar_cycler | | Bar Dropdown Toggle | ADMINSANITY_BAR_DROPDOWN | adminsanity_bar_dropdown | You have to log in to add a translation. Details
| Feature | Constant | Filter | | Meta Menu Headings | ADMINSANITY_MENU_METAS | adminsanity_menu_metas | | Plugin Settings Menu | ADMINSANITY_MENU_PLUGINS | adminsanity_menu_plugins | | Expand Menu Icon | ADMINSANITY_MENU_EXPANDER | adminsanity_menu_expander | | Bar Frontend Loading | ADMINSANITY_BAR_FRONTEND | adminsanity_bar_frontend | | Bar Item Switcher | ADMINSANITY_BAR_CYCLER | adminsanity_bar_cycler | | Bar Dropdown Toggle | ADMINSANITY_BAR_DROPDOWN | adminsanity_bar_dropdown |
Comment

Found in faq paragraph.

You have to log in to edit this translation.

eg. `add_filter( 'adminsanity_load_bar', '__return_false' ); You have to log in to add a translation. Details
eg. `add_filter( 'adminsanity_load_bar', '__return_false' );
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Or returning <code>false</code> to any of the following value filters: You have to log in to add a translation. Details
Or returning <code>false</code> to any of the following value filters:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

eg. <code>define( 'ADMINSANITY_LOAD_MENU', false );</code> You have to log in to add a translation. Details
eg. <code>define( 'ADMINSANITY_LOAD_MENU', false );</code>
Comment

Found in faq paragraph.

You have to log in to edit this translation.

See the full plugin description for more details on what each of these modifications does. You have to log in to add a translation. Details
See the full plugin description for more details on what each of these modifications does.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

<strong>Admin Menu</strong> - a sorted menu with three sections: Content, Settings and Extensions - an "Expand menu" item at the top to view a full page expanded Admin Menu - an additional Plugin Settings menu item for non-default settings pages <strong>Admin Notices</strong> - notices are grouped into clickable dropdown tabs according to notice types - clicking on Notices reveals an extra menu sorted by notice level <strong>Admin Bar</strong> - a "Shuffle" cycler icon to cycle between all, default and extra bar items - a "Dropdown" toggle icon to expand the Admin Bar and view all submenus You have to log in to add a translation. Details
<strong>Admin Menu</strong> - a sorted menu with three sections: Content, Settings and Extensions - an "Expand menu" item at the top to view a full page expanded Admin Menu - an additional Plugin Settings menu item for non-default settings pages <strong>Admin Notices</strong> - notices are grouped into clickable dropdown tabs according to notice types - clicking on Notices reveals an extra menu sorted by notice level <strong>Admin Bar</strong> - a "Shuffle" cycler icon to cycle between all, default and extra bar items - a "Dropdown" toggle icon to expand the Admin Bar and view all submenus
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Once you have activated the plugin you will see these changes in your WordPress Admin area: You have to log in to add a translation. Details
Once you have activated the plugin you will see these changes in your WordPress Admin area:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Can I keep the position of some items in the Admin Menu? You have to log in to add a translation. Details
Can I keep the position of some items in the Admin Menu?
Comment

Found in faq header.

You have to log in to edit this translation.

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

Export as