Version Description
Added 3.5 compatibility and refreshed UI colors.
Download this release
Release Info
Developer | StarfieldTech |
Plugin | P3 (Plugin Performance Profiler) |
Version | 1.4 |
Comparing to | |
See all releases |
Code changes from version 1.3.1 to 1.4
- classes/class.p3-profiler-plugin-admin.php +7 -2
- classes/class.p3-profiler-plugin.php +0 -7
- css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- css/custom-theme/images/ui-bg_flat_100_ffffff_40x100.png +0 -0
- css/custom-theme/images/ui-bg_highlight-hard_100_206d92_1x100.png +0 -0
- css/custom-theme/images/ui-bg_highlight-hard_100_f1f1f1_1x100.png +0 -0
- css/custom-theme/images/ui-bg_highlight-hard_100_f8f8f8_1x100.png +0 -0
- css/custom-theme/images/ui-bg_highlight-hard_100_fbfbfb_1x100.png +0 -0
- css/custom-theme/images/ui-bg_highlight-soft_50_206d92_1x100.png +0 -0
- css/custom-theme/images/ui-bg_inset-soft_95_fef1ec_1x100.png +0 -0
- css/custom-theme/images/ui-icons_cd0a0a_256x240.png +0 -0
- css/custom-theme/images/ui-icons_ffffff_256x240.png +0 -0
- css/images/ui-icons_21759b_256x240.png +0 -0
- css/{custom-theme/images/ui-icons_000000_256x240.png → images/ui-icons_333333_256x240.png} +0 -0
- css/{custom-theme/images/ui-icons_222222_256x240.png → images/ui-icons_999999_256x240.png} +0 -0
- css/{custom-theme/images/ui-icons_464646_256x240.png → images/ui-icons_cc0000_256x240.png} +0 -0
- css/jquery-ui-classic.css +575 -0
- css/jquery-ui-demo.css +5 -0
- css/{custom-theme/jquery-ui-1.8.16.custom.css → jquery-ui-fresh.css} +41 -34
- css/p3.css +12 -9
- languages/p3-profiler-tr_TR.mo +0 -0
- languages/p3-profiler-tr_TR.po +1398 -0
- p3-profiler.php +4 -4
- p3-profiler.pot +50 -50
- readme.txt +28 -2
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
- screenshot-5.png +0 -0
- screenshot-6.png +0 -0
- screenshot-7.png +0 -0
- screenshot-8.png +0 -0
- screenshot-9.png +0 -0
- templates/callouts.php +5 -5
- templates/template.php +1 -1
- templates/view-scan.php +9 -5
classes/class.p3-profiler-plugin-admin.php
CHANGED
@@ -85,7 +85,12 @@ class P3_Profiler_Plugin_Admin {
|
|
85 |
* Load styles
|
86 |
*/
|
87 |
public static function load_styles() {
|
88 |
-
wp_enqueue_style( '
|
|
|
|
|
|
|
|
|
|
|
89 |
wp_enqueue_style( 'p3_qtip_css', plugins_url() . '/p3-profiler/css/jquery.qtip.min.css' );
|
90 |
wp_enqueue_style( 'p3_css', plugins_url() . '/p3-profiler/css/p3.css' );
|
91 |
}
|
@@ -229,7 +234,7 @@ class P3_Profiler_Plugin_Admin {
|
|
229 |
}
|
230 |
|
231 |
// Done
|
232 |
-
return $pages;
|
233 |
}
|
234 |
|
235 |
/**************************************************************/
|
85 |
* Load styles
|
86 |
*/
|
87 |
public static function load_styles() {
|
88 |
+
wp_enqueue_style ( 'jquery-ui-demo', plugins_url() . '/p3-profiler/css/jquery-ui.css' );
|
89 |
+
if ( 'classic' == get_user_option( 'admin_color' ) ) {
|
90 |
+
wp_enqueue_style ( 'jquery-ui-css', plugins_url() . '/p3-profiler/css/jquery-ui-classic.css' );
|
91 |
+
} else {
|
92 |
+
wp_enqueue_style ( 'jquery-ui-css', plugins_url() . '/p3-profiler/css/jquery-ui-fresh.css' );
|
93 |
+
}
|
94 |
wp_enqueue_style( 'p3_qtip_css', plugins_url() . '/p3-profiler/css/jquery.qtip.min.css' );
|
95 |
wp_enqueue_style( 'p3_css', plugins_url() . '/p3-profiler/css/p3.css' );
|
96 |
}
|
234 |
}
|
235 |
|
236 |
// Done
|
237 |
+
return apply_filters( 'p3_automatic_scan_urls', $pages );
|
238 |
}
|
239 |
|
240 |
/**************************************************************/
|
classes/class.p3-profiler-plugin.php
CHANGED
@@ -36,13 +36,6 @@ class P3_Profiler_Plugin {
|
|
36 |
return $links;
|
37 |
}
|
38 |
|
39 |
-
/**
|
40 |
-
* Load the language file
|
41 |
-
*/
|
42 |
-
public static function load_language() {
|
43 |
-
load_plugin_textdomain( 'p3-profiler', false, plugin_basename( P3_PATH ) . '/languages/' );
|
44 |
-
}
|
45 |
-
|
46 |
/**
|
47 |
* Activation hook
|
48 |
* Install the profiler loader as a mu-plugin
|
36 |
return $links;
|
37 |
}
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
/**
|
40 |
* Activation hook
|
41 |
* Install the profiler loader as a mu-plugin
|
css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png
DELETED
Binary file
|
css/custom-theme/images/ui-bg_flat_100_ffffff_40x100.png
DELETED
Binary file
|
css/custom-theme/images/ui-bg_highlight-hard_100_206d92_1x100.png
DELETED
Binary file
|
css/custom-theme/images/ui-bg_highlight-hard_100_f1f1f1_1x100.png
DELETED
Binary file
|
css/custom-theme/images/ui-bg_highlight-hard_100_f8f8f8_1x100.png
DELETED
Binary file
|
css/custom-theme/images/ui-bg_highlight-hard_100_fbfbfb_1x100.png
DELETED
Binary file
|
css/custom-theme/images/ui-bg_highlight-soft_50_206d92_1x100.png
DELETED
Binary file
|
css/custom-theme/images/ui-bg_inset-soft_95_fef1ec_1x100.png
DELETED
Binary file
|
css/custom-theme/images/ui-icons_cd0a0a_256x240.png
DELETED
Binary file
|
css/custom-theme/images/ui-icons_ffffff_256x240.png
DELETED
Binary file
|
css/images/ui-icons_21759b_256x240.png
ADDED
Binary file
|
css/{custom-theme/images/ui-icons_000000_256x240.png → images/ui-icons_333333_256x240.png}
RENAMED
Binary file
|
css/{custom-theme/images/ui-icons_222222_256x240.png → images/ui-icons_999999_256x240.png}
RENAMED
Binary file
|
css/{custom-theme/images/ui-icons_464646_256x240.png → images/ui-icons_cc0000_256x240.png}
RENAMED
Binary file
|
css/jquery-ui-classic.css
ADDED
@@ -0,0 +1,575 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* jQuery UI CSS Framework 1.8.16
|
3 |
+
*
|
4 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
5 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
6 |
+
* http://jquery.org/license
|
7 |
+
*
|
8 |
+
* http://docs.jquery.com/UI/Theming/API
|
9 |
+
*/
|
10 |
+
|
11 |
+
/* Layout helpers
|
12 |
+
----------------------------------*/
|
13 |
+
.ui-helper-hidden { display: none; }
|
14 |
+
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
|
15 |
+
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
16 |
+
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
17 |
+
.ui-helper-clearfix { display: inline-block; }
|
18 |
+
/* required comment for clearfix to work in Opera \*/
|
19 |
+
* html .ui-helper-clearfix { height:1%; }
|
20 |
+
.ui-helper-clearfix { display:block; }
|
21 |
+
/* end clearfix */
|
22 |
+
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
23 |
+
|
24 |
+
|
25 |
+
/* Interaction Cues
|
26 |
+
----------------------------------*/
|
27 |
+
.ui-state-disabled { cursor: default !important; }
|
28 |
+
|
29 |
+
|
30 |
+
/* Icons
|
31 |
+
----------------------------------*/
|
32 |
+
|
33 |
+
/* states and images */
|
34 |
+
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
35 |
+
|
36 |
+
|
37 |
+
/* Misc visuals
|
38 |
+
----------------------------------*/
|
39 |
+
|
40 |
+
/* Overlays */
|
41 |
+
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
42 |
+
|
43 |
+
|
44 |
+
/*
|
45 |
+
* jQuery UI CSS Framework 1.8.16
|
46 |
+
*
|
47 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
48 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
49 |
+
* http://jquery.org/license
|
50 |
+
*
|
51 |
+
* http://docs.jquery.com/UI/Theming/API
|
52 |
+
*
|
53 |
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=sans-serif&fwDefault=normal&fsDefault=12px&cornerRadius=3px&bgColorHeader=eff8ff&bgTextureHeader=04_highlight_hard.png&bgImgOpacityHeader=75&borderColorHeader=d1e5ee&fcHeader=333333&iconColorHeader=21759b&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=d1e5ee&fcContent=333333&iconColorContent=333333&bgColorDefault=eff8ff&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=75&borderColorDefault=d1e5ee&fcDefault=333333&iconColorDefault=333333&bgColorHover=f7fcfe&bgTextureHover=06_inset_hard.png&bgImgOpacityHover=75&borderColorHover=b8d7e5&fcHover=000000&iconColorHover=333333&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=d1e5ee&fcActive=333333&iconColorActive=333333&bgColorHighlight=ffffe0&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=e6db55&fcHighlight=333333&iconColorHighlight=21759b&bgColorError=ffebe8&bgTextureError=01_flat.png&bgImgOpacityError=95&borderColorError=cc0000&fcError=cc0000&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=3px
|
54 |
+
*/
|
55 |
+
|
56 |
+
|
57 |
+
/* Component containers
|
58 |
+
----------------------------------*/
|
59 |
+
.ui-widget { font-family: sans-serif; font-size: 12px; }
|
60 |
+
.ui-widget .ui-widget { font-size: 1em; }
|
61 |
+
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: sans-serif; font-size: 1em; }
|
62 |
+
.ui-widget-content { border: 1px solid #d1e5ee; background: #ffffff; color: #333333; }
|
63 |
+
.ui-widget-header { border: 1px solid #d1e5ee; background-color: #f5fafd; background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fcfe), to(#eff8ff)); background-image: -webkit-linear-gradient(top, #f7fcfe, #eff8ff); background-image: linear-gradient(top, #f7fcfe, #eff8ff); color: #333333; font-weight: bold; }
|
64 |
+
.ui-widget-header a { color: #333333; }
|
65 |
+
|
66 |
+
/* Interaction states
|
67 |
+
----------------------------------*/
|
68 |
+
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d1e5ee; background-color: #f5fafd; background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fcfe), to(#eff8ff)); background-image: -webkit-linear-gradient(top, #f7fcfe, #eff8ff); background-image: linear-gradient(top, #f7fcfe, #eff8ff); font-weight: normal; color: #333333; }
|
69 |
+
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #333333; text-decoration: none; }
|
70 |
+
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #b8d7e5; background-color: #f7fcfe; background-image: -ms-linear-gradient(top, #eff8ff, #f7fcfe); background-image: -moz-linear-gradient(top, #eff8ff, #f7fcfe); background-image: -o-linear-gradient(top, #eff8ff, #f7fcfe); background-image: -webkit-gradient(linear, left top, left bottom, from(#eff8ff), to(#f7fcfe)); background-image: -webkit-linear-gradient(top, #eff8ff, #f7fcfe); background-image: linear-gradient(top, #eff8ff, #f7fcfe);; font-weight: normal; color: #000000; }
|
71 |
+
.ui-state-hover a, .ui-state-hover a:hover { color: #000000; text-decoration: none; }
|
72 |
+
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #d1e5ee; background: #ffffff; font-weight: normal; color: #333333; }
|
73 |
+
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #333333; text-decoration: none; }
|
74 |
+
.ui-widget :active { outline: none; }
|
75 |
+
|
76 |
+
/* Interaction Cues
|
77 |
+
----------------------------------*/
|
78 |
+
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #e6db55; background: #ffffe0; color: #333333; }
|
79 |
+
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #333333; }
|
80 |
+
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cc0000; background: #ffebe8; color: #cc0000; }
|
81 |
+
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cc0000; }
|
82 |
+
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cc0000; }
|
83 |
+
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
84 |
+
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
85 |
+
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
86 |
+
|
87 |
+
/* Icons
|
88 |
+
----------------------------------*/
|
89 |
+
|
90 |
+
/* states and images */
|
91 |
+
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_333333_256x240.png); }
|
92 |
+
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_333333_256x240.png); }
|
93 |
+
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_999999_256x240.png); }
|
94 |
+
.ui-state-default .ui-icon { background-image: url(images/ui-icons_333333_256x240.png); }
|
95 |
+
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_333333_256x240.png); }
|
96 |
+
.ui-state-active .ui-icon {background-image: url(images/ui-icons_333333_256x240.png); }
|
97 |
+
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_21759b_256x240.png); }
|
98 |
+
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
|
99 |
+
|
100 |
+
/* positioning */
|
101 |
+
.ui-icon-carat-1-n { background-position: 0 0; }
|
102 |
+
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
103 |
+
.ui-icon-carat-1-e { background-position: -32px 0; }
|
104 |
+
.ui-icon-carat-1-se { background-position: -48px 0; }
|
105 |
+
.ui-icon-carat-1-s { background-position: -64px 0; }
|
106 |
+
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
107 |
+
.ui-icon-carat-1-w { background-position: -96px 0; }
|
108 |
+
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
109 |
+
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
110 |
+
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
111 |
+
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
112 |
+
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
113 |
+
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
114 |
+
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
115 |
+
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
116 |
+
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
117 |
+
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
118 |
+
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
119 |
+
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
120 |
+
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
121 |
+
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
122 |
+
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
123 |
+
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
124 |
+
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
125 |
+
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
126 |
+
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
127 |
+
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
128 |
+
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
129 |
+
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
130 |
+
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
131 |
+
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
132 |
+
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
133 |
+
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
134 |
+
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
135 |
+
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
136 |
+
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
137 |
+
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
138 |
+
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
139 |
+
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
140 |
+
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
141 |
+
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
142 |
+
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
143 |
+
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
144 |
+
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
145 |
+
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
146 |
+
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
147 |
+
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
148 |
+
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
149 |
+
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
150 |
+
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
151 |
+
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
152 |
+
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
153 |
+
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
154 |
+
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
155 |
+
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
156 |
+
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
157 |
+
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
158 |
+
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
159 |
+
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
160 |
+
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
161 |
+
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
162 |
+
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
163 |
+
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
164 |
+
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
165 |
+
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
166 |
+
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
167 |
+
.ui-icon-extlink { background-position: -32px -80px; }
|
168 |
+
.ui-icon-newwin { background-position: -48px -80px; }
|
169 |
+
.ui-icon-refresh { background-position: -64px -80px; }
|
170 |
+
.ui-icon-shuffle { background-position: -80px -80px; }
|
171 |
+
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
172 |
+
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
173 |
+
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
174 |
+
.ui-icon-folder-open { background-position: -16px -96px; }
|
175 |
+
.ui-icon-document { background-position: -32px -96px; }
|
176 |
+
.ui-icon-document-b { background-position: -48px -96px; }
|
177 |
+
.ui-icon-note { background-position: -64px -96px; }
|
178 |
+
.ui-icon-mail-closed { background-position: -80px -96px; }
|
179 |
+
.ui-icon-mail-open { background-position: -96px -96px; }
|
180 |
+
.ui-icon-suitcase { background-position: -112px -96px; }
|
181 |
+
.ui-icon-comment { background-position: -128px -96px; }
|
182 |
+
.ui-icon-person { background-position: -144px -96px; }
|
183 |
+
.ui-icon-print { background-position: -160px -96px; }
|
184 |
+
.ui-icon-trash { background-position: -176px -96px; }
|
185 |
+
.ui-icon-locked { background-position: -192px -96px; }
|
186 |
+
.ui-icon-unlocked { background-position: -208px -96px; }
|
187 |
+
.ui-icon-bookmark { background-position: -224px -96px; }
|
188 |
+
.ui-icon-tag { background-position: -240px -96px; }
|
189 |
+
.ui-icon-home { background-position: 0 -112px; }
|
190 |
+
.ui-icon-flag { background-position: -16px -112px; }
|
191 |
+
.ui-icon-calendar { background-position: -32px -112px; }
|
192 |
+
.ui-icon-cart { background-position: -48px -112px; }
|
193 |
+
.ui-icon-pencil { background-position: -64px -112px; }
|
194 |
+
.ui-icon-clock { background-position: -80px -112px; }
|
195 |
+
.ui-icon-disk { background-position: -96px -112px; }
|
196 |
+
.ui-icon-calculator { background-position: -112px -112px; }
|
197 |
+
.ui-icon-zoomin { background-position: -128px -112px; }
|
198 |
+
.ui-icon-zoomout { background-position: -144px -112px; }
|
199 |
+
.ui-icon-search { background-position: -160px -112px; }
|
200 |
+
.ui-icon-wrench { background-position: -176px -112px; }
|
201 |
+
.ui-icon-gear { background-position: -192px -112px; }
|
202 |
+
.ui-icon-heart { background-position: -208px -112px; }
|
203 |
+
.ui-icon-star { background-position: -224px -112px; }
|
204 |
+
.ui-icon-link { background-position: -240px -112px; }
|
205 |
+
.ui-icon-cancel { background-position: 0 -128px; }
|
206 |
+
.ui-icon-plus { background-position: -16px -128px; }
|
207 |
+
.ui-icon-plusthick { background-position: -32px -128px; }
|
208 |
+
.ui-icon-minus { background-position: -48px -128px; }
|
209 |
+
.ui-icon-minusthick { background-position: -64px -128px; }
|
210 |
+
.ui-icon-close { background-position: -80px -128px; }
|
211 |
+
.ui-icon-closethick { background-position: -96px -128px; }
|
212 |
+
.ui-icon-key { background-position: -112px -128px; }
|
213 |
+
.ui-icon-lightbulb { background-position: -128px -128px; }
|
214 |
+
.ui-icon-scissors { background-position: -144px -128px; }
|
215 |
+
.ui-icon-clipboard { background-position: -160px -128px; }
|
216 |
+
.ui-icon-copy { background-position: -176px -128px; }
|
217 |
+
.ui-icon-contact { background-position: -192px -128px; }
|
218 |
+
.ui-icon-image { background-position: -208px -128px; }
|
219 |
+
.ui-icon-video { background-position: -224px -128px; }
|
220 |
+
.ui-icon-script { background-position: -240px -128px; }
|
221 |
+
.ui-icon-alert { background-position: 0 -144px; }
|
222 |
+
.ui-icon-info { background-position: -16px -144px; }
|
223 |
+
.ui-icon-notice { background-position: -32px -144px; }
|
224 |
+
.ui-icon-help { background-position: -48px -144px; }
|
225 |
+
.ui-icon-check { background-position: -64px -144px; }
|
226 |
+
.ui-icon-bullet { background-position: -80px -144px; }
|
227 |
+
.ui-icon-radio-off { background-position: -96px -144px; }
|
228 |
+
.ui-icon-radio-on { background-position: -112px -144px; }
|
229 |
+
.ui-icon-pin-w { background-position: -128px -144px; }
|
230 |
+
.ui-icon-pin-s { background-position: -144px -144px; }
|
231 |
+
.ui-icon-play { background-position: 0 -160px; }
|
232 |
+
.ui-icon-pause { background-position: -16px -160px; }
|
233 |
+
.ui-icon-seek-next { background-position: -32px -160px; }
|
234 |
+
.ui-icon-seek-prev { background-position: -48px -160px; }
|
235 |
+
.ui-icon-seek-end { background-position: -64px -160px; }
|
236 |
+
.ui-icon-seek-start { background-position: -80px -160px; }
|
237 |
+
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
238 |
+
.ui-icon-seek-first { background-position: -80px -160px; }
|
239 |
+
.ui-icon-stop { background-position: -96px -160px; }
|
240 |
+
.ui-icon-eject { background-position: -112px -160px; }
|
241 |
+
.ui-icon-volume-off { background-position: -128px -160px; }
|
242 |
+
.ui-icon-volume-on { background-position: -144px -160px; }
|
243 |
+
.ui-icon-power { background-position: 0 -176px; }
|
244 |
+
.ui-icon-signal-diag { background-position: -16px -176px; }
|
245 |
+
.ui-icon-signal { background-position: -32px -176px; }
|
246 |
+
.ui-icon-battery-0 { background-position: -48px -176px; }
|
247 |
+
.ui-icon-battery-1 { background-position: -64px -176px; }
|
248 |
+
.ui-icon-battery-2 { background-position: -80px -176px; }
|
249 |
+
.ui-icon-battery-3 { background-position: -96px -176px; }
|
250 |
+
.ui-icon-circle-plus { background-position: 0 -192px; }
|
251 |
+
.ui-icon-circle-minus { background-position: -16px -192px; }
|
252 |
+
.ui-icon-circle-close { background-position: -32px -192px; }
|
253 |
+
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
254 |
+
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
255 |
+
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
256 |
+
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
257 |
+
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
258 |
+
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
259 |
+
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
260 |
+
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
261 |
+
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
262 |
+
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
263 |
+
.ui-icon-circle-check { background-position: -208px -192px; }
|
264 |
+
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
265 |
+
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
266 |
+
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
267 |
+
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
268 |
+
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
269 |
+
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
270 |
+
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
271 |
+
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
272 |
+
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
273 |
+
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
274 |
+
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
275 |
+
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
276 |
+
|
277 |
+
|
278 |
+
/* Misc visuals
|
279 |
+
----------------------------------*/
|
280 |
+
|
281 |
+
/* Corner radius */
|
282 |
+
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px; }
|
283 |
+
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px; }
|
284 |
+
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
|
285 |
+
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
|
286 |
+
|
287 |
+
/* Overlays */
|
288 |
+
.ui-widget-overlay { background: #000000; opacity: .6;filter:Alpha(Opacity=60); }
|
289 |
+
.ui-widget-shadow { box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); }/*
|
290 |
+
* jQuery UI Resizable 1.8.16
|
291 |
+
*
|
292 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
293 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
294 |
+
* http://jquery.org/license
|
295 |
+
*
|
296 |
+
* http://docs.jquery.com/UI/Resizable#theming
|
297 |
+
*/
|
298 |
+
.ui-resizable { position: relative;}
|
299 |
+
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
|
300 |
+
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
301 |
+
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
|
302 |
+
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
|
303 |
+
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
|
304 |
+
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
|
305 |
+
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
306 |
+
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
307 |
+
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
308 |
+
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
|
309 |
+
* jQuery UI Selectable 1.8.16
|
310 |
+
*
|
311 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
312 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
313 |
+
* http://jquery.org/license
|
314 |
+
*
|
315 |
+
* http://docs.jquery.com/UI/Selectable#theming
|
316 |
+
*/
|
317 |
+
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
|
318 |
+
/*
|
319 |
+
* jQuery UI Accordion 1.8.16
|
320 |
+
*
|
321 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
322 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
323 |
+
* http://jquery.org/license
|
324 |
+
*
|
325 |
+
* http://docs.jquery.com/UI/Accordion#theming
|
326 |
+
*/
|
327 |
+
/* IE/Win - Fix animation bug - #4615 */
|
328 |
+
.ui-accordion { width: 100%; }
|
329 |
+
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
|
330 |
+
.ui-accordion .ui-accordion-li-fix { display: inline; }
|
331 |
+
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
|
332 |
+
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
|
333 |
+
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
|
334 |
+
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
335 |
+
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
|
336 |
+
.ui-accordion .ui-accordion-content-active { display: block; }
|
337 |
+
/*
|
338 |
+
* jQuery UI Autocomplete 1.8.16
|
339 |
+
*
|
340 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
341 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
342 |
+
* http://jquery.org/license
|
343 |
+
*
|
344 |
+
* http://docs.jquery.com/UI/Autocomplete#theming
|
345 |
+
*/
|
346 |
+
.ui-autocomplete { position: absolute; cursor: default; }
|
347 |
+
|
348 |
+
/* workarounds */
|
349 |
+
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|
350 |
+
|
351 |
+
/*
|
352 |
+
* jQuery UI Menu 1.8.16
|
353 |
+
*
|
354 |
+
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
355 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
356 |
+
* http://jquery.org/license
|
357 |
+
*
|
358 |
+
* http://docs.jquery.com/UI/Menu#theming
|
359 |
+
*/
|
360 |
+
.ui-menu {
|
361 |
+
list-style:none;
|
362 |
+
padding: 2px;
|
363 |
+
margin: 0;
|
364 |
+
display:block;
|
365 |
+
float: left;
|
366 |
+
}
|
367 |
+
.ui-menu .ui-menu {
|
368 |
+
margin-top: -3px;
|
369 |
+
}
|
370 |
+
.ui-menu .ui-menu-item {
|
371 |
+
margin:0;
|
372 |
+
padding: 0;
|
373 |
+
zoom: 1;
|
374 |
+
float: left;
|
375 |
+
clear: left;
|
376 |
+
width: 100%;
|
377 |
+
}
|
378 |
+
.ui-menu .ui-menu-item a {
|
379 |
+
text-decoration:none;
|
380 |
+
display:block;
|
381 |
+
padding:.2em .4em;
|
382 |
+
line-height:1.5;
|
383 |
+
zoom:1;
|
384 |
+
}
|
385 |
+
.ui-menu .ui-menu-item a.ui-state-hover,
|
386 |
+
.ui-menu .ui-menu-item a.ui-state-active {
|
387 |
+
font-weight: normal;
|
388 |
+
margin: -1px;
|
389 |
+
}
|
390 |
+
/*
|
391 |
+
* jQuery UI Button 1.8.16
|
392 |
+
*
|
393 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
394 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
395 |
+
* http://jquery.org/license
|
396 |
+
*
|
397 |
+
* http://docs.jquery.com/UI/Button#theming
|
398 |
+
*/
|
399 |
+
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
|
400 |
+
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
|
401 |
+
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
|
402 |
+
.ui-button-icons-only { width: 3.4em; }
|
403 |
+
button.ui-button-icons-only { width: 3.7em; }
|
404 |
+
|
405 |
+
/*button text element */
|
406 |
+
.ui-button .ui-button-text { display: block; line-height: 1.4; }
|
407 |
+
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
|
408 |
+
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
|
409 |
+
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
|
410 |
+
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
|
411 |
+
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
|
412 |
+
/* no icon support for input elements, provide padding by default */
|
413 |
+
input.ui-button { padding: .4em 1em; }
|
414 |
+
|
415 |
+
/*button icon element(s) */
|
416 |
+
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
|
417 |
+
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
|
418 |
+
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
|
419 |
+
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
420 |
+
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
421 |
+
|
422 |
+
/*button sets*/
|
423 |
+
.ui-buttonset { margin-right: 7px; }
|
424 |
+
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
|
425 |
+
|
426 |
+
/* workarounds */
|
427 |
+
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
|
428 |
+
/*
|
429 |
+
* jQuery UI Dialog 1.8.16
|
430 |
+
*
|
431 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
432 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
433 |
+
* http://jquery.org/license
|
434 |
+
*
|
435 |
+
* http://docs.jquery.com/UI/Dialog#theming
|
436 |
+
*/
|
437 |
+
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
|
438 |
+
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
|
439 |
+
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
440 |
+
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
441 |
+
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
442 |
+
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
443 |
+
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
|
444 |
+
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
445 |
+
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
|
446 |
+
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
|
447 |
+
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
448 |
+
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
449 |
+
/*
|
450 |
+
* jQuery UI Slider 1.8.16
|
451 |
+
*
|
452 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
453 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
454 |
+
* http://jquery.org/license
|
455 |
+
*
|
456 |
+
* http://docs.jquery.com/UI/Slider#theming
|
457 |
+
*/
|
458 |
+
.ui-slider { position: relative; text-align: left; }
|
459 |
+
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
460 |
+
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
|
461 |
+
|
462 |
+
.ui-slider-horizontal { height: .8em; }
|
463 |
+
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
464 |
+
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
465 |
+
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
466 |
+
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
467 |
+
|
468 |
+
.ui-slider-vertical { width: .8em; height: 100px; }
|
469 |
+
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
470 |
+
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
471 |
+
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
472 |
+
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
|
473 |
+
* jQuery UI Tabs 1.8.16
|
474 |
+
*
|
475 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
476 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
477 |
+
* http://jquery.org/license
|
478 |
+
*
|
479 |
+
* http://docs.jquery.com/UI/Tabs#theming
|
480 |
+
*/
|
481 |
+
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
482 |
+
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
|
483 |
+
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
|
484 |
+
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
|
485 |
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
|
486 |
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
|
487 |
+
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
488 |
+
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
|
489 |
+
.ui-tabs .ui-tabs-hide { display: none !important; }
|
490 |
+
/*
|
491 |
+
* jQuery UI Datepicker 1.8.16
|
492 |
+
*
|
493 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
494 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
495 |
+
* http://jquery.org/license
|
496 |
+
*
|
497 |
+
* http://docs.jquery.com/UI/Datepicker#theming
|
498 |
+
*/
|
499 |
+
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
|
500 |
+
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
501 |
+
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
502 |
+
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
503 |
+
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
504 |
+
.ui-datepicker .ui-datepicker-next { right:2px; }
|
505 |
+
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
506 |
+
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
507 |
+
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
508 |
+
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
509 |
+
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
510 |
+
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
511 |
+
.ui-datepicker select.ui-datepicker-month,
|
512 |
+
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
513 |
+
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
514 |
+
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
515 |
+
.ui-datepicker td { border: 0; padding: 1px; }
|
516 |
+
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
517 |
+
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
518 |
+
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
519 |
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
520 |
+
|
521 |
+
/* with multiple calendars */
|
522 |
+
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
523 |
+
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
524 |
+
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
525 |
+
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
526 |
+
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
527 |
+
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
528 |
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
529 |
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
530 |
+
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
531 |
+
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
|
532 |
+
|
533 |
+
/* RTL support */
|
534 |
+
.ui-datepicker-rtl { direction: rtl; }
|
535 |
+
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
536 |
+
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
537 |
+
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
538 |
+
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
539 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
540 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
541 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
542 |
+
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
543 |
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
544 |
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
545 |
+
|
546 |
+
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
547 |
+
.ui-datepicker-cover {
|
548 |
+
display: none; /*sorry for IE5*/
|
549 |
+
display/**/: block; /*sorry for IE5*/
|
550 |
+
position: absolute; /*must have*/
|
551 |
+
z-index: -1; /*must have*/
|
552 |
+
filter: mask(); /*must have*/
|
553 |
+
top: -4px; /*must have*/
|
554 |
+
left: -4px; /*must have*/
|
555 |
+
width: 200px; /*must have*/
|
556 |
+
height: 200px; /*must have*/
|
557 |
+
}/*
|
558 |
+
* jQuery UI Progressbar 1.8.16
|
559 |
+
*
|
560 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
561 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
562 |
+
* http://jquery.org/license
|
563 |
+
*
|
564 |
+
* http://docs.jquery.com/UI/Progressbar#theming
|
565 |
+
*/
|
566 |
+
.ui-progressbar { height:2em; text-align: left; }
|
567 |
+
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
|
568 |
+
.ui-progressbar .ui-widget-header {
|
569 |
+
background-color: #83B4D8;
|
570 |
+
background-image: linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
|
571 |
+
background-image: -o-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
|
572 |
+
background-image: -moz-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
|
573 |
+
background-image: -webkit-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
|
574 |
+
background-image: -ms-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
|
575 |
+
}
|
css/jquery-ui-demo.css
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
|
2 |
+
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
|
3 |
+
ul#icons {margin: 0; padding: 0;}
|
4 |
+
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left; list-style: none;}
|
5 |
+
ul#icons span.ui-icon {float: left; margin: 0 4px;}
|
css/{custom-theme/jquery-ui-1.8.16.custom.css → jquery-ui-fresh.css}
RENAMED
@@ -50,37 +50,36 @@
|
|
50 |
*
|
51 |
* http://docs.jquery.com/UI/Theming/API
|
52 |
*
|
53 |
-
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=
|
54 |
*/
|
55 |
|
56 |
|
57 |
/* Component containers
|
58 |
----------------------------------*/
|
59 |
-
.ui-widget { font-family:
|
60 |
.ui-widget .ui-widget { font-size: 1em; }
|
61 |
-
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family:
|
62 |
-
.ui-widget-content { border: 1px solid #dfdfdf; background: #ffffff
|
63 |
-
.ui-widget-
|
64 |
-
.ui-widget-header {
|
65 |
-
.ui-widget-header a { color: #464646; }
|
66 |
|
67 |
/* Interaction states
|
68 |
----------------------------------*/
|
69 |
-
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #
|
70 |
-
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #
|
71 |
-
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #
|
72 |
-
.ui-state-hover a, .ui-state-hover a:hover { color: #
|
73 |
-
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #
|
74 |
-
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #
|
75 |
.ui-widget :active { outline: none; }
|
76 |
|
77 |
/* Interaction Cues
|
78 |
----------------------------------*/
|
79 |
-
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #
|
80 |
-
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #
|
81 |
-
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #
|
82 |
-
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #
|
83 |
-
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #
|
84 |
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
85 |
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
86 |
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
@@ -89,14 +88,14 @@
|
|
89 |
----------------------------------*/
|
90 |
|
91 |
/* states and images */
|
92 |
-
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-
|
93 |
-
.ui-widget-content .ui-icon {background-image: url(images/ui-
|
94 |
-
.ui-widget-header .ui-icon {background-image: url(images/ui-
|
95 |
-
.ui-state-default .ui-icon { background-image: url(images/ui-
|
96 |
-
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-
|
97 |
-
.ui-state-active .ui-icon {background-image: url(images/ui-
|
98 |
-
.ui-state-highlight .ui-icon {background-image: url(images/ui-
|
99 |
-
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-
|
100 |
|
101 |
/* positioning */
|
102 |
.ui-icon-carat-1-n { background-position: 0 0; }
|
@@ -280,14 +279,14 @@
|
|
280 |
----------------------------------*/
|
281 |
|
282 |
/* Corner radius */
|
283 |
-
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft:
|
284 |
-
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright:
|
285 |
-
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft:
|
286 |
-
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright:
|
287 |
|
288 |
/* Overlays */
|
289 |
-
.ui-widget-overlay { background: #
|
290 |
-
.ui-widget-shadow {
|
291 |
* jQuery UI Resizable 1.8.16
|
292 |
*
|
293 |
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
@@ -435,7 +434,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
|
435 |
*
|
436 |
* http://docs.jquery.com/UI/Dialog#theming
|
437 |
*/
|
438 |
-
.ui-dialog { position:
|
439 |
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
|
440 |
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
441 |
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
@@ -565,4 +564,12 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
|
565 |
* http://docs.jquery.com/UI/Progressbar#theming
|
566 |
*/
|
567 |
.ui-progressbar { height:2em; text-align: left; }
|
568 |
-
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
*
|
51 |
* http://docs.jquery.com/UI/Theming/API
|
52 |
*
|
53 |
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=sans-serif&fwDefault=normal&fsDefault=12px&cornerRadius=4px&bgColorHeader=ececec&bgTextureHeader=04_highlight_hard.png&bgImgOpacityHeader=75&borderColorHeader=dfdfdf&fcHeader=333333&iconColorHeader=999999&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dfdfdf&fcContent=333333&iconColorContent=333333&bgColorDefault=ececec&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=75&borderColorDefault=dfdfdf&fcDefault=333333&iconColorDefault=333333&bgColorHover=ececec&bgTextureHover=06_inset_hard.png&bgImgOpacityHover=75&borderColorHover=ccc&fcHover=000000&iconColorHover=333333&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=dfdfdf&fcActive=333333&iconColorActive=333333&bgColorHighlight=ffffe0&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=e6db55&fcHighlight=333333&iconColorHighlight=21759b&bgColorError=ffebe8&bgTextureError=01_flat.png&bgImgOpacityError=95&borderColorError=cc0000&fcError=cc0000&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=3px
|
54 |
*/
|
55 |
|
56 |
|
57 |
/* Component containers
|
58 |
----------------------------------*/
|
59 |
+
.ui-widget { font-family: sans-serif; font-size: 12px; }
|
60 |
.ui-widget .ui-widget { font-size: 1em; }
|
61 |
+
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: sans-serif; font-size: 1em; }
|
62 |
+
.ui-widget-content { border: 1px solid #dfdfdf; background: #ffffff; color: #333333; }
|
63 |
+
.ui-widget-header { border: 1px solid #dfdfdf; color: #333333; font-weight: bold; background-color: #f1f1f1; background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); background-image: -o-linear-gradient(top, #f9f9f9, #ececec); background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); background-image: linear-gradient(top, #f9f9f9, #ececec); }
|
64 |
+
.ui-widget-header a { color: #333333; }
|
|
|
65 |
|
66 |
/* Interaction states
|
67 |
----------------------------------*/
|
68 |
+
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #dfdfdf; background-color: #f1f1f1; background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); background-image: -o-linear-gradient(top, #f9f9f9, #ececec); background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); background-image: linear-gradient(top, #f9f9f9, #ececec); font-weight: normal; color: #333333; }
|
69 |
+
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #333333; text-decoration: none; }
|
70 |
+
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #ccc; background-color: #ececec; background-image: -ms-linear-gradient(top, #ececec, #f9f9f9); background-image: -moz-linear-gradient(top, #ececec, #f9f9f9); background-image: -o-linear-gradient(top, #ececec, #f9f9f9); background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#f9f9f9)); background-image: -webkit-linear-gradient(top, #ececec, #f9f9f9); background-image: linear-gradient(top, #ececec, #f9f9f9); font-weight: normal; color: #000000; }
|
71 |
+
.ui-state-hover a, .ui-state-hover a:hover { color: #000000; text-decoration: none; }
|
72 |
+
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #dfdfdf; background: #ffffff; font-weight: normal; color: #333333; }
|
73 |
+
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #333333; text-decoration: none; }
|
74 |
.ui-widget :active { outline: none; }
|
75 |
|
76 |
/* Interaction Cues
|
77 |
----------------------------------*/
|
78 |
+
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #e6db55; background: #ffffe0; color: #333333; }
|
79 |
+
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #333333; }
|
80 |
+
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cc0000; background: #ffebe8; color: #cc0000; }
|
81 |
+
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cc0000; }
|
82 |
+
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cc0000; }
|
83 |
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
84 |
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
85 |
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
88 |
----------------------------------*/
|
89 |
|
90 |
/* states and images */
|
91 |
+
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_333333_256x240.png); }
|
92 |
+
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_333333_256x240.png); }
|
93 |
+
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_999999_256x240.png); }
|
94 |
+
.ui-state-default .ui-icon { background-image: url(images/ui-icons_333333_256x240.png); }
|
95 |
+
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_333333_256x240.png); }
|
96 |
+
.ui-state-active .ui-icon {background-image: url(images/ui-icons_333333_256x240.png); }
|
97 |
+
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_21759b_256x240.png); }
|
98 |
+
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
|
99 |
|
100 |
/* positioning */
|
101 |
.ui-icon-carat-1-n { background-position: 0 0; }
|
279 |
----------------------------------*/
|
280 |
|
281 |
/* Corner radius */
|
282 |
+
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; }
|
283 |
+
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
|
284 |
+
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
|
285 |
+
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
|
286 |
|
287 |
/* Overlays */
|
288 |
+
.ui-widget-overlay { background: #000000; opacity: .6;filter:Alpha(Opacity=60); }
|
289 |
+
.ui-widget-shadow { box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); }/*
|
290 |
* jQuery UI Resizable 1.8.16
|
291 |
*
|
292 |
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
434 |
*
|
435 |
* http://docs.jquery.com/UI/Dialog#theming
|
436 |
*/
|
437 |
+
.ui-dialog { position: fixed; padding: .2em; width: 300px; overflow: hidden; }
|
438 |
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
|
439 |
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
440 |
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
564 |
* http://docs.jquery.com/UI/Progressbar#theming
|
565 |
*/
|
566 |
.ui-progressbar { height:2em; text-align: left; }
|
567 |
+
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
|
568 |
+
.ui-progressbar .ui-widget-header {
|
569 |
+
background-color: #83B4D8;
|
570 |
+
background-image: linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
|
571 |
+
background-image: -o-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
|
572 |
+
background-image: -moz-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
|
573 |
+
background-image: -webkit-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
|
574 |
+
background-image: -ms-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
|
575 |
+
}
|
css/p3.css
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
#p3-scan-form-wrapper {
|
26 |
cursor: default;
|
27 |
padding: 10px;
|
28 |
-
width:
|
29 |
height: 80px;
|
30 |
text-align: center;
|
31 |
margin-top: 10px;
|
@@ -43,7 +43,8 @@
|
|
43 |
.p3-big-button label span {
|
44 |
font-size: 110%;
|
45 |
font-weight: bold;
|
46 |
-
width:
|
|
|
47 |
margin: 2px;
|
48 |
}
|
49 |
|
@@ -333,14 +334,16 @@ div.p3-x-axis-label {
|
|
333 |
|
334 |
|
335 |
/** Email these results button **/
|
336 |
-
#p3-email-results {
|
337 |
-
|
|
|
|
|
338 |
}
|
339 |
-
#p3-email-results
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
}
|
345 |
#p3-email-sending-dialog img {
|
346 |
left: 132px;
|
25 |
#p3-scan-form-wrapper {
|
26 |
cursor: default;
|
27 |
padding: 10px;
|
28 |
+
width: 185px;
|
29 |
height: 80px;
|
30 |
text-align: center;
|
31 |
margin-top: 10px;
|
43 |
.p3-big-button label span {
|
44 |
font-size: 110%;
|
45 |
font-weight: bold;
|
46 |
+
width: auto;
|
47 |
+
min-width: 110px;
|
48 |
margin: 2px;
|
49 |
}
|
50 |
|
334 |
|
335 |
|
336 |
/** Email these results button **/
|
337 |
+
div.wrap #p3-email-results-container {
|
338 |
+
width: 100%;
|
339 |
+
text-align: center;
|
340 |
+
margin-bottom: 15px;
|
341 |
}
|
342 |
+
#p3-email-results {
|
343 |
+
margin: auto;
|
344 |
+
line-height: 37px;
|
345 |
+
height: 40px;
|
346 |
+
width: 155px;
|
347 |
}
|
348 |
#p3-email-sending-dialog img {
|
349 |
left: 132px;
|
languages/p3-profiler-tr_TR.mo
ADDED
Binary file
|
languages/p3-profiler-tr_TR.po
ADDED
@@ -0,0 +1,1398 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2012 P3 (Plugin Performance Profiler)
|
2 |
+
# This file is distributed under the same license as the P3 (Plugin Performance Profiler) package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: P3 Plugin Performance Profiler\n"
|
6 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/p3-profiler\n"
|
7 |
+
"POT-Creation-Date: 2012-06-02 07:25:11+00:00\n"
|
8 |
+
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
+
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2012-08-13 15:34-0700\n"
|
12 |
+
"Last-Translator: Kurt Payne <kpayne@godaddy.com>\n"
|
13 |
+
"Language-Team: hakaner <hakanerwptr@gmail.com>\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
15 |
+
"Language: türkçe\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
|
18 |
+
#: classes/class.p3-profiler-plugin-admin.php:122
|
19 |
+
msgid "Scan does not exist"
|
20 |
+
msgstr "Tarama yok"
|
21 |
+
|
22 |
+
#: classes/class.p3-profiler-plugin-admin.php:148
|
23 |
+
msgid "No visits recorded during this profiling session. Check the <a href=\"%s\">help</a> page for more information"
|
24 |
+
msgstr "Bu profil oluşturma oturumunda bir ziyaret kaydedilmedi. Daha fazla bilgi için <a href=\"%s\">yardım</a> sayfasına bakın."
|
25 |
+
|
26 |
+
#: classes/class.p3-profiler-plugin-admin.php:156
|
27 |
+
msgid "Error reading scan"
|
28 |
+
msgstr "Tarama okuma hatası"
|
29 |
+
|
30 |
+
#: classes/class.p3-profiler-plugin-admin.php:164
|
31 |
+
msgid "Click \"Start Scan\" to run a performance scan of your website."
|
32 |
+
msgstr "Web sitenizin performans taraması için \"Taramayı Başlat\"a tıklayın."
|
33 |
+
|
34 |
+
#: classes/class.p3-profiler-plugin-admin.php:259
|
35 |
+
#: classes/class.p3-profiler-plugin-admin.php:297
|
36 |
+
#: classes/class.p3-profiler-plugin-admin.php:326
|
37 |
+
#: classes/class.p3-profiler-plugin-admin.php:361
|
38 |
+
#: classes/class.p3-profiler-plugin-admin.php:406
|
39 |
+
#: classes/class.p3-profiler-plugin-admin.php:417
|
40 |
+
#: classes/class.p3-profiler-table.php:210
|
41 |
+
msgid "You do not have sufficient permissions to access this page."
|
42 |
+
msgstr "Bu sayfaya erişmek için yeterli izinlere sahip değilsiniz."
|
43 |
+
|
44 |
+
#: classes/class.p3-profiler-plugin-admin.php:308
|
45 |
+
msgid "Turned off performance scanning."
|
46 |
+
msgstr "Performans taraması kapatıldı."
|
47 |
+
|
48 |
+
#: classes/class.p3-profiler-plugin-admin.php:381
|
49 |
+
#: classes/class.p3-profiler-plugin-admin.php:384
|
50 |
+
msgid "Invalid subject"
|
51 |
+
msgstr "Geçersiz konu"
|
52 |
+
|
53 |
+
#: classes/class.p3-profiler-plugin-admin.php:388
|
54 |
+
msgid "<a href=\"%s\" target=\"_blank\">wp_mail()</a> function returned false"
|
55 |
+
msgstr "<a href=\"%s\" target=\"_blank\">wp_mail()</a> işlevi hatalı oldu"
|
56 |
+
|
57 |
+
#: classes/class.p3-profiler-plugin-admin.php:434
|
58 |
+
#: templates/help.php:366
|
59 |
+
#: templates/help.php:406
|
60 |
+
msgid "Profiling Enabled"
|
61 |
+
msgstr "Profilleme etkin"
|
62 |
+
|
63 |
+
#: classes/class.p3-profiler-plugin-admin.php:435
|
64 |
+
#: templates/help.php:367
|
65 |
+
#: templates/help.php:407
|
66 |
+
msgid "Recording IP"
|
67 |
+
msgstr "IP Kaydetme"
|
68 |
+
|
69 |
+
#: classes/class.p3-profiler-plugin-admin.php:436
|
70 |
+
#: templates/callouts.php:257
|
71 |
+
#: templates/help.php:368
|
72 |
+
#: templates/help.php:408
|
73 |
+
msgid "Scan Name"
|
74 |
+
msgstr "Tarama Adı"
|
75 |
+
|
76 |
+
#: classes/class.p3-profiler-plugin-admin.php:437
|
77 |
+
#: templates/help.php:369
|
78 |
+
#: templates/help.php:409
|
79 |
+
msgid "Recording"
|
80 |
+
msgstr "Kaydediliyor"
|
81 |
+
|
82 |
+
#: classes/class.p3-profiler-plugin-admin.php:438
|
83 |
+
#: templates/help.php:370
|
84 |
+
#: templates/help.php:410
|
85 |
+
msgid "Disable Optimizers"
|
86 |
+
msgstr "Düzenleyiciler Devre Dışı"
|
87 |
+
|
88 |
+
#: classes/class.p3-profiler-plugin-admin.php:439
|
89 |
+
#: templates/help.php:371
|
90 |
+
#: templates/help.php:411
|
91 |
+
msgid "URL"
|
92 |
+
msgstr "URL"
|
93 |
+
|
94 |
+
#: classes/class.p3-profiler-plugin-admin.php:440
|
95 |
+
#: templates/help.php:372
|
96 |
+
#: templates/help.php:412
|
97 |
+
msgid "Visitor IP"
|
98 |
+
msgstr "Ziyaretçi IP"
|
99 |
+
|
100 |
+
#: classes/class.p3-profiler-plugin-admin.php:441
|
101 |
+
#: templates/help.php:373
|
102 |
+
#: templates/help.php:413
|
103 |
+
msgid "Time"
|
104 |
+
msgstr "Zaman"
|
105 |
+
|
106 |
+
#: classes/class.p3-profiler-plugin-admin.php:442
|
107 |
+
#: templates/help.php:374
|
108 |
+
#: templates/help.php:414
|
109 |
+
msgctxt "Abbreviation for process id"
|
110 |
+
msgid "PID"
|
111 |
+
msgstr "PID"
|
112 |
+
|
113 |
+
#: classes/class.p3-profiler-plugin-admin.php:477
|
114 |
+
msgid "Cannot read profiles directory"
|
115 |
+
msgstr "Profil dizini okunamıyor"
|
116 |
+
|
117 |
+
#: classes/class.p3-profiler-plugin-admin.php:539
|
118 |
+
msgid "Performance scanning is enabled."
|
119 |
+
msgstr "Performans tarama etkin."
|
120 |
+
|
121 |
+
#: classes/class.p3-profiler-plugin-admin.php:593
|
122 |
+
msgctxt "Abbreviation for bytes"
|
123 |
+
msgid "B"
|
124 |
+
msgstr "B"
|
125 |
+
|
126 |
+
#: classes/class.p3-profiler-plugin-admin.php:594
|
127 |
+
msgctxt "Abbreviation for kilobytes"
|
128 |
+
msgid "KB"
|
129 |
+
msgstr "KB"
|
130 |
+
|
131 |
+
#: classes/class.p3-profiler-plugin-admin.php:595
|
132 |
+
#: templates/view-scan.php:959
|
133 |
+
msgctxt "Abbreviation for megabytes"
|
134 |
+
msgid "MB"
|
135 |
+
msgstr "MB"
|
136 |
+
|
137 |
+
#: classes/class.p3-profiler-plugin-admin.php:596
|
138 |
+
msgctxt "Abbreviation for gigabytes"
|
139 |
+
msgid "GB"
|
140 |
+
msgstr "GB"
|
141 |
+
|
142 |
+
#: classes/class.p3-profiler-plugin-admin.php:597
|
143 |
+
msgctxt "Abbreviation for terabytes"
|
144 |
+
msgid "TB"
|
145 |
+
msgstr "TB"
|
146 |
+
|
147 |
+
#: classes/class.p3-profiler-plugin.php:16
|
148 |
+
#: classes/class.p3-profiler-plugin.php:17
|
149 |
+
msgid "P3 Plugin Profiler"
|
150 |
+
msgstr "P3 Plugin Profiler"
|
151 |
+
|
152 |
+
#: classes/class.p3-profiler-plugin.php:32
|
153 |
+
msgid "Scan Now"
|
154 |
+
msgstr "Şimdi Tara"
|
155 |
+
|
156 |
+
#: classes/class.p3-profiler-reader.php:155
|
157 |
+
msgid "Cannot open file: "
|
158 |
+
msgstr "Dosya açılamıyor:"
|
159 |
+
|
160 |
+
#: classes/class.p3-profiler-reader.php:167
|
161 |
+
msgid "Cannot parse file: "
|
162 |
+
msgstr "Dosya ayrıştırılamıyor:"
|
163 |
+
|
164 |
+
#: classes/class.p3-profiler-reader.php:191
|
165 |
+
msgid "No visits recorded during this profiling session."
|
166 |
+
msgstr "Bu profil oluşturma oturumunda bir ziyaret kaydedilmedi."
|
167 |
+
|
168 |
+
#: classes/class.p3-profiler-table.php:25
|
169 |
+
#: classes/class.p3-profiler-table.php:26
|
170 |
+
msgid "scan"
|
171 |
+
msgid_plural "scans"
|
172 |
+
msgstr[0] "tarama"
|
173 |
+
msgstr[1] "tarama"
|
174 |
+
|
175 |
+
#: classes/class.p3-profiler-table.php:106
|
176 |
+
#: classes/class.p3-profiler-table.php:183
|
177 |
+
#: classes/class.p3-profiler-table.php:198
|
178 |
+
msgid "Delete"
|
179 |
+
msgstr "Sil"
|
180 |
+
|
181 |
+
#: classes/class.p3-profiler-table.php:138
|
182 |
+
msgid "Name"
|
183 |
+
msgstr "Ad"
|
184 |
+
|
185 |
+
#: classes/class.p3-profiler-table.php:139
|
186 |
+
msgid "Date"
|
187 |
+
msgstr "Tarih"
|
188 |
+
|
189 |
+
#: classes/class.p3-profiler-table.php:140
|
190 |
+
msgid "Visits"
|
191 |
+
msgstr "Ziyaretler"
|
192 |
+
|
193 |
+
#: classes/class.p3-profiler-table.php:141
|
194 |
+
msgid "Size"
|
195 |
+
msgstr "Boyut"
|
196 |
+
|
197 |
+
#: classes/class.p3-profiler-table.php:174
|
198 |
+
#: classes/class.p3-profiler-table.php:177
|
199 |
+
msgid "View the results of this scan"
|
200 |
+
msgstr "Bu taramanın sonuçlarını gör"
|
201 |
+
|
202 |
+
#: classes/class.p3-profiler-table.php:177
|
203 |
+
msgid "View"
|
204 |
+
msgstr "Gör"
|
205 |
+
|
206 |
+
#: classes/class.p3-profiler-table.php:180
|
207 |
+
msgid "Continue this scan"
|
208 |
+
msgstr "Bu taramaya devam et"
|
209 |
+
|
210 |
+
#: classes/class.p3-profiler-table.php:180
|
211 |
+
msgid "Continue"
|
212 |
+
msgstr "Devam et"
|
213 |
+
|
214 |
+
#: classes/class.p3-profiler-table.php:183
|
215 |
+
msgid "Delete this scan"
|
216 |
+
msgstr "Bu taramayı sil"
|
217 |
+
|
218 |
+
#: classes/class.p3-profiler-table.php:215
|
219 |
+
msgid "Error removing file: "
|
220 |
+
msgstr "Dosya kaldırma hatalı:"
|
221 |
+
|
222 |
+
#: classes/class.p3-profiler-table.php:220
|
223 |
+
msgid "Deleted %d scan. "
|
224 |
+
msgid_plural "Deleted %d scans."
|
225 |
+
msgstr[0] "%d tarama silindi."
|
226 |
+
msgstr[1] "%d tarama silindi."
|
227 |
+
|
228 |
+
#: classes/class.p3-profiler.php:513
|
229 |
+
msgid "A fatal error occurred during profiling: %s in file %s on line %d "
|
230 |
+
msgstr "Profil oluşturma sırasında önemli bir hata oluştu: %s bu %s dosyasında %d satırında"
|
231 |
+
|
232 |
+
#: templates/callouts.php:93
|
233 |
+
msgid "Scanning is paused."
|
234 |
+
msgstr "Tarama duraklatıldı."
|
235 |
+
|
236 |
+
#: templates/callouts.php:142
|
237 |
+
msgid "Scanning is complete."
|
238 |
+
msgstr "Tarama tamamlandı."
|
239 |
+
|
240 |
+
#: templates/callouts.php:148
|
241 |
+
msgid "Scanning"
|
242 |
+
msgstr "Taranıyor"
|
243 |
+
|
244 |
+
#: templates/callouts.php:202
|
245 |
+
#: templates/callouts.php:489
|
246 |
+
msgid "Advanced Settings"
|
247 |
+
msgstr "Gelişmiş Ayarlar"
|
248 |
+
|
249 |
+
#: templates/callouts.php:206
|
250 |
+
#: templates/view-scan.php:55
|
251 |
+
msgid "OK"
|
252 |
+
msgstr "Tamam"
|
253 |
+
|
254 |
+
#: templates/callouts.php:226
|
255 |
+
#: templates/callouts.php:627
|
256 |
+
#: templates/view-scan.php:121
|
257 |
+
msgid "Cancel"
|
258 |
+
msgstr "İptal"
|
259 |
+
|
260 |
+
#: templates/callouts.php:244
|
261 |
+
msgid "Performance Scan"
|
262 |
+
msgstr "Performans Taraması"
|
263 |
+
|
264 |
+
#: templates/callouts.php:479
|
265 |
+
#: templates/callouts.php:662
|
266 |
+
msgid "Stop Scan"
|
267 |
+
msgstr "Taramayı Durdur"
|
268 |
+
|
269 |
+
#: templates/callouts.php:486
|
270 |
+
msgid "My IP:"
|
271 |
+
msgstr "Benim IP:"
|
272 |
+
|
273 |
+
#: templates/callouts.php:488
|
274 |
+
msgid "Start Scan"
|
275 |
+
msgstr "Taramayı Başlat"
|
276 |
+
|
277 |
+
#: templates/callouts.php:497
|
278 |
+
msgid "Total number of active plugins, including must-use plugins, on your site."
|
279 |
+
msgstr "Sitenizdeki aktif, kullanılması gerekliler de dahil, toplam eklenti sayısı."
|
280 |
+
|
281 |
+
#: templates/callouts.php:499
|
282 |
+
msgid "Total Plugins:"
|
283 |
+
msgstr "Tüm Eklentiler:"
|
284 |
+
|
285 |
+
#: templates/callouts.php:512
|
286 |
+
msgid "currently active"
|
287 |
+
msgstr "şu anda etkin"
|
288 |
+
|
289 |
+
#: templates/callouts.php:519
|
290 |
+
msgid "Total number of seconds dedicated to plugin code per visit on your site."
|
291 |
+
msgstr "Sitenizde ziyaret başına eklenti koduna ayrılmış saniye sayısı."
|
292 |
+
|
293 |
+
#: templates/callouts.php:520
|
294 |
+
#: templates/callouts.php:538
|
295 |
+
#: templates/callouts.php:556
|
296 |
+
msgid "From"
|
297 |
+
msgstr "İçinden"
|
298 |
+
|
299 |
+
#: templates/callouts.php:522
|
300 |
+
#: templates/help.php:483
|
301 |
+
msgid "Plugin Load Time"
|
302 |
+
msgstr "Eklenti Yüklenme Zamanı"
|
303 |
+
|
304 |
+
#: templates/callouts.php:525
|
305 |
+
#: templates/callouts.php:543
|
306 |
+
#: templates/callouts.php:561
|
307 |
+
msgid "n/a"
|
308 |
+
msgstr "yok"
|
309 |
+
|
310 |
+
#: templates/callouts.php:530
|
311 |
+
msgid "sec. per visit"
|
312 |
+
msgstr "ziyaret başına sn."
|
313 |
+
|
314 |
+
#: templates/callouts.php:537
|
315 |
+
msgid "Percent of load time on your site dedicated to plugin code"
|
316 |
+
msgstr "Sitenizde eklenti koduna ayrılmış yüklenme yüzdesi."
|
317 |
+
|
318 |
+
#: templates/callouts.php:540
|
319 |
+
msgid "Plugin Impact"
|
320 |
+
msgstr "Eklenti Etkisi"
|
321 |
+
|
322 |
+
#: templates/callouts.php:548
|
323 |
+
msgid "of page load time"
|
324 |
+
msgstr "sayfa yüklenme zamanı"
|
325 |
+
|
326 |
+
#: templates/callouts.php:555
|
327 |
+
msgid "Total number of database queries per visit"
|
328 |
+
msgstr "Ziyaret başına veritabanı sorgu sayısı"
|
329 |
+
|
330 |
+
#: templates/callouts.php:558
|
331 |
+
#: templates/help.php:545
|
332 |
+
msgid "MySQL Queries"
|
333 |
+
msgstr "MySQL Sorguları"
|
334 |
+
|
335 |
+
#: templates/callouts.php:566
|
336 |
+
msgid "per visit"
|
337 |
+
msgstr "ziyaret başına"
|
338 |
+
|
339 |
+
#: templates/callouts.php:577
|
340 |
+
msgid "IP address or pattern:"
|
341 |
+
msgstr "IP adresi ya da kalıp:"
|
342 |
+
|
343 |
+
#: templates/callouts.php:579
|
344 |
+
msgid "Use my IP address"
|
345 |
+
msgstr "IP adresimi kullan"
|
346 |
+
|
347 |
+
#: templates/callouts.php:581
|
348 |
+
msgid "Enter IP address or regular expression pattern"
|
349 |
+
msgstr "IP adresi ya da düzenli ifade kalıbı girin"
|
350 |
+
|
351 |
+
#: templates/callouts.php:583
|
352 |
+
msgid "Example: 1.2.3.4 or ( 1.2.3.4|4.5.6.7 )"
|
353 |
+
msgstr "Örnek: 1.2.3.4 veya ( 1.2.3.4|4.5.6.7 )"
|
354 |
+
|
355 |
+
#: templates/callouts.php:588
|
356 |
+
msgid "Attempt to disable opcode optimizers"
|
357 |
+
msgstr "Işlem kodu düzenleyicileri devre dışı bırakmayı dene"
|
358 |
+
|
359 |
+
#: templates/callouts.php:588
|
360 |
+
msgid "recommended"
|
361 |
+
msgstr "tavsiye edilen"
|
362 |
+
|
363 |
+
#: templates/callouts.php:590
|
364 |
+
msgid "This can increase accuracy in plugin detection, but decrease accuracy in timing"
|
365 |
+
msgstr "Bu eklenti algılama doğruluğunu artırabilir fakat zamanlama doğruluğunu azaltabilir."
|
366 |
+
|
367 |
+
#: templates/callouts.php:595
|
368 |
+
msgid "Attempt to circumvent browser cache"
|
369 |
+
msgstr "Tarayıcı önbelleğini engellemeyi dene"
|
370 |
+
|
371 |
+
#: templates/callouts.php:597
|
372 |
+
msgid "This may help fix a \"No visits recorded\" error message. See the <a href=\"%s\">help</a> page for details."
|
373 |
+
msgstr "Bu \"Bir ziyaret kaydedilmedi\" hata mesajını düzeltebilir. Detaylar için <a href=\"%s\">yardım</a> sayfasına bakın."
|
374 |
+
|
375 |
+
#: templates/callouts.php:604
|
376 |
+
msgid "Debug mode"
|
377 |
+
msgstr "Hata ayıklama modu"
|
378 |
+
|
379 |
+
#: templates/callouts.php:606
|
380 |
+
msgid "This will log the last 100 visits. Check the <a href=\"%s\">help</a> page to view log messages."
|
381 |
+
msgstr "Bu son 100 ziyareti günlükler. Günlük mesajlarını görmek için <a href=\"%s\">yardım</a> sayfasına bakın."
|
382 |
+
|
383 |
+
#: templates/callouts.php:618
|
384 |
+
msgid "The scanner will analyze the speed and resource usage of all active plugins on your website. It may take several minutes, and this window must remain open for the scan to finish successfully."
|
385 |
+
msgstr "Tarayıcı, web sitenizdeki tüm eklentilerin hız ve kaynak kullanımlarını analiz edecektir. Birkaç dakika sürebilir ve bu pencere taramanın başarıyla bitirilmesi için açık kalmalıdır."
|
386 |
+
|
387 |
+
#: templates/callouts.php:624
|
388 |
+
msgid "Click the links and pages of your site, and the scanner will analyze the speed and resource usage of all of your active plugins."
|
389 |
+
msgstr "Sitenizdeki bağlantılara ve sayfalara tıklayın, tarayıcı tüm aktif eklentilerinizin hız ve kaynak kullanımlarını analiz edecektir."
|
390 |
+
|
391 |
+
#: templates/callouts.php:631
|
392 |
+
msgid "I'm Done"
|
393 |
+
msgstr "Ben Tamamım"
|
394 |
+
|
395 |
+
#: templates/callouts.php:641
|
396 |
+
#: templates/template.php:76
|
397 |
+
msgid "Scan name:"
|
398 |
+
msgstr "Tarama Adı:"
|
399 |
+
|
400 |
+
#: templates/callouts.php:642
|
401 |
+
msgid "Enter scan name here"
|
402 |
+
msgstr "Tarama adının buraya girin"
|
403 |
+
|
404 |
+
#: templates/callouts.php:645
|
405 |
+
msgid "Enter the name of a previous scan to continue scanning"
|
406 |
+
msgstr "Taramaya devam etmek için bir önceki tarama adını girin"
|
407 |
+
|
408 |
+
#: templates/callouts.php:648
|
409 |
+
msgid "Auto Scan"
|
410 |
+
msgstr "Otomatik Tarama"
|
411 |
+
|
412 |
+
#: templates/callouts.php:649
|
413 |
+
msgid "Manual Scan"
|
414 |
+
msgstr "El ile Tarama"
|
415 |
+
|
416 |
+
#: templates/callouts.php:656
|
417 |
+
msgid "Scanning ..."
|
418 |
+
msgstr "Taranıyor ..."
|
419 |
+
|
420 |
+
#: templates/callouts.php:667
|
421 |
+
msgid "Resume"
|
422 |
+
msgstr "Devam Et"
|
423 |
+
|
424 |
+
#: templates/callouts.php:669
|
425 |
+
#: templates/callouts.php:675
|
426 |
+
msgid "View Results"
|
427 |
+
msgstr "Sonuçları Gör"
|
428 |
+
|
429 |
+
#: templates/help.php:10
|
430 |
+
#: templates/help.php:13
|
431 |
+
msgid "Hide Glossary"
|
432 |
+
msgstr "Terimleri Gizle"
|
433 |
+
|
434 |
+
#: templates/help.php:11
|
435 |
+
msgid "Show Glossary"
|
436 |
+
msgstr "Terimleri Göster"
|
437 |
+
|
438 |
+
#: templates/help.php:24
|
439 |
+
#: templates/help.php:31
|
440 |
+
#: templates/help.php:38
|
441 |
+
#: templates/help.php:47
|
442 |
+
#: templates/help.php:358
|
443 |
+
#: templates/help.php:450
|
444 |
+
msgid "Hide"
|
445 |
+
msgstr "Gizle"
|
446 |
+
|
447 |
+
#: templates/help.php:27
|
448 |
+
#: templates/help.php:42
|
449 |
+
msgid "Show"
|
450 |
+
msgstr "Göster"
|
451 |
+
|
452 |
+
#: templates/help.php:67
|
453 |
+
msgid "Back to top"
|
454 |
+
msgstr "Başa dön"
|
455 |
+
|
456 |
+
#: templates/help.php:77
|
457 |
+
msgid "Contents"
|
458 |
+
msgstr "İçerikler"
|
459 |
+
|
460 |
+
#: templates/help.php:85
|
461 |
+
msgid "What does the P3 plugin do?"
|
462 |
+
msgstr "P3 eklentisi ne işe yarar?"
|
463 |
+
|
464 |
+
#: templates/help.php:87
|
465 |
+
msgid ""
|
466 |
+
"This plugin does just what its name says, it creates a profile of your WordPress site's plugins' performance by measuring their impact on your site's load time.\n"
|
467 |
+
"<br /><br />\n"
|
468 |
+
"Often times, WordPress sites load slowly because of poorly-configured plugins or because there are so many of them. This plugin can help you narrow down the cause of your site's slowness."
|
469 |
+
msgstr ""
|
470 |
+
"Bu eklenti adı ne ise onu yapar, sitenin yüklenme süresi üzerindeki etkilerini ölçerek WordPress site eklentilerinin bir performans profilini oluşturur.\n"
|
471 |
+
"<br /><br />\n"
|
472 |
+
"Çoğu zaman, WordPress siteleri kötü yapılandırılmış eklentiler yüzünden ya da onlardan çok sayıda olduğunda yavaş yüklenir. Bu eklenti, sitenizi yavaşlatan etkenleri sınırlamanıza yardımcı olur."
|
473 |
+
|
474 |
+
#: templates/help.php:94
|
475 |
+
msgid "How do I use this?"
|
476 |
+
msgstr "Bunu nasıl kullanırım?"
|
477 |
+
|
478 |
+
#: templates/help.php:96
|
479 |
+
msgid "Simply click \"Start Scan\" to run an automated scan of your site. The scanner generates some traffic on your site and monitors your site's performance on the server, then shows you the results. With this information, you can decide what action to take."
|
480 |
+
msgstr "Sitenizi otomatik taraması için \"Taramayı Başlat\" butonuna tıklamanız yeterli. Tarayıcı sitenizde biraz trafik üretir ve sunucu üzerinde sitenizin performansını izler, sonra size sonuçları gösterir. Bu bilgilerle, ne yapmanız gerektiğine karar verebilirsiniz."
|
481 |
+
|
482 |
+
#: templates/help.php:101
|
483 |
+
msgid "What do I do with these results?"
|
484 |
+
msgstr "Bu sonuçlarla ne yapmalıyım?"
|
485 |
+
|
486 |
+
#: templates/help.php:103
|
487 |
+
msgid "If your site loads in an acceptable time (usually < 0.5 seconds), you might consider other explanation for sluggish loading. For example, loading large images, large videos, or a lot of content can cause slowness. Tools like <a href=\"%1$s\" target=\"_blank\">%2$s</a>, <a href=\"%3$s\" target=\"_blank\">%4$s</a>, <a href=\"%5$s\" target=\"_blank\">%6$s</a>, or <a href=\"%7$s\" target=\"_blank\">%8$s</a> or <a href=\"%9$s\" target=\"_blank\">%10$s</a> can show you a connection breakdown of your site's content."
|
488 |
+
msgstr "Eğer siteniz kabul edilebilir bir sürede yükleniyorsa (genelde < 0.5 saniye), yavaş yüklenme için başka bir açıklama düşünmelisiniz. Örneğin, büyük resimler, büyük videolar veya çok fazla içerik yüklenmede yavaşlığa neden olabilir. <a href=\"%1$s\" target=\"_blank\">%2$s</a>, <a href=\"%3$s\" target=\"_blank\">%4$s</a>, <a href=\"%5$s\" target=\"_blank\">%6$s</a>, veya <a href=\"%7$s\" target=\"_blank\">%8$s</a> veya <a href=\"%9$s\" target=\"_blank\">%10$s</a> gibi araçlar sitenizin içerik bağlantı dökümünü gösterebilir."
|
489 |
+
|
490 |
+
#: templates/help.php:104
|
491 |
+
msgid "webpagetest.org"
|
492 |
+
msgstr "webpagetest.org"
|
493 |
+
|
494 |
+
#: templates/help.php:105
|
495 |
+
#: templates/help.php:339
|
496 |
+
msgid "Firebug"
|
497 |
+
msgstr "Firebug"
|
498 |
+
|
499 |
+
#: templates/help.php:106
|
500 |
+
msgid "Pingdom tools"
|
501 |
+
msgstr "Pingdom araçları"
|
502 |
+
|
503 |
+
#: templates/help.php:107
|
504 |
+
#: templates/help.php:341
|
505 |
+
msgid "Safari Developer Tools"
|
506 |
+
msgstr "Safari Geliştirici Araçları"
|
507 |
+
|
508 |
+
#: templates/help.php:108
|
509 |
+
#: templates/help.php:340
|
510 |
+
msgid "Chrome Developer Tools"
|
511 |
+
msgstr "Chrome Geliştirici Araçları"
|
512 |
+
|
513 |
+
#: templates/help.php:114
|
514 |
+
msgid "How do I fix \"No visits recorded...\" ?"
|
515 |
+
msgstr "\"Bir ziyaret kaydedilmedi...\" hatasını nasıl düzeltirim?"
|
516 |
+
|
517 |
+
#: templates/help.php:116
|
518 |
+
msgid "This error message means that after being disabled, the profiler did not record any traffic on your site. There are several common causes for this:"
|
519 |
+
msgstr "Bu hata iletisi, devre dışı bırakıldıktan sonra, profilci sitenizde herhangi bir trafik kaydetmemiş demektir. Bunun birkaç genel nedeni vardır:"
|
520 |
+
|
521 |
+
#: templates/help.php:119
|
522 |
+
#: templates/help.php:126
|
523 |
+
#: templates/help.php:133
|
524 |
+
msgid "Cause:"
|
525 |
+
msgstr "Sebep:"
|
526 |
+
|
527 |
+
#: templates/help.php:120
|
528 |
+
msgid "Your site is using a caching plugin. The pages that are being scanned aren't actually loading on the server because they're cached in your browser or on the server before WordPress can generate them. The P3 plugin doesn't load and doesn't record any traffic."
|
529 |
+
msgstr "Siteniz bir ön bellekleme eklentisi kullanıyor. Tarama sırasında sayfalar gerçekte sunucu üzerinden yüklenmez çünkü WordPress onları oluşturmadan önce tarayıcınız veya sunucunuz üzerinde ön belleğe alınmıştır. P3 eklentisi yüklemez ve herhangi bir trafik kaydetmez."
|
530 |
+
|
531 |
+
#: templates/help.php:122
|
532 |
+
#: templates/help.php:129
|
533 |
+
#: templates/help.php:136
|
534 |
+
msgid "Solution:"
|
535 |
+
msgstr "Çözüm:"
|
536 |
+
|
537 |
+
#: templates/help.php:123
|
538 |
+
msgid "Enable the \"Attempt to circumvent browser cache\" option in the advanced settings."
|
539 |
+
msgstr "Gelişmiş ayarlardaki \"Tarayıcı önbelleğini engellemeyi dene\" seçeneğini etkinleştirin."
|
540 |
+
|
541 |
+
#: templates/help.php:127
|
542 |
+
msgid "The IP address you've entered in the advanced settings dialog doesn't match the IP address you're scanning from."
|
543 |
+
msgstr "Gelişmiş ayarlar bölümüne girdiğiniz IP adresi ile sizin tarama yaptığınız IP adresi uyuşmuyor."
|
544 |
+
|
545 |
+
#: templates/help.php:130
|
546 |
+
msgid "Check the IP address you've entered and try again."
|
547 |
+
msgstr "Girdiğiniz IP adresini kontrol edin ve tekrar deneyin."
|
548 |
+
|
549 |
+
#: templates/help.php:134
|
550 |
+
msgid "You've selected a manual scan, but haven't generated any traffic."
|
551 |
+
msgstr "Bir el ile tarama seçtiniz fakat herhangi bir trafik oluşturulmadı."
|
552 |
+
|
553 |
+
#: templates/help.php:137
|
554 |
+
msgid "Try the automated scan."
|
555 |
+
msgstr "Otomatik taramayı deneyin."
|
556 |
+
|
557 |
+
#: templates/help.php:144
|
558 |
+
msgid "Why did P3 only record 2 or 3 visits during the scan?"
|
559 |
+
msgstr "P3 neden tarama sırasında 2 veya 3 ziyaret kaydetti?"
|
560 |
+
|
561 |
+
#: templates/help.php:146
|
562 |
+
msgid "If your site is using a caching plugin, some pages might be cached in your browser or on the server and are loading before before WordPress can generate them. When this happens, the P3 plugin doesn't load and doesn't record any traffic. Please enable the \"Attempt to circumvent browser cache\" option in the advanced settings."
|
563 |
+
msgstr "Eğer siteniz bir ön bellekleme eklentisi kullanıyorsa, bazı sayfalar WordPress onları oluşturmadan önce tarayıcınız veya sunucunuz üzerinde ön belleğe alınmıştır. Bu olduğu zaman, P3 eklentisi yüklemez ve herhangi bir trafik kaydetmez. Lütfen gelişmiş ayarlardaki \"Tarayıcı önbelleğini engellemeyi dene\" seçeneğini etkinleştirin."
|
564 |
+
|
565 |
+
#: templates/help.php:151
|
566 |
+
msgid "How does this work?"
|
567 |
+
msgstr "Bu nasıl çalışır?"
|
568 |
+
|
569 |
+
#: templates/help.php:153
|
570 |
+
msgid "When you activate the plugin by clicking \"Start Scan,\" it detects visits from your IP address, and actively monitors all <a href=\"%s\" target=\"_blank\">php user defined function calls</a> while the server generates your WordPress pages. It then records the information in a report file you can view later. When the scan is complete, or you click \"Stop Scan,\" the plugin becomes dormant again."
|
571 |
+
msgstr "\"Taramayı Başlat\"a tıklayıp eklentiyi aktif hale getirdiğinizde IP adresinizden ziyaretler algılar ve sunucu WordPress sayfalarınızı oluştururken tüm <a href=\"%s\" target=\"_blank\">php kullanıcı tanımlı işlevleri</a> aktif olarak izler. Daha sonra bilgileri görebileceğiniz bir rapor dosyası içine kaydeder. Tarama tamamlandığında ya da \"Taramayı Durdur\" tıklandığında tekrar uykuya geçer."
|
572 |
+
|
573 |
+
#: templates/help.php:160
|
574 |
+
msgid "How does my site load the plugin?"
|
575 |
+
msgstr "Sitem eklentiyi nasıl yükler?"
|
576 |
+
|
577 |
+
#: templates/help.php:162
|
578 |
+
msgid "This plugin automatically creates a <a href=\"%s\" target=\"_blank\">must-use</a> plugin to load before other plugins. If that doesn't work, it runs like a regular plugin."
|
579 |
+
msgstr "Bu eklenti, diğer eklentilerden önce yüklenmesi için bir <a href=\"%s\" target=\"_blank\">kullanılması-zorunlu</a> eklenti oluşturur. Eğer bu işe yaramazsa, düzenli bir eklenti gibi açlışır."
|
580 |
+
|
581 |
+
#: templates/help.php:166
|
582 |
+
msgid "You are currently using:"
|
583 |
+
msgstr "Şu anda kullandığınız:"
|
584 |
+
|
585 |
+
#: templates/help.php:173
|
586 |
+
msgid "must-use plugin"
|
587 |
+
msgstr "kullanılması-zorunlu eklenti"
|
588 |
+
|
589 |
+
#: templates/help.php:177
|
590 |
+
msgid "plugin"
|
591 |
+
msgstr "eklenti"
|
592 |
+
|
593 |
+
#: templates/help.php:184
|
594 |
+
msgid "How accurate are these results?"
|
595 |
+
msgstr "Bu sonuçlar ne kadar doğrudur?"
|
596 |
+
|
597 |
+
#: templates/help.php:186
|
598 |
+
msgid ""
|
599 |
+
"The results have an inherent margin of error because of the nature of the tool and its multi-layered design. The plugin changes the environment to measure it, and that makes it impossible to get completely accurate results.\n"
|
600 |
+
"<br /><br />\n"
|
601 |
+
"It gets really close, though! The \"margin of error\" on the Advanced Metrics page displays the discrepancy between the measured results (the time for your site's PHP code to completely run) and the expected results (sum of the plugins, core, theme, profile load times) to show you the plugin's accuracy.\n"
|
602 |
+
"<br /><br />\n"
|
603 |
+
"If you want more accurate results, you'll need to resort to a different profiler like <a href=\"%1$s\" target=\"_blank\">%2$s</a>, but this will not break down results by plugin."
|
604 |
+
msgstr ""
|
605 |
+
"Sonuçlar, aracın doğası ve çok katmanlı oluşu gereği bir içsel hata payına sahiptir. Eklenti bunu ölçmek için ortamı değiştirir ve bu tamamen doğru sonuçlar elde etmeyi imkansız hale getirmektedir.\n"
|
606 |
+
"<br /><br />\n"
|
607 |
+
"Yine de, o gerçekten çok yakındır! Gelişmiş ölçümler sayfasındaki \"hata payı\" ölçüm sonuçları arasındaki uyumsuzlukları (site PHP kodunuzun tamamen çalışması için zaman) ve beklenen sonuçları (eklentiler toplamı, çekirdek, tema, profil yükleme süreleri) size eklentilerin doğruluğunu gösterir.\n"
|
608 |
+
"<br /><br />\n"
|
609 |
+
"Eğer daha doğru sonuçlar istiyorsanız, <a href=\"%1$s\" target=\"_blank\">%2$s</a> gibi farklı bir profile başvurmanız gerekir, fakat bu eklenti sonuçlarını bozmayacaktır."
|
610 |
+
|
611 |
+
#: templates/help.php:191
|
612 |
+
msgid "xdebug"
|
613 |
+
msgstr "xdebug"
|
614 |
+
|
615 |
+
#: templates/help.php:197
|
616 |
+
msgid "Why are some plugins slow?"
|
617 |
+
msgstr "Bazı eklentiler neden yavaş?"
|
618 |
+
|
619 |
+
#: templates/help.php:199
|
620 |
+
msgid ""
|
621 |
+
"WordPress is a complex ecosystem of plugins and themes, and it lives on a complex ecosystem of software on your web server.\n"
|
622 |
+
"<br /><br />\n"
|
623 |
+
"If a plugin runs slowly just once, it's probably an anomaly, a transient hiccup, and you can safely ignore it.\n"
|
624 |
+
"<br /><br />\n"
|
625 |
+
"If a plugin shows slowness once on a reguarly basis (e.g. every time you run a scan, once a day, once an hour), a scheduled task might be causing it. Plugins that backup your site, monitor your site for changes, contact outside sources (e.g. RSS feeds), warm up caches, etc. can exhibit this kind of behavior.\n"
|
626 |
+
"<br /><br />\n"
|
627 |
+
"If a plugin shows as fast-slow-fast-slow-fast-slow, it could be caused as the plugin loads its main code, then a follow-up piece of code, like a piece of generated JavaScript.\n"
|
628 |
+
"<br /><br />\n"
|
629 |
+
"If a plugin consistently shows slowness, you might want to contact the plugin author or try deactivating the plugin temporarily to see if it makes a difference on your site."
|
630 |
+
msgstr ""
|
631 |
+
"WordPress eklentileri ve temaları karmaşık bir ekosistemdir ve sunucunuzda karmaşık bir ekosistem yazılımında yaşar.\n"
|
632 |
+
"<br /><br />\n"
|
633 |
+
"Eğer bir eklenti sadece bir kez yavaş çalışdıysa, muhtemelen bir anormallik, geçici bir hıçkırık vardır, güvenle yok sayabilirsiniz.\n"
|
634 |
+
"<br /><br />\n"
|
635 |
+
"Eğer bir eklenti sürekli olarak yavaşlık gösteriyorsa (örn. taramayı çalıştırdığınızda, günde bir, saatte bir), zamanlanmış bir görev neden olabilir. Sitenizde yedekleme, değişiklikleri izleme, dış kaynaklara başvurma (örn. RSS beslemeleri), ön bellekleri canlandırma vs. gibi eklentiler bu tür bir davranış sergileyebilir.\n"
|
636 |
+
"<br /><br />\n"
|
637 |
+
"Eğer bir eklenti, hızlı-yavaş-hızlı-yavaş-hızlı-yavaş olarak görünüyorsa, oluşturulan bir JavaScript parçası gibi eklenti ana kodunu yükler ve sonra kodun bir parçasını takip ettiği için olabilir.\n"
|
638 |
+
"<br /><br />\n"
|
639 |
+
"Eğer bir eklenti sürekli yavaşlık gösteriyorsa, eklenti yazarına başvurun ya da sitenizde bir fark yaratır mı diye görmek için geçici olarak eklentiyi devre dışı bırakarak deneyin."
|
640 |
+
|
641 |
+
#: templates/help.php:212
|
642 |
+
msgid "How are these results different from YSlow / PageSpeed / Webpagetest.org / Pingdom Tools?"
|
643 |
+
msgstr "Bu sonuçlar YSlow / PageSpeed / Webpagetest.org / Pingdom Araçlarından nasıl farklı?"
|
644 |
+
|
645 |
+
#: templates/help.php:214
|
646 |
+
msgid "This plugin measures how your site was generated on the server. Tools like <a href=\"%1$s\" target=\"_blank\">%2$s</a>, <a href=\"%3$s\" target=\"_blank\">%4$s</a>, <a href=\"%5$s\" target=\"_blank\">%6$s</a>, and <a href=\"%7$s\" target=\"_blank\">%8$s</a> measure how your site looks to the browser."
|
647 |
+
msgstr "Bu eklenti sitenizin sunucu üzerinde nasıl oluşturulduğunu ölçer. <a href=\"%1$s\" target=\"_blank\">%2$s</a>, <a href=\"%3$s\" target=\"_blank\">%4$s</a>, <a href=\"%5$s\" target=\"_blank\">%6$s</a> ve <a href=\"%7$s\" target=\"_blank\">%8$s</a> gibi araçlar sitenizin tarayıcılarda nasıl göründüğünü gösterir."
|
648 |
+
|
649 |
+
#: templates/help.php:215
|
650 |
+
#: templates/help.php:337
|
651 |
+
msgid "YSlow"
|
652 |
+
msgstr "YSlow"
|
653 |
+
|
654 |
+
#: templates/help.php:216
|
655 |
+
msgid "PageSpeed"
|
656 |
+
msgstr "PageSpeed"
|
657 |
+
|
658 |
+
#: templates/help.php:217
|
659 |
+
msgid "Webpagetest.org"
|
660 |
+
msgstr "Webpagetest.org"
|
661 |
+
|
662 |
+
#: templates/help.php:218
|
663 |
+
#: templates/help.php:335
|
664 |
+
msgid "Pingdom Tools"
|
665 |
+
msgstr "Pingdom Araçları"
|
666 |
+
|
667 |
+
#: templates/help.php:224
|
668 |
+
msgid "What can interfere with testing?"
|
669 |
+
msgstr "Testi ne bozabilir?"
|
670 |
+
|
671 |
+
#: templates/help.php:226
|
672 |
+
msgid ""
|
673 |
+
"Opcode optimizers can interfere with PHP backtraces. Leaving opcode optimizers turned on will result in timing that more accurately reflects your site's real performance, but the function calls to plugins may be \"optimized\" out of the backtraces and some plugins (especially those with only one hook) might not show up. Disabling opcode caches results in slower times, but shows all plugins.\n"
|
674 |
+
"<br /><br />\n"
|
675 |
+
"By default, this plugin attempts to disable any detected opcode optimizers when it runs. You can change this setting by clicking \"Advanced Settings\" under \"Start Scan.\"\n"
|
676 |
+
"<br /><br />\n"
|
677 |
+
"Caching plugins that have an option to disable caches for logged in users will not give you the same performance profile that an anonymous users experience. To get around this, you should select a manual scan, then run an incognito browser window, or run another browser, and browse your site as a logged out user. When you're finished, click \"I'm done,\" and your scan should show the performance of an anonymous user."
|
678 |
+
msgstr ""
|
679 |
+
"Işlem kodu düzenleyicileri PHP geri izleme ile engelleyebilir. İşlem kodu düzenleyicilerini açık bırakmak zamanlamayı doğrusal yansıtarak sitenizin gerçek performansını etkiler, fakat eklentilerin işlev istemcileri geri izlemeler dışında \"düzenlenmiş\" olabilir ve bazı eklentiler (özellikle de tek kancalılar) gözükmeyebilir. İşlem kodunu devre dışı bırakmak yakalama zamanını arttırır fakat tüm eklentileri gösterir.\n"
|
680 |
+
"<br /><br />\n"
|
681 |
+
"Varsayılan olarak, eklenti çalıştırıldığında algılanan bir işlem kodu düzenleyicisini devre dışı bırakmayı dener. Bu ayarı \"Taramayı Başlat\" altındaki \"Gelişmiş Ayaralar\" bölümünden değiştirebilirsiniz.\n"
|
682 |
+
"<br /><br />\n"
|
683 |
+
"Ön bellek eklentileri, anonim kullanıcılar ile aynı performansın verilmediği giriş yapmış kullanıcılar için bir ön bellek kapatma seçeneği sunar. Bunu çözmek için, el ile taramayı seçin, daha sonra gizli bir tarayıcı penceresinde veya başka bir tarayıcıda çalıştırın ve bir çıkış yapmış kullanıcı olarak sitenize göz atın. Bitirdiğinizde \"Ben Tamamım\"a tıklayın, tarama size anonim bir kullanıcının performansını gösterecektir."
|
684 |
+
|
685 |
+
#: templates/help.php:235
|
686 |
+
msgid "Is my site using an opcode optimizer?"
|
687 |
+
msgstr "Sitem bir işlem kodu düzenleyici kullanıyormu?"
|
688 |
+
|
689 |
+
#: templates/help.php:238
|
690 |
+
msgid "Your site is using XCache. Although XCache reports that no opcode optimization won't be implemented until version 2.0, this has been known to cause problems with P3."
|
691 |
+
msgstr "Siteniz XCache kullanıyor. XCache 2.0 sürümüne kadar işlem kodu düzenleyici kullanılmadığını raporlamasına karşın P3 ile bilinen problemlere neden olmuştur."
|
692 |
+
|
693 |
+
#: templates/help.php:242
|
694 |
+
msgid "Your site is using APC. This has not been known to cause problems with P3."
|
695 |
+
msgstr "Siteniz APC kullanıyor. Bu P3 ile bilinen bir probleme neden olmamıştır."
|
696 |
+
|
697 |
+
#: templates/help.php:246
|
698 |
+
msgid "Your site is using eaccelerator with optimization enabled. This has been known to cause problems with P3."
|
699 |
+
msgstr "Siteniz düzenleme etkin bir şekilde eaccelerator kullanıyor. Bu P3 ile bilinen problemlere neden olmuştur."
|
700 |
+
|
701 |
+
#: templates/help.php:248
|
702 |
+
msgid "To temporarily disable the optimizer you can add <code>php_flag eaccelerator.optimizer Off</code> to your site's .htaccess file."
|
703 |
+
msgstr "Düzenleyiciyi geçici olarak devre dışı bırakmak için .htaccess dosyanıza <code>php_flag eaccelerator.optimizer Off</code> ekleyebilirsiniz."
|
704 |
+
|
705 |
+
#: templates/help.php:250
|
706 |
+
msgid "To temporarily disable the optimizer you can add <code>eaccelerator.optimizer = 0</code> to your site's <a href=\"%1$s\" target=\"_blank\">%2$s file</a>."
|
707 |
+
msgstr "Düzenleyiciyi geçici olarak devre dışı bırakmak için sitenizin <a href=\"%1$s\" target=\"_blank\">%2$s dosyasına</a> <code>eaccelerator.optimizer = 0</code> ekleyebilirsiniz."
|
708 |
+
|
709 |
+
#: templates/help.php:255
|
710 |
+
msgid "To temporarily disable the optimizer you can ask your hosting provider."
|
711 |
+
msgstr "Düzenleyiciyi geçici olarak devre dışı bırakmak için hosting firmanıza sorabilirsiniz."
|
712 |
+
|
713 |
+
#: templates/help.php:260
|
714 |
+
msgid "Your site is using Zend Optimizer+. This has not been known to cause problems with P3."
|
715 |
+
msgstr "Siteniz Zend Optimizer+ kullanıyor. Bu P3 ile bilinen bir probleme neden olmamıştır."
|
716 |
+
|
717 |
+
#: templates/help.php:264
|
718 |
+
msgid "Your site is using the IonCube loader. This has not been known to cause problems with P3."
|
719 |
+
msgstr "Siteniz IonCube loader kullanıyor. Bu P3 ile bilinen bir probleme neden olmamıştır."
|
720 |
+
|
721 |
+
#: templates/help.php:268
|
722 |
+
msgid "Your site is using wincache. This has not been known to cause problems with P3."
|
723 |
+
msgstr "Siteniz wincache kullanıyor. Bu P3 ile bilinen bir probleme neden olmamıştır."
|
724 |
+
|
725 |
+
#: templates/help.php:272
|
726 |
+
msgid "Your site is using the Zend Guard loader. This has not been known to cause problems with P3."
|
727 |
+
msgstr "Siteniz Zend Guard loader kullanıyor. Bu P3 ile bilinen bir probleme neden olmamıştır."
|
728 |
+
|
729 |
+
#: templates/help.php:276
|
730 |
+
msgid "Your site is using the Zend Optimizer. This extension has not been tested with P3. Please report any problems."
|
731 |
+
msgstr "Siteniz Zend Optimizer kullanıyor. Bu eklenti henüz P3 ile test edilmedi. Bir hata durumunda lütfen rapor ediniz."
|
732 |
+
|
733 |
+
#: templates/help.php:280
|
734 |
+
msgid "P3 has not detected any opcode optimizers on your site. Although none were detected, an opcode optimizer may still be present. Contact your server administrator with any questions."
|
735 |
+
msgstr "P3 sitenizde herhangi bir işlem kodu düzenleyici tespit etmedi. Tespit edilmese de bir işlem kodu düzenleyici hala mevcut olabilir. Sorularınız varsa, sunucu yöneticinize başvurunuz."
|
736 |
+
|
737 |
+
#: templates/help.php:287
|
738 |
+
msgid "How much room do these profiles take up on my server"
|
739 |
+
msgstr "Bu profiller sunucumda ne kadar yer kaplar?"
|
740 |
+
|
741 |
+
#: templates/help.php:300
|
742 |
+
msgid "The scans are stored in <code>%1$s</code> and take up %2$s of disk space. Each time you run a scan, this storage requirement goes up, and each time you delete a scan, it goes down."
|
743 |
+
msgstr "Taramalar <code>%1$s</code> dosya yolunda depolanır ve diskte %2$s kadar bir alanı kaplar. Her taramada bu depolama gereksinimi artar ve taramaları sildiğinizde de azalır."
|
744 |
+
|
745 |
+
#: templates/help.php:308
|
746 |
+
msgid "Is this plugin always running?"
|
747 |
+
msgstr "Bu eklenti her zaman çalışıyor mu?"
|
748 |
+
|
749 |
+
#: templates/help.php:310
|
750 |
+
msgid ""
|
751 |
+
"The short answer is no.\n"
|
752 |
+
"<br /><br />\n"
|
753 |
+
"The more detailed answer is the loader is always running, but checks very early in the page loading process to see if you've enabled profiling mode and if the user's IP address matches the IP address the plugin is monitoring. For multisite installations, it also matches the site URL. If all these match, the plugin becomes active and profiles. Otherwise, your site loads as normal with no other code overhead.\n"
|
754 |
+
"<br /><br />\n"
|
755 |
+
"Deactivating the plugin ensures it's not running at all, and does not delete your scans. However, uninstalling the plugin does delete your scans."
|
756 |
+
msgstr ""
|
757 |
+
"Kısa cevap hayır.\n"
|
758 |
+
"<br /><br />\n"
|
759 |
+
"Daha detaylı cevap ise, yükleyici her zaman çalışır fakat sayfa yükleme işleminin en başında profilleme modunu açıp açmadığınızı ve izlenen IP adresi ile kullanıcı IP adreslerinin eşleşip eşleşmediğini denetler. Çoklu site kurulumlarında ayrıca site URL eşleştirir. Eğer tüm bunlar eşleşirse, eklenti aktif hale gelir ve profilleme yapar. Bunun dışında, siteniz normal birşekilde ek bir kod olmadan yüklenir.\n"
|
760 |
+
"<br /><br />\n"
|
761 |
+
"Eklentinin devre dışı bırakılması artık çalışmamasını sağlar ve herhangi bir taramanızı silmez. Ancak, eklentiyi kaldırmak taramalarınızı siler."
|
762 |
+
|
763 |
+
#: templates/help.php:319
|
764 |
+
msgid "How can I test specific pages on my site?"
|
765 |
+
msgstr "Sitemdeki belirli sayfaları nasıl test edebilirim?"
|
766 |
+
|
767 |
+
#: templates/help.php:321
|
768 |
+
msgid ""
|
769 |
+
"When you start a scan, choose \"Manual Scan\" and then you can visit specific links on your site that you want to profile. If you want to profile the admin section, just click the \"X\" in the top right of the scan window and you'll be returned to your admin section. You can browse as normal, then come back to the profile page and click \"Stop Scan\" when you're ready to view the results.\n"
|
770 |
+
"<br /><br />\n"
|
771 |
+
"To scan your site as an anonymous user, select \"Manual Mode\" as above, but instead of clicking your site in the scan window, open a different browser (or an incognito window) and browse your site as a logged out user. When you're done, close that browser and return to your admin. Click \"I'm done\" and view your scan results."
|
772 |
+
msgstr ""
|
773 |
+
"Bir tarama başlattığınızda \"El ile Tarama\"yı seçin ve sonra profilini çıkartmak istediğiniz belirli bağlantıyı ziyaret edebilirsiniz. Eğer yönetici bölümünü profillemek isterseniz, tarama penceresinin sağ üst köşesindeki \"X\" butonuna tıkladığınızda yönetici bölümüne geri döneceksiniz. Tarayıcınız ile normal olarak gezinin, sonra sonuçları görmeye hazır olduğunuzda profil sayfasına geri gelip \"Taramayı Durdur\" butonuna tıklayın.\n"
|
774 |
+
"<br /><br />\n"
|
775 |
+
"Bir anonim kullanıcı olarak sitenizi taramak için üstteki gibi \"El ile Tarama\"yı seçin, ancak tarama penceresinden sitenize tıklamak yerine farklı bir tarayıcı (veya bir gizli pencere) açın ve sitenizi çıkış yapmış bir kullanıcı olarak gezin. Tamamladığınızda, bu tarayıcıyı kapatın yönetici paneline dönün. \"Ben Tamamım\" butonuna tıklayın ve sonuçlarınızı görün."
|
776 |
+
|
777 |
+
#: templates/help.php:328
|
778 |
+
msgid "My plugins don't seem to cause site slowness. Why is my site still slow?"
|
779 |
+
msgstr "Eklentilerimin sitede yavaşlığa neden olduğu görünmüyor. Sitem neden hala yavaş?"
|
780 |
+
|
781 |
+
#: templates/help.php:330
|
782 |
+
msgid ""
|
783 |
+
"Your site can be slow for a number of reasons. Your site could have a lot of traffic, other sites on your server could have a lot of traffic, you could be referencing content from other sites that are slow, your Internet connection could be slow, your server could be out of RAM, your site could be very image heavy, your site could require a lot of HTTP requests, etc. In short, a lot of factors can cause slowness on your site\n"
|
784 |
+
"<br /><br />\n"
|
785 |
+
"Your next stop should be to use <a href=\"%1$s\" target=\"_blank\">%2$s</a>, <a href=\"%3$s\" target=\"_blank\">%4$s</a>, <a href=\"%5$s\" target=\"_blank\">%6$s</a>, <a href=\"%7$s\" target=\"_blank\">%8$s</a>, and your browser's development tools like <a href=\"%9$s\" target=\"_blank\">%10$s</a> for Firefox, <a href=\"%11$s\" target=\"_blank\">%12$s</a> for Chrome, or <a href=\"%13$s\" target=\"_blank\">%14$s</a> for Safari.\n"
|
786 |
+
"<br /><br />\n"
|
787 |
+
"After you've tuned your site up as much as possible, if you're still not happy with its performance, you should consult your site/server administrator or hosting support."
|
788 |
+
msgstr ""
|
789 |
+
"Siteniz bir takım nedenlerden dolayı yavaş olabilir. Sitenizde çok fazla trafik olabilir, sunucu üzerindeki diğer sitelerde çok fazla trafik olabilir, başka yavaş sitelerden içerik bağlamış olabilirsiniz, internet bağlantınız yavaş olabilir, sunucunuzda RAM aşımı olabilir, siteniz çok fazla resim ağırlıklı olabilir, sitenizde çok fazla HTTP isteği olabilir vs. Kısaca, sitenizde bir çok faktör yavaşlığa neden olabilir.\n"
|
790 |
+
"<br /><br />\n"
|
791 |
+
"Bir sonraki durağınız <a href=\"%1$s\" target=\"_blank\">%2$s</a>, <a href=\"%3$s\" target=\"_blank\">%4$s</a>, <a href=\"%5$s\" target=\"_blank\">%6$s</a>, <a href=\"%7$s\" target=\"_blank\">%8$s</a> ve tarayıcınızın geliştirici araçları olan Firefox için <a href=\"%9$s\" target=\"_blank\">%10$s</a>, Chrome için <a href=\"%11$s\" target=\"_blank\">%12$s</a> veya Safari için <a href=\"%13$s\" target=\"_blank\">%14$s</a> kullanmak olmalıdır.\n"
|
792 |
+
"<br /><br />\n"
|
793 |
+
"Sitenizi mümkün olduğunca düzelttikten sonra eğer hala bu performansdan memnun değilseniz, site/sunucu yöneticiniz veya barındırıcı yardım hattına danışmalısınız."
|
794 |
+
|
795 |
+
#: templates/help.php:336
|
796 |
+
msgid "Webpage Test"
|
797 |
+
msgstr "Webpage Test"
|
798 |
+
|
799 |
+
#: templates/help.php:338
|
800 |
+
msgid "Google PageSpeed"
|
801 |
+
msgstr "Google PageSpeed"
|
802 |
+
|
803 |
+
#: templates/help.php:347
|
804 |
+
msgid "Where can I view the debug log?"
|
805 |
+
msgstr "Hata ayıklama günlüğünü nereden görebilirim?"
|
806 |
+
|
807 |
+
#: templates/help.php:349
|
808 |
+
msgid "Debug mode will record 100 visits to your site, then turn off automatically. You can view the log below. The entries are shown in reverse order with the latest visits appearing at the top of the list. You can also <a href=\"%1$s\" class=\"button-secondary\">Clear the log</a> or <a href=\"%2$s\" class=\"button-secondary\">Download the log</a> as a CSV."
|
809 |
+
msgstr "Hata ayıklama modu sitenizin 100 ziyaretini kaydeder, sonra otomatik olarak kapanır. Günlüğü altta görebilirsiniz. Girişler, listenin en üstünde son ziyaretler olacak şekilde listelenir. Ayrıca, <a href=\"%1$s\" class=\"button-secondary\">Günlüğü temizle</a> ya da CSV olarak <a href=\"%2$s\" class=\"button-secondary\">Günlüğü indir</a> işlemlerini yapabilirsiniz."
|
810 |
+
|
811 |
+
#: templates/help.php:356
|
812 |
+
msgid "Debug Log"
|
813 |
+
msgstr "Hata Ayıklama Günlüğü"
|
814 |
+
|
815 |
+
#: templates/help.php:365
|
816 |
+
#: templates/help.php:405
|
817 |
+
msgctxt "Symbol meaning number"
|
818 |
+
msgid "#"
|
819 |
+
msgstr "#"
|
820 |
+
|
821 |
+
#: templates/help.php:398
|
822 |
+
msgid "ago"
|
823 |
+
msgstr "önce"
|
824 |
+
|
825 |
+
#: templates/help.php:424
|
826 |
+
msgid "What if I get a warning about usort()?"
|
827 |
+
msgstr "Ya usort() hakkında bir uyarı alırsam?"
|
828 |
+
|
829 |
+
#: templates/help.php:426
|
830 |
+
msgctxt "Warning message is taken verbatim from PHP output"
|
831 |
+
msgid "Warning messages like this: <code>Warning: usort() [function.usort]: Array was modified by the user comparison function</code> are due to a known php bug. See <a href=\"%s\" target=\"_blank\">php bug #50688</a> for more information. This warning does not affect the functionality of your site and it is not visible to your users."
|
832 |
+
msgstr "Bunun gibi uyarı mesajları: <code>Warning: usort() [function.usort]: Array was modified by the user comparison function</code> bilinen bir PHP hatasından kaynaklanır. Daha fazla bilgi için <a href=\"%s\" target=\"_blank\">php bug #50688</a> sayfasına bakın. Bu uyarı sitenizin işlevselliğini etkilemez ve kullanıcılar için görünür değildir."
|
833 |
+
|
834 |
+
#: templates/help.php:433
|
835 |
+
msgid "Does this plugin increase memory usage on my site?"
|
836 |
+
msgstr "Bu eklenti sitemde bellek kullanımını arttırır mı?"
|
837 |
+
|
838 |
+
#: templates/help.php:435
|
839 |
+
msgid "When you run a performance scan on your site, the memory requirements go up during the scan. Accordingly, P3 sets your <a href=\"%1$s\" target=\"_blank\">%2$s</a> to 256 MB and <a href=\"%3$s\" target=\"_blank\">%4$s</a> to 90 seconds during a performance scan. These changes are not permanent and are only in effect when a performance scan is actively running."
|
840 |
+
msgstr "Sitenizde bir performans taraması çalıştırdığınızda, bellek gereksinimleri tarama sırasında artar. Buna göre, P3 tarama esnasında <a href=\"%1$s\" target=\"_blank\">%2$s</a> değerini 256 MB ve <a href=\"%3$s\" target=\"_blank\">%4$s</a> değerini 90 saniye olarak ayarlar. Bu değişiklikler kalıcı değildir ve sadece bir performans taraması aktif olarak çalışırken geçerlidir."
|
841 |
+
|
842 |
+
#: templates/help.php:436
|
843 |
+
msgid "memory limit"
|
844 |
+
msgstr "bellek limiti"
|
845 |
+
|
846 |
+
#: templates/help.php:437
|
847 |
+
msgid "time limit"
|
848 |
+
msgstr "zaman limiti"
|
849 |
+
|
850 |
+
#: templates/help.php:443
|
851 |
+
#: templates/help.php:448
|
852 |
+
msgid "Glossary"
|
853 |
+
msgstr "Terimler"
|
854 |
+
|
855 |
+
#: templates/help.php:461
|
856 |
+
msgid "Total Load Time"
|
857 |
+
msgstr "Toplam Yükleme Süresi"
|
858 |
+
|
859 |
+
#: templates/help.php:463
|
860 |
+
msgid "The length of time the site took to load. This is an observed measurement (start timing when the page was requested, stop timing when the page was delivered to the browser, calculate the difference). Lower is better."
|
861 |
+
msgstr "Sitenin yüklenmesi için geçen sürenin uzunluğu. Bu gözlemlenen bir ölçümüdür (sayfa açma isteği gönderdiğinizde süre tutmaya başlayın, sayfa tarayıcınıza gönderildiğinde durdurun, aradaki farkı hesaplayın). Daha az daha iyidir."
|
862 |
+
|
863 |
+
#: templates/help.php:469
|
864 |
+
#: templates/view-scan.php:414
|
865 |
+
#: templates/view-scan.php:472
|
866 |
+
#: templates/view-scan.php:887
|
867 |
+
msgid "Site Load Time"
|
868 |
+
msgstr "Site Yükleme Süresi"
|
869 |
+
|
870 |
+
#: templates/help.php:471
|
871 |
+
#: templates/view-scan.php:886
|
872 |
+
msgid "The calculated total load time minus the profile overhead. This is closer to your site's real-life load time. Lower is better."
|
873 |
+
msgstr "Hesaplanan toplam yükleme süresinden profil yükü çıkarılır. Bu, sitenizin gerçek zamanlı yükleme süresine yakındır. Daha az daha iyidir."
|
874 |
+
|
875 |
+
#: templates/help.php:476
|
876 |
+
msgid "Profile Overhead"
|
877 |
+
msgstr "Profil Yükü"
|
878 |
+
|
879 |
+
#: templates/help.php:478
|
880 |
+
msgid "The load time spent profiling code. Because the profiler slows down your load time, it is important to know how much impact the profiler has. However, it doesn't impact your site's real-life load time."
|
881 |
+
msgstr "Yükleme süresi profilleme kodu içerir. Profilci yükleme süresini yavaşlatır, profilcinin ne kadar etkisi olabileceğini bilmek önemlidir. Ancak, sitenizin gerçek zamanlı yükleme süresini etkilememektedir."
|
882 |
+
|
883 |
+
#: templates/help.php:485
|
884 |
+
msgid "The load time caused by plugins. Because of WordPress' construction, we can trace a function call from a plugin through a theme through the core. The profiler prioritizes plugin calls first, theme calls second, and core calls last. Lower is better."
|
885 |
+
msgstr "Eklenti kaynaklı yükleme süresi. WordPress yapısı gereği, biz bir eklentinin tema ve çekirdek dosya üzerinden işlev çağrısını takip edebiliriz. Profilci ilk önce eklenti çağrılarını, ikinici olarak tema çağrılarını ve sonuncu olarak çekirdek çağrılarını ön planda tutar. Daha az daha iyidir."
|
886 |
+
|
887 |
+
#: templates/help.php:490
|
888 |
+
msgid "Theme Load Time"
|
889 |
+
msgstr "Tema Yükleme Süresi"
|
890 |
+
|
891 |
+
#: templates/help.php:492
|
892 |
+
#: templates/view-scan.php:910
|
893 |
+
msgid "The load time spent applying the theme. Because of WordPress' construction, we can trace a function call from a plugin through a theme through the core. The profiler prioritizes plugin calls first, theme calls second, and core calls last. Lower is better."
|
894 |
+
msgstr "Yükleme süresi temanın uygulanmasını içerir. WordPress yapısı gereği, biz bir eklentinin tema ve çekirdek dosya üzerinden işlev çağrısını takip edebiliriz. Profilci ilk önce eklenti çağrılarını, ikinici olarak tema çağrılarını ve sonuncu olarak çekirdek çağrılarını ön planda tutar. Daha az daha iyidir."
|
895 |
+
|
896 |
+
#: templates/help.php:497
|
897 |
+
msgid "Core Load Time"
|
898 |
+
msgstr "Çekirdek Yükleme Süresi"
|
899 |
+
|
900 |
+
#: templates/help.php:499
|
901 |
+
#: templates/view-scan.php:918
|
902 |
+
msgid "The load time caused by the WordPress core. Because of WordPress' construction, we can trace a function call from a plugin through a theme through the core. The profiler prioritizes plugin calls first, theme calls second, and core calls last. This will probably be constant."
|
903 |
+
msgstr "WordPress çekirdek kaynaklı yükleme süresi. WordPress yapısı gereği, biz bir eklentinin tema ve çekirdek dosya üzerinden işlev çağrısını takip edebiliriz. Profilci ilk önce eklenti çağrılarını, ikinici olarak tema çağrılarını ve sonuncu olarak çekirdek çağrılarını ön planda tutar. Bu muhtemelen sabit olacaktır."
|
904 |
+
|
905 |
+
#: templates/help.php:504
|
906 |
+
msgid "Margin of Error"
|
907 |
+
msgstr "Hata Payı"
|
908 |
+
|
909 |
+
#: templates/help.php:506
|
910 |
+
msgid ""
|
911 |
+
"This is the difference between the observed runtime (what actually happened) and expected runtime (adding the plugin runtime, theme runtime, core runtime, and profiler overhead).\n"
|
912 |
+
"<br /><br />\n"
|
913 |
+
"There are several reasons this margin of error can exist. Most likely, the profiler is missing microseconds while adding the runtime it observed. Using a network clock to set the time (NTP) can also cause minute timing changes.\n"
|
914 |
+
"<br /><br />\n"
|
915 |
+
"Ideally, this number should be zero, but there's nothing you can do to change it. It will give you an idea of how accurate the other results are."
|
916 |
+
msgstr ""
|
917 |
+
"Bu, gözlem zamanı arasındaki fark (gerçekte ne olduğu) ve beklenen çalışma zamanıdır (eklenti çalışma zamanı, tema çalışma zamanı, çekirdek çalışma zamanı ve profilci yükü eklenir).\n"
|
918 |
+
"<br /><br />\n"
|
919 |
+
"Bu hata payının mevcut olmasının çeşitli nedenleri vardır. Büyük olasılıkla, gözlemlenen çalışma zamanı eklendiği sırada profilci mikrosaniyeleri atlar. Saati ayarlamak için bir ağ saatini (NTP) kullanmak da dakika zamanlama değişikliklerine neden olabilir.\n"
|
920 |
+
"<br /><br />\n"
|
921 |
+
"İdeal olarak, bu sayı sıfır olmalıdır fakat bunu değiştirmek için yapabileceğiniz bir şey yoktur. Bu size diğer sonuçların ne kadar doğru olduğu hakkında bir fikir verecektir."
|
922 |
+
|
923 |
+
#: templates/help.php:515
|
924 |
+
msgid "Observed"
|
925 |
+
msgstr "Gözlemlenen"
|
926 |
+
|
927 |
+
#: templates/help.php:517
|
928 |
+
msgid "The time the site took to load. This is an observed measurement (start timing when the page was requested, stop timing when the page was delivered to the browser, calculate the difference)."
|
929 |
+
msgstr "Sitenin yüklenmesi için geçen süre. Bu gözlemlenen bir ölçümüdür (sayfa açma isteği gönderdiğinizde süre tutmaya başlayın, sayfa tarayıcınıza gönderildiğinde durdurun, aradaki farkı hesaplayın). "
|
930 |
+
|
931 |
+
#: templates/help.php:522
|
932 |
+
msgid "Expected"
|
933 |
+
msgstr "Beklenen"
|
934 |
+
|
935 |
+
#: templates/help.php:524
|
936 |
+
#: templates/view-scan.php:934
|
937 |
+
msgid "The expected site load time calculated by adding plugin load time, core load time, theme load time, and profiler overhead."
|
938 |
+
msgstr "Eklenti yükleme zamanı, çekirdek yükleme zamanı, tema yükleme zamanı ve profilci yükü eklenerek hesaplanan beklenen yükleme zamanıdır."
|
939 |
+
|
940 |
+
#: templates/help.php:529
|
941 |
+
msgid "Plugin Function Calls"
|
942 |
+
msgstr "Eklenti İşlev Çağrıları"
|
943 |
+
|
944 |
+
#: templates/help.php:531
|
945 |
+
msgid "The number of PHP function calls generated by a plugin. Fewer is better."
|
946 |
+
msgstr "Bir eklenti tarafından oluşturulan PHP işlev çağrı sayısı. Daha az daha iyidir."
|
947 |
+
|
948 |
+
#: templates/help.php:536
|
949 |
+
msgid "Memory Usage"
|
950 |
+
msgstr "Bellek Kullanımı"
|
951 |
+
|
952 |
+
#: templates/help.php:538
|
953 |
+
msgid "The amount of RAM usage observed. This is reported by <a href=\"%s\" target=\"_blank\">memory_get_peak_usage()</a>. Lower is better."
|
954 |
+
msgstr "Gözlemlenen RAM kullanım miktarı. Bu <a href=\"%s\" target=\"_blank\">memory_get_peak_usage()</a> tarafından rapor edilir. Daha az daha iyidir."
|
955 |
+
|
956 |
+
#: templates/help.php:547
|
957 |
+
msgid "The number of queries sent to the database. This is reported by the WordPress function <a href=\"%s\" target=\"_blank\">get_num_queries()</a>. Fewer is better."
|
958 |
+
msgstr "Veri tabanına gönderilen sorgu sayısı. Bu <a href=\"%s\" target=\"_blank\">get_num_queries()</a> WordPress işlevi tarafından rapor edilir. Daha az daha iyidir."
|
959 |
+
|
960 |
+
#: templates/help.php:566
|
961 |
+
msgid "License"
|
962 |
+
msgstr "Lisans"
|
963 |
+
|
964 |
+
#: templates/help.php:568
|
965 |
+
#: templates/template.php:108
|
966 |
+
msgid "P3 (Plugin Performance Profiler) is Copyright © %1$s - %2$s <a href=\"%3$s\" target=\"_blank\">GoDaddy.com</a>. All rights reserved."
|
967 |
+
msgstr "P3 (Plugin Performance Profiler) Telif Hakkı © %1$s - %2$s <a href=\"%3$s\" target=\"_blank\">GoDaddy.com</a>. Tüm hakları saklıdır."
|
968 |
+
|
969 |
+
#: templates/help.php:570
|
970 |
+
msgid ""
|
971 |
+
"This program is offered under the terms of the GNU General Public License Version 2 as published by the Free Software Foundation.\n"
|
972 |
+
"<br /><br />\n"
|
973 |
+
"This program offered WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License Version 2 for the specific terms.\n"
|
974 |
+
"<br /><br />\n"
|
975 |
+
"A copy of the GNU General Public License has been provided with this program. Alternatively, you may find a copy of the license here: <a href=\"%s\" target=\"_blank\">%s</a>."
|
976 |
+
msgstr ""
|
977 |
+
"Bu program, Free Software Foundation tarafından yayınlanan 2. Sürüm GNU Genel Kamu Lisansı koşulları altında sunulmaktadır.\n"
|
978 |
+
"<br /><br />\n"
|
979 |
+
"Bu program GARANTİ OLMAKSIZIN sunulmaktadır; hatta TİCARİ ELVERİŞLİLİK ya da BELİRLİ BİR AMACA UYGUNLUK garantisi yoktur. Spesifik terimler için GNU Genel Kamu Lisansı Sürüm 2'ye gözatın.\n"
|
980 |
+
"<br /><br />\n"
|
981 |
+
"Bu program ile GNU Genel Kamu Lisansı'nın bir kopyası sağlanmıştır. Alternatif olarak, burada lisansın bir kopyasını bulabilirsiniz: <a href=\"%s\" target=\"_blank\">%s</a>."
|
982 |
+
|
983 |
+
#: templates/list-scans.php:16
|
984 |
+
msgid "Are you sure you want to delete these scans?"
|
985 |
+
msgstr "Bu taramaları silmek istediğinizden emin misiniz?"
|
986 |
+
|
987 |
+
#: templates/list-scans.php:24
|
988 |
+
msgid "Are you sure you want to delete this scan?"
|
989 |
+
msgstr "Bu taramayı silmek istediğinizden emin misiniz?"
|
990 |
+
|
991 |
+
#: templates/template.php:62
|
992 |
+
msgid "P3 - Plugin Performance Profiler"
|
993 |
+
msgstr "P3 - Plugin Performance Profiler"
|
994 |
+
|
995 |
+
#: templates/template.php:68
|
996 |
+
msgid "Current"
|
997 |
+
msgstr "Güncel"
|
998 |
+
|
999 |
+
#: templates/template.php:70
|
1000 |
+
msgid "History"
|
1001 |
+
msgstr "Geçmiş"
|
1002 |
+
|
1003 |
+
#: templates/template.php:71
|
1004 |
+
msgid "Help"
|
1005 |
+
msgstr "Yardım"
|
1006 |
+
|
1007 |
+
#: templates/template.php:97
|
1008 |
+
msgid "Do you like this plugin?"
|
1009 |
+
msgstr "Bu eklentiyi sevdiniz mi?"
|
1010 |
+
|
1011 |
+
#: templates/template.php:99
|
1012 |
+
msgid "I just optimized my WordPress site with %1$s %2$s"
|
1013 |
+
msgstr "Az önce WordPress sitemi %1$s %2$s ile optimize ettim"
|
1014 |
+
|
1015 |
+
#: templates/template.php:99
|
1016 |
+
msgid "Tweet about it"
|
1017 |
+
msgstr "Hakkında twitle"
|
1018 |
+
|
1019 |
+
#: templates/template.php:100
|
1020 |
+
msgid "Rate it on the repository"
|
1021 |
+
msgstr "Eklenti havuzunda oy ver"
|
1022 |
+
|
1023 |
+
#: templates/template.php:106
|
1024 |
+
msgid "Logo"
|
1025 |
+
msgstr "Logo"
|
1026 |
+
|
1027 |
+
#: templates/view-scan.php:51
|
1028 |
+
msgid "Toggle Series"
|
1029 |
+
msgstr "Toggle Serisi"
|
1030 |
+
|
1031 |
+
#: templates/view-scan.php:71
|
1032 |
+
msgid "Email Report"
|
1033 |
+
msgstr "Eposta Raporu"
|
1034 |
+
|
1035 |
+
#: templates/view-scan.php:75
|
1036 |
+
msgid "Send"
|
1037 |
+
msgstr "Gönder"
|
1038 |
+
|
1039 |
+
#: templates/view-scan.php:176
|
1040 |
+
msgid "No plugins"
|
1041 |
+
msgstr "Eklenti Yok"
|
1042 |
+
|
1043 |
+
#: templates/view-scan.php:206
|
1044 |
+
#: templates/view-scan.php:311
|
1045 |
+
#: templates/view-scan.php:501
|
1046 |
+
#: templates/view-scan.php:664
|
1047 |
+
#: templates/view-scan.php:882
|
1048 |
+
#: templates/view-scan.php:890
|
1049 |
+
#: templates/view-scan.php:898
|
1050 |
+
#: templates/view-scan.php:906
|
1051 |
+
#: templates/view-scan.php:914
|
1052 |
+
#: templates/view-scan.php:922
|
1053 |
+
#: templates/view-scan.php:930
|
1054 |
+
msgid "seconds"
|
1055 |
+
msgstr "saniye"
|
1056 |
+
|
1057 |
+
#: templates/view-scan.php:222
|
1058 |
+
msgid "WP Core time"
|
1059 |
+
msgstr "WP Çekirdek süresi"
|
1060 |
+
|
1061 |
+
#: templates/view-scan.php:233
|
1062 |
+
msgid "Theme time"
|
1063 |
+
msgstr "Tema süresi"
|
1064 |
+
|
1065 |
+
#: templates/view-scan.php:244
|
1066 |
+
msgid "Plugin time"
|
1067 |
+
msgstr "Eklenti süresi"
|
1068 |
+
|
1069 |
+
#: templates/view-scan.php:328
|
1070 |
+
msgid "# of Queries"
|
1071 |
+
msgstr "# Sorguları"
|
1072 |
+
|
1073 |
+
#: templates/view-scan.php:394
|
1074 |
+
msgid "query"
|
1075 |
+
msgstr "sorgu"
|
1076 |
+
|
1077 |
+
#: templates/view-scan.php:394
|
1078 |
+
#: templates/view-scan.php:967
|
1079 |
+
msgid "queries"
|
1080 |
+
msgstr "sorgu"
|
1081 |
+
|
1082 |
+
#: templates/view-scan.php:429
|
1083 |
+
#: templates/view-scan.php:473
|
1084 |
+
#: templates/view-scan.php:527
|
1085 |
+
#: templates/view-scan.php:577
|
1086 |
+
msgid "WP Core Time"
|
1087 |
+
msgstr "WP Çekirdek Süresi"
|
1088 |
+
|
1089 |
+
#: templates/view-scan.php:433
|
1090 |
+
#: templates/view-scan.php:474
|
1091 |
+
#: templates/view-scan.php:540
|
1092 |
+
#: templates/view-scan.php:578
|
1093 |
+
msgid "Theme"
|
1094 |
+
msgstr "Tema"
|
1095 |
+
|
1096 |
+
#: templates/view-scan.php:607
|
1097 |
+
msgid "No data"
|
1098 |
+
msgstr "Veri yok"
|
1099 |
+
|
1100 |
+
#: templates/view-scan.php:698
|
1101 |
+
msgid "Runtime By Plugin"
|
1102 |
+
msgstr "Eklenti Çalışma Zamanı"
|
1103 |
+
|
1104 |
+
#: templates/view-scan.php:699
|
1105 |
+
#: templates/view-scan.php:708
|
1106 |
+
msgid "Detailed Breakdown"
|
1107 |
+
msgstr "Ayrıntılı Döküm"
|
1108 |
+
|
1109 |
+
#: templates/view-scan.php:700
|
1110 |
+
msgid "Simple Timeline"
|
1111 |
+
msgstr "Basit Çizelge"
|
1112 |
+
|
1113 |
+
#: templates/view-scan.php:701
|
1114 |
+
#: templates/view-scan.php:835
|
1115 |
+
msgid "Detailed Timeline"
|
1116 |
+
msgstr "Ayrıntılı Çizelge"
|
1117 |
+
|
1118 |
+
#: templates/view-scan.php:702
|
1119 |
+
#: templates/view-scan.php:800
|
1120 |
+
msgid "Query Timeline"
|
1121 |
+
msgstr "Sorgu Çizelgesi"
|
1122 |
+
|
1123 |
+
#: templates/view-scan.php:703
|
1124 |
+
#: templates/view-scan.php:872
|
1125 |
+
msgid "Advanced Metrics"
|
1126 |
+
msgstr "Gelişmiş Ölçümler"
|
1127 |
+
|
1128 |
+
#: templates/view-scan.php:714
|
1129 |
+
#: templates/view-scan.php:771
|
1130 |
+
#: templates/view-scan.php:841
|
1131 |
+
msgid "Seconds"
|
1132 |
+
msgstr "Saniye"
|
1133 |
+
|
1134 |
+
#: templates/view-scan.php:721
|
1135 |
+
#: templates/view-scan.php:751
|
1136 |
+
#: templates/view-scan.php:778
|
1137 |
+
#: templates/view-scan.php:813
|
1138 |
+
#: templates/view-scan.php:848
|
1139 |
+
msgctxt "How to interpret the chart or graph"
|
1140 |
+
msgid "Legend"
|
1141 |
+
msgstr "Gösterge"
|
1142 |
+
|
1143 |
+
#: templates/view-scan.php:733
|
1144 |
+
msgid "Component"
|
1145 |
+
msgstr "Bileşen"
|
1146 |
+
|
1147 |
+
#: templates/view-scan.php:743
|
1148 |
+
msgid "Runtime by Plugin"
|
1149 |
+
msgstr "Eklenti Çalışma Zamanı"
|
1150 |
+
|
1151 |
+
#: templates/view-scan.php:765
|
1152 |
+
msgid "Summary Timeline"
|
1153 |
+
msgstr "Özet Çizelgesi"
|
1154 |
+
|
1155 |
+
#: templates/view-scan.php:806
|
1156 |
+
msgid "Queries"
|
1157 |
+
msgstr "Sorgular"
|
1158 |
+
|
1159 |
+
#: templates/view-scan.php:878
|
1160 |
+
msgid "The time the site took to load. This is an observed measurement (start timing when the page was requested, stop timing when the page was delivered to the browser, calculate the difference). Lower is better."
|
1161 |
+
msgstr "Sitenin yüklenmesi için geçen süre. Bu gözlemlenen bir ölçümüdür (sayfa açma isteği gönderdiğinizde süre tutmaya başlayın, sayfa tarayıcınıza gönderildiğinde durdurun, aradaki farkı hesaplayın). Daha az daha iyi."
|
1162 |
+
|
1163 |
+
#: templates/view-scan.php:879
|
1164 |
+
msgid "Total Load Time:"
|
1165 |
+
msgstr "Toplam Yükleme Süresi:"
|
1166 |
+
|
1167 |
+
#: templates/view-scan.php:882
|
1168 |
+
#: templates/view-scan.php:890
|
1169 |
+
#: templates/view-scan.php:898
|
1170 |
+
#: templates/view-scan.php:906
|
1171 |
+
#: templates/view-scan.php:914
|
1172 |
+
#: templates/view-scan.php:922
|
1173 |
+
#: templates/view-scan.php:930
|
1174 |
+
#: templates/view-scan.php:951
|
1175 |
+
#: templates/view-scan.php:959
|
1176 |
+
#: templates/view-scan.php:967
|
1177 |
+
msgctxt "Abbreviation for 'average'"
|
1178 |
+
msgid "avg."
|
1179 |
+
msgstr "ort."
|
1180 |
+
|
1181 |
+
#: templates/view-scan.php:894
|
1182 |
+
msgid "The load time spent profiling code. Because the profiler slows down your load time, it is important to know how much impact the profiler has. However, it doesn't impact your site's\treal-life load time."
|
1183 |
+
msgstr "Yükleme süresi profilleme kodu içerir. Profilci yükleme süresini yavaşlatır, profilcinin ne kadar etkisi olabileceğini bilmek önemlidir. Ancak, sitenizin gerçek zamanlı yükleme süresini etkilememektedir."
|
1184 |
+
|
1185 |
+
#: templates/view-scan.php:895
|
1186 |
+
msgid "Profile Overhead:"
|
1187 |
+
msgstr "Profil Yükü:"
|
1188 |
+
|
1189 |
+
#: templates/view-scan.php:902
|
1190 |
+
msgid "The load time caused by plugins. Because of WordPress' construction, we can trace a function call from a plugin through a theme through the core. The profiler prioritizes plugin calls first, theme calls second, and core calls last. Lower is better."
|
1191 |
+
msgstr "Eklenti kaynaklı yükleme süresi. WordPress yapısı gereği, biz bir eklentinin tema ve çekirdek dosya üzerinden işlev çağrısını takip edebiliriz. Profilci ilk önce eklenti çağrılarını, ikinici olarak tema çağrılarını ve sonuncu olarak çekirdek çağrılarını ön planda tutar. Daha az daha iyidir."
|
1192 |
+
|
1193 |
+
#: templates/view-scan.php:903
|
1194 |
+
msgid "Plugin Load Time:"
|
1195 |
+
msgstr "Eklenti Yükleme Süresi:"
|
1196 |
+
|
1197 |
+
#: templates/view-scan.php:911
|
1198 |
+
msgid "Theme Load Time:"
|
1199 |
+
msgstr "Tema Yükleme Süresi:"
|
1200 |
+
|
1201 |
+
#: templates/view-scan.php:919
|
1202 |
+
msgid "Core Load Time:"
|
1203 |
+
msgstr "Çekirdek Yükleme Süresi:"
|
1204 |
+
|
1205 |
+
#: templates/view-scan.php:926
|
1206 |
+
msgid "This is the difference between the observed runtime (what actually happened) and expected runtime (adding the plugin runtime, theme runtime, core runtime, and profiler overhead). There are several reasons this margin of error can exist. Most likely, the profiler is missing microseconds while adding the runtime it observed. Using a network clock to set the time (NTP) can also cause minute timing changes. Ideally, this number should be zero, but there's nothing you can do to change it. It will give you an idea of how accurate the other results are."
|
1207 |
+
msgstr "Bu, gözlem zamanı arasındaki fark (gerçekte ne olduğu) ve beklenen çalışma zamanıdır (eklenti çalışma zamanı, tema çalışma zamanı, çekirdek çalışma zamanı ve profilci yükü eklenir). Bu hata payının mevcut olmasının çeşitli nedenleri vardır. Büyük olasılıkla, gözlemlenen çalışma zamanı eklendiği sırada profilci mikrosaniyeleri atlar. Saati ayarlamak için bir ağ saatini (NTP) kullanmak da dakika zamanlama değişikliklerine neden olabilir. İdeal olarak, bu sayı sıfır olmalıdır fakat bunu değiştirmek için yapabileceğiniz bir şey yoktur. Bu size diğer sonuçların ne kadar doğru olduğu hakkında bir fikir verecektir."
|
1208 |
+
|
1209 |
+
#: templates/view-scan.php:927
|
1210 |
+
msgid "Margin of Error:"
|
1211 |
+
msgstr "Hata Payı:"
|
1212 |
+
|
1213 |
+
#: templates/view-scan.php:933
|
1214 |
+
msgid "How long the site took to load. This is an observed measurement (start timing when the page was requested, stop timing when the page was delivered to the browser, calculate the difference)."
|
1215 |
+
msgstr "Sitenin yüklenmesi için geçen süre uzunluğu. Bu gözlemlenen bir ölçümüdür (sayfa açma isteği gönderdiğinizde süre tutmaya başlayın, sayfa tarayıcınıza gönderildiğinde durdurun, aradaki farkı hesaplayın)."
|
1216 |
+
|
1217 |
+
#: templates/view-scan.php:933
|
1218 |
+
msgid "observed"
|
1219 |
+
msgstr "gözlemlenen"
|
1220 |
+
|
1221 |
+
#: templates/view-scan.php:934
|
1222 |
+
msgid "expected"
|
1223 |
+
msgstr "beklenen"
|
1224 |
+
|
1225 |
+
#: templates/view-scan.php:939
|
1226 |
+
msgid "The number of visits registered during a profiling session. More visits produce a more accurate summary."
|
1227 |
+
msgstr "Bir profil oturumu sırasında kayıtlı ziyaretlerin sayısı. Daha fazla ziyaret daha doğru bir özet üretir."
|
1228 |
+
|
1229 |
+
#: templates/view-scan.php:940
|
1230 |
+
msgid "Visits:"
|
1231 |
+
msgstr "Ziyaretler:"
|
1232 |
+
|
1233 |
+
#: templates/view-scan.php:947
|
1234 |
+
msgid "The number of PHP ticks recorded during the profiling session. A tick is loosely correlated to a PHP statement or function call. Fewer is better."
|
1235 |
+
msgstr "Profilleme oturumu sırasında kaydedilen PHP işaret sayısı. Bir işaret, başı boş bir PHP ifadesi veya işlev çağrısına ilişkilendirilir. Daha az daha iyidir."
|
1236 |
+
|
1237 |
+
#: templates/view-scan.php:948
|
1238 |
+
msgid "Number of PHP ticks:"
|
1239 |
+
msgstr "PHP işaret sayısı:"
|
1240 |
+
|
1241 |
+
#: templates/view-scan.php:951
|
1242 |
+
msgid "calls"
|
1243 |
+
msgstr "çağrı"
|
1244 |
+
|
1245 |
+
#: templates/view-scan.php:955
|
1246 |
+
msgid "The amount of RAM usage observed. This is reported by memory_get_peak_usage(). Lower is better."
|
1247 |
+
msgstr "Gözlemlenen RAM kullanım miktarı. Bu memory_get_peak_usage() tarafından rapor edilir. Daha az daha iyidir."
|
1248 |
+
|
1249 |
+
#: templates/view-scan.php:956
|
1250 |
+
msgid "Memory Usage:"
|
1251 |
+
msgstr "Bellek Kullanımı:"
|
1252 |
+
|
1253 |
+
#: templates/view-scan.php:963
|
1254 |
+
msgid "The count of queries sent to the database. This is reported by the WordPress function get_num_queries(). Lower is better."
|
1255 |
+
msgstr "Veritabanına gönderilen sorgu sayısı. Bu get_num_queries() WordPress işlevi tarafından rapor edilir. Daha az daha iyidir."
|
1256 |
+
|
1257 |
+
#: templates/view-scan.php:964
|
1258 |
+
msgid "MySQL Queries:"
|
1259 |
+
msgstr "MySQL Sorguları:"
|
1260 |
+
|
1261 |
+
#: templates/view-scan.php:979
|
1262 |
+
#: templates/view-scan.php:980
|
1263 |
+
msgid "Email these results"
|
1264 |
+
msgstr "Sonuçları epostala"
|
1265 |
+
|
1266 |
+
#: templates/view-scan.php:986
|
1267 |
+
msgid "From:"
|
1268 |
+
msgstr "Tarafından:"
|
1269 |
+
|
1270 |
+
#: templates/view-scan.php:988
|
1271 |
+
msgid "Enter the e-mail address to send from"
|
1272 |
+
msgstr "Göndermek için e-posta adresinizi girin"
|
1273 |
+
|
1274 |
+
#: templates/view-scan.php:992
|
1275 |
+
msgid "Recipient:"
|
1276 |
+
msgstr "Alıcı:"
|
1277 |
+
|
1278 |
+
#: templates/view-scan.php:995
|
1279 |
+
msgid "Enter the e-mail address where you would like to send these results"
|
1280 |
+
msgstr "Bu sonuçlar göndermek istediğiniz e-posta adresini girin"
|
1281 |
+
|
1282 |
+
#: templates/view-scan.php:999
|
1283 |
+
msgid "Subject:"
|
1284 |
+
msgstr "Konu:"
|
1285 |
+
|
1286 |
+
#: templates/view-scan.php:1001
|
1287 |
+
msgid "Performance Profile Results for %s"
|
1288 |
+
msgstr "%s için Performance Profile Sonuçları"
|
1289 |
+
|
1290 |
+
#: templates/view-scan.php:1001
|
1291 |
+
msgid "Enter the e-mail subject"
|
1292 |
+
msgstr "E-posta konusunu girin"
|
1293 |
+
|
1294 |
+
#: templates/view-scan.php:1005
|
1295 |
+
msgid "Message:"
|
1296 |
+
msgstr "Mesaj:"
|
1297 |
+
|
1298 |
+
#: templates/view-scan.php:1005
|
1299 |
+
msgid "(optional)"
|
1300 |
+
msgstr "(isteğe bağlı)"
|
1301 |
+
|
1302 |
+
#: templates/view-scan.php:1006
|
1303 |
+
msgid ""
|
1304 |
+
"Hello,\n"
|
1305 |
+
"\n"
|
1306 |
+
"I profiled my WordPress site's performance using the Profile Plugin and I wanted\n"
|
1307 |
+
"to share the results with you. Please take a look at the information below:"
|
1308 |
+
msgstr ""
|
1309 |
+
"Selam,\n"
|
1310 |
+
"\n"
|
1311 |
+
"Profile eklentisini kullanarak WordPress sitemin performans profilini çıkardım ve seninle sonuçları paylaşmak istedim. Lütfen aşağıdaki bilgilere bir göz at:"
|
1312 |
+
|
1313 |
+
#: templates/view-scan.php:1013
|
1314 |
+
msgid "Results:"
|
1315 |
+
msgstr "Sonuçlar:"
|
1316 |
+
|
1317 |
+
#: templates/view-scan.php:1013
|
1318 |
+
msgid "(system generated, do not edit)"
|
1319 |
+
msgstr "(sistem tarafından oluşturulur, düzenlemeyin)"
|
1320 |
+
|
1321 |
+
#: templates/view-scan.php:1019
|
1322 |
+
msgid ""
|
1323 |
+
"WordPress Plugin Profile Report\n"
|
1324 |
+
"===========================================\n"
|
1325 |
+
"Report date: %1$s\n"
|
1326 |
+
"Theme name: %2$s\n"
|
1327 |
+
"Pages browsed: %3$s\n"
|
1328 |
+
"Avg. load time: %4$s sec\n"
|
1329 |
+
"Number of plugins: %5$s\n"
|
1330 |
+
"Plugin impact: %6$s of load time\n"
|
1331 |
+
"Avg. plugin time: %7$s sec\n"
|
1332 |
+
"Avg. core time: %8$s sec\n"
|
1333 |
+
"Avg. theme time: %9$s sec\n"
|
1334 |
+
"Avg. mem usage: %10$s MB\n"
|
1335 |
+
"Avg. ticks: %11$s\n"
|
1336 |
+
"Avg. db queries : %12$s\n"
|
1337 |
+
"Margin of error : %13$s sec\n"
|
1338 |
+
"\n"
|
1339 |
+
"Plugin list:\n"
|
1340 |
+
"===========================================\n"
|
1341 |
+
"%14$s\n"
|
1342 |
+
msgstr ""
|
1343 |
+
"WordPress Eklenti Profil Raporu\n"
|
1344 |
+
"===========================================\n"
|
1345 |
+
"Rapor Tarihi: %1$s\n"
|
1346 |
+
"Tema adı: %2$s\n"
|
1347 |
+
"Taranan sayfalar: %3$s\n"
|
1348 |
+
"Ort. yükleme süresi: %4$s sn\n"
|
1349 |
+
"Eklenti sayısı: %5$s\n"
|
1350 |
+
"Eklenti etkisi: Yükleme süresinin %6$s kısmı\n"
|
1351 |
+
"Ort. eklenti süresi: %7$s sn\n"
|
1352 |
+
"Ort. çekirdek süresi: %8$s sn\n"
|
1353 |
+
"Ort. tema süresi: %9$s sn\n"
|
1354 |
+
"Ort. bellek kullanımı: %10$s MB\n"
|
1355 |
+
"Ort. işaretler: %11$s\n"
|
1356 |
+
"Ort. vt sorguları: %12$s\n"
|
1357 |
+
"Hata payı: %13$s sn\n"
|
1358 |
+
"\n"
|
1359 |
+
"Eklenti listesi:\n"
|
1360 |
+
"===========================================\n"
|
1361 |
+
"%14$s\n"
|
1362 |
+
|
1363 |
+
#: templates/view-scan.php:1061
|
1364 |
+
msgid "Loading"
|
1365 |
+
msgstr "Yükleniyor"
|
1366 |
+
|
1367 |
+
#: templates/view-scan.php:1064
|
1368 |
+
msgid "There was a problem sending the e-mail:"
|
1369 |
+
msgstr "E-posta gönderilirken bir sorun oluştu:"
|
1370 |
+
|
1371 |
+
#: templates/view-scan.php:1067
|
1372 |
+
msgid "Your report was sent successfully to"
|
1373 |
+
msgstr "Raporunuz başarıyla gönderildi"
|
1374 |
+
|
1375 |
+
#: templates/view-scan.php:1070
|
1376 |
+
msgid "Done"
|
1377 |
+
msgstr "Tamam"
|
1378 |
+
|
1379 |
+
#. Plugin Name of the plugin/theme
|
1380 |
+
msgid "P3 (Plugin Performance Profiler)"
|
1381 |
+
msgstr "P3 (Plugin Performance Profiler)"
|
1382 |
+
|
1383 |
+
#. Plugin URI of the plugin/theme
|
1384 |
+
msgid "http://support.godaddy.com/godaddy/wordpress-p3-plugin/"
|
1385 |
+
msgstr "http://support.godaddy.com/godaddy/wordpress-p3-plugin/"
|
1386 |
+
|
1387 |
+
#. Description of the plugin/theme
|
1388 |
+
msgid "See which plugins are slowing down your site. Create a profile of your WordPress site's plugins' performance by measuring their impact on your site's load time."
|
1389 |
+
msgstr "Sitenizi hangi eklentilerin yavaşlattığını görün. Sitenizin yükleme süresi üzerindeki etkilerini ölçerek WordPress site eklenti performanslarının bir profilini oluşturun."
|
1390 |
+
|
1391 |
+
#. Author of the plugin/theme
|
1392 |
+
msgid "GoDaddy.com"
|
1393 |
+
msgstr "GoDaddy.com"
|
1394 |
+
|
1395 |
+
#. Author URI of the plugin/theme
|
1396 |
+
msgid "http://www.godaddy.com/"
|
1397 |
+
msgstr "http://www.godaddy.com/"
|
1398 |
+
|
p3-profiler.php
CHANGED
@@ -4,8 +4,10 @@ Plugin Name: P3 (Plugin Performance Profiler)
|
|
4 |
Plugin URI: http://support.godaddy.com/godaddy/wordpress-p3-plugin/
|
5 |
Description: See which plugins are slowing down your site. Create a profile of your WordPress site's plugins' performance by measuring their impact on your site's load time.
|
6 |
Author: GoDaddy.com
|
7 |
-
Version: 1.
|
8 |
Author URI: http://www.godaddy.com/
|
|
|
|
|
9 |
*/
|
10 |
|
11 |
// Make sure it's wordpress
|
@@ -18,6 +20,7 @@ if ( !defined( 'ABSPATH') )
|
|
18 |
|
19 |
// Shortcut for knowing our path
|
20 |
define( 'P3_PATH', realpath( dirname( __FILE__ ) ) );
|
|
|
21 |
|
22 |
// Plugin slug
|
23 |
define( 'P3_PLUGIN_SLUG', 'p3-profiler' );
|
@@ -68,9 +71,6 @@ if ( is_admin() && 'admin-ajax.php' == end( explode( '/', $_SERVER['PHP_SELF'] )
|
|
68 |
|
69 |
if ( isset( $_REQUEST['page'] ) && P3_PLUGIN_SLUG == $_REQUEST['page'] ) {
|
70 |
|
71 |
-
// Localization
|
72 |
-
add_action( 'admin_init', array( 'P3_Profiler_Plugin', 'load_language' ) );
|
73 |
-
|
74 |
// Pre-processing of actions
|
75 |
add_action( 'admin_init', array( 'P3_Profiler_Plugin_Admin', 'init' ) );
|
76 |
|
4 |
Plugin URI: http://support.godaddy.com/godaddy/wordpress-p3-plugin/
|
5 |
Description: See which plugins are slowing down your site. Create a profile of your WordPress site's plugins' performance by measuring their impact on your site's load time.
|
6 |
Author: GoDaddy.com
|
7 |
+
Version: 1.4
|
8 |
Author URI: http://www.godaddy.com/
|
9 |
+
Text Domain: p3-profiler
|
10 |
+
Domain Path: /languages
|
11 |
*/
|
12 |
|
13 |
// Make sure it's wordpress
|
20 |
|
21 |
// Shortcut for knowing our path
|
22 |
define( 'P3_PATH', realpath( dirname( __FILE__ ) ) );
|
23 |
+
load_plugin_textdomain( 'p3-profiler', false, plugin_basename( P3_PATH ) . '/languages/' );
|
24 |
|
25 |
// Plugin slug
|
26 |
define( 'P3_PLUGIN_SLUG', 'p3-profiler' );
|
71 |
|
72 |
if ( isset( $_REQUEST['page'] ) && P3_PLUGIN_SLUG == $_REQUEST['page'] ) {
|
73 |
|
|
|
|
|
|
|
74 |
// Pre-processing of actions
|
75 |
add_action( 'admin_init', array( 'P3_Profiler_Plugin_Admin', 'init' ) );
|
76 |
|
p3-profiler.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the P3 (Plugin Performance Profiler) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: P3 (Plugin Performance Profiler) 1.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/p3-profiler\n"
|
7 |
-
"POT-Creation-Date: 2012-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -12,122 +12,122 @@ msgstr ""
|
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
15 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
16 |
msgid "Scan does not exist"
|
17 |
msgstr ""
|
18 |
|
19 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
20 |
msgid ""
|
21 |
"No visits recorded during this profiling session. Check the <a href=\"%s"
|
22 |
"\">help</a> page for more information"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
26 |
msgid "Error reading scan"
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
30 |
msgid "Click \"Start Scan\" to run a performance scan of your website."
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
34 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
35 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
36 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
37 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
38 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
39 |
#: classes/class.p3-profiler-table.php:210
|
40 |
msgid "You do not have sufficient permissions to access this page."
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
44 |
msgid "Turned off performance scanning."
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
48 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
49 |
msgid "Invalid subject"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
53 |
msgid "<a href=\"%s\" target=\"_blank\">wp_mail()</a> function returned false"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
57 |
#: templates/help.php:406
|
58 |
msgid "Profiling Enabled"
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
62 |
#: templates/help.php:407
|
63 |
msgid "Recording IP"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
67 |
#: templates/help.php:368 templates/help.php:408
|
68 |
msgid "Scan Name"
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
72 |
#: templates/help.php:409
|
73 |
msgid "Recording"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
77 |
#: templates/help.php:410
|
78 |
msgid "Disable Optimizers"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
82 |
#: templates/help.php:411
|
83 |
msgid "URL"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
87 |
#: templates/help.php:412
|
88 |
msgid "Visitor IP"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
92 |
#: templates/help.php:413
|
93 |
msgid "Time"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
97 |
#: templates/help.php:414
|
98 |
msgctxt "Abbreviation for process id"
|
99 |
msgid "PID"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
103 |
msgid "Cannot read profiles directory"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
107 |
msgid "Performance scanning is enabled."
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
111 |
msgctxt "Abbreviation for bytes"
|
112 |
msgid "B"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
116 |
msgctxt "Abbreviation for kilobytes"
|
117 |
msgid "KB"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
121 |
msgctxt "Abbreviation for megabytes"
|
122 |
msgid "MB"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
126 |
msgctxt "Abbreviation for gigabytes"
|
127 |
msgid "GB"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: classes/class.p3-profiler-plugin-admin.php:
|
131 |
msgctxt "Abbreviation for terabytes"
|
132 |
msgid "TB"
|
133 |
msgstr ""
|
@@ -1376,47 +1376,47 @@ msgstr ""
|
|
1376 |
msgid "MySQL Queries:"
|
1377 |
msgstr ""
|
1378 |
|
1379 |
-
#: templates/view-scan.php:
|
1380 |
msgid "Email these results"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
-
#: templates/view-scan.php:
|
1384 |
msgid "From:"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: templates/view-scan.php:
|
1388 |
msgid "Enter the e-mail address to send from"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
-
#: templates/view-scan.php:
|
1392 |
msgid "Recipient:"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
-
#: templates/view-scan.php:
|
1396 |
msgid "Enter the e-mail address where you would like to send these results"
|
1397 |
msgstr ""
|
1398 |
|
1399 |
-
#: templates/view-scan.php:
|
1400 |
msgid "Subject:"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
-
#: templates/view-scan.php:
|
1404 |
msgid "Performance Profile Results for %s"
|
1405 |
msgstr ""
|
1406 |
|
1407 |
-
#: templates/view-scan.php:
|
1408 |
msgid "Enter the e-mail subject"
|
1409 |
msgstr ""
|
1410 |
|
1411 |
-
#: templates/view-scan.php:
|
1412 |
msgid "Message:"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
-
#: templates/view-scan.php:
|
1416 |
msgid "(optional)"
|
1417 |
msgstr ""
|
1418 |
|
1419 |
-
#: templates/view-scan.php:
|
1420 |
msgid ""
|
1421 |
"Hello,\n"
|
1422 |
"\n"
|
@@ -1425,15 +1425,15 @@ msgid ""
|
|
1425 |
"to share the results with you. Please take a look at the information below:"
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: templates/view-scan.php:
|
1429 |
msgid "Results:"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: templates/view-scan.php:
|
1433 |
msgid "(system generated, do not edit)"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#: templates/view-scan.php:
|
1437 |
msgid ""
|
1438 |
"WordPress Plugin Profile Report\n"
|
1439 |
"===========================================\n"
|
@@ -1456,19 +1456,19 @@ msgid ""
|
|
1456 |
"%14$s\n"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
-
#: templates/view-scan.php:
|
1460 |
msgid "Loading"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
-
#: templates/view-scan.php:
|
1464 |
msgid "There was a problem sending the e-mail:"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
-
#: templates/view-scan.php:
|
1468 |
msgid "Your report was sent successfully to"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
-
#: templates/view-scan.php:
|
1472 |
msgid "Done"
|
1473 |
msgstr ""
|
1474 |
|
2 |
# This file is distributed under the same license as the P3 (Plugin Performance Profiler) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: P3 (Plugin Performance Profiler) 1.4\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/p3-profiler\n"
|
7 |
+
"POT-Creation-Date: 2012-11-19 18:50:13+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
15 |
+
#: classes/class.p3-profiler-plugin-admin.php:127
|
16 |
msgid "Scan does not exist"
|
17 |
msgstr ""
|
18 |
|
19 |
+
#: classes/class.p3-profiler-plugin-admin.php:153
|
20 |
msgid ""
|
21 |
"No visits recorded during this profiling session. Check the <a href=\"%s"
|
22 |
"\">help</a> page for more information"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: classes/class.p3-profiler-plugin-admin.php:161
|
26 |
msgid "Error reading scan"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: classes/class.p3-profiler-plugin-admin.php:169
|
30 |
msgid "Click \"Start Scan\" to run a performance scan of your website."
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: classes/class.p3-profiler-plugin-admin.php:264
|
34 |
+
#: classes/class.p3-profiler-plugin-admin.php:302
|
35 |
+
#: classes/class.p3-profiler-plugin-admin.php:331
|
36 |
+
#: classes/class.p3-profiler-plugin-admin.php:366
|
37 |
+
#: classes/class.p3-profiler-plugin-admin.php:411
|
38 |
+
#: classes/class.p3-profiler-plugin-admin.php:422
|
39 |
#: classes/class.p3-profiler-table.php:210
|
40 |
msgid "You do not have sufficient permissions to access this page."
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: classes/class.p3-profiler-plugin-admin.php:313
|
44 |
msgid "Turned off performance scanning."
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: classes/class.p3-profiler-plugin-admin.php:386
|
48 |
+
#: classes/class.p3-profiler-plugin-admin.php:389
|
49 |
msgid "Invalid subject"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: classes/class.p3-profiler-plugin-admin.php:393
|
53 |
msgid "<a href=\"%s\" target=\"_blank\">wp_mail()</a> function returned false"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: classes/class.p3-profiler-plugin-admin.php:439 templates/help.php:366
|
57 |
#: templates/help.php:406
|
58 |
msgid "Profiling Enabled"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: classes/class.p3-profiler-plugin-admin.php:440 templates/help.php:367
|
62 |
#: templates/help.php:407
|
63 |
msgid "Recording IP"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: classes/class.p3-profiler-plugin-admin.php:441 templates/callouts.php:257
|
67 |
#: templates/help.php:368 templates/help.php:408
|
68 |
msgid "Scan Name"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: classes/class.p3-profiler-plugin-admin.php:442 templates/help.php:369
|
72 |
#: templates/help.php:409
|
73 |
msgid "Recording"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: classes/class.p3-profiler-plugin-admin.php:443 templates/help.php:370
|
77 |
#: templates/help.php:410
|
78 |
msgid "Disable Optimizers"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: classes/class.p3-profiler-plugin-admin.php:444 templates/help.php:371
|
82 |
#: templates/help.php:411
|
83 |
msgid "URL"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: classes/class.p3-profiler-plugin-admin.php:445 templates/help.php:372
|
87 |
#: templates/help.php:412
|
88 |
msgid "Visitor IP"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: classes/class.p3-profiler-plugin-admin.php:446 templates/help.php:373
|
92 |
#: templates/help.php:413
|
93 |
msgid "Time"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: classes/class.p3-profiler-plugin-admin.php:447 templates/help.php:374
|
97 |
#: templates/help.php:414
|
98 |
msgctxt "Abbreviation for process id"
|
99 |
msgid "PID"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: classes/class.p3-profiler-plugin-admin.php:482
|
103 |
msgid "Cannot read profiles directory"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: classes/class.p3-profiler-plugin-admin.php:544
|
107 |
msgid "Performance scanning is enabled."
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: classes/class.p3-profiler-plugin-admin.php:598
|
111 |
msgctxt "Abbreviation for bytes"
|
112 |
msgid "B"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: classes/class.p3-profiler-plugin-admin.php:599
|
116 |
msgctxt "Abbreviation for kilobytes"
|
117 |
msgid "KB"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: classes/class.p3-profiler-plugin-admin.php:600 templates/view-scan.php:959
|
121 |
msgctxt "Abbreviation for megabytes"
|
122 |
msgid "MB"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: classes/class.p3-profiler-plugin-admin.php:601
|
126 |
msgctxt "Abbreviation for gigabytes"
|
127 |
msgid "GB"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: classes/class.p3-profiler-plugin-admin.php:602
|
131 |
msgctxt "Abbreviation for terabytes"
|
132 |
msgid "TB"
|
133 |
msgstr ""
|
1376 |
msgid "MySQL Queries:"
|
1377 |
msgstr ""
|
1378 |
|
1379 |
+
#: templates/view-scan.php:981 templates/view-scan.php:982
|
1380 |
msgid "Email these results"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
+
#: templates/view-scan.php:990
|
1384 |
msgid "From:"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
+
#: templates/view-scan.php:992
|
1388 |
msgid "Enter the e-mail address to send from"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
+
#: templates/view-scan.php:996
|
1392 |
msgid "Recipient:"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
+
#: templates/view-scan.php:999
|
1396 |
msgid "Enter the e-mail address where you would like to send these results"
|
1397 |
msgstr ""
|
1398 |
|
1399 |
+
#: templates/view-scan.php:1003
|
1400 |
msgid "Subject:"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
+
#: templates/view-scan.php:1005
|
1404 |
msgid "Performance Profile Results for %s"
|
1405 |
msgstr ""
|
1406 |
|
1407 |
+
#: templates/view-scan.php:1005
|
1408 |
msgid "Enter the e-mail subject"
|
1409 |
msgstr ""
|
1410 |
|
1411 |
+
#: templates/view-scan.php:1009
|
1412 |
msgid "Message:"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
+
#: templates/view-scan.php:1009
|
1416 |
msgid "(optional)"
|
1417 |
msgstr ""
|
1418 |
|
1419 |
+
#: templates/view-scan.php:1010
|
1420 |
msgid ""
|
1421 |
"Hello,\n"
|
1422 |
"\n"
|
1425 |
"to share the results with you. Please take a look at the information below:"
|
1426 |
msgstr ""
|
1427 |
|
1428 |
+
#: templates/view-scan.php:1017
|
1429 |
msgid "Results:"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
+
#: templates/view-scan.php:1017
|
1433 |
msgid "(system generated, do not edit)"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
+
#: templates/view-scan.php:1023
|
1437 |
msgid ""
|
1438 |
"WordPress Plugin Profile Report\n"
|
1439 |
"===========================================\n"
|
1456 |
"%14$s\n"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
+
#: templates/view-scan.php:1065
|
1460 |
msgid "Loading"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
+
#: templates/view-scan.php:1068
|
1464 |
msgid "There was a problem sending the e-mail:"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
+
#: templates/view-scan.php:1071
|
1468 |
msgid "Your report was sent successfully to"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
+
#: templates/view-scan.php:1074
|
1472 |
msgid "Done"
|
1473 |
msgstr ""
|
1474 |
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: Godaddy, StarfieldTech
|
3 |
Tags: debug, debugging, developer, development, performance, plugin, profiler, speed
|
4 |
Requires at least: 3.3
|
5 |
-
Tested up to: 3.
|
6 |
-
Stable tag: 1.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -25,6 +25,8 @@ This plugin uses the canvas element for drawing charts and requires requires Fir
|
|
25 |
7. Keep a history of your performance scans, compare your current performance with your previous performance.
|
26 |
8. Full in-app help documentation
|
27 |
9. Send a summary of your performance profile via e-mail. If you want to show your developer, site admin, hosting support, or a plugin developer what's going on with your site, this is good way to start the conversation.
|
|
|
|
|
28 |
|
29 |
== Installation ==
|
30 |
Automatic installation
|
@@ -45,6 +47,9 @@ Manual installation:
|
|
45 |
|
46 |
== Upgrade Notice ==
|
47 |
|
|
|
|
|
|
|
48 |
= 1.3.1 =
|
49 |
Fixed an error when upgrading to 1.3.x from 1.1.x and skipping the 1.2.x upgrade.
|
50 |
|
@@ -112,8 +117,29 @@ Please check your media settings. This is in Settings -> Media -> Store uploads
|
|
112 |
|
113 |
P3 is available on the Tools menu for each site in the network.
|
114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
== Changelog ==
|
116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
= 1.3.1 =
|
118 |
* Fixed an error when upgrading to 1.3.x from 1.1.x and skipping the 1.2.x upgrade.
|
119 |
|
2 |
Contributors: Godaddy, StarfieldTech
|
3 |
Tags: debug, debugging, developer, development, performance, plugin, profiler, speed
|
4 |
Requires at least: 3.3
|
5 |
+
Tested up to: 3.5
|
6 |
+
Stable tag: 1.4
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
25 |
7. Keep a history of your performance scans, compare your current performance with your previous performance.
|
26 |
8. Full in-app help documentation
|
27 |
9. Send a summary of your performance profile via e-mail. If you want to show your developer, site admin, hosting support, or a plugin developer what's going on with your site, this is good way to start the conversation.
|
28 |
+
10. Use the advanced settings to activate debug mode, control cache busting, or lock down profiling to a set of IP addresses.
|
29 |
+
11. View the debug log on the help page to help troubleshoot if P3 isn't recording properly.
|
30 |
|
31 |
== Installation ==
|
32 |
Automatic installation
|
47 |
|
48 |
== Upgrade Notice ==
|
49 |
|
50 |
+
= 1.4 =
|
51 |
+
Added 3.5 compatibility and refreshed UI colors.
|
52 |
+
|
53 |
= 1.3.1 =
|
54 |
Fixed an error when upgrading to 1.3.x from 1.1.x and skipping the 1.2.x upgrade.
|
55 |
|
117 |
|
118 |
P3 is available on the Tools menu for each site in the network.
|
119 |
|
120 |
+
= How can I change the list of pages scanned with auto-scan? =
|
121 |
+
|
122 |
+
You can write a plugin to hook the `p3_automatic_scan_urls` filter. Here's some sample code:
|
123 |
+
|
124 |
+
<code>
|
125 |
+
function my_p3_auto_scan_pages() {
|
126 |
+
return array(
|
127 |
+
'http://example.com/',
|
128 |
+
'http://example.com/some-cool-post',
|
129 |
+
'http://example.com/wp-admin/edit.php',
|
130 |
+
);
|
131 |
+
}
|
132 |
+
add_filter( 'p3_automatic_scan_urls', 'my_p3_auto_scan_pages' );
|
133 |
+
</code>
|
134 |
+
|
135 |
== Changelog ==
|
136 |
|
137 |
+
= 1.4 =
|
138 |
+
* Added a Turkish translation. Thanks to Hakaner! http://hakanertr.wordpress.com/
|
139 |
+
* Updated some UI elements to allow for longer text strings for translations
|
140 |
+
* Refreshed UI to be 3.5.x compatible and use standard admin coloring
|
141 |
+
* Added a 'p3_automatic_scan_urls' filter
|
142 |
+
|
143 |
= 1.3.1 =
|
144 |
* Fixed an error when upgrading to 1.3.x from 1.1.x and skipping the 1.2.x upgrade.
|
145 |
|
screenshot-1.png
DELETED
Binary file
|
screenshot-2.png
DELETED
Binary file
|
screenshot-3.png
DELETED
Binary file
|
screenshot-4.png
DELETED
Binary file
|
screenshot-5.png
DELETED
Binary file
|
screenshot-6.png
DELETED
Binary file
|
screenshot-7.png
DELETED
Binary file
|
screenshot-8.png
DELETED
Binary file
|
screenshot-9.png
DELETED
Binary file
|
templates/callouts.php
CHANGED
@@ -198,7 +198,7 @@ $opts = get_option( 'p3-profiler_options' );
|
|
198 |
'resizable' : false,
|
199 |
'modal' : true,
|
200 |
'width' : 450,
|
201 |
-
'height' :
|
202 |
'title' : "<?php _e( 'Advanced Settings', 'p3-profiler' ); ?>",
|
203 |
'buttons' :
|
204 |
[
|
@@ -252,8 +252,8 @@ $opts = get_option( 'p3-profiler_options' );
|
|
252 |
'draggable' : false,
|
253 |
'resizable' : false,
|
254 |
'modal' : true,
|
255 |
-
'width' :
|
256 |
-
'height' :
|
257 |
'title' : '<?php _e( 'Scan Name', 'p3-profiler' ); ?>'
|
258 |
// 'dialogClass' : 'noTitle'
|
259 |
});
|
@@ -266,7 +266,7 @@ $opts = get_option( 'p3-profiler_options' );
|
|
266 |
'resizable' : false,
|
267 |
'modal' : true,
|
268 |
'width' : 450,
|
269 |
-
'height' :
|
270 |
'dialogClass' : 'noTitle'
|
271 |
});
|
272 |
|
@@ -474,7 +474,7 @@ $opts = get_option( 'p3-profiler_options' );
|
|
474 |
<?php if ( false !== ( $info = self::scan_enabled() ) ) { ?>
|
475 |
<!-- Stop scan button -->
|
476 |
|
477 |
-
<strong>IP:</strong
|
478 |
<div class="p3-big-button"><input type="checkbox" checked="checked" id="p3-stop-scan-submit" />
|
479 |
<label for="p3-stop-scan-submit"><?php _e( 'Stop Scan', 'p3-profiler' ); ?></label></div>
|
480 |
<?php echo htmlentities( $info['name'] ); ?>
|
198 |
'resizable' : false,
|
199 |
'modal' : true,
|
200 |
'width' : 450,
|
201 |
+
'height' : 450,
|
202 |
'title' : "<?php _e( 'Advanced Settings', 'p3-profiler' ); ?>",
|
203 |
'buttons' :
|
204 |
[
|
252 |
'draggable' : false,
|
253 |
'resizable' : false,
|
254 |
'modal' : true,
|
255 |
+
'width' : 500,
|
256 |
+
'height' : 175,
|
257 |
'title' : '<?php _e( 'Scan Name', 'p3-profiler' ); ?>'
|
258 |
// 'dialogClass' : 'noTitle'
|
259 |
});
|
266 |
'resizable' : false,
|
267 |
'modal' : true,
|
268 |
'width' : 450,
|
269 |
+
'height' : 120,
|
270 |
'dialogClass' : 'noTitle'
|
271 |
});
|
272 |
|
474 |
<?php if ( false !== ( $info = self::scan_enabled() ) ) { ?>
|
475 |
<!-- Stop scan button -->
|
476 |
|
477 |
+
<strong>IP:</strong> <?php echo htmlentities( $info['ip'] ); ?>
|
478 |
<div class="p3-big-button"><input type="checkbox" checked="checked" id="p3-stop-scan-submit" />
|
479 |
<label for="p3-stop-scan-submit"><?php _e( 'Stop Scan', 'p3-profiler' ); ?></label></div>
|
480 |
<?php echo htmlentities( $info['name'] ); ?>
|
templates/template.php
CHANGED
@@ -96,7 +96,7 @@ if ( 'current-scan' == self::$action || !empty( $_REQUEST['current_scan'] ) ) {
|
|
96 |
<div id="p3-reminder-wrapper">
|
97 |
<?php _e( 'Do you like this plugin?', 'p3-profiler' ); ?>
|
98 |
<ul>
|
99 |
-
<li><a href="http://twitter.com/home?status=<?php echo rawurlencode(
|
100 |
<li><a href="http://wordpress.org/extend/plugins/p3-profiler/" target="_blank"><?php _e( 'Rate it on the repository', 'p3-profiler' ); ?></a></li>
|
101 |
</ul>
|
102 |
</div>
|
96 |
<div id="p3-reminder-wrapper">
|
97 |
<?php _e( 'Do you like this plugin?', 'p3-profiler' ); ?>
|
98 |
<ul>
|
99 |
+
<li><a href="http://twitter.com/home?status=<?php echo rawurlencode( sprintf( __( 'I just optimized my WordPress site with %1$s %2$s', 'p3-profiler' ), '#p3plugin', 'http://wordpress.org/extend/plugins/p3-profiler/') ); ?>" target="_blank"><?php _e( 'Tweet about it', 'p3-profiler' ); ?></a></li>
|
100 |
<li><a href="http://wordpress.org/extend/plugins/p3-profiler/" target="_blank"><?php _e( 'Rate it on the repository', 'p3-profiler' ); ?></a></li>
|
101 |
</ul>
|
102 |
</div>
|
templates/view-scan.php
CHANGED
@@ -680,7 +680,7 @@ $component_runtime_chart_id = substr( md5( uniqid() ), -8 );
|
|
680 |
e.preventDefault();
|
681 |
chart_<?php echo $component_runtime_chart_id; ?>.zoom();
|
682 |
});
|
683 |
-
$( '<div class="button" style="float: left; position: relative; left: 460px; top: -290px;"><input type="checkbox" checked="checked" style="padding: 0; margin: 0; width: 15px;" /></div>' )
|
684 |
.appendTo( $( "#p3-holder_<?php echo $component_runtime_chart_id; ?>" ).parent() ).click( function ( e ) {
|
685 |
e.preventDefault();
|
686 |
$( "#p3-detailed-series-toggle" ).dialog( "open" );
|
@@ -974,10 +974,14 @@ $component_runtime_chart_id = substr( md5( uniqid() ), -8 );
|
|
974 |
</div>
|
975 |
|
976 |
<!-- Email these results -->
|
977 |
-
<div
|
978 |
-
<
|
979 |
-
|
980 |
-
|
|
|
|
|
|
|
|
|
981 |
</div>
|
982 |
|
983 |
<!-- Email results dialog -->
|
680 |
e.preventDefault();
|
681 |
chart_<?php echo $component_runtime_chart_id; ?>.zoom();
|
682 |
});
|
683 |
+
$( '<div class="button" style="float: left; position: relative; left: 460px; top: -290px; padding-left: 6px; padding-right: 6px;"><input type="checkbox" checked="checked" style="padding: 0; margin: 0; width: 15px;" /></div>' )
|
684 |
.appendTo( $( "#p3-holder_<?php echo $component_runtime_chart_id; ?>" ).parent() ).click( function ( e ) {
|
685 |
e.preventDefault();
|
686 |
$( "#p3-detailed-series-toggle" ).dialog( "open" );
|
974 |
</div>
|
975 |
|
976 |
<!-- Email these results -->
|
977 |
+
<div id="p3-email-results-container">
|
978 |
+
<div class="button" id="p3-email-results">
|
979 |
+
<div>
|
980 |
+
<img src="<?php echo plugins_url(); ?>/p3-profiler/css/icon_mail.gif" height="22" width="22" align="center"
|
981 |
+
alt="<?php esc_attr_e( 'Email these results', 'p3-profiler' ); ?>" title="<?php esc_attr_e( 'Email these results', 'p3-profiler' ); ?>" />
|
982 |
+
<a href="javascript:;"><?php _e ( 'Email these results', 'p3-profiler' ); ?></a>
|
983 |
+
</div>
|
984 |
+
</div>
|
985 |
</div>
|
986 |
|
987 |
<!-- Email results dialog -->
|