Changeset 3271896
- Timestamp:
- 04/13/2025 06:32:38 PM (12 months ago)
- Location:
- admin-management-xtended/trunk
- Files:
-
- 1 added
- 5 edited
-
admin-management-xtended.php (modified) (3 diffs)
-
general-functions.php (modified) (4 diffs)
-
languages/admin-management-xtended-de_DE.l10n.php (added)
-
languages/admin-management-xtended-de_DE.mo (modified) (previous)
-
languages/admin-management-xtended-de_DE.po (modified) (7 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-management-xtended/trunk/admin-management-xtended.php
r3172439 r3271896 2 2 /* 3 3 Plugin Name: Admin Management Xtended 4 Version: 2. 4.74 Version: 2.5.0 5 5 Plugin URI: https://www.schloebe.de/wordpress/admin-management-xtended-plugin/ 6 6 Description: <strong>WordPress 4.3+ only.</strong> Extends admin functionalities by introducing: toggling post/page visibility inline, changing page order with drag'n'drop, inline category management, inline tag management, changing publication date inline, changing post slug inline, toggling comment status open/closed, hide draft posts, change media order, change media description inline, toggling link visibility, changing link categories … … 11 11 12 12 13 Copyright 2008-202 4Oliver Schlöbe (email : scripts@schloebe.de)13 Copyright 2008-2025 Oliver Schlöbe (email : scripts@schloebe.de) 14 14 15 15 This program is free software; you can redistribute it and/or modify … … 39 39 * Define the plugin version 40 40 */ 41 define("AME_VERSION", "2. 4.7");41 define("AME_VERSION", "2.5.0"); 42 42 43 43 /** -
admin-management-xtended/trunk/general-functions.php
r3172439 r3271896 214 214 echo '<div id="categorychoose' . esc_attr(intval($ame_id)) . '" class="categorydiv">'; 215 215 echo '<div class="button-group">'; 216 echo '<a href="javascript:void(0);" class="button small" onclick="ame_check_all(' . esc_attr(intval($ame_id)) . ', true);">' . __( 'Check All' ) . '</a><a href="javascript:void(0);" class="button small" onclick="ame_check_all(' . esc_attr(intval($ame_id)) . ', false);">' . __( 'Uncheck All' ) . '</a>';216 echo '<a href="javascript:void(0);" class="button small" onclick="ame_check_all(' . esc_attr(intval($ame_id)) . ', true);">' . __( 'Check All', 'admin-management-xtended' ) . '</a><a href="javascript:void(0);" class="button small" onclick="ame_check_all(' . esc_attr(intval($ame_id)) . ', false);">' . __( 'Uncheck All', 'admin-management-xtended' ) . '</a>'; 217 217 echo '</div><br />'; 218 218 echo '<ul id="categorychecklist" class="list:category categorychecklist form-no-clear" style="height:365px;overflow:auto;">'; … … 790 790 echo "<script type=\"text/javascript\" charset=\"utf-8\"> 791 791 jQuery(document).ready(function() { 792 jQuery(\"div.wrap div[class*='tablenav']:first\").prepend(\"<div class=' tablenav-pages'> | <span id='ame_order2_loader' class='displaying-num'>" . $ame_column_heading . "</span> <span class='page-numbers current'>" . __( 'Off', 'admin-management-xtended' ) . "</span> <a class='page-numbers button' href='javascript:void(0);' onclick='ame_ajax_toggle_orderoptions(1)'>" . __( 'Direct input', 'admin-management-xtended' ) . "</a>$dnd_text</div>\");792 jQuery(\"div.wrap div[class*='tablenav']:first\").prepend(\"<div class='alignright tablenav-pages'><span style='margin:0 5px;'>|</span><span id='ame_order2_loader' class='displaying-num'>" . $ame_column_heading . "</span> <span class='pagination-links'><span class='tablenav-pages-navspan button disabled' aria-hidden='true'>" . __( 'Off', 'admin-management-xtended' ) . "</span> <a class='page-numbers button' href='javascript:void(0);' onclick='ame_ajax_toggle_orderoptions(1)'>" . __( 'Direct input', 'admin-management-xtended' ) . "</a>$dnd_text</span></div>\"); 793 793 }); 794 794 </script>\n"; … … 797 797 echo "<script type=\"text/javascript\" charset=\"utf-8\"> 798 798 jQuery(document).ready(function() { 799 jQuery(\"div.wrap div[class*='tablenav']:first\").prepend(\"<div class=' tablenav-pages'> | <span id='ame_order2_loader' class='displaying-num'>" . $ame_column_heading . "</span> <a class='page-numbers button' href='javascript:void(0);' onclick='ame_ajax_toggle_orderoptions(0)'>" . __( 'Off', 'admin-management-xtended' ) . "</a> <span class='page-numbers current'>" . __( 'Direct input', 'admin-management-xtended' ) . "</span>$dnd_text</div>\");799 jQuery(\"div.wrap div[class*='tablenav']:first\").prepend(\"<div class='alignright tablenav-pages'><span style='margin:0 5px;'>|</span><span id='ame_order2_loader' class='displaying-num'>" . $ame_column_heading . "</span> <a class='page-numbers button' href='javascript:void(0);' onclick='ame_ajax_toggle_orderoptions(0)'>" . __( 'Off', 'admin-management-xtended' ) . "</a> <span class='tablenav-pages-navspan button disabled' aria-hidden='true'>" . __( 'Direct input', 'admin-management-xtended' ) . "</span>$dnd_text</div>\"); 800 800 }); 801 801 </script>\n"; … … 804 804 echo "<script type=\"text/javascript\" charset=\"utf-8\"> 805 805 jQuery(document).ready(function() { 806 jQuery(\"div.wrap div[class*='tablenav']:first\").prepend(\"<div class=' tablenav-pages'> | <span id='ame_ordersave_loader'></span> <span id='ame_order2_loader' class='displaying-num'>" . $ame_column_heading . "</span> <a class='page-numbers button' href='javascript:void(0);' onclick='ame_ajax_toggle_orderoptions(0)'>" . __( 'Off', 'admin-management-xtended' ) . "</a> <a class='page-numbers button' href='javascript:void(0);' onclick='ame_ajax_toggle_orderoptions(1)'>" . __( 'Direct input', 'admin-management-xtended' ) . "</a>$dnd_text</div>\");806 jQuery(\"div.wrap div[class*='tablenav']:first\").prepend(\"<div class='alignright tablenav-pages'><span style='margin:0 5px;'>|</span><span id='ame_ordersave_loader'></span> <span id='ame_order2_loader' class='displaying-num'>" . $ame_column_heading . "</span> <a class='page-numbers button' href='javascript:void(0);' onclick='ame_ajax_toggle_orderoptions(0)'>" . __( 'Off', 'admin-management-xtended' ) . "</a> <a class='page-numbers button' href='javascript:void(0);' onclick='ame_ajax_toggle_orderoptions(1)'>" . __( 'Direct input', 'admin-management-xtended' ) . "</a>$dnd_text</div>\"); 807 807 }); 808 808 </script>\n"; -
admin-management-xtended/trunk/languages/admin-management-xtended-de_DE.po
r1244081 r3271896 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2008-10-17 20:47+0000\n" 6 "PO-Revision-Date: Sat Sep 12 2015 16:47:48 GMT+0200 (Central Europe Daylight " 7 "Time)\n" 6 "PO-Revision-Date: 2025-04-13 15:59+0000\n" 8 7 "Last-Translator: Oliver Schlöbe <webmaster@schloebe.de>\n" 9 "Language-Team: LANGUAGE <LL@li.org>\n"10 "Language: German\n"11 "Plural-Forms: nplurals=2; plural=n != 1 \n"8 "Language-Team: German\n" 9 "Language: de_DE\n" 10 "Plural-Forms: nplurals=2; plural=n != 1;\n" 12 11 "MIME-Version: 1.0\n" 13 12 "Content-Type: text/plain; charset=utf-8\n" 14 13 "Content-Transfer-Encoding: 8bit\n" 15 14 "X-Poedit-SourceCharset: utf-8\n" 16 "X-Generator: Loco -https://localise.biz/\n"15 "X-Generator: Loco https://localise.biz/\n" 17 16 "X-Poedit-Language: German\n" 18 17 "X-Poedit-Country: GERMANY\n" … … 30 29 "X-Loco-Target-Locale: de_DE" 31 30 32 # Doesnt need to be translated. 33 #: ../post-functions.php:43 34 msgid "Tags" 35 msgstr "" 36 37 # Doesnt need to be translated. 38 #: ../post-functions.php:70 ../general-functions.php:160 39 msgid "No Tags" 40 msgstr "" 41 42 # Doesnt need to be translated. 43 #: ../post-functions.php:75 ../post-functions.php:75 ../post-functions.php:75 .. 44 #: post-functions.php:135 ../post-functions.php:135 ../post-functions.php:135 .. 45 #: media-functions.php:95 ../media-functions.php:95 ../media-functions.php:95 .. 46 #: general-functions.php:79 ../general-functions.php:79 ../general-functions.php: 47 #: 79 ../general-functions.php:163 ../general-functions.php:163 ../general- 48 #: functions.php:163 ../general-functions.php:765 ../link-functions.php:60 .. 49 #: link-functions.php:107 ../link-functions.php:107 ../link-functions.php:107 50 msgid "Edit" 51 msgstr "" 52 53 # Doesnt need to be translated. 54 #: ../post-functions.php:99 ../post-functions.php:136 ../link-functions.php:78 55 msgid "Categories" 56 msgstr "" 57 58 # Doesnt need to be translated. 59 #: ../post-functions.php:126 ../general-functions.php:225 60 msgid "Uncategorized" 61 msgstr "" 62 63 # Doesnt need to be translated. 64 #: ../media-functions.php:56 65 msgid "Description" 66 msgstr "" 67 68 #. translators: plugin header field 'Description' 31 #: ../admin-management-xtended.php:229 32 msgid "(This message was created by Admin Management Xtended plugin)" 33 msgstr "(Dieser Hinweis stammt vom Admin Management Xtended Plugin)" 34 35 #: ../admin-management-xtended.php:217 36 #, php-format 37 msgid "" 38 "<strong>Admin Management Xtended</strong> 2.4.0 and above require at least " 39 "WordPress 4.3! If you're still using a WP version prior to 4.3, please <a " 40 "href='%s'>use Admin Management Xtended version 2.3.9.4</a>! Consider " 41 "updating to the latest WP version for your own safety!" 42 msgstr "" 43 "<strong>Admin Management Xtended</strong> in der Version 2.4.0 benötigt " 44 "mindestens WordPress 4.3! Wenn Sie WordPress älter als Version 4.3 nutzen, " 45 "<a href='%s'>verwenden Sie bitte Admin Management Xtended in der Version 2.3." 46 "9.4!</a> Updaten Sie auf die aktuellste WP-Version zu Ihrer eigenen " 47 "Sicherheit!" 48 49 #. Description of the plugin 69 50 msgid "" 70 51 "<strong>WordPress 3.2+ only.</strong> Extends admin functionalities by " … … 75 56 "inline, toggling link visibility, changing link categories" 76 57 msgstr "" 77 78 # Doesnt need to be translated. 79 #: ../general-functions.php:316 ../general-functions.php:334 80 msgid "You are not allowed to change the post author as this user." 81 msgstr "" 82 83 # Doesnt need to be translated. 84 #: ../general-functions.php:319 ../general-functions.php:337 85 msgid "You are not allowed to change the page author as this user." 86 msgstr "" 87 88 # Doesnt need to be translated. 89 #: ../general-functions.php:452 ../general-functions.php:461 90 msgid "Y/m/d" 91 msgstr "" 92 93 # Doesnt need to be translated. 94 #: ../general-functions.php:455 95 msgid "You are not allowed to edit this post." 96 msgstr "" 97 98 # Doesnt need to be translated. 99 #: ../general-functions.php:480 100 msgid "Sorry, you do not have the right to publish this post." 101 msgstr "" 102 103 # Doesnt need to be translated. 104 #: ../general-functions.php:765 105 msgid "Insert time" 106 msgstr "" 107 108 # Doesnt need to be translated. 109 #: ../link-functions.php:42 110 msgid "Visible" 111 msgstr "" 112 113 # Doesnt need to be translated. 114 #: ../link-functions.php:59 ../link-functions.php:138 115 msgid "Yes" 116 msgstr "" 117 118 # Doesnt need to be translated. 119 #: ../link-functions.php:59 ../link-functions.php:138 120 msgid "No" 121 msgstr "" 122 123 #: ../post-functions.php:43 ../post-functions.php:99 ../post-functions.php:160 .. 124 #: media-functions.php:41 ../media-functions.php:56 ../page-functions.php:41 .. 125 #: page-functions.php:59 ../link-functions.php:42 ../link-functions.php:78 126 msgid "Enhanced by Admin Management Xtended Plugin" 127 msgstr "Erweitert durch das Admin Management Xtended Plugin" 58 "<strong>Nur WordPress 3.2+.</strong> Erweitert die Admin-Funktionen um: " 59 "Inline-Sichtbarkeit von Beiträgen/Seiten umschalten, Seitenreihenfolge per " 60 "Drag'n'Drop ändern, Inline-Kategorieverwaltung, Inline-Tag-Verwaltung, " 61 "Veröffentlichungsdatum inline ändern, Beitrags-Slug inline ändern, " 62 "Kommentarstatus offen/geschlossen umschalten, Beitragsentwürfe ausblenden, " 63 "Medienreihenfolge ändern, Medienbeschreibung inline ändern, Link-" 64 "Sichtbarkeit umschalten, Link-Kategorien ändern" 128 65 129 66 #: ../post-functions.php:160 ../page-functions.php:41 … … 131 68 msgstr "Aktionen" 132 69 133 #: ../post-functions.php:181 ../post-functions.php:181 ../page-functions.php:80 .. 134 #: page-functions.php:80 ../general-functions.php:492 ../general-functions.php: 135 #: 492 ../general-functions.php:497 ../general-functions.php:497 ../link- 136 #: functions.php:60 ../link-functions.php:60 137 msgid "Toggle visibility" 138 msgstr "Sichtbarkeit umschalten" 139 140 #: ../post-functions.php:185 ../post-functions.php:185 ../general-functions.php: 141 #: 515 ../general-functions.php:515 ../general-functions.php:519 ../general- 142 #: functions.php:519 143 msgid "Stick this post to the front page" 144 msgstr "Diesen Beitrag auf der Startseite oben festhalten" 145 146 #: ../post-functions.php:188 ../post-functions.php:188 ../page-functions.php:83 .. 147 #: page-functions.php:83 70 #. Plugin Name of an extension 71 msgid "Admin Management Xtended" 72 msgstr "Admin Management Xtended" 73 74 #: ../general-functions.php:193 ../general-functions.php:295 75 #: ../general-functions. php:343 ../general-functions.php:765 76 #: ../link-functions.php:114 77 msgid "Cancel" 78 msgstr "Abbrechen" 79 80 # Doesnt need to be translated. 81 #: ../post-functions.php:99 ../post-functions.php:136 ../link-functions.php:78 82 msgid "Categories" 83 msgstr "Kategorien" 84 85 #: ../general-functions.php:845 ../general-functions.php:845 86 msgid "Change image set" 87 msgstr "Button-Set ändern" 88 89 #: ../general-functions.php:603 90 msgid "Change page order" 91 msgstr "Seitenreihenfolge ändern" 92 93 #: ../post-functions.php:188 ../post-functions.php:188 ../page-functions.php:83 94 #: .. /page-functions.php:83 148 95 msgid "Change Publication Date" 149 96 msgstr "Veröffentlichungsdatum ändern" 97 98 #: ../general-functions.php:185 99 msgid "Check All" 100 msgstr "Alle auswählen" 101 102 #: ../general-functions.php:646 103 msgid "Close" 104 msgstr "Schließen" 105 106 # Doesnt need to be translated. 107 #: ../media-functions.php:56 108 msgid "Description" 109 msgstr "Beschreibung" 110 111 #: ../general-functions.php:686 ../general-functions.php:693 112 #: ../general-functions. php:700 113 msgid "Direct input" 114 msgstr "Direkteingabe" 115 116 #: ../general-functions.php:683 ../general-functions.php:690 117 #: ../general-functions. php:697 118 msgid "Drag & Drop" 119 msgstr "Drag & Drop" 120 121 # Doesnt need to be translated. 122 #: ../post-functions.php:75 ../post-functions.php:75 ../post-functions.php:75 123 #: .. /post-functions.php:135 ../post-functions.php:135 124 #: ../post-functions.php:135 .. /media-functions.php:95 125 #: ../media-functions.php:95 ../media-functions.php:95 .. 126 #: /general-functions.php:79 ../general-functions.php:79 127 #: ../general-functions.php: 79 ../general-functions.php:163 128 #: ../general-functions.php:163 ../general- functions.php:163 129 #: ../general-functions.php:765 ../link-functions.php:60 .. 130 #: /link-functions.php:107 ../link-functions.php:107 ../link-functions.php:107 131 msgid "Edit" 132 msgstr "Bearbeiten" 133 134 #: ../general-functions.php:679 135 msgid "Edit Page Order:" 136 msgstr "Seitenreihenfolge bearbeiten" 137 138 #: ../page-functions.php:86 ../page-functions.php:86 139 msgid "Edit Page Slug" 140 msgstr "Seiten-Slug bearbeiten" 141 142 #: ../general-functions.php:680 143 msgid "Edit Post Order:" 144 msgstr "Artikelreihenfolge bearbeiten" 150 145 151 146 #: ../post-functions.php:191 ../post-functions.php:191 … … 153 148 msgstr "Artikel-Slug bearbeiten" 154 149 155 #: ../post-functions.php:196 ../post-functions.php:196 ../page-functions.php:91 .. 156 #: page-functions.php:91 ../page-functions.php:91 ../general-functions.php:103 .. 157 #: general-functions.php:103 ../general-functions.php:107 ../general-functions. 158 #: php:107 159 msgid "Toggle comment status open/closed" 160 msgstr "Kommentar-Status auf offen/geschlossen umschalten" 150 #: ../post-functions.php:43 ../post-functions.php:99 ../post-functions.php:160 151 #: .. /media-functions.php:41 ../media-functions.php:56 152 #: ../page-functions.php:41 .. /page-functions.php:59 ../link-functions.php:42 153 #: ../link-functions.php:78 154 msgid "Enhanced by Admin Management Xtended Plugin" 155 msgstr "Erweitert durch das Admin Management Xtended Plugin" 156 157 #: ../general-functions.php:709 158 msgid "Hide invisible Posts" 159 msgstr "Verstecke nicht sichtbare Artikel" 160 161 #. Author URI of the plugin 162 msgid "http://www.schloebe.de" 163 msgstr "http://www.schloebe.de" 164 165 #. URI of the plugin 166 msgid "http://www.schloebe.de/wordpress/admin-management-xtended-plugin" 167 msgstr "http://www.schloebe.de/wordpress/admin-management-xtended-plugin" 168 169 # Doesnt need to be translated. 170 #: ../general-functions.php:765 171 msgid "Insert time" 172 msgstr "Zeit einfügen" 161 173 162 174 #: ../media-functions.php:41 … … 164 176 msgstr "Medienreihenfolge" 165 177 166 #. translators: plugin header field 'Name' 167 msgid "Admin Management Xtended" 168 msgstr "Admin Management Xtended" 169 170 #. URI of the plugin 171 msgid "http://www.schloebe.de/wordpress/admin-management-xtended-plugin" 172 msgstr "http://www.schloebe.de/wordpress/admin-management-xtended-plugin" 173 174 #. translators: plugin header field 'Author' 178 #: ../general-functions.php:645 179 msgid "Next Month" 180 msgstr "Nächster Monat" 181 182 #: ../general-functions.php:644 183 msgid "Next Year" 184 msgstr "Nächstes Jahr" 185 186 # Doesnt need to be translated. 187 #: ../link-functions.php:59 ../link-functions.php:138 188 msgid "No" 189 msgstr "Nein" 190 191 # Doesnt need to be translated. 192 #: ../post-functions.php:70 ../general-functions.php:160 193 msgid "No Tags" 194 msgstr "Keine Tags" 195 196 #: ../general-functions.php:686 ../general-functions.php:693 197 #: ../general-functions. php:700 198 msgid "Off" 199 msgstr "Aus" 200 201 #. Author of an extension 175 202 msgid "Oliver Schlöbe" 176 203 msgstr "Oliver Schlöbe" 177 204 178 #. Author URI of the plugin 179 msgid "http://www.schloebe.de" 180 msgstr "http://www.schloebe.de" 181 182 #: ../admin-management-xtended.php:217 183 #, php-format 184 msgid "" 185 "<strong>Admin Management Xtended</strong> 2.4.0 and above require at least " 186 "WordPress 4.3! If you're still using a WP version prior to 4.3, please <a " 187 "href='%s'>use Admin Management Xtended version 2.3.9.4</a>! Consider " 188 "updating to the latest WP version for your own safety!" 189 msgstr "" 190 "<strong>Admin Management Xtended</strong> in der Version 2.4.0 benötigt " 191 "mindestens WordPress 4.3! Wenn Sie WordPress älter als Version 4.3 nutzen, " 192 "<a href='%s'>verwenden Sie bitte Admin Management Xtended in der Version 2.3." 193 "9.4!</a> Updaten Sie auf die aktuellste WP-Version zu Ihrer eigenen " 194 "Sicherheit!" 205 #: ../page-functions.php:57 206 msgid "Page Order:" 207 msgstr "Seitenreihenfolge" 208 209 # Doesnt need to be translated. 210 #: ../general-functions.php:754 ../general-functions.php:758 211 msgid "Page Revisions" 212 msgstr "Seitenüberarbeitungen" 213 214 #: ../general-functions.php:647 215 msgid "Pick Date" 216 msgstr "Datum wählen" 217 218 #: ../general-functions.php:765 219 msgid "Please wait..." 220 msgstr "Bitte warten..." 221 222 #: ../page-functions.php:97 ../page-functions.php:97 ../page-functions.php:97 223 #: .. /general-functions.php:551 ../general-functions.php:551 224 #: ../general-functions. php:551 225 msgid "Plugin: Exclude Pages - Exclude page from navigation" 226 msgstr "Plugin: Exclude Pages - Seite aus Navigation ausschließen" 227 228 #: ../general-functions.php:765 229 msgid "Post" 230 msgstr "Artikel" 231 232 #: ../page-functions.php:57 233 msgid "Post Order:" 234 msgstr "Artikelreihenfolge" 235 236 # Doesnt need to be translated. 237 #: ../general-functions.php:743 ../general-functions.php:756 238 msgid "Post Revisions" 239 msgstr "Beitragsüberarbeitungen" 240 241 #: ../general-functions.php:643 242 msgid "Previous Month" 243 msgstr "Voriger Monat" 244 245 #: ../general-functions.php:642 246 msgid "Previous Year" 247 msgstr "Voriges Jahr" 248 249 #: ../general-functions.php:191 ../general-functions.php:295 250 #: ../general-functions. php:343 ../general-functions.php:765 251 #: ../link-functions.php:114 252 msgid "Save" 253 msgstr "Speichern" 254 255 #: ../general-functions.php:715 256 msgid "Show invisible Posts" 257 msgstr "Zeige nicht sichtbare Artikel" 258 259 #: ../general-functions.php:765 260 msgid "Slug may not be empty!" 261 msgstr "Slug darf nicht leer sein!" 262 263 # Doesnt need to be translated. 264 #: ../general-functions.php:480 265 msgid "Sorry, you do not have the right to publish this post." 266 msgstr "" 267 "Tut mir leid, du hast nicht das Recht, diesen Beitrag zu veröffentlichen." 268 269 #: ../post-functions.php:185 ../post-functions.php:185 270 #: ../general-functions.php: 515 ../general-functions.php:515 271 #: ../general-functions.php:519 ../general- functions.php:519 272 msgid "Stick this post to the front page" 273 msgstr "Diesen Beitrag auf der Startseite oben festhalten" 274 275 # Doesnt need to be translated. 276 #: ../post-functions.php:43 277 msgid "Tags" 278 msgstr "Tags" 279 280 #: ../post-functions.php:196 ../post-functions.php:196 ../page-functions.php:91 281 #: .. /page-functions.php:91 ../page-functions.php:91 282 #: ../general-functions.php:103 .. /general-functions.php:103 283 #: ../general-functions.php:107 ../general-functions. php:107 284 msgid "Toggle comment status open/closed" 285 msgstr "Kommentar-Status auf offen/geschlossen umschalten" 286 287 #: ../post-functions.php:181 ../post-functions.php:181 ../page-functions.php:80 288 #: .. /page-functions.php:80 ../general-functions.php:492 289 #: ../general-functions.php: 492 ../general-functions.php:497 290 #: ../general-functions.php:497 ../link- functions.php:60 291 #: ../link-functions.php:60 292 msgid "Toggle visibility" 293 msgstr "Sichtbarkeit umschalten" 294 295 # Doesnt need to be translated. 296 #: ../post-functions.php:126 ../general-functions.php:225 297 msgid "Uncategorized" 298 msgstr "Unkategorisiert" 299 300 #: ../general-functions.php:185 301 msgid "Uncheck All" 302 msgstr "Alle abwählen" 303 304 # Doesnt need to be translated. 305 #: ../link-functions.php:42 306 msgid "Visible" 307 msgstr "Sichtbar" 308 309 # Doesnt need to be translated. 310 #: ../general-functions.php:452 ../general-functions.php:461 311 msgid "Y/m/d" 312 msgstr "d.m.Y" 313 314 # Doesnt need to be translated. 315 #: ../link-functions.php:59 ../link-functions.php:138 316 msgid "Yes" 317 msgstr "Ja" 318 319 # Doesnt need to be translated. 320 #: ../general-functions.php:319 ../general-functions.php:337 321 msgid "You are not allowed to change the page author as this user." 322 msgstr "Du darfst den Autor der Seite als dieser Benutzer nicht ändern." 323 324 # Doesnt need to be translated. 325 #: ../general-functions.php:316 ../general-functions.php:334 326 msgid "You are not allowed to change the post author as this user." 327 msgstr "Du darfst den Autor des Beitrags als dieser Benutzer nicht ändern." 328 329 # Doesnt need to be translated. 330 #: ../general-functions.php:455 331 msgid "You are not allowed to edit this post." 332 msgstr "Du bist nicht berechtigt, diesen Beitrag zu bearbeiten." 195 333 196 334 #: ../admin-management-xtended.php:229 … … 204 342 "Spalte erweitern. Bitte deaktiviere eines der beiden Plugins, damit diese " 205 343 "Meldung verschwindet." 206 207 #: ../admin-management-xtended.php:229208 msgid "(This message was created by Admin Management Xtended plugin)"209 msgstr "(Dieser Hinweis stammt vom Admin Management Xtended Plugin)"210 211 #: ../page-functions.php:57212 msgid "Page Order:"213 msgstr "Seitenreihenfolge"214 215 #: ../page-functions.php:57216 msgid "Post Order:"217 msgstr "Artikelreihenfolge"218 219 #: ../page-functions.php:86 ../page-functions.php:86220 msgid "Edit Page Slug"221 msgstr "Seiten-Slug bearbeiten"222 223 #: ../page-functions.php:97 ../page-functions.php:97 ../page-functions.php:97 ..224 #: general-functions.php:551 ../general-functions.php:551 ../general-functions.225 #: php:551226 msgid "Plugin: Exclude Pages - Exclude page from navigation"227 msgstr "Plugin: Exclude Pages - Seite aus Navigation ausschließen"228 229 #: ../general-functions.php:185230 msgid "Check All"231 msgstr "Alle auswählen"232 233 #: ../general-functions.php:185234 msgid "Uncheck All"235 msgstr "Alle abwählen"236 237 #: ../general-functions.php:191 ../general-functions.php:295 ../general-functions.238 #: php:343 ../general-functions.php:765 ../link-functions.php:114239 msgid "Save"240 msgstr "Speichern"241 242 #: ../general-functions.php:193 ../general-functions.php:295 ../general-functions.243 #: php:343 ../general-functions.php:765 ../link-functions.php:114244 msgid "Cancel"245 msgstr "Abbrechen"246 247 #: ../general-functions.php:603248 msgid "Change page order"249 msgstr "Seitenreihenfolge ändern"250 251 #: ../general-functions.php:642252 msgid "Previous Year"253 msgstr "Voriges Jahr"254 255 #: ../general-functions.php:643256 msgid "Previous Month"257 msgstr "Voriger Monat"258 259 #: ../general-functions.php:644260 msgid "Next Year"261 msgstr "Nächstes Jahr"262 263 #: ../general-functions.php:645264 msgid "Next Month"265 msgstr "Nächster Monat"266 267 #: ../general-functions.php:646268 msgid "Close"269 msgstr "Schließen"270 271 #: ../general-functions.php:647272 msgid "Pick Date"273 msgstr "Datum wählen"274 275 #: ../general-functions.php:679276 msgid "Edit Page Order:"277 msgstr "Seitenreihenfolge bearbeiten"278 279 #: ../general-functions.php:680280 msgid "Edit Post Order:"281 msgstr "Artikelreihenfolge bearbeiten"282 283 #: ../general-functions.php:683 ../general-functions.php:690 ../general-functions.284 #: php:697285 msgid "Drag & Drop"286 msgstr "Drag & Drop"287 288 #: ../general-functions.php:686 ../general-functions.php:693 ../general-functions.289 #: php:700290 msgid "Off"291 msgstr "Aus"292 293 #: ../general-functions.php:686 ../general-functions.php:693 ../general-functions.294 #: php:700295 msgid "Direct input"296 msgstr "Direkteingabe"297 298 #: ../general-functions.php:709299 msgid "Hide invisible Posts"300 msgstr "Verstecke nicht sichtbare Artikel"301 302 #: ../general-functions.php:715303 msgid "Show invisible Posts"304 msgstr "Zeige nicht sichtbare Artikel"305 306 # Doesnt need to be translated.307 #: ../general-functions.php:743 ../general-functions.php:756308 msgid "Post Revisions"309 msgstr ""310 311 # Doesnt need to be translated.312 #: ../general-functions.php:754 ../general-functions.php:758313 msgid "Page Revisions"314 msgstr ""315 316 #: ../general-functions.php:765317 msgid "Post"318 msgstr "Artikel"319 320 #: ../general-functions.php:765321 msgid "Please wait..."322 msgstr "Bitte warten..."323 324 #: ../general-functions.php:765325 msgid "Slug may not be empty!"326 msgstr "Slug darf nicht leer sein!"327 328 #: ../general-functions.php:845 ../general-functions.php:845329 msgid "Change image set"330 msgstr "Button-Set ändern" -
admin-management-xtended/trunk/readme.txt
r3172439 r3271896 4 4 Tags: admin, cms, drag-and-drop, drag drop 5 5 Requires at least: 4.3 6 Tested up to: 6. 6.996 Tested up to: 6.8.99 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 73 73 * Ukranian (uk_UA) (Thanks for contributing ukranian language goes to ghost / https://antsar.info/) 74 74 * Romanian (ro_RO) (Thanks for contributing romanian language goes to Anunturi Jibo / https://www.jibo.ro) 75 * Slovak (sk_SK) (Thanks for contributing slovak language goes to Viliam Brozman / https://www.brozman.sk/blog)75 * Slovak (sk_SK) (Thanks for contributing Slovak language goes to Viliam) 76 76 * Slovenian (sl_SI) (Thanks for contributing slovenian language goes to Mitja Mihelič) 77 77 * Serbo-Croatian (sr_RS) (Thanks for contributing serbo-croatian language goes to Andrijana Nikolic / https://webhostinggeeks.com/) … … 104 104 105 105 == Changelog == 106 107 = 2.5.0 = 108 * FIXED: WordPress 6.8 compatibility 109 * FIXED: Missing text domain in translation function 110 * FIXED: Several UI improvements 106 111 107 112 = 2.4.7 =
Note: See TracChangeset
for help on using the changeset viewer.