Changeset 3392837
- Timestamp:
- 11/10/2025 10:10:12 AM (5 months ago)
- Location:
- support-wp/tags/69
- Files:
-
- 3 edited
-
languages/support-wp-de_DE.mo (modified) (previous)
-
languages/support-wp-de_DE.po (modified) (3 diffs)
-
modules/dashboard/dashboard.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
support-wp/tags/69/languages/support-wp-de_DE.po
r3392826 r3392837 2 2 msgstr "" 3 3 "Project-Id-Version: Support & Maintenance Utilities\n" 4 "POT-Creation-Date: 2025-11-10 1 0:43+0100\n"5 "PO-Revision-Date: 2025-11-10 1 0:43+0100\n"4 "POT-Creation-Date: 2025-11-10 11:08+0100\n" 5 "PO-Revision-Date: 2025-11-10 11:09+0100\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" … … 138 138 139 139 #. Plugin Name of the plugin/theme 140 #: general/init.php: 64 general/init.php:65 general/init.php:145141 #: general/init.php:1 46140 #: general/init.php:89 general/init.php:90 general/init.php:170 141 #: general/init.php:171 142 142 msgid "Maintenance & Support Utilities" 143 143 msgstr "Wartung & Support Utilities" 144 144 145 #: general/init.php: 78 general/init.php:161145 #: general/init.php:103 general/init.php:186 146 146 msgid "WP Supra Wapuu" 147 147 msgstr "WP Supra Wapuu" 148 148 149 #: general/init.php: 88 general/init.php:95 general/init.php:171150 #: general/init.php: 178 general/init.php:286149 #: general/init.php:113 general/init.php:120 general/init.php:196 150 #: general/init.php:203 general/init.php:311 151 151 msgid "WP Supra" 152 152 msgstr "WP Supra" 153 153 154 #: general/init.php: 94 general/init.php:177154 #: general/init.php:119 general/init.php:202 155 155 msgid "Learn more:" 156 156 msgstr "Mehr erfahren:" 157 157 158 #: general/init.php: 96 general/init.php:179 general/init.php:287158 #: general/init.php:121 general/init.php:204 general/init.php:312 159 159 msgid "PR24 Ltd." 160 160 msgstr "PR24 GmbH" 161 161 162 #: general/init.php:2 30162 #: general/init.php:255 163 163 msgid "Maintenance & Support" 164 164 msgstr "Wartung & Support" 165 165 166 #: general/init.php:2 52 general/init.php:307166 #: general/init.php:277 general/init.php:332 167 167 msgid "Settings" 168 168 msgstr "Einstellungen" 169 169 170 #: general/init.php:2 62 general/init.php:314170 #: general/init.php:287 general/init.php:339 171 171 msgid "Network Settings" 172 172 msgstr "Netzwerk Einstellungen" 173 173 174 #: general/init.php:2 70174 #: general/init.php:295 175 175 msgid "Contact WP Supra" 176 176 msgstr "WP Supra kontaktieren" 177 177 178 #: general/init.php:2 71178 #: general/init.php:296 179 179 msgid "https://wpsupra.com/contact/" 180 180 msgstr "https://wpsupra.com/de/kontakt/" 181 181 182 #: general/init.php: 285182 #: general/init.php:310 183 183 #, php-format 184 184 msgid "WP maintenance by %1$s, a service provided by %2$s." … … 822 822 #: modules/dashboard/dashboard.php:18 modules/dashboard/dashboard.php:19 823 823 #: modules/dashboard/dashboard.php:31 824 msgid " Status & Reports"825 msgstr "Stat us& Berichte"824 msgid "Analytics & Reports" 825 msgstr "Statistiken & Berichte" 826 826 827 827 #: modules/database/database.php:79 modules/database/database.php:98 -
support-wp/tags/69/modules/dashboard/dashboard.php
r3392826 r3392837 16 16 add_submenu_page( 17 17 'index.php', // Parent slug (Dashboard) 18 __(' Status & Reports', 'support-wp'), // Page title19 __(' Status & Reports', 'support-wp'), // Menu title18 __('Analytics & Reports', 'support-wp'), // Page title 19 __('Analytics & Reports', 'support-wp'), // Menu title 20 20 'manage_options', // Capability 21 21 'support_wp_dashboard', // Menu slug … … 29 29 wp_enqueue_script('support-wp-settings'); 30 30 31 echo '<h1>'.__(' Status & Reports', 'support-wp').'</h1>';31 echo '<h1>'.__('Analytics & Reports', 'support-wp').'</h1>'; 32 32 do_action('support_wp_dashboard'); 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.