Plugin Directory

Changeset 3271896


Ignore:
Timestamp:
04/13/2025 06:32:38 PM (12 months ago)
Author:
Alphawolf
Message:

Version 2.5.0 update:

  • FIXED: WordPress 6.8 compatibility
  • FIXED: Missing text domain in translation function
  • FIXED: Several UI improvements
Location:
admin-management-xtended/trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • admin-management-xtended/trunk/admin-management-xtended.php

    r3172439 r3271896  
    22/*
    33Plugin Name: Admin Management Xtended
    4 Version: 2.4.7
     4Version: 2.5.0
    55Plugin URI: https://www.schloebe.de/wordpress/admin-management-xtended-plugin/
    66Description: <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
     
    1111
    1212
    13 Copyright 2008-2024 Oliver Schlöbe (email : scripts@schloebe.de)
     13Copyright 2008-2025 Oliver Schlöbe (email : scripts@schloebe.de)
    1414
    1515This program is free software; you can redistribute it and/or modify
     
    3939 * Define the plugin version
    4040 */
    41 define("AME_VERSION", "2.4.7");
     41define("AME_VERSION", "2.5.0");
    4242
    4343/**
  • admin-management-xtended/trunk/general-functions.php

    r3172439 r3271896  
    214214    echo '<div id="categorychoose' . esc_attr(intval($ame_id)) . '" class="categorydiv">';
    215215    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>';
    217217    echo '</div><br />';
    218218    echo '<ul id="categorychecklist" class="list:category categorychecklist form-no-clear" style="height:365px;overflow:auto;">';
     
    790790            echo "<script type=\"text/javascript\" charset=\"utf-8\">
    791791jQuery(document).ready(function() {
    792   jQuery(\"div.wrap div[class*='tablenav']:first\").prepend(\"<div class='tablenav-pages'>&nbsp;&nbsp;|&nbsp;<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>\");
    793793});
    794794</script>\n";
     
    797797            echo "<script type=\"text/javascript\" charset=\"utf-8\">
    798798jQuery(document).ready(function() {
    799    jQuery(\"div.wrap div[class*='tablenav']:first\").prepend(\"<div class='tablenav-pages'>&nbsp;&nbsp;|&nbsp;<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>\");
    800800});
    801801</script>\n";
     
    804804            echo "<script type=\"text/javascript\" charset=\"utf-8\">
    805805jQuery(document).ready(function() {
    806    jQuery(\"div.wrap div[class*='tablenav']:first\").prepend(\"<div class='tablenav-pages'>&nbsp;&nbsp;|&nbsp;<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>\");
    807807});
    808808</script>\n";
  • admin-management-xtended/trunk/languages/admin-management-xtended-de_DE.po

    r1244081 r3271896  
    44"Report-Msgid-Bugs-To: \n"
    55"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"
    87"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"
    1211"MIME-Version: 1.0\n"
    1312"Content-Type: text/plain; charset=utf-8\n"
    1413"Content-Transfer-Encoding: 8bit\n"
    1514"X-Poedit-SourceCharset: utf-8\n"
    16 "X-Generator: Loco - https://localise.biz/\n"
     15"X-Generator: Loco https://localise.biz/\n"
    1716"X-Poedit-Language: German\n"
    1817"X-Poedit-Country: GERMANY\n"
     
    3029"X-Loco-Target-Locale: de_DE"
    3130
    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
     32msgid "(This message was created by Admin Management Xtended plugin)"
     33msgstr "(Dieser Hinweis stammt vom Admin Management Xtended Plugin)"
     34
     35#: ../admin-management-xtended.php:217
     36#, php-format
     37msgid ""
     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!"
     42msgstr ""
     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
    6950msgid ""
    7051"<strong>WordPress 3.2+ only.</strong> Extends admin functionalities by "
     
    7556"inline, toggling link visibility, changing link categories"
    7657msgstr ""
    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"
    12865
    12966#: ../post-functions.php:160 ../page-functions.php:41
     
    13168msgstr "Aktionen"
    13269
    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
     71msgid "Admin Management Xtended"
     72msgstr "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
     77msgid "Cancel"
     78msgstr "Abbrechen"
     79
     80# Doesnt need to be translated.
     81#: ../post-functions.php:99 ../post-functions.php:136 ../link-functions.php:78
     82msgid "Categories"
     83msgstr "Kategorien"
     84
     85#: ../general-functions.php:845 ../general-functions.php:845
     86msgid "Change image set"
     87msgstr "Button-Set ändern"
     88
     89#: ../general-functions.php:603
     90msgid "Change page order"
     91msgstr "Seitenreihenfolge ändern"
     92
     93#: ../post-functions.php:188 ../post-functions.php:188 ../page-functions.php:83
     94#: .. /page-functions.php:83
    14895msgid "Change Publication Date"
    14996msgstr "Veröffentlichungsdatum ändern"
     97
     98#: ../general-functions.php:185
     99msgid "Check All"
     100msgstr "Alle ausw&auml;hlen"
     101
     102#: ../general-functions.php:646
     103msgid "Close"
     104msgstr "Schließen"
     105
     106# Doesnt need to be translated.
     107#: ../media-functions.php:56
     108msgid "Description"
     109msgstr "Beschreibung"
     110
     111#: ../general-functions.php:686 ../general-functions.php:693
     112#: ../general-functions. php:700
     113msgid "Direct input"
     114msgstr "Direkteingabe"
     115
     116#: ../general-functions.php:683 ../general-functions.php:690
     117#: ../general-functions. php:697
     118msgid "Drag & Drop"
     119msgstr "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
     131msgid "Edit"
     132msgstr "Bearbeiten"
     133
     134#: ../general-functions.php:679
     135msgid "Edit Page Order:"
     136msgstr "Seitenreihenfolge bearbeiten"
     137
     138#: ../page-functions.php:86 ../page-functions.php:86
     139msgid "Edit Page Slug"
     140msgstr "Seiten-Slug bearbeiten"
     141
     142#: ../general-functions.php:680
     143msgid "Edit Post Order:"
     144msgstr "Artikelreihenfolge bearbeiten"
    150145
    151146#: ../post-functions.php:191 ../post-functions.php:191
     
    153148msgstr "Artikel-Slug bearbeiten"
    154149
    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
     154msgid "Enhanced by Admin Management Xtended Plugin"
     155msgstr "Erweitert durch das Admin Management Xtended Plugin"
     156
     157#: ../general-functions.php:709
     158msgid "Hide invisible Posts"
     159msgstr "Verstecke nicht sichtbare Artikel"
     160
     161#. Author URI of the plugin
     162msgid "http://www.schloebe.de"
     163msgstr "http://www.schloebe.de"
     164
     165#. URI of the plugin
     166msgid "http://www.schloebe.de/wordpress/admin-management-xtended-plugin"
     167msgstr "http://www.schloebe.de/wordpress/admin-management-xtended-plugin"
     168
     169# Doesnt need to be translated.
     170#: ../general-functions.php:765
     171msgid "Insert time"
     172msgstr "Zeit einfügen"
    161173
    162174#: ../media-functions.php:41
     
    164176msgstr "Medienreihenfolge"
    165177
    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
     179msgid "Next Month"
     180msgstr "Nächster Monat"
     181
     182#: ../general-functions.php:644
     183msgid "Next Year"
     184msgstr "Nächstes Jahr"
     185
     186# Doesnt need to be translated.
     187#: ../link-functions.php:59 ../link-functions.php:138
     188msgid "No"
     189msgstr "Nein"
     190
     191# Doesnt need to be translated.
     192#: ../post-functions.php:70 ../general-functions.php:160
     193msgid "No Tags"
     194msgstr "Keine Tags"
     195
     196#: ../general-functions.php:686 ../general-functions.php:693
     197#: ../general-functions. php:700
     198msgid "Off"
     199msgstr "Aus"
     200
     201#. Author of an extension
    175202msgid "Oliver Schl&ouml;be"
    176203msgstr "Oliver Schl&ouml;be"
    177204
    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
     206msgid "Page Order:"
     207msgstr "Seitenreihenfolge"
     208
     209# Doesnt need to be translated.
     210#: ../general-functions.php:754 ../general-functions.php:758
     211msgid "Page Revisions"
     212msgstr "Seitenüberarbeitungen"
     213
     214#: ../general-functions.php:647
     215msgid "Pick Date"
     216msgstr "Datum wählen"
     217
     218#: ../general-functions.php:765
     219msgid "Please wait..."
     220msgstr "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
     225msgid "Plugin: Exclude Pages - Exclude page from navigation"
     226msgstr "Plugin: Exclude Pages - Seite aus Navigation ausschließen"
     227
     228#: ../general-functions.php:765
     229msgid "Post"
     230msgstr "Artikel"
     231
     232#: ../page-functions.php:57
     233msgid "Post Order:"
     234msgstr "Artikelreihenfolge"
     235
     236# Doesnt need to be translated.
     237#: ../general-functions.php:743 ../general-functions.php:756
     238msgid "Post Revisions"
     239msgstr "Beitragsüberarbeitungen"
     240
     241#: ../general-functions.php:643
     242msgid "Previous Month"
     243msgstr "Voriger Monat"
     244
     245#: ../general-functions.php:642
     246msgid "Previous Year"
     247msgstr "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
     252msgid "Save"
     253msgstr "Speichern"
     254
     255#: ../general-functions.php:715
     256msgid "Show invisible Posts"
     257msgstr "Zeige nicht sichtbare Artikel"
     258
     259#: ../general-functions.php:765
     260msgid "Slug may not be empty!"
     261msgstr "Slug darf nicht leer sein!"
     262
     263# Doesnt need to be translated.
     264#: ../general-functions.php:480
     265msgid "Sorry, you do not have the right to publish this post."
     266msgstr ""
     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
     272msgid "Stick this post to the front page"
     273msgstr "Diesen Beitrag auf der Startseite oben festhalten"
     274
     275# Doesnt need to be translated.
     276#: ../post-functions.php:43
     277msgid "Tags"
     278msgstr "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
     284msgid "Toggle comment status open/closed"
     285msgstr "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
     292msgid "Toggle visibility"
     293msgstr "Sichtbarkeit umschalten"
     294
     295# Doesnt need to be translated.
     296#: ../post-functions.php:126 ../general-functions.php:225
     297msgid "Uncategorized"
     298msgstr "Unkategorisiert"
     299
     300#: ../general-functions.php:185
     301msgid "Uncheck All"
     302msgstr "Alle abw&auml;hlen"
     303
     304# Doesnt need to be translated.
     305#: ../link-functions.php:42
     306msgid "Visible"
     307msgstr "Sichtbar"
     308
     309# Doesnt need to be translated.
     310#: ../general-functions.php:452 ../general-functions.php:461
     311msgid "Y/m/d"
     312msgstr "d.m.Y"
     313
     314# Doesnt need to be translated.
     315#: ../link-functions.php:59 ../link-functions.php:138
     316msgid "Yes"
     317msgstr "Ja"
     318
     319# Doesnt need to be translated.
     320#: ../general-functions.php:319 ../general-functions.php:337
     321msgid "You are not allowed to change the page author as this user."
     322msgstr "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
     326msgid "You are not allowed to change the post author as this user."
     327msgstr "Du darfst den Autor des Beitrags als dieser Benutzer nicht ändern."
     328
     329# Doesnt need to be translated.
     330#: ../general-functions.php:455
     331msgid "You are not allowed to edit this post."
     332msgstr "Du bist nicht berechtigt, diesen Beitrag zu bearbeiten."
    195333
    196334#: ../admin-management-xtended.php:229
     
    204342"Spalte erweitern. Bitte deaktiviere eines der beiden Plugins, damit diese "
    205343"Meldung verschwindet."
    206 
    207 #: ../admin-management-xtended.php:229
    208 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:57
    212 msgid "Page Order:"
    213 msgstr "Seitenreihenfolge"
    214 
    215 #: ../page-functions.php:57
    216 msgid "Post Order:"
    217 msgstr "Artikelreihenfolge"
    218 
    219 #: ../page-functions.php:86 ../page-functions.php:86
    220 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:551
    226 msgid "Plugin: Exclude Pages - Exclude page from navigation"
    227 msgstr "Plugin: Exclude Pages - Seite aus Navigation ausschließen"
    228 
    229 #: ../general-functions.php:185
    230 msgid "Check All"
    231 msgstr "Alle ausw&auml;hlen"
    232 
    233 #: ../general-functions.php:185
    234 msgid "Uncheck All"
    235 msgstr "Alle abw&auml;hlen"
    236 
    237 #: ../general-functions.php:191 ../general-functions.php:295 ../general-functions.
    238 #: php:343 ../general-functions.php:765 ../link-functions.php:114
    239 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:114
    244 msgid "Cancel"
    245 msgstr "Abbrechen"
    246 
    247 #: ../general-functions.php:603
    248 msgid "Change page order"
    249 msgstr "Seitenreihenfolge ändern"
    250 
    251 #: ../general-functions.php:642
    252 msgid "Previous Year"
    253 msgstr "Voriges Jahr"
    254 
    255 #: ../general-functions.php:643
    256 msgid "Previous Month"
    257 msgstr "Voriger Monat"
    258 
    259 #: ../general-functions.php:644
    260 msgid "Next Year"
    261 msgstr "Nächstes Jahr"
    262 
    263 #: ../general-functions.php:645
    264 msgid "Next Month"
    265 msgstr "Nächster Monat"
    266 
    267 #: ../general-functions.php:646
    268 msgid "Close"
    269 msgstr "Schließen"
    270 
    271 #: ../general-functions.php:647
    272 msgid "Pick Date"
    273 msgstr "Datum wählen"
    274 
    275 #: ../general-functions.php:679
    276 msgid "Edit Page Order:"
    277 msgstr "Seitenreihenfolge bearbeiten"
    278 
    279 #: ../general-functions.php:680
    280 msgid "Edit Post Order:"
    281 msgstr "Artikelreihenfolge bearbeiten"
    282 
    283 #: ../general-functions.php:683 ../general-functions.php:690 ../general-functions.
    284 #: php:697
    285 msgid "Drag & Drop"
    286 msgstr "Drag & Drop"
    287 
    288 #: ../general-functions.php:686 ../general-functions.php:693 ../general-functions.
    289 #: php:700
    290 msgid "Off"
    291 msgstr "Aus"
    292 
    293 #: ../general-functions.php:686 ../general-functions.php:693 ../general-functions.
    294 #: php:700
    295 msgid "Direct input"
    296 msgstr "Direkteingabe"
    297 
    298 #: ../general-functions.php:709
    299 msgid "Hide invisible Posts"
    300 msgstr "Verstecke nicht sichtbare Artikel"
    301 
    302 #: ../general-functions.php:715
    303 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:756
    308 msgid "Post Revisions"
    309 msgstr ""
    310 
    311 # Doesnt need to be translated.
    312 #: ../general-functions.php:754 ../general-functions.php:758
    313 msgid "Page Revisions"
    314 msgstr ""
    315 
    316 #: ../general-functions.php:765
    317 msgid "Post"
    318 msgstr "Artikel"
    319 
    320 #: ../general-functions.php:765
    321 msgid "Please wait..."
    322 msgstr "Bitte warten..."
    323 
    324 #: ../general-functions.php:765
    325 msgid "Slug may not be empty!"
    326 msgstr "Slug darf nicht leer sein!"
    327 
    328 #: ../general-functions.php:845 ../general-functions.php:845
    329 msgid "Change image set"
    330 msgstr "Button-Set ändern"
  • admin-management-xtended/trunk/readme.txt

    r3172439 r3271896  
    44Tags: admin, cms, drag-and-drop, drag drop
    55Requires at least: 4.3
    6 Tested up to: 6.6.99
     6Tested up to: 6.8.99
    77Stable tag: trunk
    88License: GPLv2 or later
     
    7373* Ukranian (uk_UA) (Thanks for contributing ukranian language goes to ghost / https://antsar.info/)
    7474* 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)
    7676* Slovenian (sl_SI) (Thanks for contributing slovenian language goes to Mitja Mihelič)
    7777* Serbo-Croatian (sr_RS) (Thanks for contributing serbo-croatian language goes to Andrijana Nikolic / https://webhostinggeeks.com/)
     
    104104
    105105== 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
    106111
    107112= 2.4.7 =
Note: See TracChangeset for help on using the changeset viewer.