Changeset 3087309
- Timestamp:
- 05/15/2024 05:52:49 PM (10 months ago)
- Location:
- oneds-start/trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
oneds-start/trunk/includes/oneds-admin/admin-theme.php
r3021274 r3087309 82 82 //link 83 83 84 $lable = __(' OneDS', 'oneds-start');84 $lable = __('Control Panel', 'oneds-start'); 85 85 86 86 if (get_field('dashboard_label', ods_options_id('dashboard'))) { … … 96 96 // dashboard label icon (default: OneDS logo) logo from plugin folder 97 97 $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 98 104 if (get_field('dashboard_label_icon', ods_options_id('dashboard'))) { 99 105 $lableIcon = get_field('dashboard_label_icon', ods_options_id('dashboard')); … … 548 554 $lableIcon = get_field('dashboard_label_icon', ods_options_id('dashboard')); 549 555 } 556 557 // dashboard label icon if Site Icon is set 558 if (has_site_icon()) { 559 $lableIcon = get_site_icon_url(); 560 } 550 561 ?> 551 562 <style> -
oneds-start/trunk/includes/oneds-maintenance-mode/maintenance-mode-page.php
r3070753 r3087309 158 158 if (!current_user_can('administrator') && !current_user_can('editor') && !current_user_can('super_admin') || isset($_GET['maintenance-mode_preview'])) { 159 159 160 $default_title = __('Maintenance Mode', 'oneds-start'); 161 $custom_title = get_field('odsmm-title', ods_options_id('maintenance_mode')); 160 162 $default_content = __('<h1>System Under Maintenance</h1><p>Our System is currently undergoing scheduled maintenance. Please check back soon.</p>', 'oneds-start'); 161 163 $custom_content = get_field('odsmm-content', ods_options_id('maintenance_mode')); … … 164 166 $custom_css = get_field('odsmm-custom-css', ods_options_id('maintenance_mode')); 165 167 $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 169 177 if (!empty($custom_content)) { 170 178 … … 178 186 <?php 179 187 188 // add custom css and js 180 189 if ($custom_css) { 181 190 echo '<style>' . $custom_css . '</style>'; … … 189 198 } 190 199 200 // set background 191 201 if ($background_color) { 192 202 ?> … … 200 210 } 201 211 212 // set full screen 202 213 if ($full_screen) { 203 214 ?> … … 227 238 $content = apply_filters('the_content', $content); 228 239 229 wp_die($content, $ custom_title);240 wp_die($content, $title); 230 241 } 231 242 } 232 243 233 244 add_action('template_redirect', 'ods_mm_function'); 234 235 // END PART 245 add_action('current_screen', 'ods_mm_function'); 246 247 // END PART -
oneds-start/trunk/languages/oneds-start-ar.po
r3018761 r3087309 3 3 msgid "" 4 4 msgstr "" 5 "PO-Revision-Date: 202 3-11-20 17:43+0000\n"5 "PO-Revision-Date: 2024-05-15 17:50+0000\n" 6 6 "MIME-Version: 1.0\n" 7 7 "Content-Type: text/plain; charset=UTF-8\n" … … 12 12 "Language: ar\n" 13 13 "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 17 21 msgid "&" 18 22 msgstr "و" 19 23 20 #: includes/oneds-maintenance-mode/maintenance-mode-page.php:160 21 #, fuzzy 24 #: includes/oneds-maintenance-mode/maintenance-mode-page.php:162 22 25 #| msgid "" 23 26 #| "<h1>Website Under Maintenance</h1><p>Our Website is currently undergoing " … … 27 30 "scheduled maintenance. Please check back soon.</p>" 28 31 msgstr "" 29 "<h1>ال موقع تحت الصيانة</h1><p>موقعنا حاليا يخضع لصيانة مجدولة. الرجاء التحقق "32 "<h1>النظام تحت الصيانة</h1><p>نظامنا حاليا يخضع لصيانة مجدولة. الرجاء التحقق " 30 33 "مرة أخرى قريباً.</p>" 31 34 … … 34 37 msgstr "الملحقات" 35 38 36 #: includes/oneds-admin/admin-dashboard-widgets.php: 17939 #: includes/oneds-admin/admin-dashboard-widgets.php:298 37 40 msgid "All info" 38 41 msgstr "كل المعلومات" … … 42 45 msgstr "مفاتيح API" 43 46 44 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:1 1447 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:133 45 48 msgid "Background Color" 46 msgstr " "47 48 #: includes/oneds-admin/admin-dashboard-widgets.php: 17749 msgstr "لون الخلفية" 50 51 #: includes/oneds-admin/admin-dashboard-widgets.php:296 49 52 msgid "Browser" 50 53 msgstr "المتصفح" … … 54 57 msgstr "تخطيط كلاسيكي" 55 58 56 #: includes/oneds- maintenance-mode/maintenance-mode-fields.php:9057 msgid "Cont ent"58 msgstr " المحتوى"59 #: includes/oneds-admin/admin-theme.php:84 60 msgid "Control Panel" 61 msgstr "لوحة التحكم" 59 62 60 63 #: includes/oneds-admin/admin-language-switcher.php:180 … … 62 65 msgstr "لغة لوحة التحكم الحالية" 63 66 64 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:153 67 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:109 68 msgid "Custom Content" 69 msgstr "المحتوى المخصص" 70 71 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:172 65 72 msgid "Custom CSS" 66 msgstr " "67 68 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:1 7573 msgstr "CSS المخصص" 74 75 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:194 69 76 msgid "Custom JS" 70 msgstr "" 77 msgstr "JS المخصص" 78 79 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:90 80 msgid "Custom Title" 81 msgstr "العنوان المخصص" 71 82 72 83 #: includes/oneds-options/includes/options-pages/dashboard.php:10 73 84 msgid "Dashboard" 74 msgstr " "85 msgstr "لوحة القيادة" 75 86 76 87 #: includes/oneds-options/includes/options-fields/dashboard.php:69 … … 108 119 #: includes/oneds-options/includes/options-fields/dashboard.php:166 109 120 msgid "Enable ACF Menu" 110 msgstr " "111 112 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:1 35121 msgstr "تفعيل قائمة ACF" 122 123 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:154 113 124 msgid "Enable full screen mode." 114 msgstr " "125 msgstr "تفعيل وضع الشاشة الكاملة." 115 126 116 127 #: includes/oneds-options/includes/options-fields/dashboard.php:205 117 128 msgid "Enable No Theme Module" 118 msgstr " "129 msgstr "تفعيل موديول بدون قالب" 119 130 120 131 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:72 121 132 msgid "Enable the maintenance mode." 122 msgstr " "133 msgstr "تفعيل وضع الصيانة." 123 134 124 135 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:69 … … 127 138 msgstr "مُفعّل" 128 139 129 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:1 56140 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:175 130 141 msgid "Enter the custom CSS." 131 msgstr " "132 133 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:1 78142 msgstr "أدخل الCSS المخصص." 143 144 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:197 134 145 msgid "Enter the custom JS." 135 msgstr " "136 137 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:1 32146 msgstr "أدخل JS المخصص." 147 148 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:151 138 149 msgid "Full Screen" 139 msgstr " "150 msgstr "الشاشة الكاملة" 140 151 141 152 #: includes/oneds-admin/admin-welcome.php:60 … … 155 166 msgstr "مفتاح API خرائط غوغل" 156 167 168 #: includes/oneds-admin/admin-dashboard-widgets.php:531 169 msgid "Guest" 170 msgstr "زائر" 171 172 #: includes/oneds-admin/admin-dashboard-widgets.php:490 173 msgid "Guest Users Online" 174 msgstr "المستخدمين الزائرين الحالين" 175 157 176 #: includes/oneds-options/includes/options-fields/dashboard.php:185 158 177 msgid "Hello" 159 178 msgstr "مرحبا" 160 179 161 #: includes/oneds-reports/reports.php: 23180 #: includes/oneds-reports/reports.php:34 162 181 msgid "Home" 163 msgstr " "182 msgstr "الصفحة الرئيسية" 164 183 165 184 #. Description of the plugin … … 172 191 173 192 #: includes/oneds-maintenance-mode/maintenance-mode-page.php:10 174 #: includes/oneds-maintenance-mode/maintenance-mode-page.php: 228193 #: includes/oneds-maintenance-mode/maintenance-mode-page.php:160 175 194 msgid "Maintenance Mode" 176 195 msgstr "وضع الصيانة" … … 184 203 #: includes/oneds-maintenance-mode/maintenance-mode-page.php:28 185 204 msgid "Maintenance Mode Settings Page" 186 msgstr " "205 msgstr "صفحة إعدادات وضع الصيانة" 187 206 188 207 #: includes/oneds-maintenance-mode/maintenance-mode-page.php:52 … … 191 210 msgstr "وضع الصيانة:" 192 211 193 #: includes/oneds-admin/admin-dashboard-widgets.php: 269212 #: includes/oneds-admin/admin-dashboard-widgets.php:370 194 213 msgid "MySQL Version" 195 214 msgstr "إصدار MySQL" 196 215 216 #: includes/oneds-admin/admin-dashboard-widgets.php:497 217 msgid "No guest users currently online." 218 msgstr "" 219 220 #: includes/oneds-admin/admin-dashboard-widgets.php:482 221 msgid "No registered users currently online." 222 msgstr "" 223 224 #: includes/oneds-admin/admin-dashboard-widgets.php:388 225 #: includes/oneds-admin/admin-dashboard-widgets.php:465 226 msgid "Number of users currently online" 227 msgstr "" 228 197 229 #. 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 201 232 msgid "OneDS" 202 233 msgstr "ون دي أس" … … 218 249 msgstr "ثيم ون دي أس" 219 250 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 252 msgid "Online Users" 253 msgstr "" 254 255 #: includes/oneds-admin/admin-dashboard-widgets.php:294 256 #: includes/oneds-admin/admin-dashboard-widgets.php:339 222 257 msgid "Operating System" 223 258 msgstr "نظام التشغيل" … … 233 268 msgstr "صفحات الخيارات" 234 269 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 237 271 msgid "Options Updated" 238 272 msgstr "الخيارات تم تحديثها" … … 242 276 msgstr "" 243 277 244 #: includes/oneds-admin/admin-dashboard-widgets.php: 261278 #: includes/oneds-admin/admin-dashboard-widgets.php:366 245 279 msgid "PHP max_execution_time" 246 280 msgstr "" 247 281 248 #: includes/oneds-admin/admin-dashboard-widgets.php: 257282 #: includes/oneds-admin/admin-dashboard-widgets.php:362 249 283 msgid "PHP max_input_vars" 250 284 msgstr "" 251 285 252 #: includes/oneds-admin/admin-dashboard-widgets.php: 245286 #: includes/oneds-admin/admin-dashboard-widgets.php:350 253 287 msgid "PHP Memory Limit" 254 288 msgstr "حد ذاكرة PHP" 255 289 256 #: includes/oneds-admin/admin-dashboard-widgets.php: 249290 #: includes/oneds-admin/admin-dashboard-widgets.php:354 257 291 msgid "PHP post_max_size" 258 292 msgstr "" 259 293 260 #: includes/oneds-admin/admin-dashboard-widgets.php: 253294 #: includes/oneds-admin/admin-dashboard-widgets.php:358 261 295 msgid "PHP upload_max_filesize" 262 296 msgstr "" 263 297 264 #: includes/oneds-admin/admin-dashboard-widgets.php: 241298 #: includes/oneds-admin/admin-dashboard-widgets.php:346 265 299 msgid "PHP Version" 266 300 msgstr "إصدار PHP" … … 276 310 msgstr "" 277 311 278 #: includes/oneds-admin/admin-theme.php:4 10312 #: includes/oneds-admin/admin-theme.php:463 279 313 msgid "Powered By" 280 314 msgstr "يعمل بواسطة" … … 284 318 msgstr "ضع كل عبارة في سطر منفصل" 285 319 286 #: includes/oneds-options/includes/options-functions.php:75 320 #: includes/oneds-admin/admin-dashboard-widgets.php:472 321 msgid "Registered Users Online" 322 msgstr "" 323 324 #: includes/oneds-options/includes/options-functions.php:74 287 325 msgid "Report ready" 288 msgstr " "289 290 #: includes/oneds-reports/reports.php: 11 includes/oneds-reports/reports.php:12326 msgstr "التقرير جاهز" 327 328 #: includes/oneds-reports/reports.php:22 includes/oneds-reports/reports.php:23 291 329 #: includes/oneds-options/includes/options-functions.php:37 292 330 msgid "Reports" 293 331 msgstr "التقارير" 294 332 295 #: includes/oneds-reports/reports.php: 44333 #: includes/oneds-reports/reports.php:55 296 334 msgid "Reports Page" 297 msgstr " "298 299 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:1 17335 msgstr "صفحة التقارير" 336 337 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:136 300 338 msgid "Select the background color." 301 msgstr " "302 303 #: includes/oneds-admin/admin-dashboard-widgets.php: 40339 msgstr "حدد لون الخلفية." 340 341 #: includes/oneds-admin/admin-dashboard-widgets.php:156 304 342 msgid "Server Information" 305 343 msgstr "معلومات المخدم" … … 307 345 #: includes/oneds-admin/admin-language-switcher.php:215 308 346 msgid "Something went wrong, try again." 309 msgstr " "347 msgstr "حدث خطأ ما حاول مرة أخرى." 310 348 311 349 #: includes/oneds-options/oneds-options.php:9 … … 313 351 msgstr "" 314 352 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 354 msgid "There are no users currently online." 355 msgstr "" 356 357 #: includes/oneds-admin/admin-dashboard-widgets.php:241 327 358 msgid "User Display Name" 328 359 msgstr "اسم عرض المستخدم" 329 360 330 #: includes/oneds-admin/admin-dashboard-widgets.php: 115361 #: includes/oneds-admin/admin-dashboard-widgets.php:239 331 362 msgid "User Email" 332 363 msgstr "البريد الإلكتروني للمستخدم" 333 364 334 #: includes/oneds-admin/admin-dashboard-widgets.php: 111365 #: includes/oneds-admin/admin-dashboard-widgets.php:235 335 366 msgid "User ID" 336 367 msgstr "المعرف للمستخدم" 337 368 338 #: includes/oneds-admin/admin-dashboard-widgets.php: 119369 #: includes/oneds-admin/admin-dashboard-widgets.php:243 339 370 msgid "User Role" 340 371 msgstr "دور المستخدم (صلاحيات)" 341 372 342 #: includes/oneds-admin/admin-dashboard-widgets.php: 113373 #: includes/oneds-admin/admin-dashboard-widgets.php:237 343 374 msgid "Username" 344 375 msgstr "اسم المستخدم" 345 376 346 #: includes/oneds-admin/admin-dashboard-widgets.php: 238377 #: includes/oneds-admin/admin-dashboard-widgets.php:343 347 378 msgid "Web Server Version" 348 379 msgstr "إصدار مخدم الويب" … … 357 388 msgstr "تخطيط عريض" 358 389 359 #: includes/oneds-options/includes/options-fields/theme.php:35360 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 366 390 #: includes/oneds-admin/admin-language-switcher.php:222 367 391 msgid "You don't have permissions to change language." 368 msgstr " "392 msgstr "ليس لديك أذونات لتغيير اللغة." 369 393 370 394 #. $widget_id = Widget slug. 371 #: includes/oneds-admin/admin-dashboard-widgets.php:1 7395 #: includes/oneds-admin/admin-dashboard-widgets.php:131 372 396 msgid "Your Profile Information" 373 397 msgstr "معلومات ملفك الشخصي" 374 398 375 #: includes/oneds-admin/admin-dashboard-widgets.php: 27399 #: includes/oneds-admin/admin-dashboard-widgets.php:142 376 400 msgid "Your System Information" 377 401 msgstr "معلومات نظامك" -
oneds-start/trunk/languages/oneds-start.pot
r3021274 r3087309 4 4 "Project-Id-Version: OneDS Start\n" 5 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 2024-0 1-08 15:27+0000\n"6 "POT-Creation-Date: 2024-05-15 17:31+0000\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 17 17 "X-Domain: oneds-start" 18 18 19 #: includes/oneds-admin/admin-theme.php:4 6419 #: includes/oneds-admin/admin-theme.php:470 20 20 msgid "&" 21 21 msgstr "" 22 22 23 #: includes/oneds-maintenance-mode/maintenance-mode-page.php:16 023 #: includes/oneds-maintenance-mode/maintenance-mode-page.php:162 24 24 msgid "" 25 25 "<h1>System Under Maintenance</h1><p>Our System is currently undergoing " … … 31 31 msgstr "" 32 32 33 #: includes/oneds-admin/admin-dashboard-widgets.php:2 3633 #: includes/oneds-admin/admin-dashboard-widgets.php:298 34 34 msgid "All info" 35 35 msgstr "" … … 39 39 msgstr "" 40 40 41 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:1 1441 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:133 42 42 msgid "Background Color" 43 43 msgstr "" 44 44 45 #: includes/oneds-admin/admin-dashboard-widgets.php:2 3445 #: includes/oneds-admin/admin-dashboard-widgets.php:296 46 46 msgid "Browser" 47 47 msgstr "" … … 51 51 msgstr "" 52 52 53 #: includes/oneds- maintenance-mode/maintenance-mode-fields.php:9054 msgid "Cont ent"53 #: includes/oneds-admin/admin-theme.php:84 54 msgid "Control Panel" 55 55 msgstr "" 56 56 … … 59 59 msgstr "" 60 60 61 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:153 61 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:109 62 msgid "Custom Content" 63 msgstr "" 64 65 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:172 62 66 msgid "Custom CSS" 63 67 msgstr "" 64 68 65 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:1 7569 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:194 66 70 msgid "Custom JS" 71 msgstr "" 72 73 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:90 74 msgid "Custom Title" 67 75 msgstr "" 68 76 … … 107 115 msgstr "" 108 116 109 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:1 35117 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:154 110 118 msgid "Enable full screen mode." 111 119 msgstr "" … … 124 132 msgstr "" 125 133 126 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:1 56134 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:175 127 135 msgid "Enter the custom CSS." 128 136 msgstr "" 129 137 130 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:1 78138 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:197 131 139 msgid "Enter the custom JS." 132 140 msgstr "" 133 141 134 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:1 32142 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:151 135 143 msgid "Full Screen" 136 144 msgstr "" … … 152 160 msgstr "" 153 161 162 #: includes/oneds-admin/admin-dashboard-widgets.php:531 163 msgid "Guest" 164 msgstr "" 165 166 #: includes/oneds-admin/admin-dashboard-widgets.php:490 167 msgid "Guest Users Online" 168 msgstr "" 169 154 170 #: includes/oneds-options/includes/options-fields/dashboard.php:185 155 171 msgid "Hello" 156 172 msgstr "" 157 173 158 #: includes/oneds-reports/reports.php: 23174 #: includes/oneds-reports/reports.php:34 159 175 msgid "Home" 160 176 msgstr "" … … 169 185 170 186 #: includes/oneds-maintenance-mode/maintenance-mode-page.php:10 171 #: includes/oneds-maintenance-mode/maintenance-mode-page.php: 228187 #: includes/oneds-maintenance-mode/maintenance-mode-page.php:160 172 188 msgid "Maintenance Mode" 173 189 msgstr "" … … 188 204 msgstr "" 189 205 190 #: includes/oneds-admin/admin-dashboard-widgets.php:3 26206 #: includes/oneds-admin/admin-dashboard-widgets.php:370 191 207 msgid "MySQL Version" 208 msgstr "" 209 210 #: includes/oneds-admin/admin-dashboard-widgets.php:497 211 msgid "No guest users currently online." 212 msgstr "" 213 214 #: includes/oneds-admin/admin-dashboard-widgets.php:482 215 msgid "No registered users currently online." 216 msgstr "" 217 218 #: includes/oneds-admin/admin-dashboard-widgets.php:388 219 #: includes/oneds-admin/admin-dashboard-widgets.php:465 220 msgid "Number of users currently online" 192 221 msgstr "" 193 222 194 223 #. Author of the plugin 195 224 #: 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 198 226 msgid "OneDS" 199 227 msgstr "" … … 215 243 msgstr "" 216 244 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 246 msgid "Online Users" 247 msgstr "" 248 249 #: includes/oneds-admin/admin-dashboard-widgets.php:294 250 #: includes/oneds-admin/admin-dashboard-widgets.php:339 219 251 msgid "Operating System" 220 252 msgstr "" … … 238 270 msgstr "" 239 271 240 #: includes/oneds-admin/admin-dashboard-widgets.php:3 18272 #: includes/oneds-admin/admin-dashboard-widgets.php:366 241 273 msgid "PHP max_execution_time" 242 274 msgstr "" 243 275 244 #: includes/oneds-admin/admin-dashboard-widgets.php:3 14276 #: includes/oneds-admin/admin-dashboard-widgets.php:362 245 277 msgid "PHP max_input_vars" 246 278 msgstr "" 247 279 248 #: includes/oneds-admin/admin-dashboard-widgets.php:3 02280 #: includes/oneds-admin/admin-dashboard-widgets.php:350 249 281 msgid "PHP Memory Limit" 250 282 msgstr "" 251 283 252 #: includes/oneds-admin/admin-dashboard-widgets.php:3 06284 #: includes/oneds-admin/admin-dashboard-widgets.php:354 253 285 msgid "PHP post_max_size" 254 286 msgstr "" 255 287 256 #: includes/oneds-admin/admin-dashboard-widgets.php:3 10288 #: includes/oneds-admin/admin-dashboard-widgets.php:358 257 289 msgid "PHP upload_max_filesize" 258 290 msgstr "" 259 291 260 #: includes/oneds-admin/admin-dashboard-widgets.php: 298292 #: includes/oneds-admin/admin-dashboard-widgets.php:346 261 293 msgid "PHP Version" 262 294 msgstr "" … … 272 304 msgstr "" 273 305 274 #: includes/oneds-admin/admin-theme.php:4 57306 #: includes/oneds-admin/admin-theme.php:463 275 307 msgid "Powered By" 276 308 msgstr "" … … 280 312 msgstr "" 281 313 314 #: includes/oneds-admin/admin-dashboard-widgets.php:472 315 msgid "Registered Users Online" 316 msgstr "" 317 282 318 #: includes/oneds-options/includes/options-functions.php:74 283 319 msgid "Report ready" 284 320 msgstr "" 285 321 286 #: includes/oneds-reports/reports.php: 11 includes/oneds-reports/reports.php:12322 #: includes/oneds-reports/reports.php:22 includes/oneds-reports/reports.php:23 287 323 #: includes/oneds-options/includes/options-functions.php:37 288 324 msgid "Reports" 289 325 msgstr "" 290 326 291 #: includes/oneds-reports/reports.php: 44327 #: includes/oneds-reports/reports.php:55 292 328 msgid "Reports Page" 293 329 msgstr "" 294 330 295 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:1 17331 #: includes/oneds-maintenance-mode/maintenance-mode-fields.php:136 296 332 msgid "Select the background color." 297 333 msgstr "" 298 334 299 #: includes/oneds-admin/admin-dashboard-widgets.php: 97335 #: includes/oneds-admin/admin-dashboard-widgets.php:156 300 336 msgid "Server Information" 301 337 msgstr "" … … 309 345 msgstr "" 310 346 311 #: includes/oneds-admin/admin-dashboard-widgets.php:174 347 #: includes/oneds-admin/admin-dashboard-widgets.php:406 348 msgid "There are no users currently online." 349 msgstr "" 350 351 #: includes/oneds-admin/admin-dashboard-widgets.php:241 312 352 msgid "User Display Name" 313 353 msgstr "" 314 354 315 #: includes/oneds-admin/admin-dashboard-widgets.php: 172355 #: includes/oneds-admin/admin-dashboard-widgets.php:239 316 356 msgid "User Email" 317 357 msgstr "" 318 358 319 #: includes/oneds-admin/admin-dashboard-widgets.php: 168359 #: includes/oneds-admin/admin-dashboard-widgets.php:235 320 360 msgid "User ID" 321 361 msgstr "" 322 362 323 #: includes/oneds-admin/admin-dashboard-widgets.php: 176363 #: includes/oneds-admin/admin-dashboard-widgets.php:243 324 364 msgid "User Role" 325 365 msgstr "" 326 366 327 #: includes/oneds-admin/admin-dashboard-widgets.php: 170367 #: includes/oneds-admin/admin-dashboard-widgets.php:237 328 368 msgid "Username" 329 369 msgstr "" 330 370 331 #: includes/oneds-admin/admin-dashboard-widgets.php: 295371 #: includes/oneds-admin/admin-dashboard-widgets.php:343 332 372 msgid "Web Server Version" 333 373 msgstr "" … … 347 387 348 388 #. $widget_id = Widget slug. 349 #: includes/oneds-admin/admin-dashboard-widgets.php: 74389 #: includes/oneds-admin/admin-dashboard-widgets.php:131 350 390 msgid "Your Profile Information" 351 391 msgstr "" 352 392 353 #: includes/oneds-admin/admin-dashboard-widgets.php: 84393 #: includes/oneds-admin/admin-dashboard-widgets.php:142 354 394 msgid "Your System Information" 355 395 msgstr "" -
oneds-start/trunk/oneds-start.php
r3070753 r3087309 3 3 Plugin Name: OneDS Start 4 4 Description: Just Start Package 5 Version: 1. 15 Version: 1.2 6 6 Author: OneDS 7 7 Text Domain: oneds-start -
oneds-start/trunk/readme.txt
r3070753 r3087309 1 1 === OneDS Start Package === 2 2 Contributors: king-a-s 3 Tags: OneDS, Admin Dashboard, Admin Theme, Admin Color Scheme, Dark Mode, Admin Widgets, Maintenance Mode, Hello, ACF, Options Pages4 Tested up to: 6.5. 25 Version: 1. 1.03 Tags: OneDS, Admin Theme, Admin Widgets, Maintenance Mode, Disable front-end theme 4 Tested up to: 6.5.3 5 Version: 1.2.0 6 6 7 7 … … 9 9 10 10 == Description == 11 - Admin Dashboard Theme layouts.12 - Admin Color Scheme (Dark ).11 - Admin Dashboard Theme Layouts. 12 - Admin Color Scheme (Dark Mode). 13 13 - Admin Widgets (Your System Information - Your Profile Information - Server Information). 14 14 - Maintenance Mode. 15 15 - Admin Language Switcher. 16 - Hello Lyrics add-on.16 - Hello+ Lyrics Add-On. 17 17 - Advanced Custom Fields (Just Included, Thanks for ACF). 18 18 - Dashboard Options Page. 19 - Disable front-end theme. 19 20 20 21 == Screenshots == … … 23 24 3. Maintenance Mode Active 24 25 4. Admin Language Switcher 25 5. OneDS Dashb ard Theme26 5. OneDS Dashboard Theme 26 27 6. Dashboard Options 27 28 … … 35 36 36 37 = Start Package? = 37 Yes it is just start package. other Pluginscoming soon.38 Yes, it is just a start package. More plugins are coming soon. 38 39 39 40 == Changelog == … … 58 59 59 60 = 1.0.1 = 60 * Overall code enhancements for improvedperformance.61 * Overall code enhancements to improve performance. 61 62 * Upgraded the Included ACF version to 6.2.5. 62 63 63 64 = 1.1 = 64 * Overall code enhancements for improvedperformance.65 * Overall code enhancements to improve performance. 65 66 * 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.