Plugin Directory

Changeset 3087309


Ignore:
Timestamp:
05/15/2024 05:52:49 PM (10 months ago)
Author:
king-a-s
Message:

1.2

Overall code enhancements to improve performance.

Location:
oneds-start/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • oneds-start/trunk/includes/oneds-admin/admin-theme.php

    r3021274 r3087309  
    8282        //link
    8383
    84         $lable = __('OneDS', 'oneds-start');
     84        $lable = __('Control Panel', 'oneds-start');
    8585
    8686        if (get_field('dashboard_label', ods_options_id('dashboard'))) {
     
    9696        // dashboard label icon (default: OneDS logo) logo from plugin folder
    9797        $lableIcon = plugins_url('oneds-start/assets/images/oneds-logo.png');
     98
     99        // dashboard label icon if Site Icon is set
     100        if (has_site_icon()) {
     101            $lableIcon = get_site_icon_url();
     102        }
     103
    98104        if (get_field('dashboard_label_icon', ods_options_id('dashboard'))) {
    99105            $lableIcon = get_field('dashboard_label_icon', ods_options_id('dashboard'));
     
    548554        $lableIcon = get_field('dashboard_label_icon', ods_options_id('dashboard'));
    549555    }
     556
     557    // dashboard label icon if Site Icon is set
     558    if (has_site_icon()) {
     559        $lableIcon = get_site_icon_url();
     560    }
    550561?>
    551562    <style>
  • oneds-start/trunk/includes/oneds-maintenance-mode/maintenance-mode-page.php

    r3070753 r3087309  
    158158    if (!current_user_can('administrator') && !current_user_can('editor') && !current_user_can('super_admin') || isset($_GET['maintenance-mode_preview'])) {
    159159
     160        $default_title = __('Maintenance Mode', 'oneds-start');
     161        $custom_title = get_field('odsmm-title',  ods_options_id('maintenance_mode'));
    160162        $default_content = __('<h1>System Under Maintenance</h1><p>Our System is currently undergoing scheduled maintenance. Please check back soon.</p>', 'oneds-start');
    161163        $custom_content = get_field('odsmm-content',  ods_options_id('maintenance_mode'));
     
    164166        $custom_css = get_field('odsmm-custom-css',  ods_options_id('maintenance_mode'));
    165167        $custom_js = get_field('odsmm-custom-js',  ods_options_id('maintenance_mode'));
    166         $custom_title = get_field('odsmm-title',  ods_options_id('maintenance_mode')) ?? __('Maintenance Mode', 'oneds-start');
    167 
    168 
     168
     169        // set title
     170        if (!empty($custom_title)) {
     171            $title = $custom_title;
     172        } else {
     173            $title = $default_title;
     174        }
     175
     176        // set content
    169177        if (!empty($custom_content)) {
    170178
     
    178186            <?php
    179187
     188            // add custom css and js
    180189            if ($custom_css) {
    181190                echo '<style>' . $custom_css . '</style>';
     
    189198        }
    190199
     200        // set background
    191201        if ($background_color) {
    192202            ?>
     
    200210        }
    201211
     212        // set full screen
    202213        if ($full_screen) {
    203214        ?>
     
    227238        $content = apply_filters('the_content', $content);
    228239
    229         wp_die($content, $custom_title);
     240        wp_die($content, $title);
    230241    }
    231242}
    232243
    233244add_action('template_redirect', 'ods_mm_function');
    234 
    235 // END PART
     245add_action('current_screen', 'ods_mm_function');
     246
     247// END PART
  • oneds-start/trunk/languages/oneds-start-ar.po

    r3018761 r3087309  
    33msgid ""
    44msgstr ""
    5 "PO-Revision-Date: 2023-11-20 17:43+0000\n"
     5"PO-Revision-Date: 2024-05-15 17:50+0000\n"
    66"MIME-Version: 1.0\n"
    77"Content-Type: text/plain; charset=UTF-8\n"
     
    1212"Language: ar\n"
    1313"Project-Id-Version: Plugins - OneDS Start Package - Development (trunk)\n"
    14 "Language-Team: العربية"
    15 
    16 #: includes/oneds-admin/admin-theme.php:417
     14"Language-Team: العربية\n"
     15"Report-Msgid-Bugs-To: \n"
     16"POT-Creation-Date: 2024-05-15 17:42+0000\n"
     17"Last-Translator: \n"
     18"X-Loco-Version: 2.6.9; wp-6.5.3"
     19
     20#: includes/oneds-admin/admin-theme.php:470
    1721msgid "&"
    1822msgstr "و"
    1923
    20 #: includes/oneds-maintenance-mode/maintenance-mode-page.php:160
    21 #, fuzzy
     24#: includes/oneds-maintenance-mode/maintenance-mode-page.php:162
    2225#| msgid ""
    2326#| "<h1>Website Under Maintenance</h1><p>Our Website is currently undergoing "
     
    2730"scheduled maintenance. Please check back soon.</p>"
    2831msgstr ""
    29 "<h1>الموقع تحت الصيانة</h1><p>موقعنا حاليا يخضع لصيانة مجدولة. الرجاء التحقق "
     32"<h1>النظام تحت الصيانة</h1><p>نظامنا حاليا يخضع لصيانة مجدولة. الرجاء التحقق "
    3033"مرة أخرى قريباً.</p>"
    3134
     
    3437msgstr "الملحقات"
    3538
    36 #: includes/oneds-admin/admin-dashboard-widgets.php:179
     39#: includes/oneds-admin/admin-dashboard-widgets.php:298
    3740msgid "All info"
    3841msgstr "كل المعلومات"
     
    4245msgstr "مفاتيح API"
    4346
    44 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:114
     47#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:133
    4548msgid "Background Color"
    46 msgstr ""
    47 
    48 #: includes/oneds-admin/admin-dashboard-widgets.php:177
     49msgstr "لون الخلفية"
     50
     51#: includes/oneds-admin/admin-dashboard-widgets.php:296
    4952msgid "Browser"
    5053msgstr "المتصفح"
     
    5457msgstr "تخطيط كلاسيكي"
    5558
    56 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:90
    57 msgid "Content"
    58 msgstr "المحتوى"
     59#: includes/oneds-admin/admin-theme.php:84
     60msgid "Control Panel"
     61msgstr "لوحة التحكم"
    5962
    6063#: includes/oneds-admin/admin-language-switcher.php:180
     
    6265msgstr "لغة لوحة التحكم الحالية"
    6366
    64 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:153
     67#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:109
     68msgid "Custom Content"
     69msgstr "المحتوى المخصص"
     70
     71#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:172
    6572msgid "Custom CSS"
    66 msgstr ""
    67 
    68 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:175
     73msgstr "CSS المخصص"
     74
     75#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:194
    6976msgid "Custom JS"
    70 msgstr ""
     77msgstr "JS المخصص"
     78
     79#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:90
     80msgid "Custom Title"
     81msgstr "العنوان المخصص"
    7182
    7283#: includes/oneds-options/includes/options-pages/dashboard.php:10
    7384msgid "Dashboard"
    74 msgstr ""
     85msgstr "لوحة القيادة"
    7586
    7687#: includes/oneds-options/includes/options-fields/dashboard.php:69
     
    108119#: includes/oneds-options/includes/options-fields/dashboard.php:166
    109120msgid "Enable ACF Menu"
    110 msgstr ""
    111 
    112 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:135
     121msgstr "تفعيل قائمة ACF"
     122
     123#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:154
    113124msgid "Enable full screen mode."
    114 msgstr ""
     125msgstr "تفعيل وضع الشاشة الكاملة."
    115126
    116127#: includes/oneds-options/includes/options-fields/dashboard.php:205
    117128msgid "Enable No Theme Module"
    118 msgstr ""
     129msgstr "تفعيل موديول بدون قالب"
    119130
    120131#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:72
    121132msgid "Enable the maintenance mode."
    122 msgstr ""
     133msgstr "تفعيل وضع الصيانة."
    123134
    124135#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:69
     
    127138msgstr "مُفعّل"
    128139
    129 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:156
     140#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:175
    130141msgid "Enter the custom CSS."
    131 msgstr ""
    132 
    133 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:178
     142msgstr "أدخل الCSS المخصص."
     143
     144#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:197
    134145msgid "Enter the custom JS."
    135 msgstr ""
    136 
    137 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:132
     146msgstr "أدخل JS المخصص."
     147
     148#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:151
    138149msgid "Full Screen"
    139 msgstr ""
     150msgstr "الشاشة الكاملة"
    140151
    141152#: includes/oneds-admin/admin-welcome.php:60
     
    155166msgstr "مفتاح API خرائط غوغل"
    156167
     168#: includes/oneds-admin/admin-dashboard-widgets.php:531
     169msgid "Guest"
     170msgstr "زائر"
     171
     172#: includes/oneds-admin/admin-dashboard-widgets.php:490
     173msgid "Guest Users Online"
     174msgstr "المستخدمين الزائرين الحالين"
     175
    157176#: includes/oneds-options/includes/options-fields/dashboard.php:185
    158177msgid "Hello"
    159178msgstr "مرحبا"
    160179
    161 #: includes/oneds-reports/reports.php:23
     180#: includes/oneds-reports/reports.php:34
    162181msgid "Home"
    163 msgstr ""
     182msgstr "الصفحة الرئيسية"
    164183
    165184#. Description of the plugin
     
    172191
    173192#: includes/oneds-maintenance-mode/maintenance-mode-page.php:10
    174 #: includes/oneds-maintenance-mode/maintenance-mode-page.php:228
     193#: includes/oneds-maintenance-mode/maintenance-mode-page.php:160
    175194msgid "Maintenance Mode"
    176195msgstr "وضع الصيانة"
     
    184203#: includes/oneds-maintenance-mode/maintenance-mode-page.php:28
    185204msgid "Maintenance Mode Settings Page"
    186 msgstr ""
     205msgstr "صفحة إعدادات وضع الصيانة"
    187206
    188207#: includes/oneds-maintenance-mode/maintenance-mode-page.php:52
     
    191210msgstr "وضع الصيانة:"
    192211
    193 #: includes/oneds-admin/admin-dashboard-widgets.php:269
     212#: includes/oneds-admin/admin-dashboard-widgets.php:370
    194213msgid "MySQL Version"
    195214msgstr "إصدار MySQL"
    196215
     216#: includes/oneds-admin/admin-dashboard-widgets.php:497
     217msgid "No guest users currently online."
     218msgstr ""
     219
     220#: includes/oneds-admin/admin-dashboard-widgets.php:482
     221msgid "No registered users currently online."
     222msgstr ""
     223
     224#: includes/oneds-admin/admin-dashboard-widgets.php:388
     225#: includes/oneds-admin/admin-dashboard-widgets.php:465
     226msgid "Number of users currently online"
     227msgstr ""
     228
    197229#. Author of the plugin
    198 #: includes/oneds-admin/admin-theme.php:84
    199 #: includes/oneds-admin/admin-theme.php:418
    200 #: includes/oneds-admin/admin-theme.php:498
     230#: includes/oneds-admin/admin-dashboard-widgets.php:13
     231#: includes/oneds-admin/admin-theme.php:471
    201232msgid "OneDS"
    202233msgstr "ون دي أس"
     
    218249msgstr "ثيم ون دي أس"
    219250
    220 #: includes/oneds-admin/admin-dashboard-widgets.php:175
    221 #: includes/oneds-admin/admin-dashboard-widgets.php:223
     251#: includes/oneds-admin/admin-dashboard-widgets.php:167
     252msgid "Online Users"
     253msgstr ""
     254
     255#: includes/oneds-admin/admin-dashboard-widgets.php:294
     256#: includes/oneds-admin/admin-dashboard-widgets.php:339
    222257msgid "Operating System"
    223258msgstr "نظام التشغيل"
     
    233268msgstr "صفحات الخيارات"
    234269
    235 #: includes/oneds-options/includes/options-functions.php:71
    236 #: includes/oneds-options/includes/options-pages/theme.php:73
     270#: includes/oneds-options/includes/options-functions.php:70
    237271msgid "Options Updated"
    238272msgstr "الخيارات تم تحديثها"
     
    242276msgstr ""
    243277
    244 #: includes/oneds-admin/admin-dashboard-widgets.php:261
     278#: includes/oneds-admin/admin-dashboard-widgets.php:366
    245279msgid "PHP max_execution_time"
    246280msgstr ""
    247281
    248 #: includes/oneds-admin/admin-dashboard-widgets.php:257
     282#: includes/oneds-admin/admin-dashboard-widgets.php:362
    249283msgid "PHP max_input_vars"
    250284msgstr ""
    251285
    252 #: includes/oneds-admin/admin-dashboard-widgets.php:245
     286#: includes/oneds-admin/admin-dashboard-widgets.php:350
    253287msgid "PHP Memory Limit"
    254288msgstr "حد ذاكرة PHP"
    255289
    256 #: includes/oneds-admin/admin-dashboard-widgets.php:249
     290#: includes/oneds-admin/admin-dashboard-widgets.php:354
    257291msgid "PHP post_max_size"
    258292msgstr ""
    259293
    260 #: includes/oneds-admin/admin-dashboard-widgets.php:253
     294#: includes/oneds-admin/admin-dashboard-widgets.php:358
    261295msgid "PHP upload_max_filesize"
    262296msgstr ""
    263297
    264 #: includes/oneds-admin/admin-dashboard-widgets.php:241
     298#: includes/oneds-admin/admin-dashboard-widgets.php:346
    265299msgid "PHP Version"
    266300msgstr "إصدار PHP"
     
    276310msgstr ""
    277311
    278 #: includes/oneds-admin/admin-theme.php:410
     312#: includes/oneds-admin/admin-theme.php:463
    279313msgid "Powered By"
    280314msgstr "يعمل بواسطة"
     
    284318msgstr "ضع كل عبارة في سطر منفصل"
    285319
    286 #: includes/oneds-options/includes/options-functions.php:75
     320#: includes/oneds-admin/admin-dashboard-widgets.php:472
     321msgid "Registered Users Online"
     322msgstr ""
     323
     324#: includes/oneds-options/includes/options-functions.php:74
    287325msgid "Report ready"
    288 msgstr ""
    289 
    290 #: includes/oneds-reports/reports.php:11 includes/oneds-reports/reports.php:12
     326msgstr "التقرير جاهز"
     327
     328#: includes/oneds-reports/reports.php:22 includes/oneds-reports/reports.php:23
    291329#: includes/oneds-options/includes/options-functions.php:37
    292330msgid "Reports"
    293331msgstr "التقارير"
    294332
    295 #: includes/oneds-reports/reports.php:44
     333#: includes/oneds-reports/reports.php:55
    296334msgid "Reports Page"
    297 msgstr ""
    298 
    299 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:117
     335msgstr "صفحة التقارير"
     336
     337#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:136
    300338msgid "Select the background color."
    301 msgstr ""
    302 
    303 #: includes/oneds-admin/admin-dashboard-widgets.php:40
     339msgstr "حدد لون الخلفية."
     340
     341#: includes/oneds-admin/admin-dashboard-widgets.php:156
    304342msgid "Server Information"
    305343msgstr "معلومات المخدم"
     
    307345#: includes/oneds-admin/admin-language-switcher.php:215
    308346msgid "Something went wrong, try again."
    309 msgstr ""
     347msgstr "حدث خطأ ما حاول مرة أخرى."
    310348
    311349#: includes/oneds-options/oneds-options.php:9
     
    313351msgstr ""
    314352
    315 #. page title
    316 #: includes/oneds-options/includes/options-pages/theme.php:10
    317 #: includes/oneds-options/includes/options-pages/theme.php:11
    318 #: includes/oneds-options/includes/options-pages/theme.php:49
    319 msgid "Theme Options"
    320 msgstr "خيارات الثيم"
    321 
    322 #: includes/oneds-options/includes/options-cpt.php:89
    323 msgid "Theme Settings Page"
    324 msgstr "صفحة إعدادات الثيم"
    325 
    326 #: includes/oneds-admin/admin-dashboard-widgets.php:117
     353#: includes/oneds-admin/admin-dashboard-widgets.php:406
     354msgid "There are no users currently online."
     355msgstr ""
     356
     357#: includes/oneds-admin/admin-dashboard-widgets.php:241
    327358msgid "User Display Name"
    328359msgstr "اسم عرض المستخدم"
    329360
    330 #: includes/oneds-admin/admin-dashboard-widgets.php:115
     361#: includes/oneds-admin/admin-dashboard-widgets.php:239
    331362msgid "User Email"
    332363msgstr "البريد الإلكتروني للمستخدم"
    333364
    334 #: includes/oneds-admin/admin-dashboard-widgets.php:111
     365#: includes/oneds-admin/admin-dashboard-widgets.php:235
    335366msgid "User ID"
    336367msgstr "المعرف للمستخدم"
    337368
    338 #: includes/oneds-admin/admin-dashboard-widgets.php:119
     369#: includes/oneds-admin/admin-dashboard-widgets.php:243
    339370msgid "User Role"
    340371msgstr "دور المستخدم (صلاحيات)"
    341372
    342 #: includes/oneds-admin/admin-dashboard-widgets.php:113
     373#: includes/oneds-admin/admin-dashboard-widgets.php:237
    343374msgid "Username"
    344375msgstr "اسم المستخدم"
    345376
    346 #: includes/oneds-admin/admin-dashboard-widgets.php:238
     377#: includes/oneds-admin/admin-dashboard-widgets.php:343
    347378msgid "Web Server Version"
    348379msgstr "إصدار مخدم الويب"
     
    357388msgstr "تخطيط عريض"
    358389
    359 #: includes/oneds-options/includes/options-fields/theme.php:35
    360 msgid ""
    361 "You can add fields by custom fields settings and set \"Show this fields "
    362 "group if\" post is equal to Theme Options Page, After that you can use it by "
    363 "get_field('your_field', ods_options_id('Theme'))"
    364 msgstr ""
    365 
    366390#: includes/oneds-admin/admin-language-switcher.php:222
    367391msgid "You don't have permissions to change language."
    368 msgstr ""
     392msgstr "ليس لديك أذونات لتغيير اللغة."
    369393
    370394#. $widget_id = Widget slug.
    371 #: includes/oneds-admin/admin-dashboard-widgets.php:17
     395#: includes/oneds-admin/admin-dashboard-widgets.php:131
    372396msgid "Your Profile Information"
    373397msgstr "معلومات ملفك الشخصي"
    374398
    375 #: includes/oneds-admin/admin-dashboard-widgets.php:27
     399#: includes/oneds-admin/admin-dashboard-widgets.php:142
    376400msgid "Your System Information"
    377401msgstr "معلومات نظامك"
  • oneds-start/trunk/languages/oneds-start.pot

    r3021274 r3087309  
    44"Project-Id-Version: OneDS Start\n"
    55"Report-Msgid-Bugs-To: \n"
    6 "POT-Creation-Date: 2024-01-08 15:27+0000\n"
     6"POT-Creation-Date: 2024-05-15 17:31+0000\n"
    77"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    88"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1717"X-Domain: oneds-start"
    1818
    19 #: includes/oneds-admin/admin-theme.php:464
     19#: includes/oneds-admin/admin-theme.php:470
    2020msgid "&"
    2121msgstr ""
    2222
    23 #: includes/oneds-maintenance-mode/maintenance-mode-page.php:160
     23#: includes/oneds-maintenance-mode/maintenance-mode-page.php:162
    2424msgid ""
    2525"<h1>System Under Maintenance</h1><p>Our System is currently undergoing "
     
    3131msgstr ""
    3232
    33 #: includes/oneds-admin/admin-dashboard-widgets.php:236
     33#: includes/oneds-admin/admin-dashboard-widgets.php:298
    3434msgid "All info"
    3535msgstr ""
     
    3939msgstr ""
    4040
    41 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:114
     41#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:133
    4242msgid "Background Color"
    4343msgstr ""
    4444
    45 #: includes/oneds-admin/admin-dashboard-widgets.php:234
     45#: includes/oneds-admin/admin-dashboard-widgets.php:296
    4646msgid "Browser"
    4747msgstr ""
     
    5151msgstr ""
    5252
    53 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:90
    54 msgid "Content"
     53#: includes/oneds-admin/admin-theme.php:84
     54msgid "Control Panel"
    5555msgstr ""
    5656
     
    5959msgstr ""
    6060
    61 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:153
     61#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:109
     62msgid "Custom Content"
     63msgstr ""
     64
     65#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:172
    6266msgid "Custom CSS"
    6367msgstr ""
    6468
    65 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:175
     69#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:194
    6670msgid "Custom JS"
     71msgstr ""
     72
     73#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:90
     74msgid "Custom Title"
    6775msgstr ""
    6876
     
    107115msgstr ""
    108116
    109 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:135
     117#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:154
    110118msgid "Enable full screen mode."
    111119msgstr ""
     
    124132msgstr ""
    125133
    126 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:156
     134#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:175
    127135msgid "Enter the custom CSS."
    128136msgstr ""
    129137
    130 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:178
     138#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:197
    131139msgid "Enter the custom JS."
    132140msgstr ""
    133141
    134 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:132
     142#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:151
    135143msgid "Full Screen"
    136144msgstr ""
     
    152160msgstr ""
    153161
     162#: includes/oneds-admin/admin-dashboard-widgets.php:531
     163msgid "Guest"
     164msgstr ""
     165
     166#: includes/oneds-admin/admin-dashboard-widgets.php:490
     167msgid "Guest Users Online"
     168msgstr ""
     169
    154170#: includes/oneds-options/includes/options-fields/dashboard.php:185
    155171msgid "Hello"
    156172msgstr ""
    157173
    158 #: includes/oneds-reports/reports.php:23
     174#: includes/oneds-reports/reports.php:34
    159175msgid "Home"
    160176msgstr ""
     
    169185
    170186#: includes/oneds-maintenance-mode/maintenance-mode-page.php:10
    171 #: includes/oneds-maintenance-mode/maintenance-mode-page.php:228
     187#: includes/oneds-maintenance-mode/maintenance-mode-page.php:160
    172188msgid "Maintenance Mode"
    173189msgstr ""
     
    188204msgstr ""
    189205
    190 #: includes/oneds-admin/admin-dashboard-widgets.php:326
     206#: includes/oneds-admin/admin-dashboard-widgets.php:370
    191207msgid "MySQL Version"
     208msgstr ""
     209
     210#: includes/oneds-admin/admin-dashboard-widgets.php:497
     211msgid "No guest users currently online."
     212msgstr ""
     213
     214#: includes/oneds-admin/admin-dashboard-widgets.php:482
     215msgid "No registered users currently online."
     216msgstr ""
     217
     218#: includes/oneds-admin/admin-dashboard-widgets.php:388
     219#: includes/oneds-admin/admin-dashboard-widgets.php:465
     220msgid "Number of users currently online"
    192221msgstr ""
    193222
    194223#. Author of the plugin
    195224#: includes/oneds-admin/admin-dashboard-widgets.php:13
    196 #: includes/oneds-admin/admin-theme.php:84
    197 #: includes/oneds-admin/admin-theme.php:465
     225#: includes/oneds-admin/admin-theme.php:471
    198226msgid "OneDS"
    199227msgstr ""
     
    215243msgstr ""
    216244
    217 #: includes/oneds-admin/admin-dashboard-widgets.php:232
    218 #: includes/oneds-admin/admin-dashboard-widgets.php:280
     245#: includes/oneds-admin/admin-dashboard-widgets.php:167
     246msgid "Online Users"
     247msgstr ""
     248
     249#: includes/oneds-admin/admin-dashboard-widgets.php:294
     250#: includes/oneds-admin/admin-dashboard-widgets.php:339
    219251msgid "Operating System"
    220252msgstr ""
     
    238270msgstr ""
    239271
    240 #: includes/oneds-admin/admin-dashboard-widgets.php:318
     272#: includes/oneds-admin/admin-dashboard-widgets.php:366
    241273msgid "PHP max_execution_time"
    242274msgstr ""
    243275
    244 #: includes/oneds-admin/admin-dashboard-widgets.php:314
     276#: includes/oneds-admin/admin-dashboard-widgets.php:362
    245277msgid "PHP max_input_vars"
    246278msgstr ""
    247279
    248 #: includes/oneds-admin/admin-dashboard-widgets.php:302
     280#: includes/oneds-admin/admin-dashboard-widgets.php:350
    249281msgid "PHP Memory Limit"
    250282msgstr ""
    251283
    252 #: includes/oneds-admin/admin-dashboard-widgets.php:306
     284#: includes/oneds-admin/admin-dashboard-widgets.php:354
    253285msgid "PHP post_max_size"
    254286msgstr ""
    255287
    256 #: includes/oneds-admin/admin-dashboard-widgets.php:310
     288#: includes/oneds-admin/admin-dashboard-widgets.php:358
    257289msgid "PHP upload_max_filesize"
    258290msgstr ""
    259291
    260 #: includes/oneds-admin/admin-dashboard-widgets.php:298
     292#: includes/oneds-admin/admin-dashboard-widgets.php:346
    261293msgid "PHP Version"
    262294msgstr ""
     
    272304msgstr ""
    273305
    274 #: includes/oneds-admin/admin-theme.php:457
     306#: includes/oneds-admin/admin-theme.php:463
    275307msgid "Powered By"
    276308msgstr ""
     
    280312msgstr ""
    281313
     314#: includes/oneds-admin/admin-dashboard-widgets.php:472
     315msgid "Registered Users Online"
     316msgstr ""
     317
    282318#: includes/oneds-options/includes/options-functions.php:74
    283319msgid "Report ready"
    284320msgstr ""
    285321
    286 #: includes/oneds-reports/reports.php:11 includes/oneds-reports/reports.php:12
     322#: includes/oneds-reports/reports.php:22 includes/oneds-reports/reports.php:23
    287323#: includes/oneds-options/includes/options-functions.php:37
    288324msgid "Reports"
    289325msgstr ""
    290326
    291 #: includes/oneds-reports/reports.php:44
     327#: includes/oneds-reports/reports.php:55
    292328msgid "Reports Page"
    293329msgstr ""
    294330
    295 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:117
     331#: includes/oneds-maintenance-mode/maintenance-mode-fields.php:136
    296332msgid "Select the background color."
    297333msgstr ""
    298334
    299 #: includes/oneds-admin/admin-dashboard-widgets.php:97
     335#: includes/oneds-admin/admin-dashboard-widgets.php:156
    300336msgid "Server Information"
    301337msgstr ""
     
    309345msgstr ""
    310346
    311 #: includes/oneds-admin/admin-dashboard-widgets.php:174
     347#: includes/oneds-admin/admin-dashboard-widgets.php:406
     348msgid "There are no users currently online."
     349msgstr ""
     350
     351#: includes/oneds-admin/admin-dashboard-widgets.php:241
    312352msgid "User Display Name"
    313353msgstr ""
    314354
    315 #: includes/oneds-admin/admin-dashboard-widgets.php:172
     355#: includes/oneds-admin/admin-dashboard-widgets.php:239
    316356msgid "User Email"
    317357msgstr ""
    318358
    319 #: includes/oneds-admin/admin-dashboard-widgets.php:168
     359#: includes/oneds-admin/admin-dashboard-widgets.php:235
    320360msgid "User ID"
    321361msgstr ""
    322362
    323 #: includes/oneds-admin/admin-dashboard-widgets.php:176
     363#: includes/oneds-admin/admin-dashboard-widgets.php:243
    324364msgid "User Role"
    325365msgstr ""
    326366
    327 #: includes/oneds-admin/admin-dashboard-widgets.php:170
     367#: includes/oneds-admin/admin-dashboard-widgets.php:237
    328368msgid "Username"
    329369msgstr ""
    330370
    331 #: includes/oneds-admin/admin-dashboard-widgets.php:295
     371#: includes/oneds-admin/admin-dashboard-widgets.php:343
    332372msgid "Web Server Version"
    333373msgstr ""
     
    347387
    348388#. $widget_id = Widget slug.
    349 #: includes/oneds-admin/admin-dashboard-widgets.php:74
     389#: includes/oneds-admin/admin-dashboard-widgets.php:131
    350390msgid "Your Profile Information"
    351391msgstr ""
    352392
    353 #: includes/oneds-admin/admin-dashboard-widgets.php:84
     393#: includes/oneds-admin/admin-dashboard-widgets.php:142
    354394msgid "Your System Information"
    355395msgstr ""
  • oneds-start/trunk/oneds-start.php

    r3070753 r3087309  
    33Plugin Name: OneDS Start
    44Description: Just Start Package
    5 Version: 1.1
     5Version: 1.2
    66Author: OneDS
    77Text Domain: oneds-start
  • oneds-start/trunk/readme.txt

    r3070753 r3087309  
    11=== OneDS Start Package ===
    22Contributors: king-a-s
    3 Tags: OneDS, Admin Dashboard, Admin Theme, Admin Color Scheme, Dark Mode, Admin Widgets, Maintenance Mode, Hello, ACF, Options Pages
    4 Tested up to: 6.5.2
    5 Version: 1.1.0
     3Tags: OneDS, Admin Theme, Admin Widgets, Maintenance Mode, Disable front-end theme
     4Tested up to: 6.5.3
     5Version: 1.2.0
    66
    77
     
    99
    1010== Description ==
    11 - Admin Dashboard Theme layouts.
    12 - Admin Color Scheme (Dark).
     11- Admin Dashboard Theme Layouts.
     12- Admin Color Scheme (Dark Mode).
    1313- Admin Widgets (Your System Information - Your Profile Information - Server Information).
    1414- Maintenance Mode.
    1515- Admin Language Switcher.
    16 - Hello Lyrics add-on.
     16- Hello+ Lyrics Add-On.
    1717- Advanced Custom Fields (Just Included, Thanks for ACF).
    1818- Dashboard Options Page.
     19- Disable front-end theme.
    1920
    2021== Screenshots ==
     
    23243. Maintenance Mode Active
    24254. Admin Language Switcher
    25 5. OneDS Dashbard Theme
     265. OneDS Dashboard Theme
    26276. Dashboard Options
    2728
     
    3536
    3637= Start Package? =
    37 Yes it is just start package. other Plugins coming soon.
     38Yes, it is just a start package. More plugins are coming soon.
    3839
    3940== Changelog ==
     
    5859
    5960= 1.0.1 =
    60 * Overall code enhancements for improved performance.
     61* Overall code enhancements to improve performance.
    6162* Upgraded the Included ACF version to 6.2.5.
    6263
    6364= 1.1 =
    64 * Overall code enhancements for improved performance.
     65* Overall code enhancements to improve performance.
    6566* Upgraded the Included ACF version to 6.2.9.
     67
     68= 1.2 =
     69* Overall code enhancements to improve performance.
Note: See TracChangeset for help on using the changeset viewer.