New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | This plugin allows you to add links between a development, staging and live version of your website, and adds them to the AdminBar. | Dieses Plugin erlaubt es dir Links zwischen deiner Entwicklungs-, Vorschau- und Liveversion deiner Website hinzuzufügen, und bindet diese in die AdminBar ein. | Details |
Original current
This plugin allows you to add links between a development, staging and live version of your website, and adds them to the AdminBar.
You have to log in to edit this translation. |
|||
| ↑ | Apermo AdminBar | Apermo AdminBar | Details |
Original current |
|||
| The settings page when the settings are set using the filter <code>add_filter( 'apermo-adminbar-sites', 'sites_filter' );</code> | Die Einstellungen wenn der Filter <code>add_filter( 'apermo-adminbar-sites', 'sites_filter' );</code> benutzt wird. | Details | |
Original current
The settings page when the settings are set using the filter <code>add_filter( 'apermo-adminbar-sites', 'sites_filter' );</code>
CommentScreenshot description. You have to log in to edit this translation. |
|||
| The import and export function on the settings page. | Der Import und Export auf der Einstellungen Seite. | Details | |
Original current
The import and export function on the settings page.
CommentScreenshot description. You have to log in to edit this translation. |
|||
| The settings page, with the options for the first of the 3 default stages. | Die Einstellungen, mit den Optionen für die erste der 3 Standardinstanzen. | Details | |
Original current
The settings page, with the options for the first of the 3 default stages.
CommentScreenshot description. You have to log in to edit this translation. |
|||
| The Adminbar on the frontend, showing the info panel on the right and the watermark for a draft post. The info panel can be hidden with a click. And there are keyboard shortcuts to hide the whole adminbar and the watermark to see what the site looks like for a regular user. | Die Adminbar im Frontend, mit dem Infopanel rechts und dem Wasserzeichen für einen Entwurf(Draft). Das Infopanel kann per Click ausgeblendet werden. Außerdem gibt es Tastaturkürzel um die Adminbar und das Wasserzeichen auszublenden, um die Seite wie ein normaler User zu sehen. | Details | |
Original current
The Adminbar on the frontend, showing the info panel on the right and the watermark for a draft post. The info panel can be hidden with a click. And there are keyboard shortcuts to hide the whole adminbar and the watermark to see what the site looks like for a regular user.
CommentScreenshot description. You have to log in to edit this translation. |
|||
| The basic idea of the plugin, 3 instances of a website, with 3 distinct color schemes and quicklinks between the instances. | Die Grundidee des Plugins, 3 Instanzen einer Website, mit 3 gertrennten Farbschemas und Links zwischen den einzelnen Instanzen. | Details | |
Original current
The basic idea of the plugin, 3 instances of a website, with 3 distinct color schemes and quicklinks between the instances.
CommentScreenshot description. You have to log in to edit this translation. |
|||
| The simplest way is to use <code>add_filter( 'apermo-adminbar-keycodes', function( $bool ) { return false; } );</code> and turn the feature off. | Der einfachste Weg ist das du diesen Code nutzt <code>add_filter( 'apermo-adminbar-keycodes', function( $bool ) { return false; } );</code> und die Funktion deaktivierst. | Details | |
Original current
The simplest way is to use <code>add_filter( 'apermo-adminbar-keycodes', function( $bool ) { return false; } );</code> and turn the feature off.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| The simplest way is to use <code>add_filter( 'apermo-adminbar-statusbox', function( $bool ) { return false; } );</code> and turn the feature off. | Der einfachste Weg ist das du diesen Code nutzt <code>add_filter( 'apermo-adminbar-statusbox', function( $bool ) { return false; } );</code> und die Funktion deaktivierst. | Details | |
Original current
The simplest way is to use <code>add_filter( 'apermo-adminbar-statusbox', function( $bool ) { return false; } );</code> and turn the feature off.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| The simplest way is to use <code>add_filter( 'apermo-adminbar-watermark', function( $bool ) { return false; } );</code> and turn the feature off. | Der einfachste Weg ist das du diesen Code nutzt <code>add_filter( 'apermo-adminbar-watermark', function( $bool ) { return false; } );</code> und die Funktion deaktivierst. | Details | |
Original current
The simplest way is to use <code>add_filter( 'apermo-adminbar-watermark', function( $bool ) { return false; } );</code> and turn the feature off.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| I do not need the keyboard shortcuts, how can I remove it? | Ich brauche die Tastaturkürzel nicht, wie kann ich sie deaktivieren? | Details | |
Original current
I do not need the keyboard shortcuts, how can I remove it?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| I do not need the statusbox, how can I remove it? | Ich brauche die Statusbox nicht, wie kann ich die entfernen? | Details | |
Original current
I do not need the statusbox, how can I remove it?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| I do not need the watermark, how can I remove it? | Ich brauche das Wasserzeichen nicht, wie kann ich es entfernen? | Details | |
Original current
I do not need the watermark, how can I remove it?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| This plugin enhances the AdminBar and adds links to development, staging and live version of your website, furthermore it allows you to choose a color scheme of your AdminBar for all users on a website, including the frontend.↵ You also have to option to control the robots.txt visibility settings, in the newest version you get a watermark for posts that are in draft or scheduled, and a keyboard shortcut to hide the adminbar. | Diese Plugin erweitert die AdminBar und fügt Links zwischen der Entwicklungs-, Vorschau-, und Live Version deiner Website hinzu. Des weiteren erlaubt es dir ein Farbschema für deine AdminBar auszuwählen was für alle User identisch ist, auch im Frontend. Du hast auch die Option die Einstellungen der Robots.txt zu steuern, und in der neuesten Version wird dir ein Wasserzeichen bei Beiträgen die Entwurf oder Geplant sind angezeigt. Außerdem gibt es Tastaturkürzel um die AdminBar und das Wasserzeichen zu verstecken | Details | |
Original current
This plugin enhances the AdminBar and adds links to development, staging and live version of your website, furthermore it allows you to choose a color scheme of your AdminBar for all users on a website, including the frontend.↵
You also have to option to control the robots.txt visibility settings, in the newest version you get a watermark for posts that are in draft or scheduled, and a keyboard shortcut to hide the adminbar.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Yes, use <code>add_filter( 'apermo-adminbar-caps', 'sites_filter' );</code> and just return the desired capability. | Ja, nutze <code>add_filter( 'apermo-adminbar-caps', 'sites_filter' );</code> und übergebe die gewünschte "capability". | Details | |
Original current
Yes, use <code>add_filter( 'apermo-adminbar-caps', 'sites_filter' );</code> and just return the desired capability.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.