Plugin Directory

Changeset 3392837


Ignore:
Timestamp:
11/10/2025 10:10:12 AM (5 months ago)
Author:
pr24ch
Message:

Translation Update

Location:
support-wp/tags/69
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • support-wp/tags/69/languages/support-wp-de_DE.po

    r3392826 r3392837  
    22msgstr ""
    33"Project-Id-Version: Support & Maintenance Utilities\n"
    4 "POT-Creation-Date: 2025-11-10 10:43+0100\n"
    5 "PO-Revision-Date: 2025-11-10 10: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"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    138138
    139139#. Plugin Name of the plugin/theme
    140 #: general/init.php:64 general/init.php:65 general/init.php:145
    141 #: general/init.php:146
     140#: general/init.php:89 general/init.php:90 general/init.php:170
     141#: general/init.php:171
    142142msgid "Maintenance & Support Utilities"
    143143msgstr "Wartung & Support Utilities"
    144144
    145 #: general/init.php:78 general/init.php:161
     145#: general/init.php:103 general/init.php:186
    146146msgid "WP Supra Wapuu"
    147147msgstr "WP Supra Wapuu"
    148148
    149 #: general/init.php:88 general/init.php:95 general/init.php:171
    150 #: general/init.php:178 general/init.php:286
     149#: general/init.php:113 general/init.php:120 general/init.php:196
     150#: general/init.php:203 general/init.php:311
    151151msgid "WP Supra"
    152152msgstr "WP Supra"
    153153
    154 #: general/init.php:94 general/init.php:177
     154#: general/init.php:119 general/init.php:202
    155155msgid "Learn more:"
    156156msgstr "Mehr erfahren:"
    157157
    158 #: general/init.php:96 general/init.php:179 general/init.php:287
     158#: general/init.php:121 general/init.php:204 general/init.php:312
    159159msgid "PR24 Ltd."
    160160msgstr "PR24 GmbH"
    161161
    162 #: general/init.php:230
     162#: general/init.php:255
    163163msgid "Maintenance & Support"
    164164msgstr "Wartung & Support"
    165165
    166 #: general/init.php:252 general/init.php:307
     166#: general/init.php:277 general/init.php:332
    167167msgid "Settings"
    168168msgstr "Einstellungen"
    169169
    170 #: general/init.php:262 general/init.php:314
     170#: general/init.php:287 general/init.php:339
    171171msgid "Network Settings"
    172172msgstr "Netzwerk Einstellungen"
    173173
    174 #: general/init.php:270
     174#: general/init.php:295
    175175msgid "Contact WP Supra"
    176176msgstr "WP Supra kontaktieren"
    177177
    178 #: general/init.php:271
     178#: general/init.php:296
    179179msgid "https://wpsupra.com/contact/"
    180180msgstr "https://wpsupra.com/de/kontakt/"
    181181
    182 #: general/init.php:285
     182#: general/init.php:310
    183183#, php-format
    184184msgid "WP maintenance by %1$s, a service provided by %2$s."
     
    822822#: modules/dashboard/dashboard.php:18 modules/dashboard/dashboard.php:19
    823823#: modules/dashboard/dashboard.php:31
    824 msgid "Status & Reports"
    825 msgstr "Status & Berichte"
     824msgid "Analytics & Reports"
     825msgstr "Statistiken & Berichte"
    826826
    827827#: modules/database/database.php:79 modules/database/database.php:98
  • support-wp/tags/69/modules/dashboard/dashboard.php

    r3392826 r3392837  
    1616        add_submenu_page(
    1717            'index.php', // Parent slug (Dashboard)
    18             __('Status & Reports', 'support-wp'), // Page title
    19             __('Status & Reports', 'support-wp'), // Menu title
     18            __('Analytics & Reports', 'support-wp'), // Page title
     19            __('Analytics & Reports', 'support-wp'), // Menu title
    2020            'manage_options', // Capability
    2121            'support_wp_dashboard', // Menu slug
     
    2929        wp_enqueue_script('support-wp-settings');
    3030
    31         echo '<h1>'.__('Status & Reports', 'support-wp').'</h1>';
     31        echo '<h1>'.__('Analytics & Reports', 'support-wp').'</h1>';
    3232        do_action('support_wp_dashboard');
    3333    }
Note: See TracChangeset for help on using the changeset viewer.