Jetpack by WordPress.com - Version 2.6.4

Version Description

Release Date: May 26, 2016

  • Important security update. Please upgrade immediately.
Download this release

Release Info

Developer samhotchkiss
Plugin Icon 128x128 Jetpack by WordPress.com
Version 2.6.4
Comparing to
See all releases

Code changes from version 2.5.3 to 2.6.4

Files changed (42) hide show
  1. .travis.yml +40 -0
  2. _inc/genericons.php +1 -1
  3. _inc/genericons/Genericons-Regular.otf +0 -0
  4. _inc/genericons/README.txt +31 -0
  5. _inc/genericons/example.html +21 -1
  6. _inc/genericons/font/genericons-regular-webfont.eot +0 -0
  7. _inc/genericons/font/genericons-regular-webfont.svg +26 -6
  8. _inc/genericons/font/genericons-regular-webfont.ttf +0 -0
  9. _inc/genericons/font/genericons-regular-webfont.woff +0 -0
  10. _inc/genericons/genericons.css +123 -103
  11. _inc/images/jetpack-icon.svg +13 -0
  12. _inc/images/module-icons-sprite-2x.png +0 -0
  13. _inc/images/module-icons-sprite.png +0 -0
  14. _inc/jetpack-icons/font/jetpack.eot +0 -0
  15. _inc/jetpack-icons/font/jetpack.svg +11 -0
  16. _inc/jetpack-icons/font/jetpack.ttf +0 -0
  17. _inc/jetpack-icons/font/jetpack.woff +0 -0
  18. _inc/jetpack-icons/jetpack-icons.css +11 -0
  19. _inc/jetpack.css +52 -42
  20. class.jetpack-cli.php +177 -0
  21. class.jetpack-debugger.php +4 -2
  22. class.jetpack-heartbeat.php +31 -15
  23. class.jetpack-options.php +1 -0
  24. class.jetpack-user-agent.php +1 -1
  25. class.jetpack.php +334 -81
  26. class.json-api-endpoints.php +42 -3
  27. class.json-api.php +4 -0
  28. class.media-extractor.php +406 -0
  29. class.media-summary.php +263 -0
  30. class.photon.php +8 -10
  31. functions.compat.php +55 -0
  32. functions.opengraph.php +68 -5
  33. functions.twitter-cards.php +99 -30
  34. jetpack.php +10 -11
  35. languages/jetpack-af.mo +0 -0
  36. languages/jetpack-af.po +2655 -2274
  37. languages/jetpack-ar.mo +0 -0
  38. languages/jetpack-ar.po +3117 -2736
  39. languages/jetpack-az.mo +0 -0
  40. languages/jetpack-az.po +2527 -2146
  41. languages/jetpack-bs_BA.mo +0 -0
  42. languages/jetpack-bs_BA.po +786 -860
.travis.yml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Travis CI Configuration File
2
+
3
+ # Tell Travis CI we're using PHP
4
+ language: php
5
+
6
+ # Versions of PHP to test against
7
+ php:
8
+ - "5.2"
9
+ - "5.3"
10
+ - "5.4"
11
+
12
+ # Specify versions of WordPress to test against
13
+ # WP_VERSION = WordPress version number (use "master" for SVN trunk)
14
+ # WP_MULTISITE = whether to test multisite (use either "0" or "1")
15
+ env:
16
+ - WP_VERSION=master WP_MULTISITE=0
17
+ - WP_VERSION=3.6 WP_MULTISITE=0
18
+ - WP_VERSION=3.5.2 WP_MULTISITE=0
19
+ # - WP_VERSION=3.4.2 WP_MULTISITE=0
20
+ # - WP_VERSION=3.3.3 WP_MULTISITE=0
21
+ # - WP_VERSION=3.2.1 WP_MULTISITE=0
22
+ - WP_VERSION=master WP_MULTISITE=1
23
+ - WP_VERSION=3.6 WP_MULTISITE=1
24
+ - WP_VERSION=3.5.2 WP_MULTISITE=1
25
+ # - WP_VERSION=3.4.2 WP_MULTISITE=1
26
+ # - WP_VERSION=3.3.3 WP_MULTISITE=1
27
+ # - WP_VERSION=3.2.1 WP_MULTISITE=1
28
+
29
+ # Grab the setup script and execute
30
+ before_script:
31
+ - wget https://raw.github.com/tierra/wordpress-plugin-tests/setup/setup.sh
32
+ - source setup.sh
33
+
34
+ script: phpunit
35
+
36
+ # wordpress-plugin-tests specific config
37
+ # Tells Travis CI not to run unit tests against the setup branch
38
+ branches:
39
+ except:
40
+ - setup
_inc/genericons.php CHANGED
@@ -8,6 +8,6 @@
8
  add_action( 'init', 'jetpack_register_genericons', 1 );
9
  function jetpack_register_genericons() {
10
  if ( ! wp_style_is( 'genericons', 'registered' ) ) {
11
- wp_register_style( 'genericons', plugins_url( 'genericons/genericons.css', __FILE__ ), false, '3.0' );
12
  }
13
  }
8
  add_action( 'init', 'jetpack_register_genericons', 1 );
9
  function jetpack_register_genericons() {
10
  if ( ! wp_style_is( 'genericons', 'registered' ) ) {
11
+ wp_register_style( 'genericons', plugins_url( 'genericons/genericons.css', __FILE__ ), false, '3.0.2' );
12
  }
13
  }
_inc/genericons/Genericons-Regular.otf CHANGED
Binary file
_inc/genericons/README.txt CHANGED
@@ -52,17 +52,48 @@ _ _ ____ ___ ____ ____
52
  | \| |__| | |___ ___]
53
 
54
 
 
 
55
  Genericons-Regular.otf found in the root directory of this zip has not been web-font-ified. So you can drop it in your system fonts folder and use the font in Photoshop if you like.
56
 
 
 
 
 
57
  Note that Genericons has been designed for a 16x16 pixel grid. That means it'll look sharp at font-size: 16px exactly. It'll also be crisp at multiples thereof, such as 32px or 64px. It'll also look reasonably crisp at in-between font sizes such as 24px or 48px, but not quite as crisp as 16 or 32. Please don't set the font-size to 17px, though, that'll just look terrible.
58
 
59
  Also note the CSS property "-webkit-font-smoothing: antialiased". That makes the icons look great in WebKit browsers. Please see http://noscope.com/2012/font-smoothing for more info.
60
 
 
 
 
 
 
61
 
62
  ____ _ _ ____ _ _ ____ ____ _ ____ ____
63
  | |__| |__| |\ | | __ |___ | | | | __
64
  |___ | | | | | \| |__] |___ |___ |__| |__]
65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  V3.0:
67
  Mainly maintenance and a few new icons.
68
  - Fast forward, rewind, PollDaddy, Notice, Info, Help, Portfolio
52
  | \| |__| | |___ ___]
53
 
54
 
55
+ Photoshop mockups:
56
+
57
  Genericons-Regular.otf found in the root directory of this zip has not been web-font-ified. So you can drop it in your system fonts folder and use the font in Photoshop if you like.
58
 
59
+ For those of you using Genericons in your Photoshop mockup, remember to delete the old version of the font from Font Book, and grab the new one from the zip file. This also affects using it in your webdesigns: if you have an old version of the font installed locally, that's the font that'll be used in your website as well, so if you're missing icons, check for old versions of the font on your system.
60
+
61
+ Pixel grid:
62
+
63
  Note that Genericons has been designed for a 16x16 pixel grid. That means it'll look sharp at font-size: 16px exactly. It'll also be crisp at multiples thereof, such as 32px or 64px. It'll also look reasonably crisp at in-between font sizes such as 24px or 48px, but not quite as crisp as 16 or 32. Please don't set the font-size to 17px, though, that'll just look terrible.
64
 
65
  Also note the CSS property "-webkit-font-smoothing: antialiased". That makes the icons look great in WebKit browsers. Please see http://noscope.com/2012/font-smoothing for more info.
66
 
67
+ Updates:
68
+
69
+ We don't often update icons, but do very carefully when we get good feedback suggesting improvements. Please be mindful if you upgrade, and check that the updated icons behave as you intended.
70
+
71
+
72
 
73
  ____ _ _ ____ _ _ ____ ____ _ ____ ____
74
  | |__| |__| |\ | | __ |___ | | | | __
75
  |___ | | | | | \| |__] |___ |___ |__| |__]
76
 
77
+ V3.0.2:
78
+ A slew of new stuff and updates.
79
+ - Social icons: Skype, Digg, Reddit, Stumbleupon, Pocket.
80
+ - New generic icons: heart, lock and print.
81
+ - New editing icons: code, bold, italic, image
82
+ - New interaction icons: subscribe, unsubscribe, subscribed, reply all, reply, flag.
83
+ - The hyperlink icon has been updated to be clearer, chunkier.
84
+ - The "home" icon has been updated for style, size and clarity.
85
+ - The email icon has been updated for style and clarity, and to fit with the new subscribe icons.
86
+ - The document icon has been updated for style.
87
+ - The "pin" icon has been updated for style and clarity.
88
+ - The Twitter icon has been scaled down to fit with the other social icons.
89
+
90
+ V3.0.1:
91
+ Mostly maintenance.
92
+ - Fixed an issue with the example page that showed an old "top" icon instead of the actual NEW "refresh" icon.
93
+ - Added inverse Google+ and Path.
94
+ - Replaced tabs with spaces in the helper CSS.
95
+ - Changed the Genericons.com copy/paste tool to serve span's instead of div's for casual icon insertion. It's being converted to "inline-block" anyway.
96
+
97
  V3.0:
98
  Mainly maintenance and a few new icons.
99
  - Fast forward, rewind, PollDaddy, Notice, Info, Help, Portfolio
_inc/genericons/example.html CHANGED
@@ -158,6 +158,13 @@ body {
158
  <div alt="f215" class="genericon genericon-instagram"></div>
159
  <div alt="f216" class="genericon genericon-codepen"></div>
160
  <div alt="f217" class="genericon genericon-polldaddy"></div>
 
 
 
 
 
 
 
161
 
162
  <!-- meta icons -->
163
  <div alt="f300" class="genericon genericon-comment"></div>
@@ -191,7 +198,7 @@ body {
191
  <div alt="f417" class="genericon genericon-location"></div>
192
  <div alt="f418" class="genericon genericon-checkmark"></div>
193
  <div alt="f419" class="genericon genericon-menu"></div>
194
- <div alt="f420" class="genericon genericon-top"></div>
195
  <div alt="f421" class="genericon genericon-minimize"></div>
196
  <div alt="f422" class="genericon genericon-maximize"></div>
197
  <div alt="f423" class="genericon genericon-404"></div>
@@ -232,6 +239,19 @@ body {
232
  <div alt="f458" class="genericon genericon-fastforward"></div>
233
  <div alt="f459" class="genericon genericon-rewind"></div>
234
  <div alt="f460" class="genericon genericon-portfolio"></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
235
 
236
  <!-- generic shapes -->
237
  <div alt="f500" class="genericon genericon-uparrow"></div>
158
  <div alt="f215" class="genericon genericon-instagram"></div>
159
  <div alt="f216" class="genericon genericon-codepen"></div>
160
  <div alt="f217" class="genericon genericon-polldaddy"></div>
161
+ <div alt="f218" class="genericon genericon-googleplus-alt"></div>
162
+ <div alt="f219" class="genericon genericon-path"></div>
163
+ <div alt="f220" class="genericon genericon-skype"></div>
164
+ <div alt="f221" class="genericon genericon-digg"></div>
165
+ <div alt="f222" class="genericon genericon-reddit"></div>
166
+ <div alt="f223" class="genericon genericon-stumbleupon"></div>
167
+ <div alt="f224" class="genericon genericon-pocket"></div>
168
 
169
  <!-- meta icons -->
170
  <div alt="f300" class="genericon genericon-comment"></div>
198
  <div alt="f417" class="genericon genericon-location"></div>
199
  <div alt="f418" class="genericon genericon-checkmark"></div>
200
  <div alt="f419" class="genericon genericon-menu"></div>
201
+ <div alt="f420" class="genericon genericon-refresh"></div>
202
  <div alt="f421" class="genericon genericon-minimize"></div>
203
  <div alt="f422" class="genericon genericon-maximize"></div>
204
  <div alt="f423" class="genericon genericon-404"></div>
239
  <div alt="f458" class="genericon genericon-fastforward"></div>
240
  <div alt="f459" class="genericon genericon-rewind"></div>
241
  <div alt="f460" class="genericon genericon-portfolio"></div>
242
+ <div alt="f461" class="genericon genericon-heart"></div>
243
+ <div alt="f462" class="genericon genericon-code"></div>
244
+ <div alt="f463" class="genericon genericon-subscribe"></div>
245
+ <div alt="f464" class="genericon genericon-unsubscribe"></div>
246
+ <div alt="f465" class="genericon genericon-subscribed"></div>
247
+ <div alt="f466" class="genericon genericon-reply-alt"></div>
248
+ <div alt="f467" class="genericon genericon-reply-single"></div>
249
+ <div alt="f468" class="genericon genericon-flag"></div>
250
+ <div alt="f469" class="genericon genericon-print"></div>
251
+ <div alt="f470" class="genericon genericon-lock"></div>
252
+ <div alt="f471" class="genericon genericon-bold"></div>
253
+ <div alt="f472" class="genericon genericon-italic"></div>
254
+ <div alt="f473" class="genericon genericon-picture"></div>
255
 
256
  <!-- generic shapes -->
257
  <div alt="f500" class="genericon genericon-uparrow"></div>
_inc/genericons/font/genericons-regular-webfont.eot CHANGED
Binary file
_inc/genericons/font/genericons-regular-webfont.svg CHANGED
@@ -14,12 +14,12 @@
14
  <glyph unicode="&#xf104;" d="M1664 1024l-1152 -640v1280z" />
15
  <glyph unicode="&#xf105;" d="M1408 1408q0 -124 -71.5 -222t-184.5 -138v-536l-256 -128v664q-113 40 -184.5 138t-71.5 222q0 159 112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
16
  <glyph unicode="&#xf106;" d="M512 1408h512l-256 -768h-384zM1792 1408l-256 -768h-384l128 768h512z" />
17
- <glyph unicode="&#xf107;" d="M870 1450l135 136q75 75 181 75t181 -75l91 -91q75 -75 75 -181t-75 -181l-136 -136l-90 91l135 136q38 37 38 90t-38 91l-90 90q-38 38 -91 38t-90 -38l-136 -135zM734 952l362 362l90 -90l-362 -362zM553 771l90 -90q38 -38 91 -38t90 38l136 135l91 -90l-136 -136 q-75 -75 -181 -75t-181 75l-91 91q-75 75 -75 181t75 181l136 135l91 -90l-136 -136q-38 -37 -38 -90t38 -91z" />
18
  <glyph unicode="&#xf108;" d="M256 1792h1024q96 0 176 -80t80 -176v-384q0 -96 -80 -176t-176 -80h-448l-448 -448v448h-128q-96 0 -176 80t-80 176v384q0 96 80 176t176 80zM1664 1152v384q96 0 176 -80t80 -176v-384q0 -96 -80 -176t-176 -80h-128v-448l-448 448h-320l128 128h384q168 0 276 108 t108 276z" />
19
  <glyph unicode="&#xf109;" d="M640 1280l384 384v-1280l-384 384h-384v512h384zM1386 1386l91 91q88 -89 137.5 -206t49.5 -247q0 -87 -23 -170t-64.5 -153.5t-99.5 -129.5l-91 91q71 71 110.5 164.5t39.5 197.5t-39.5 197.5t-110.5 164.5zM1205 1205l91 91q26 -27 46.5 -57.5t35 -65t22.5 -72.5t8 -77 q0 -78 -29.5 -148t-82.5 -124l-91 91q75 75 75 181t-75 181z" />
20
  <glyph unicode="&#xf200;" d="M1024 2048q209 0 398.5 -81t326.5 -218t218 -326.5t81 -398.5q0 -335 -195.5 -601.5t-504.5 -369.5q-36 -7 -53 8.5t-17 40.5q0 4 0.5 102t0.5 179q0 130 -69 189q77 9 137.5 24.5t124.5 51.5t107 89t70.5 140t27.5 201q0 161 -105 274q6 15 11 35t9 56t-3.5 83.5 t-26.5 96.5q-4 1 -10.5 2t-32 -1t-55.5 -11t-79.5 -33.5t-104.5 -61.5q-118 33 -256 35q-138 -2 -256 -35q-55 37 -104 61.5t-80 33t-54.5 11.5t-33.5 1l-10 -2q-58 -146 -10 -271q-105 -115 -105 -274q0 -114 27.5 -201t70.5 -140t107 -89t124.5 -52t136.5 -24 q-53 -47 -65 -137q-28 -13 -59.5 -20t-75.5 -6.5t-87.5 28.5t-75.5 83q-2 4 -6.5 10.5t-19 24t-31.5 31t-44 25.5t-56 14h-10t-18.5 -3.5t-17 -9t4 -18.5t34.5 -31q3 -1 7.5 -4t19 -14.5t27.5 -27t30 -43.5t30 -61q1 -3 2.5 -7t8 -17t15.5 -25.5t24.5 -28t33.5 -28t45 -23.5 t57.5 -16t71.5 -3.5t87 11.5q0 -50 0.5 -110t0.5 -64q0 -24 -17 -40t-53 -10q-309 103 -504.5 370t-195.5 602q0 208 81 398t218.5 327t327 218t397.5 81z" />
21
  <glyph unicode="&#xf201;" d="M1024 2048q206 0 395.5 -82t327 -219.5t219.5 -327t82 -395.5t-82 -395.5t-219.5 -327t-327 -219.5t-395.5 -82t-395.5 82t-327 219.5t-219.5 327t-82 395.5t82 395.5t219.5 327t327 219.5t395.5 82zM1024 1920q-32 0 -96 -8t-96 -8q102 -166 304 -512q6 2 86 31 t118.5 45t108 47t122 64t93.5 69q-126 126 -290.5 199t-349.5 73zM672 1856q-194 -85 -329.5 -247.5t-182.5 -376.5q194 -22 444 14t388 82q-141 282 -320 528zM1760 1536q-71 -57 -162 -104.5t-214.5 -100.5t-183.5 -83q22 -29 36.5 -54.5t34 -67.5t25.5 -54q170 33 336 30 t288 -30q-26 285 -160 464zM128 1088v-64q0 -167 58 -319.5t166 -272.5q125 205 339 360t445 232q-16 48 -80 176q-282 -86 -481.5 -111t-446.5 -1zM1536 288q156 108 258 278t126 362q-276 46 -576 0q14 -27 43 -103t74.5 -231t74.5 -306zM1024 128q181 0 368 80 q-33 300 -208 688q-222 -74 -410 -225.5t-294 -350.5q216 -192 544 -192z" />
22
- <glyph unicode="&#xf202;" d="M2048 1659q-84 -127 -210 -217q2 -36 2 -55q0 -168 -49 -337t-150 -323.5t-241 -273.5t-336 -190t-420 -71q-351 0 -644 189q50 -6 100 -6q293 0 522 180q-137 2 -244.5 83t-147.5 208q44 -7 79 -7q57 0 110 15q-145 29 -241 144.5t-96 267.5v5q86 -48 191 -53 q-86 58 -136.5 150t-50.5 200q0 113 57 211q158 -194 383 -310t483 -129q-11 49 -11 96q0 174 123 297t297 123q89 0 168.5 -35t138.5 -97q142 27 266 102q-47 -150 -184 -233q124 15 241 66z" />
23
  <glyph unicode="&#xf203;" d="M384 1920h1280q106 0 181 -75t75 -181v-1280q0 -106 -75 -181t-181 -75h-282v711h270l12 260h-282v192v12q0 60 21.5 87.5t87.5 27.5l166 -1l6 242q-78 10 -183 10q-94 0 -167 -27.5t-117 -74.5t-66 -105.5t-22 -126.5v-236h-254v-260h254v-711h-724q-106 0 -181 75 t-75 181v1280q0 106 75 181t181 75z" />
24
  <glyph unicode="&#xf204;" d="M1511 1272l-14 -303h-315v-841h-320v841h-222v303h222v258q0 78 26 147t77 124t136.5 87t194.5 32q55 0 108 -3t79 -6l26 -3l-7 -282h-193q-76 0 -101.5 -32t-25.5 -101v-14v-207h329z" />
25
  <glyph unicode="&#xf205;" d="M1024 1920q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM1426 536l81 268q24 79 32.5 107.5t18.5 74.5t10 79q0 46 -11.5 90.5t-23.5 71t-32 60.5q-2 4 -11.5 19 t-12 20t-10.5 18.5t-11 19t-9 17.5t-8.5 19t-6.5 18t-5.5 19.5t-3 18.5t-1.5 20q0 57 39 100t97 43l10 -1q-110 101 -249.5 156.5t-294.5 55.5q-207 0 -385 -98t-288 -266h52q37 0 91 2.5t89 4.5l34 3q21 1 30.5 -14.5t2.5 -32.5t-27 -20q-44 -5 -93 -7l294 -873l176 529 l-125 344l-85 7q-20 2 -27.5 19t2.5 33t30 15q133 -10 212 -10q38 0 91.5 2.5t88.5 4.5l35 3q16 1 25.5 -8.5t10 -22t-7 -23.5t-23.5 -13q-43 -5 -92 -7zM1731 1410q5 -40 5 -82q0 -135 -61 -289l-246 -711q183 106 292 291.5t109 404.5q0 207 -99 386zM218 1024 q0 -236 125 -430.5t330 -294.5l-385 1053q-70 -156 -70 -328zM1024 218q138 0 268 46q-4 6 -6 11l-248 679l-242 -703q112 -33 228 -33z" />
@@ -35,6 +35,13 @@
35
  <glyph unicode="&#xf215;" d="M384 1920h1280q106 0 181 -75t75 -181v-1280q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181v1280q0 106 75 181t181 75zM1792 1536v128q0 53 -37.5 90.5t-90.5 37.5h-128q-53 0 -90.5 -37.5t-37.5 -90.5v-128q0 -53 37.5 -90.5t90.5 -37.5h128q53 0 90.5 37.5 t37.5 90.5zM1024 1408q-159 0 -271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5zM1792 1152h-272q16 -66 16 -128q0 -212 -150 -362t-362 -150t-362 150t-150 362q0 62 16 128h-272v-768q0 -53 37.5 -90.5 t90.5 -37.5h1280q53 0 90.5 37.5t37.5 90.5v768z" />
36
  <glyph unicode="&#xf216;" d="M1061 1779l702 -467q29 -24 29 -55v-467q0 -32 -29 -54l-702 -468q-17 -11 -37 -11q-18 0 -37 11l-702 468q-29 22 -29 54v467q0 31 29 55l702 467q17 11 37 11t37 -11zM441 1257l231 -154l286 191v307zM1090 1294l286 -191l231 154l-517 344v-307zM1258 1024l-234 156 l-233 -156l233 -156zM388 914l165 110l-165 110v-220zM1660 1134l-165 -110l165 -110v220zM958 754l-286 191l-231 -155l517 -344v308zM1607 790l-231 155l-286 -191v-308z" />
37
  <glyph unicode="&#xf217;" d="M1024 1920q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM1024 208q236 0 432 123.5t298 327.5q59 136 59 266q0 117 -43.5 221.5t-118.5 182.5t-175.5 131 t-215.5 73q116 -48 204 -145t127 -218q54 -151 17.5 -320t-150.5 -289q-111 -123 -276 -179t-332 -27q-168 27 -307 138t-210 270q-74 156 -67.5 338.5t93.5 335.5q88 155 238.5 260t328.5 135q2 0 35 6q-208 -16 -380.5 -128t-272.5 -293.5t-100 -392.5q0 -221 109.5 -409 t297.5 -297.5t409 -109.5zM1113 1770q-157 7 -306.5 -51.5t-258.5 -169.5q-109 -107 -159 -254.5t-30 -296.5q17 -148 100 -275.5t207 -200.5q120 -71 264 -78.5t267 49.5q-76 -21 -148 -21q-149 0 -275.5 74t-200.5 201t-74 276q0 214 146 373l3 3l14 14l1 1 q98 114 235 178t293 64q163 0 306 -70t241 -193q-36 57 -70 96q-104 126 -250 200.5t-305 80.5zM1415 1006q6 -142 -81 -257q-86 -115 -225 -157q-114 -35 -234 -7q83 -34 174 -34q195 0 333.5 138.5t138.5 333.5v2q-10 107 -63.5 202.5t-137.5 157.5q-102 77 -236 87 t-243 -49q-116 -62 -177 -167q-61 -107 -52 -231q8 -119 85 -217t186 -128q110 -33 221.5 8.5t170.5 134.5q61 91 50 204t-86 187q-70 77 -179.5 87t-188.5 -50q-85 -62 -105 -157q-21 -98 30 -182q50 -84 142 -108q92 -23 172 26q38 23 64 58.5t34 76.5q17 88 -34 159 q-52 72 -136 77q-83 6 -142 -54q-57 -55 -45 -138q6 -37 27.5 -68.5t52.5 -47.5q40 -21 87 -16q-46 1 -82 29t-49 71l-2 3q-14 30 -9.5 67t25.5 66q22 30 56.5 46.5t72.5 14.5t73.5 -23.5t54.5 -55.5q46 -76 8 -158q-18 -39 -53.5 -66.5t-78.5 -35.5q-43 -9 -88.5 3.5 t-78.5 43.5q-74 68 -68 169q2 65 45 118.5t109.5 77t132.5 5.5q68 -16 118.5 -70.5t65 -124.5t-9.5 -144q-37 -107 -150 -158.5t-224 -8.5q-114 43 -170 158q-55 117 -17 238q35 121 152 191t246 47q131 -19 223 -128t95 -246z" />
 
 
 
 
 
 
 
38
  <glyph unicode="&#xf300;" d="M512 1536h1024q106 0 181 -75t75 -181v-384q0 -106 -75 -181t-181 -75h-448l-448 -448v448h-128q-106 0 -181 75t-75 181v384q0 106 75 181t181 75z" />
39
  <glyph unicode="&#xf301;" d="M1664 1152l-256 -640h-1024v1024h384l64 -128h448v-128h-640l-128 -256h128l64 128h960z" />
40
  <glyph unicode="&#xf302;" d="M1536 1536v-512l-768 -768l-512 512l768 768h512zM1280 1152q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5z" />
@@ -43,7 +50,7 @@
43
  <glyph unicode="&#xf305;" d="M1664 1664v-1280h-1408v1280h256v128h128v-128h640v128h128v-128h256zM1536 640v640q0 53 -37.5 90.5t-90.5 37.5h-896q-53 0 -90.5 -37.5t-37.5 -90.5v-640q0 -53 37.5 -90.5t90.5 -37.5h896q53 0 90.5 37.5t37.5 90.5zM832 1280h128q26 0 45 -19t19 -45v-512 q0 -26 -19 -45t-45 -19t-45 19t-19 45v448h-64q-26 0 -45 19t-19 45t19 45t45 19z" />
44
  <glyph unicode="&#xf306;" d="M1664 1664v-1280h-1408v1280h256v128h128v-128h640v128h128v-128h256zM1536 640v640q0 53 -37.5 90.5t-90.5 37.5h-896q-53 0 -90.5 -37.5t-37.5 -90.5v-640q0 -53 37.5 -90.5t90.5 -37.5h896q53 0 90.5 37.5t37.5 90.5zM1088 1280h2h1h3q22 -2 38.5 -18t19.5 -39v-2v-2 v-1v-2q0 -5 -2 -15l-128 -512q-6 -26 -28.5 -40t-48.5 -7q-26 6 -40 28.5t-7 48.5l108 433h-174q-26 0 -45 19t-19 45t19 45t45 19h256z" />
45
  <glyph unicode="&#xf307;" d="M1664 1664v-1280h-1408v1280h256v128h128v-128h640v128h128v-128h256zM1536 640v640q0 53 -37.5 90.5t-90.5 37.5h-896q-53 0 -90.5 -37.5t-37.5 -90.5v-640q0 -53 37.5 -90.5t90.5 -37.5h896q53 0 90.5 37.5t37.5 90.5zM768 1280h128v-128h-128v128zM1024 1280h128v-128 h-128v128zM1280 1280h128v-128h-128v128zM512 1024h128v-128h-128v128zM768 1024h128v-128h-128v128zM1024 1024h128v-128h-128v128zM1280 1024h128v-128h-128v128zM512 768h128v-128h-128v128zM768 768h128v-128h-128v128zM1024 768h128v-128h-128v128z" />
46
- <glyph unicode="&#xf308;" d="M1920 1408v-128h-256l-320 -320v-384h-128l-640 640v128h384l320 320v256h128zM896 768l-512 -512l-128 128l512 512z" />
47
  <glyph unicode="&#xf400;" d="M1792 384l-128 -128l-495 495q-153 -111 -337 -111q-117 0 -223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5q0 -184 -111 -337zM832 768q186 0 317 131.5t131 316.5t-131 316.5t-317 131.5 q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
48
  <glyph unicode="&#xf401;" d="M1792 384l-128 -128l-495 495q-153 -111 -337 -111q-117 0 -223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5q0 -184 -111 -337zM832 768q186 0 317 131.5t131 316.5t-131 316.5t-317 131.5 q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5zM512 1280h640v-128h-640v128z" />
49
  <glyph unicode="&#xf402;" d="M1664 256l-495 495q-153 -111 -337 -111q-117 0 -223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5q0 -184 -111 -337l495 -495zM384 1216q0 -185 131.5 -316.5t316.5 -131.5 q186 0 317 131.5t131 316.5t-131 316.5t-317 131.5q-185 0 -316.5 -131.5t-131.5 -316.5zM1152 1152h-256v-256h-128v256h-256v128h256v256h128v-256h256v-128z" />
@@ -53,8 +60,8 @@
53
  <glyph unicode="&#xf406;" d="M1216 1088l832 -832l-128 -128l-832 832l-832 -832l-128 128l832 832l-832 832l128 128l832 -832l832 832l128 -128z" />
54
  <glyph unicode="&#xf407;" d="M1536 1408v-128h-1152v128l256 128q0 53 37.5 90.5t90.5 37.5h384q53 0 90.5 -37.5t37.5 -90.5zM832 1408h256q26 0 45 19t19 45t-19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19zM1408 1216v-704q0 -53 -37.5 -90.5t-90.5 -37.5h-640q-53 0 -90.5 37.5 t-37.5 90.5v704h128v-704h128v704h128v-704h128v704h128v-704h128v704h128z" />
55
  <glyph unicode="&#xf408;" d="M844 1150l-588 1l476 -330l-183 -535l475 332l475 -332l-183 535l476 330l-587 -1l-181 535z" />
56
- <glyph unicode="&#xf409;" d="M1664 1024l-128 -128l-512 512l-512 -512l-128 128l640 640zM1024 1280l384 -384v-384h-256v384h-256v-384h-256v384z" />
57
- <glyph unicode="&#xf410;" d="M256 1485v51h1536v-51l-768 -512zM256 717v614l461 -307zM1792 717l-461 307l461 307v-614zM1792 563v-51h-1536v51l576 384l192 -128l192 128z" />
58
  <glyph unicode="&#xf411;" d="M1728 1280l-896 -896h-448v448l896 896zM685 941l96 -96l595 595l-96 96zM1440 1376l-595 -595l96 -96l595 595zM896 640l-256 256l-128 -128l256 -256z" />
59
  <glyph unicode="&#xf412;" d="M1280 192v448h-1024v704l384 384v-704h640v448l640 -640z" />
60
  <glyph unicode="&#xf413;" d="M256 1536v256q209 0 408 -55t367.5 -154t310.5 -241t241 -310.5t154 -367.5t55 -408h-256q0 260 -101.5 497t-273 408.5t-408.5 273t-497 101.5zM256 1024v256q209 0 398.5 -81t326.5 -218t218 -326.5t81 -398.5h-256q0 209 -103 385.5t-279.5 279.5t-385.5 103zM640 448 q0 80 -56 136t-136 56t-136 -56t-56 -136t56 -136t136 -56t136 56t56 136z" />
@@ -87,7 +94,7 @@
87
  <glyph unicode="&#xf440;" d="M1641 1024h23q106 0 181 -75t75 -181t-75 -181t-181 -75h-384v256h-512v-256h-384q-106 0 -181 75t-75 181t75 181t181 75h6q-6 32 -6 64q0 133 93.5 226.5t226.5 93.5q134 0 228 -96q47 101 140.5 162.5t207.5 61.5q159 0 271.5 -112.5t112.5 -271.5q0 -62 -23 -128z M1152 384h256l-384 -384l-384 384h256v256h256v-256z" />
88
  <glyph unicode="&#xf441;" d="M1641 1024h23q106 0 181 -75t75 -181t-75 -181t-181 -75h-512v256h256l-384 384l-384 -384h256v-256h-512q-106 0 -181 75t-75 181t75 181t181 75h6q-6 32 -6 64q0 133 93.5 226.5t226.5 93.5q134 0 228 -96q47 101 140.5 162.5t207.5 61.5q159 0 271.5 -112.5 t112.5 -271.5q0 -62 -23 -128z" />
89
  <glyph unicode="&#xf442;" d="M1664 1664v-640h-128v422l-550 -550l-90 91l550 549h-422v128h640zM1280 896l128 128v-512h-896v896h512l-128 -128h-256v-640h640v256z" />
90
- <glyph unicode="&#xf443;" d="M1536 1280v-896h-1024v1280h640zM1408 1152h-384v384h-384v-1024h768v640zM1152 1280h203l-203 203v-203z" />
91
  <glyph unicode="&#xf444;" d="M1664 640h-64q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5h64v-128h-1024q-106 0 -181 75t-75 181v1024q0 106 75 181t181 75h1024v-1152zM640 384h818q-50 55 -50 128t50 128h-818q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5z" />
92
  <glyph unicode="&#xf445;" d="M1888 748l-58 -140l-305 22q-44 -56 -107 -107l22 -305l-139 -58l-201 232q-67 -8 -76 -8q-8 0 -75 8l-201 -232l-139 58l21 305q-56 44 -107 107l-305 -22l-58 139l232 201q-8 67 -8 76q0 8 8 75l-232 201l58 139l305 -21q47 60 107 107l-21 305l139 58l201 -232 q67 8 75 8t75 -8l201 232l140 -58l-22 -305q56 -44 107 -107l305 22l58 -139l-232 -201q8 -67 8 -76q0 -8 -8 -75zM1024 768q106 0 181 75t75 181t-75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75z" />
93
  <glyph unicode="&#xf446;" d="M1024 1792q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1536 1024q0 212 -150 362t-362 150q-136 0 -259 -72l699 -699q72 123 72 259zM512 1024 q0 -212 150 -362t362 -150q135 0 259 72l-699 699q-72 -126 -72 -259z" />
@@ -105,6 +112,19 @@
105
  <glyph unicode="&#xf458;" d="M896 384v480l-768 -480v1280l768 -480v480l1024 -640z" />
106
  <glyph unicode="&#xf459;" d="M1152 384v480l768 -480v1280l-768 -480v480l-1024 -640z" />
107
  <glyph unicode="&#xf460;" d="M896 1280l-256 -768h-128l-256 768h128l86 256h340zM1792 1280l-256 -768h-768l256 768h128l86 256h340l86 -256h128zM747 1280l-43 128h-128l-43 -128h214zM1515 1280l-43 128h-128l-43 -128h214z" />
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  <glyph unicode="&#xf500;" d="M128 0l960 960l960 -960h-1920z" />
109
  <glyph unicode="&#xf501;" d="M0 128l960 960l-960 960v-1920z" />
110
  <glyph unicode="&#xf502;" d="M128 2048l960 -960l960 960h-1920z" />
14
  <glyph unicode="&#xf104;" d="M1664 1024l-1152 -640v1280z" />
15
  <glyph unicode="&#xf105;" d="M1408 1408q0 -124 -71.5 -222t-184.5 -138v-536l-256 -128v664q-113 40 -184.5 138t-71.5 222q0 159 112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
16
  <glyph unicode="&#xf106;" d="M512 1408h512l-256 -768h-384zM1792 1408l-256 -768h-384l128 768h512z" />
17
+ <glyph unicode="&#xf107;" d="M1088 1792q133 0 226.5 -93.5t93.5 -226.5v-384q0 -97 -53 -176.5t-139 -116.5v151q64 57 64 142v384q0 80 -56 136t-136 56t-136 -56t-56 -136v-384q0 -85 64 -142v-151q-86 37 -139 116.5t-53 176.5v384q0 133 93.5 226.5t226.5 93.5zM960 1230v151q86 -37 139 -116.5 t53 -176.5v-384q0 -133 -93.5 -226.5t-226.5 -93.5t-226.5 93.5t-93.5 226.5v384q0 97 53 176.5t139 116.5v-151q-64 -57 -64 -142v-384q0 -80 56 -136t136 -56t136 56t56 136v384q0 85 -64 142z" />
18
  <glyph unicode="&#xf108;" d="M256 1792h1024q96 0 176 -80t80 -176v-384q0 -96 -80 -176t-176 -80h-448l-448 -448v448h-128q-96 0 -176 80t-80 176v384q0 96 80 176t176 80zM1664 1152v384q96 0 176 -80t80 -176v-384q0 -96 -80 -176t-176 -80h-128v-448l-448 448h-320l128 128h384q168 0 276 108 t108 276z" />
19
  <glyph unicode="&#xf109;" d="M640 1280l384 384v-1280l-384 384h-384v512h384zM1386 1386l91 91q88 -89 137.5 -206t49.5 -247q0 -87 -23 -170t-64.5 -153.5t-99.5 -129.5l-91 91q71 71 110.5 164.5t39.5 197.5t-39.5 197.5t-110.5 164.5zM1205 1205l91 91q26 -27 46.5 -57.5t35 -65t22.5 -72.5t8 -77 q0 -78 -29.5 -148t-82.5 -124l-91 91q75 75 75 181t-75 181z" />
20
  <glyph unicode="&#xf200;" d="M1024 2048q209 0 398.5 -81t326.5 -218t218 -326.5t81 -398.5q0 -335 -195.5 -601.5t-504.5 -369.5q-36 -7 -53 8.5t-17 40.5q0 4 0.5 102t0.5 179q0 130 -69 189q77 9 137.5 24.5t124.5 51.5t107 89t70.5 140t27.5 201q0 161 -105 274q6 15 11 35t9 56t-3.5 83.5 t-26.5 96.5q-4 1 -10.5 2t-32 -1t-55.5 -11t-79.5 -33.5t-104.5 -61.5q-118 33 -256 35q-138 -2 -256 -35q-55 37 -104 61.5t-80 33t-54.5 11.5t-33.5 1l-10 -2q-58 -146 -10 -271q-105 -115 -105 -274q0 -114 27.5 -201t70.5 -140t107 -89t124.5 -52t136.5 -24 q-53 -47 -65 -137q-28 -13 -59.5 -20t-75.5 -6.5t-87.5 28.5t-75.5 83q-2 4 -6.5 10.5t-19 24t-31.5 31t-44 25.5t-56 14h-10t-18.5 -3.5t-17 -9t4 -18.5t34.5 -31q3 -1 7.5 -4t19 -14.5t27.5 -27t30 -43.5t30 -61q1 -3 2.5 -7t8 -17t15.5 -25.5t24.5 -28t33.5 -28t45 -23.5 t57.5 -16t71.5 -3.5t87 11.5q0 -50 0.5 -110t0.5 -64q0 -24 -17 -40t-53 -10q-309 103 -504.5 370t-195.5 602q0 208 81 398t218.5 327t327 218t397.5 81z" />
21
  <glyph unicode="&#xf201;" d="M1024 2048q206 0 395.5 -82t327 -219.5t219.5 -327t82 -395.5t-82 -395.5t-219.5 -327t-327 -219.5t-395.5 -82t-395.5 82t-327 219.5t-219.5 327t-82 395.5t82 395.5t219.5 327t327 219.5t395.5 82zM1024 1920q-32 0 -96 -8t-96 -8q102 -166 304 -512q6 2 86 31 t118.5 45t108 47t122 64t93.5 69q-126 126 -290.5 199t-349.5 73zM672 1856q-194 -85 -329.5 -247.5t-182.5 -376.5q194 -22 444 14t388 82q-141 282 -320 528zM1760 1536q-71 -57 -162 -104.5t-214.5 -100.5t-183.5 -83q22 -29 36.5 -54.5t34 -67.5t25.5 -54q170 33 336 30 t288 -30q-26 285 -160 464zM128 1088v-64q0 -167 58 -319.5t166 -272.5q125 205 339 360t445 232q-16 48 -80 176q-282 -86 -481.5 -111t-446.5 -1zM1536 288q156 108 258 278t126 362q-276 46 -576 0q14 -27 43 -103t74.5 -231t74.5 -306zM1024 128q181 0 368 80 q-33 300 -208 688q-222 -74 -410 -225.5t-294 -350.5q216 -192 544 -192z" />
22
+ <glyph unicode="&#xf202;" d="M1920 1584q-73 -111 -183 -191q0 -7 0.5 -23t0.5 -24q0 -122 -31 -246t-89.5 -241t-149.5 -218.5t-204 -177.5t-260.5 -119.5t-311.5 -43.5q-305 0 -564 165q48 -5 88 -5q256 0 456 157q-119 2 -213 73.5t-130 182.5q39 -7 69 -7q47 0 97 13q-127 26 -211 127t-84 233v5 q80 -43 167 -46q-76 50 -120 131t-44 175q0 101 50 185q138 -170 335 -271.5t423 -112.5q-10 39 -10 84q0 152 108 259.5t260 107.5q160 0 268 -116q128 26 233 89q-42 -132 -161 -203q109 13 211 58z" />
23
  <glyph unicode="&#xf203;" d="M384 1920h1280q106 0 181 -75t75 -181v-1280q0 -106 -75 -181t-181 -75h-282v711h270l12 260h-282v192v12q0 60 21.5 87.5t87.5 27.5l166 -1l6 242q-78 10 -183 10q-94 0 -167 -27.5t-117 -74.5t-66 -105.5t-22 -126.5v-236h-254v-260h254v-711h-724q-106 0 -181 75 t-75 181v1280q0 106 75 181t181 75z" />
24
  <glyph unicode="&#xf204;" d="M1511 1272l-14 -303h-315v-841h-320v841h-222v303h222v258q0 78 26 147t77 124t136.5 87t194.5 32q55 0 108 -3t79 -6l26 -3l-7 -282h-193q-76 0 -101.5 -32t-25.5 -101v-14v-207h329z" />
25
  <glyph unicode="&#xf205;" d="M1024 1920q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM1426 536l81 268q24 79 32.5 107.5t18.5 74.5t10 79q0 46 -11.5 90.5t-23.5 71t-32 60.5q-2 4 -11.5 19 t-12 20t-10.5 18.5t-11 19t-9 17.5t-8.5 19t-6.5 18t-5.5 19.5t-3 18.5t-1.5 20q0 57 39 100t97 43l10 -1q-110 101 -249.5 156.5t-294.5 55.5q-207 0 -385 -98t-288 -266h52q37 0 91 2.5t89 4.5l34 3q21 1 30.5 -14.5t2.5 -32.5t-27 -20q-44 -5 -93 -7l294 -873l176 529 l-125 344l-85 7q-20 2 -27.5 19t2.5 33t30 15q133 -10 212 -10q38 0 91.5 2.5t88.5 4.5l35 3q16 1 25.5 -8.5t10 -22t-7 -23.5t-23.5 -13q-43 -5 -92 -7zM1731 1410q5 -40 5 -82q0 -135 -61 -289l-246 -711q183 106 292 291.5t109 404.5q0 207 -99 386zM218 1024 q0 -236 125 -430.5t330 -294.5l-385 1053q-70 -156 -70 -328zM1024 218q138 0 268 46q-4 6 -6 11l-248 679l-242 -703q112 -33 228 -33z" />
35
  <glyph unicode="&#xf215;" d="M384 1920h1280q106 0 181 -75t75 -181v-1280q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181v1280q0 106 75 181t181 75zM1792 1536v128q0 53 -37.5 90.5t-90.5 37.5h-128q-53 0 -90.5 -37.5t-37.5 -90.5v-128q0 -53 37.5 -90.5t90.5 -37.5h128q53 0 90.5 37.5 t37.5 90.5zM1024 1408q-159 0 -271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5zM1792 1152h-272q16 -66 16 -128q0 -212 -150 -362t-362 -150t-362 150t-150 362q0 62 16 128h-272v-768q0 -53 37.5 -90.5 t90.5 -37.5h1280q53 0 90.5 37.5t37.5 90.5v768z" />
36
  <glyph unicode="&#xf216;" d="M1061 1779l702 -467q29 -24 29 -55v-467q0 -32 -29 -54l-702 -468q-17 -11 -37 -11q-18 0 -37 11l-702 468q-29 22 -29 54v467q0 31 29 55l702 467q17 11 37 11t37 -11zM441 1257l231 -154l286 191v307zM1090 1294l286 -191l231 154l-517 344v-307zM1258 1024l-234 156 l-233 -156l233 -156zM388 914l165 110l-165 110v-220zM1660 1134l-165 -110l165 -110v220zM958 754l-286 191l-231 -155l517 -344v308zM1607 790l-231 155l-286 -191v-308z" />
37
  <glyph unicode="&#xf217;" d="M1024 1920q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM1024 208q236 0 432 123.5t298 327.5q59 136 59 266q0 117 -43.5 221.5t-118.5 182.5t-175.5 131 t-215.5 73q116 -48 204 -145t127 -218q54 -151 17.5 -320t-150.5 -289q-111 -123 -276 -179t-332 -27q-168 27 -307 138t-210 270q-74 156 -67.5 338.5t93.5 335.5q88 155 238.5 260t328.5 135q2 0 35 6q-208 -16 -380.5 -128t-272.5 -293.5t-100 -392.5q0 -221 109.5 -409 t297.5 -297.5t409 -109.5zM1113 1770q-157 7 -306.5 -51.5t-258.5 -169.5q-109 -107 -159 -254.5t-30 -296.5q17 -148 100 -275.5t207 -200.5q120 -71 264 -78.5t267 49.5q-76 -21 -148 -21q-149 0 -275.5 74t-200.5 201t-74 276q0 214 146 373l3 3l14 14l1 1 q98 114 235 178t293 64q163 0 306 -70t241 -193q-36 57 -70 96q-104 126 -250 200.5t-305 80.5zM1415 1006q6 -142 -81 -257q-86 -115 -225 -157q-114 -35 -234 -7q83 -34 174 -34q195 0 333.5 138.5t138.5 333.5v2q-10 107 -63.5 202.5t-137.5 157.5q-102 77 -236 87 t-243 -49q-116 -62 -177 -167q-61 -107 -52 -231q8 -119 85 -217t186 -128q110 -33 221.5 8.5t170.5 134.5q61 91 50 204t-86 187q-70 77 -179.5 87t-188.5 -50q-85 -62 -105 -157q-21 -98 30 -182q50 -84 142 -108q92 -23 172 26q38 23 64 58.5t34 76.5q17 88 -34 159 q-52 72 -136 77q-83 6 -142 -54q-57 -55 -45 -138q6 -37 27.5 -68.5t52.5 -47.5q40 -21 87 -16q-46 1 -82 29t-49 71l-2 3q-14 30 -9.5 67t25.5 66q22 30 56.5 46.5t72.5 14.5t73.5 -23.5t54.5 -55.5q46 -76 8 -158q-18 -39 -53.5 -66.5t-78.5 -35.5q-43 -9 -88.5 3.5 t-78.5 43.5q-74 68 -68 169q2 65 45 118.5t109.5 77t132.5 5.5q68 -16 118.5 -70.5t65 -124.5t-9.5 -144q-37 -107 -150 -158.5t-224 -8.5q-114 43 -170 158q-55 117 -17 238q35 121 152 191t246 47q131 -19 223 -128t95 -246z" />
38
+ <glyph unicode="&#xf218;" d="M1151 1835l151 85h-485q-264 0 -421 -129q-73 -64 -111.5 -147.5t-38.5 -167.5q0 -56 16 -109.5t49.5 -100.5t79.5 -82.5t109 -56.5t136 -21q19 0 75 5q0 -2 -4 -10.5t-4.5 -10.5t-3.5 -9.5t-4 -11l-3 -10.5t-2.5 -12.5t-1 -13t-0.5 -14.5q0 -26 5 -48t18.5 -45 t20.5 -32.5t26 -34.5q-61 -4 -98 -7.5t-107 -14.5t-131.5 -32.5t-112.5 -53.5q-50 -29 -86.5 -66.5t-56.5 -76.5t-29 -74.5t-9 -69.5q0 -66 32 -125.5t92.5 -107t159 -75.5t222.5 -28q117 0 218.5 25t174 68t124 99.5t76.5 120.5t25 131q0 40 -6.5 74.5t-22.5 65t-30.5 53 t-41.5 50t-45 43t-51 44.5l-85 66q-19 15 -28.5 24.5t-21 31t-11.5 45.5t12 47.5t21.5 34.5t32.5 33q37 29 59 48t52 52t46 64t28 75.5t12 94.5q0 43 -8 82t-23.5 70.5t-30.5 55.5t-38 47.5t-35 34.5t-32 27h146zM906 1238q-18 -19 -44 -33.5t-56.5 -23.5t-58.5 -9 q-58 0 -108 28.5t-83.5 73.5t-57.5 101.5t-34.5 111.5t-10.5 104q0 110 51 174q28 35 73.5 56t91.5 21q56 0 105.5 -28.5t83.5 -74.5t59 -103.5t36.5 -115.5t11.5 -110q0 -113 -59 -172zM2048 1152v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256zM838 791 q51 -36 82 -59t63.5 -50.5t50.5 -48.5t33.5 -46t21.5 -50.5t6 -55.5q0 -113 -91 -183.5t-255 -70.5q-187 0 -300.5 80t-113.5 207q0 47 17 87.5t38.5 64.5t54 45t50.5 28.5t42 16.5q35 11 76.5 19.5t77.5 12t58.5 5t34.5 1.5q35 0 54 -3z" />
39
+ <glyph unicode="&#xf219;" d="M1438 1833q12 -5 32 -14.5t74.5 -45.5t101 -78.5t97 -114.5t78 -153t27.5 -194.5t-40 -238.5q-43 -89 -97 -157.5t-109.5 -110t-115.5 -69t-115.5 -37t-107.5 -12t-95.5 4t-76 13t-49.5 13.5l-18 6v-277q-1 -3 -2 -9t-6.5 -23t-14 -34t-24.5 -39.5t-36 -42t-51.5 -39.5 t-68.5 -33q-52 -19 -107 -20t-97 11.5t-76.5 27.5t-53.5 27l-18 13v280q33 -34 67 -55.5t67.5 -28.5t61.5 11t44 63v946h312v-538l65 -13q206 -32 329 60q105 78 128 243q2 76 -15.5 141t-49 110.5t-72.5 82.5t-86.5 59.5t-91.5 39t-87.5 24t-73.5 11.5t-52 5h-19l-66 -2 q-217 -16 -359 -141q-57 -50 -97 -115q-27 -45 -39.5 -93t-11 -88t10 -78.5t22 -67.5t25.5 -51t21 -33l9 -12l-225 -201q-7 9 -18.5 25t-40.5 68.5t-49.5 107.5t-34.5 137.5t-8.5 163t41 179.5t102.5 191q70 78 153.5 135t167 86.5t172 45.5t169 15t156.5 -8t137.5 -21 t107.5 -26.5t72 -22.5z" />
40
+ <glyph unicode="&#xf220;" d="M1857 834q51 -106 50 -217q0 -133 -65.5 -245.5t-178 -178t-244.5 -65.5q-123 0 -231 58q-79 -14 -155 -14q-171 0 -327 67t-269 180t-179.5 269t-66.5 327q0 86 17 169q-67 116 -67 247q0 133 65.5 245.5t178 178t245.5 65.5q141 0 260 -75q69 12 144 12 q171 0 327 -66.5t269 -179.5t179.5 -269t66.5 -327q0 -96 -19 -181zM1466 612q59 85 59 188q0 88 -34 149q-35 62 -96 100q-58 39 -143 66q-77 25 -187 49q-89 20 -116 28q-35 9 -68 27q-33 15 -50 38q-17 20 -17 49q0 46 52 80q54 36 146 36q97 0 141 -32q43 -32 75 -94 q30 -48 51 -67q25 -22 72 -22q53 0 87 36q34 35 34 81t-25 96q-24 47 -82 92q-57 45 -139 70q-86 26 -197 26q-139 0 -247 -40q-107 -39 -164 -113q-57 -73 -57 -170q0 -102 55 -170q52 -65 144 -105q95 -40 221 -66q93 -20 154 -38q57 -19 90 -50q33 -30 33 -80 q0 -64 -62 -105q-65 -44 -170 -44q-78 0 -123 22q-47 22 -70 54q-27 34 -49 86q-21 49 -49 72q-32 26 -75 26q-52 0 -87 -33q-36 -33 -36 -79q0 -75 54 -153q52 -76 139 -123q119 -63 302 -63q150 0 263 46q111 46 171 130z" />
41
+ <glyph unicode="&#xf221;" d="M1664 1024q0 -41 -24 -74t-62 -46q22 -33 22 -72q0 -41 -24 -74t-62 -46q22 -33 22 -72q0 -53 -37.5 -90.5t-90.5 -37.5h-64q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-448q-65 0 -123 20t-93.5 44t-80.5 44t-87 20h-128v640h192q49 0 104 47t103.5 127.5 t80.5 204.5t32 261q0 5 0.5 13.5t4 31t9.5 39t19 30.5t31 14q33 0 77.5 -42t79.5 -119t35 -159q0 -85 -8 -165t-16 -117l-8 -38h416q53 0 90.5 -37.5t37.5 -90.5z" />
42
+ <glyph unicode="&#xf222;" d="M1843 1168q0 -55 -28 -100.5t-74 -72.5q14 -50 14 -99q0 -135 -98.5 -250t-267.5 -181.5t-368 -66.5t-368.5 66.5t-268 181t-98.5 249.5q0 50 16 104q-44 27 -70.5 71.5t-26.5 97.5q0 83 59 142t142 59q100 0 160 -83q183 97 412 106l92 457q5 22 23 33q18 12 39 7 l313 -72q24 41 65.5 65.5t89.5 24.5q74 0 126.5 -52.5t52.5 -126.5t-52.5 -126.5t-126.5 -52.5q-71 0 -122 48.5t-56 119.5l-262 60l-77 -386q222 -12 397 -108q60 86 163 86q83 0 141.5 -59t58.5 -142zM1600 1805q-32 0 -54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5 t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5zM1021 501q171 0 316.5 53t230.5 143.5t85 197.5q0 108 -85 199t-230.5 144t-316.5 53q-172 0 -317.5 -53t-230.5 -144t-85 -198t85 -198t230.5 -144t317.5 -53zM307 1168q0 -47 40 -75q47 75 132 137q-29 36 -73 36 q-41 0 -70 -28.5t-29 -69.5zM1698 1089q43 31 43 79q0 40 -28.5 69t-69.5 29q-45 0 -76 -39q83 -61 131 -138zM895 982q0 -46 -33 -79t-79 -33t-78.5 33t-32.5 79t32.5 79t78.5 33q47 0 79.5 -33t32.5 -79zM1265 1094q47 0 79.5 -33t32.5 -79t-33 -79t-79 -33t-79 33t-33 79 t32.5 79t79.5 33zM1224 776q15 15 36 15t36 -15t15 -36.5t-15 -36.5q-86 -86 -271 -86q-187 0 -273 86q-15 15 -15 36.5t15 36.5t36 15t36 -15q56 -56 199 -56q145 0 201 56z" />
43
+ <glyph unicode="&#xf223;" d="M1105 1233v92q0 34 -23.5 57t-57.5 23t-57.5 -23t-23.5 -57l-1 -481q-1 -138 -101.5 -235t-241.5 -97q-142 0 -242.5 99t-100.5 238v209h263v-206q0 -33 23.5 -56.5t57.5 -23.5t57.5 23.5t23.5 56.5v487q5 136 104.5 230.5t238.5 94.5t238.5 -95.5t104.5 -231.5v-107 l-157 -45zM1792 1058v-209q0 -139 -100.5 -238t-242.5 -99t-242 97.5t-102 236.5v210l105 -48l157 46v-212q0 -33 23.5 -56.5t57.5 -23.5t57.5 23.5t23.5 56.5v216h263z" />
44
+ <glyph unicode="&#xf224;" d="M512 1792h1024q106 0 181 -75t75 -181v-384q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5v384q0 106 75 181t181 75zM1024 1077l-293 294q-37 37 -91 37t-90 -37q-38 -37 -38 -90t38 -91l362 -362l4 4q37 -64 108 -64t108 64l5 -4 l362 362q37 38 37 91t-37 90t-91 37q-53 0 -90 -37z" />
45
  <glyph unicode="&#xf300;" d="M512 1536h1024q106 0 181 -75t75 -181v-384q0 -106 -75 -181t-181 -75h-448l-448 -448v448h-128q-106 0 -181 75t-75 181v384q0 106 75 181t181 75z" />
46
  <glyph unicode="&#xf301;" d="M1664 1152l-256 -640h-1024v1024h384l64 -128h448v-128h-640l-128 -256h128l64 128h960z" />
47
  <glyph unicode="&#xf302;" d="M1536 1536v-512l-768 -768l-512 512l768 768h512zM1280 1152q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5z" />
50
  <glyph unicode="&#xf305;" d="M1664 1664v-1280h-1408v1280h256v128h128v-128h640v128h128v-128h256zM1536 640v640q0 53 -37.5 90.5t-90.5 37.5h-896q-53 0 -90.5 -37.5t-37.5 -90.5v-640q0 -53 37.5 -90.5t90.5 -37.5h896q53 0 90.5 37.5t37.5 90.5zM832 1280h128q26 0 45 -19t19 -45v-512 q0 -26 -19 -45t-45 -19t-45 19t-19 45v448h-64q-26 0 -45 19t-19 45t19 45t45 19z" />
51
  <glyph unicode="&#xf306;" d="M1664 1664v-1280h-1408v1280h256v128h128v-128h640v128h128v-128h256zM1536 640v640q0 53 -37.5 90.5t-90.5 37.5h-896q-53 0 -90.5 -37.5t-37.5 -90.5v-640q0 -53 37.5 -90.5t90.5 -37.5h896q53 0 90.5 37.5t37.5 90.5zM1088 1280h2h1h3q22 -2 38.5 -18t19.5 -39v-2v-2 v-1v-2q0 -5 -2 -15l-128 -512q-6 -26 -28.5 -40t-48.5 -7q-26 6 -40 28.5t-7 48.5l108 433h-174q-26 0 -45 19t-19 45t19 45t45 19h256z" />
52
  <glyph unicode="&#xf307;" d="M1664 1664v-1280h-1408v1280h256v128h128v-128h640v128h128v-128h256zM1536 640v640q0 53 -37.5 90.5t-90.5 37.5h-896q-53 0 -90.5 -37.5t-37.5 -90.5v-640q0 -53 37.5 -90.5t90.5 -37.5h896q53 0 90.5 37.5t37.5 90.5zM768 1280h128v-128h-128v128zM1024 1280h128v-128 h-128v128zM1280 1280h128v-128h-128v128zM512 1024h128v-128h-128v128zM768 1024h128v-128h-128v128zM1024 1024h128v-128h-128v128zM1280 1024h128v-128h-128v128zM512 768h128v-128h-128v128zM768 768h128v-128h-128v128zM1024 768h128v-128h-128v128z" />
53
+ <glyph unicode="&#xf308;" d="M1914 1371l-181 -181q-37 38 -90 38t-91 -38l-181 -181q-37 -37 -37 -90t37 -91l-181 -181l-227 226l-395 -395q-68 -68 -113.5 -93t-112.5 -43q12 45 22 71t38 66.5t76 88.5l395 395l-227 227l181 181q37 -37 90.5 -37t91.5 37l181 181q38 38 38 91t-38 90l181 181z" />
54
  <glyph unicode="&#xf400;" d="M1792 384l-128 -128l-495 495q-153 -111 -337 -111q-117 0 -223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5q0 -184 -111 -337zM832 768q186 0 317 131.5t131 316.5t-131 316.5t-317 131.5 q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
55
  <glyph unicode="&#xf401;" d="M1792 384l-128 -128l-495 495q-153 -111 -337 -111q-117 0 -223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5q0 -184 -111 -337zM832 768q186 0 317 131.5t131 316.5t-131 316.5t-317 131.5 q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5zM512 1280h640v-128h-640v128z" />
56
  <glyph unicode="&#xf402;" d="M1664 256l-495 495q-153 -111 -337 -111q-117 0 -223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5q0 -184 -111 -337l495 -495zM384 1216q0 -185 131.5 -316.5t316.5 -131.5 q186 0 317 131.5t131 316.5t-131 316.5t-317 131.5q-185 0 -316.5 -131.5t-131.5 -316.5zM1152 1152h-256v-256h-128v256h-256v128h256v256h128v-256h256v-128z" />
60
  <glyph unicode="&#xf406;" d="M1216 1088l832 -832l-128 -128l-832 832l-832 -832l-128 128l832 832l-832 832l128 128l832 -832l832 832l128 -128z" />
61
  <glyph unicode="&#xf407;" d="M1536 1408v-128h-1152v128l256 128q0 53 37.5 90.5t90.5 37.5h384q53 0 90.5 -37.5t37.5 -90.5zM832 1408h256q26 0 45 19t19 45t-19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19zM1408 1216v-704q0 -53 -37.5 -90.5t-90.5 -37.5h-640q-53 0 -90.5 37.5 t-37.5 90.5v704h128v-704h128v704h128v-704h128v704h128v-704h128v704h128z" />
62
  <glyph unicode="&#xf408;" d="M844 1150l-588 1l476 -330l-183 -535l475 332l475 -332l-183 535l476 330l-587 -1l-181 535z" />
63
+ <glyph unicode="&#xf409;" d="M1664 1152l-128 -128v-512h-1024v512l-128 128l640 512zM1152 1024h-256v-448h256v448z" />
64
+ <glyph unicode="&#xf410;" d="M1792 1536v-128l-768 -384l-768 384v128h1536zM1024 832l768 384v-704h-1536v704z" />
65
  <glyph unicode="&#xf411;" d="M1728 1280l-896 -896h-448v448l896 896zM685 941l96 -96l595 595l-96 96zM1440 1376l-595 -595l96 -96l595 595zM896 640l-256 256l-128 -128l256 -256z" />
66
  <glyph unicode="&#xf412;" d="M1280 192v448h-1024v704l384 384v-704h640v448l640 -640z" />
67
  <glyph unicode="&#xf413;" d="M256 1536v256q209 0 408 -55t367.5 -154t310.5 -241t241 -310.5t154 -367.5t55 -408h-256q0 260 -101.5 497t-273 408.5t-408.5 273t-497 101.5zM256 1024v256q209 0 398.5 -81t326.5 -218t218 -326.5t81 -398.5h-256q0 209 -103 385.5t-279.5 279.5t-385.5 103zM640 448 q0 80 -56 136t-136 56t-136 -56t-56 -136t56 -136t136 -56t136 56t56 136z" />
94
  <glyph unicode="&#xf440;" d="M1641 1024h23q106 0 181 -75t75 -181t-75 -181t-181 -75h-384v256h-512v-256h-384q-106 0 -181 75t-75 181t75 181t181 75h6q-6 32 -6 64q0 133 93.5 226.5t226.5 93.5q134 0 228 -96q47 101 140.5 162.5t207.5 61.5q159 0 271.5 -112.5t112.5 -271.5q0 -62 -23 -128z M1152 384h256l-384 -384l-384 384h256v256h256v-256z" />
95
  <glyph unicode="&#xf441;" d="M1641 1024h23q106 0 181 -75t75 -181t-75 -181t-181 -75h-512v256h256l-384 384l-384 -384h256v-256h-512q-106 0 -181 75t-75 181t75 181t181 75h6q-6 32 -6 64q0 133 93.5 226.5t226.5 93.5q134 0 228 -96q47 101 140.5 162.5t207.5 61.5q159 0 271.5 -112.5 t112.5 -271.5q0 -62 -23 -128z" />
96
  <glyph unicode="&#xf442;" d="M1664 1664v-640h-128v422l-550 -550l-90 91l550 549h-422v128h640zM1280 896l128 128v-512h-896v896h512l-128 -128h-256v-640h640v256z" />
97
+ <glyph unicode="&#xf443;" d="M1536 1280v-896h-1024v1280h640zM1408 1152h-384v384h-384v-1024h768v640z" />
98
  <glyph unicode="&#xf444;" d="M1664 640h-64q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5h64v-128h-1024q-106 0 -181 75t-75 181v1024q0 106 75 181t181 75h1024v-1152zM640 384h818q-50 55 -50 128t50 128h-818q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5z" />
99
  <glyph unicode="&#xf445;" d="M1888 748l-58 -140l-305 22q-44 -56 -107 -107l22 -305l-139 -58l-201 232q-67 -8 -76 -8q-8 0 -75 8l-201 -232l-139 58l21 305q-56 44 -107 107l-305 -22l-58 139l232 201q-8 67 -8 76q0 8 8 75l-232 201l58 139l305 -21q47 60 107 107l-21 305l139 58l201 -232 q67 8 75 8t75 -8l201 232l140 -58l-22 -305q56 -44 107 -107l305 22l58 -139l-232 -201q8 -67 8 -76q0 -8 -8 -75zM1024 768q106 0 181 75t75 181t-75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75z" />
100
  <glyph unicode="&#xf446;" d="M1024 1792q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1536 1024q0 212 -150 362t-362 150q-136 0 -259 -72l699 -699q72 123 72 259zM512 1024 q0 -212 150 -362t362 -150q135 0 259 72l-699 699q-72 -126 -72 -259z" />
112
  <glyph unicode="&#xf458;" d="M896 384v480l-768 -480v1280l768 -480v480l1024 -640z" />
113
  <glyph unicode="&#xf459;" d="M1152 384v480l768 -480v1280l-768 -480v480l-1024 -640z" />
114
  <glyph unicode="&#xf460;" d="M896 1280l-256 -768h-128l-256 768h128l86 256h340zM1792 1280l-256 -768h-768l256 768h128l86 256h340l86 -256h128zM747 1280l-43 128h-128l-43 -128h214zM1515 1280l-43 128h-128l-43 -128h214z" />
115
+ <glyph unicode="&#xf461;" d="M1024 384l648 613q112 106 120 264t-93 276t-251.5 126.5t-262.5 -97.5l-161 -153l-161 153q-112 106 -262.5 97.5t-251.5 -126.5t-93 -276t120 -264z" />
116
+ <glyph unicode="&#xf462;" d="M1276 1505l-248 62l-256 -1024l248 -62zM619 711l-209 313l209 313l-213 142l-304 -455l304 -455zM1946 1024l-303 455l-213 -142l208 -313l-208 -313l213 -142z" />
117
+ <glyph unicode="&#xf463;" d="M768 1024l-768 384v128h1536v-128zM1024 512h-1024v704l768 -384l256 128v-448zM1280 1152h640q53 0 90.5 -37.5t37.5 -90.5v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5zM1920 768h-256v256h-128v-256h-256 v-128h256v-256h128v256h256v128z" />
118
+ <glyph unicode="&#xf464;" d="M768 1024l-768 384v128h1536v-128zM1024 512h-1024v704l768 -384l256 128v-448zM1280 1152h640q53 0 90.5 -37.5t37.5 -90.5v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5zM1920 768h-640v-128h640v128z" />
119
+ <glyph unicode="&#xf465;" d="M768 1024l-768 384v128h1536v-128zM768 832l256 128v-448h-1024v704zM1280 1152h640q53 0 90.5 -37.5t37.5 -90.5v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5zM1984 837l-90 90l-362 -362l-181 181l-91 -90 l272 -272z" />
120
+ <glyph unicode="&#xf466;" d="M320 1024l320 -320v-320l-640 640l640 640v-320zM1152 1280h256q212 0 362 -150t150 -362v-300l-150 150q-74 74 -168 112t-194 38h-256v-384l-640 640l640 640v-384z" />
121
+ <glyph unicode="&#xf467;" d="M1024 1280h256q212 0 362 -150t150 -362v-300l-150 150q-74 74 -168 112t-194 38h-256v-384l-640 640l640 640v-384z" />
122
+ <glyph unicode="&#xf468;" d="M256 1792h256v-1536h-256v1536zM1792 1664v-768h-256q-70 0 -125.5 13t-93 32l-75 38t-93 32t-125.5 13q-71 0 -125 -13t-85 -32t-56.5 -38t-54 -32t-63.5 -13v768q35 0 63.5 13t54 32t56.5 38t85 32t125 13q70 0 125.5 -13t93 -32l75 -38t93 -32t125.5 -13h256z" />
123
+ <glyph unicode="&#xf469;" d="M1408 1664h-768v-256h768v256zM1792 1280v-768h-256v384h-1024v-384h-256v768h1536zM1633 256h-768l-112 113q-113 113 -113 271v128h768v-128q0 -158 113 -271z" />
124
+ <glyph unicode="&#xf470;" d="M1536 1280v-128q53 0 90.5 -37.5t37.5 -90.5v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-1024q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5v128q0 212 150 362t362 150t362 -150t150 -362zM1280 1152v128q0 106 -75 181t-181 75t-181 -75t-75 -181v-128h512z " />
125
+ <glyph unicode="&#xf471;" d="M1223 1121q83 -39 134 -117t51 -172q0 -133 -93.5 -226.5t-226.5 -93.5h-576v1024h512q106 0 181 -75t75 -181q0 -87 -57 -159zM768 1152h128q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5h-128v-256zM768 640h192q80 0 136 56t56 136t-56 136t-136 56h-192v-384z " />
126
+ <glyph unicode="&#xf472;" d="M1240 1408l-240 -768h128l-40 -128h-448l40 128h128l240 768h-128l40 128h448l-40 -128h-128z" />
127
+ <glyph unicode="&#xf473;" d="M1664 1664v-1280h-1280v1280h1280zM768 1408q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5zM1536 1088l-128 192l-448 -672l-192 288l-256 -384h1024v576z" />
128
  <glyph unicode="&#xf500;" d="M128 0l960 960l960 -960h-1920z" />
129
  <glyph unicode="&#xf501;" d="M0 128l960 960l-960 960v-1920z" />
130
  <glyph unicode="&#xf502;" d="M128 2048l960 -960l960 960h-1920z" />
_inc/genericons/font/genericons-regular-webfont.ttf CHANGED
Binary file
_inc/genericons/font/genericons-regular-webfont.woff CHANGED
Binary file
_inc/genericons/genericons.css CHANGED
@@ -16,7 +16,7 @@
16
 
17
  @font-face {
18
  font-family: 'Genericons';
19
- src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAACKoAA4AAAAAOewAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABRAAAABwAAAAcaOlp/UdERUYAAAFgAAAAHQAAACAAlwAET1MvMgAAAYAAAABCAAAAYFFfaIJjbWFwAAABxAAAAIoAAAGitZecfGdhc3AAAAJQAAAACAAAAAgAAAAQZ2x5ZgAAAlgAABuuAAAtdLos/hdoZWFkAAAeCAAAACkAAAA2A8n4fWhoZWEAAB40AAAAHAAAACQQAwfdaG10eAAAHlAAAAByAAAA3kwoNktsb2NhAAAexAAAANYAAADWozqXpG1heHAAAB+cAAAAHgAAACAAvADAbmFtZQAAH7wAAAFgAAAC2ELpXftwb3N0AAAhHAAAAYEAAAQutFt7d3dlYmYAACKgAAAABgAAAAYlQlIwAAAAAQAAAADMPaLPAAAAAM5V8W4AAAAAzlXVv3jaY2BkYGDgA2IJBhBgYmAEwkwgZgHzGAAIzQCcAAAAeNpjYGb/wDiBgZWBhdWY5QwDA8NMCM10hsEIzAdKYQeh3uF+DA4PGL4ys6X9S2Ng4GBg0AAKMyIpUWBgBACGTwuSAAB42mNgYGBmgGAZBkYGEJgD5DGC+SwMDWBaACjC84DhI+cnzk/inzm+cH6R/KL5xfKL55fILwlfmf//Z2AAyjJ8Yvgk8JnhC8MXgS8KXwy+OHwJAMoy/P+vwMzPwsfHx8GrwKPJo8wjyyPOI8jDzcPKnQa1ESdgZGOAK2FkAhJM6AoYhj0AAMVdI1EAAAABAAH//wAPeNqNWgtglNWVvud/TgIkM5lXCEySSTIzSEJiZpIZwiOMIOURHsFgCMQHokAJyBsLBfSvlQVBoauSWqEm0irIdpHdRVFT65TaqkWwLNFaUUvstjzU1rZWBea/2XPuPwkJoJLJ/77/f8+995zvfOfcy1SGf/CZ9HMmM42lsb4sk7Fyh98hO/1OrwP8fcDhhM/O7+U/e20v3wrT9762V/q5eT1sYZ28vRO4+RbrhBIusU4GrMdfOWOaxCT8qGrgt3XWB7/sZF6sze2vBH+lP+J3+7uOKm4aSzLJMA3JMAC/xsUXDbrDDZmZ+B0Dzwyjk+HOwCokwAI6/vDbTrzOV7LskpJfJNmzWDhaESzQXHIZ7ILbjh7lLfwW3nL0KLzW3tzc3qyzi3duoxLJo830gDGFGWDohmYIid3Mh/JibwSwNwJqpR/CzM4KC3CXle+xa/lBu26cw1Ya+J80SGCJvQgaP//iC/wc6BWQ3tbGP29TjSSTrWbNjrdeSIAOy0Hn5/hWfk5mVKIN0qluidl69hdz+h1+qh/oiJshYzU6bkkG2BmS2Ku4Ad6TDc7ojGPnAD3SqB0SY2ng0IwLhsJMg8YbJCykGthv/fDCpekO1VEKlRXRfI9qbFvWyZZt64DqDtVY98og87QhPTrolXUtHR3Y3zgaepd8DFCiNPA7aZRxuPCLtMeDyWi4ZKEGMnxfklVTWy/GvhjfikXDeeBxZUIoFq0og2BBJsjgBdXrCY8Cr64V4L0KceaS522saa9prKnZNGtjMDgr2BTY9CE0zeLN/O/ionFT6nHjpqC6d1MNnrfTRaAJCwc38m+Lwo10Piv1FE8CTaQ7uCV06oMsVkhtCXvcDpdWiL1dWBCsdFREwWHdKgbs/Zg/HAUcoNmtrbN5nMcNPFFP0pWBlwnszz3v6Ayf4QMeh0TrbMAzE+9fvGe8I/qja1xU7JF8MTY4sIFYLrhdGaCHqqEiqMdyZTeOSyhaIYnx5IbS1Nhwe2ndsMZxU6cmG3Ou8dmHVzbWqPixC7hJrKlx5tl7Zzz14PDGcW2/a1vcOGDk2EmhKQ9Esc3CLitsqFlsPrY0rLAst52pWhBHvLIiVK3QTgqGSiFD0oMhTS+VM0Hzam5XruzV9AwohVCpEhoMGeDx5ireXD0ac3lQvlARc1RksSKFHYO1kLWLr+GHiwpg7OQ1Rn1sgZZuy3Qq/SIjbo/dtXnzXbE51WXp6cOuXRCrN9ZMquw7cFTDjHwpzVcQ9Sl9+6c5cuQ0X05BP5D7ZeUVRUfeUAoFRfwwX7MLnLDWxnbxv/INx/h/mR/N1/P6K69Mu3d4Wt74pn3Ln1iWOWj8reUgKVnlAb8k+QPlDk2SHlq/omX5vqbx+bayWf0yYGhM6Vc4IFvS++RkYdvyhvplW07/vP6edDk9vFrJztfmSx6Y+jtYh+0gvdVpJ/osEzEgwMKsmo1jtQJlGMIMQ5xhBDSBAq3Q46xWYsEiVWO6pygmqdiPuZI3qnglHNQsb5TFgqG+ANGsWJGaC1kQjkkylZXDsBN7zvnTn/JP+AZ+B26f/PSn4JQm5Bv5836rtU7esuCau/lB89Qh/veyQ/DZ5gflB8c998UIjy+k7YVJ3805l7Ny0Xr42Sl7nP+FL1Pu3/lGNv+Yt2cMa+S+Z9v8z3zANzW9Y2OXfB/rFPUW2Z/iT0nD8qtHF939UPxG3va2Z3wp5EysurUp1xeZ3tevDQAf/2d8N39z9RGITr7WqA8nv1wE0xOlpQMe5b/lr9dCCdw3kR97NUG4QjZlY3oce4uBpqOOpENfKMwPeCL5MdQiTySMh5GoRgQ3MY+ikg5Gwh5vNKbpURubfrc057f8NF99kj/BT4TDEPjz/b8fVFJYVfnvifoF9XOrHodDIPX5fN/MluFb15Xdv05be8+sIucevo8f/uvWl7QD0q579EzfqUfVa9Vhzy9aNufQ6X7lZfs+/1b1gJrmukwho8EQQHWDhXpavcPv9I8ElMUbCxYWZEg+KHREHP4UEiBqNjU3N/G/QEZf/pfi0U9pUxbc8lBDCedmCT7QjeamC1hCehWURN8RMfhHeuyWVdd/zJNmVXMTvSswlxnqKay3P17IWKGDaqiolrD5eSAXFmg+ST2VwX/NEx98UDHvP+6MNeXk6L+cFFG+5MeSB+UJUAbSlM2L45os87/Ex2a8iQjS1ZZMNoU1sFvYPKGfHtRPDfUziPoZBWe1VFlBJpxGfe0NFhUWKHokHB0FUY+mazo4ZTT9qNdj3csFuhnAsdPlaFZlhYoKDBqqbDDUBzzyRFgEkz7duvVTfoA/wg/QmfzItGyHy5vtkpyqXeur2mR5yrD0xfzMjjf5zsUVgUWFBW5nhqukHIL719/oynS5NkwNLiwstDsh015cLk1XR35+8N1zB84f4fd8Sw5uvleRvvzHUt3oWQdMEvVeCELfqVU3+UtnVhYouekD+mRneByu9Kp6mLvklT2qJENegaxKyR9KDmjQpYJ8SKebzv4eSZVsgwZvfMysaoIVJ95882O+9g7FtzNZWqqp0m7zOj8Tvj/Vn5XsOjaNzSXfX+hAakK6IPQEAROB0oY9GROnkZi/QNOpY1GVfEBQGYx6c8Hr0WQEhgLdQTpPUApAXYoahQjvRRxVNUPwBSQFqFmqevM2uTCzyOlzOGylkw7MqmvdaD5xz59rLf05//L6193ubWvXvORxG3dnTXAe/OH6I7m+/Jw82KODeeDGTdlV7xrTJzrri0b4fBojoiG+nsSXB3q27Vso5fQd6BjgynanV3xr+IMHlx28duucuutIqw3zaeV3jz/xB0X5809aE3w71MGf75FHVvlHBPj3fQG7bW7tjQsA+vcb3r+8oNzy6eiUtCmaF9liobAjVJ3KUkAddrs84KgQJqRXkpJXxKrxqVsQGCkLxtRJtaPH3DBNWb/7/vC0oQV2/iXYbPaxkQ3mNCJMqjp12IjJU4YPm5pcC68+81x2SbD/0uQpaBviHDT0f3iD3D95qsc4ZbKBLMJiPS3ZMlnn1UnUZdlkvc3Jb5Suy9CtQTE3XIWswP4DnUkt+pHrhO/1ZLldkoIUIyShmYWCMWcKAoX318gI0egYiet2oSLp5IBDQTThaqlIKd8PZW+s3Mtfe/X2Zwom2Atu3q77dg16cF5dQ2BkhnfN3FUv3M7Pfrnlkx831GXpuj1NL/Tc8/1x249BsY2teZ1feOBzflfHzXH+QdXah6O710r7p31nS9vCGyIPHaq6/QfPQ/lzb0PG7btPrH74DndO9shB2fa0CKh773zv6OO3pvDd8on1KR5BfrCwIBSNOXPBkrxUQtGRvHi8nih2dCwaDAUrLZSjFmLDY4RHQWtk8gB7wXsJjbBc/cPbJvrGD9xau8vcfMtTX2x98B9Pf7eqaX6WT5HssqpmXD/OSCx7vaO2+ZYbbnf2Kc8dN+aGFXZb2jJntoa+bl9P1oA8fwP/667BK+dDTmXNQRj12vL2n8yZ/L2n/mfm5uODbRnOtHia0+OY8t3b/nvjtBP7Hvli+6ra0sfvGjx6xqPLiqc5nTxQd9vm1ZCEaIoeSKxVmq3PVluRJZBPsQfzNbsnvyh1lE9+xvd89hk0KCtTJ/J0aPgsdS6OzDJ8/R6kGYg8kBUoklEJcLARM+SgTLqh6V68NQCyImEqaUe/vuW+sfFNdtvSZUMnjHBVlB+buf+ejdPXuG6a9oNFPzZhMdym/hgabX15ne/Rm/bvh8ypMB7KnLZHl921aDrvMP/JO+D38CsKV1IxTiay38tsBxkpDitDxt+SpL2SZ2LZjhYubkm4J15r4ovwDjO0QWiHBXhRqAmh3RGHSwAg4l405sD2hEgF0PD8yphOx5BrJ0xc+JucnPtuvXn94saG1f92/6QRJQ4H7OX1urFl5s0j44WmuWXN6OuW5+d5XEMhp6Go/5DSx+AN6N/L7vMQd4ZfLjvSimAxoC8Fl2c4hKOKGJGoXfWj+iHdRtaBQO5BtI5W9jJ+9WxNpVFZI3ZmCz/UQREQUu9P7bydN/B2O/+0plJllTW9MQDjndRLNTUd1lt5o6vbeTuUtFePNhk9ZDbk/KAzjTMXy0bEykfUDLLBrJTYP4mvA3UTUAtiEA2DN+BwqjFwhnRvIBby6141oKdBSHUoAekXPp852uHKcpqjfT7pF45B5pOnIPc+yD1lXthz9swZ874nn1S+fPJJczT/8BR6vftP8Q+1f/Ih2Xl8SL6Hl/TpA+2efDielw3H+5gfPfYyRPiRlx+DBvPlnTt3li7Gv9aXd/A90LDjZf5Grz6vZDPYz6/AMMJF5AxLpRANO6quEgoWhYJZsWhRDH2fgkCWpUBQ0TVJKIYSw9YSARwlR4siYcWL+lHk9JD2EENkI4UXLaJrUT5KIFIK4hphRaAK6VTqMTJKjBgJbOhKJxTFh4gy3lxJYCddABa9EneRpI9h07zhM5pfX7Fyfyg6YfkS/tzuPfzsuIn9ZjTAkP+W/L/ju187Aash+mP+1p133uFyPLVuNeSvnTR+u/nIQ3IGzIGsnT+B3DlFBd/m723TZtRvWb66rvFX4E5fOH0e/+zOlSNHptkeu3PxH4eP9NR868TUG13uSPimm2qDFTZHpGJ63fCqvlpx3qCy0vH9pIw0t2fspHHO0mDWuOLiRv9ETarfMPr6ub7swIdLlg9Fanr2e99//orM6NwHX7yx6d5Vx3Y2ua49tOaHfN/qtUt9Az5o2Ql3/mjH/+Zq9pN8+/H3+aYTWo6+aslC/oftj3ROGJdZ5X6Eb3+7Bdux3HhgbVXo7u1m+tYVKwYXDiwA96+khS9XT3YNr16wcN13Xsn1193c+OHEya4R1bfOmT4921vuHXdNw7jxqjYiVhcYZXerMLRYzp3oy/UrxQWTbgjFbGn9866fe93Csiz7nQ9MXDi/uHjFqjVrHvA63yXsoPibaaw3AnVH34RAgnNTsI0nGrEkPKFAurkJDMGpKfDFWJryP2hJiDBe5GpyJKYh96EECZY1DcOIK4ZpoCJT5oh15Y00qltBBoMcL03KSuWLNGYyzmR2uKmmpqlGw3MT4VJm3KihO93xu84EBgUutwYWrpbQFtB/I+dLAx0cEbkcVVN9acmSl/gF/iG/QGeQd/atHY2NO96yDrAZBs/i+/G7vQqp4sULS7rL0UFi/O1GqIV3RVtEnoeJfJUDrwuCFdGwx2X1KJKdqNIkMl4c3U1LR5J1KIbIdPGzHS1EEFs6erapDxvASqyMl78y4qbNSeQJSa47BZsQscaKhqmQatOM84bI0xlGTWVSwKFMIBo3coLBimAc95pxgYIV/KMMH5UwaS89G8zhDJ/nQAJLXiJH9BvkGC6hvftkDFPQyEsh5hTSRL5CHB6XQPb4ZcnQhuTkDNQX7aN6v1IwKd8rSSCp6SjfQB1fgf8iCRnr20vGPMF/i1mZYKHD2Sg25pt6z10YSG1qj/NLr7+qUxklEa2t5/ml11/ZLuPyv648KmG8yDmCm8wQKnEfQa8DOuX1EgY5fYhTipHSlKph8AQXudo4sAuGuNkrJ+sUuVPh2kolZIDhXHQEutqdQNWZwR0/en7VRTNYwst65E4BP/23Hpq/6vkfLemZN7X09mJd/q+tTUZk+KYaN0qikV9frWRhSO+6ryH86V01YKURq3qgWN9fKaJI7TIR4G841PoLKTngXCpyM6iCSyXhDlkIkRKIpQp2EpIxKLExrZ31Q70spEyrA6JF+YoXBUNsCskIJeFoLA2IeuvRVPZaSeEenJ8LfaAE+twBF7g2l/8LWc+/7vgIlk/+9TuvTIJV/MHHTy76dc37SIqI5oCFjwqD8/NXrJjHVa7OX75iPpznD06pq5sMK2HFEzdM6ZtiRC0p7FS7ZaSZgAEoY4TGTAgEXmQ4RAfUEKDIVlBEoiMxilFUFINQjNgSeokCdd62+UtRHP7Ap5v4JiF78y/h41kX2CzpWV6S0dFSIreLZjT/8kkqSk34+ybTA+30TFu1rfSGKfQy+nVswPfoRSWPl0RLWjq4QW25dVspNePvG+kdus2svLlkCL8h/A1RsjRAobxKggwjQXlgkQyO46US73XJqUhX/knEUJd9Q44byUQyYchxsZPpG70uk1SkO/4mzO/DvGyINaMSsHIQbtVPQ0qY4/Ko3cw40uOnobkCq0H+S7AIAoA7aS/NsnDCwgWabrHILSIf/ifMOF1JeLy4kR+HXPTj21kayhEAOQ1kUGV5knkA3jsIJ+DEQXjPfPZZ5W7gz5lnYBI/IHlhIkheJuYTWCoXnkGaQGjjEPCJP81IYQ02tpPRT8yPiDtc/EBsqPs066Jb/lxn6eQHEb3cGMekyQ6abPLGyN+b+IMjSoRH4Mh5JsUTCfVIJEJGJM3jR/gRiEDEZJEIECgqoo8TWgK/aUOWYLcYBg4UhLyooRJCTSJp8LhsmP85W6qb3SoOJnEMwPYkDUjIRvKTno+ALJt1cR/8OqlBgGZ3aFMFZSEVS0BCSmCEJehLL6zph/FDPnmYMPqhHBx2DMCL8IpS+v4KqShLGLMHA8ZjsBWmwcDfLO5kh/nTPMiTVnDdSTNfzyxtXbq0ldJEi3/D/48/w5cfAwXehRmHOd6z4u9jcNtRU5RbKvCOuTEO+Egvxb7ItuYtPEK3YlANHtlBFZOTC0elFKQob0lfNCzffe6jPcsbpC+rduwYIGCg5lmLWj1zoXjrG29sVd66ecyY5EoQmsZpzytTcIF1dsWpHpaL0Qdzom6L7I3Xg8FlRYgSPIruZ12tplwc5RhCwQJdoyg0gqGJ34AfDBmb7n/zvsdWBhcEA4GGM/ce4odq+OEUFZI9fKlVYOeyYBMWmHn63kNQXQOVCosNXr9reTAYbArMvKP9Z1yUbwZxe0Wg67aFDSw1pxYiTkgUicJNNDcXxp+VPfpH3BP0qUJug/Q2y60YdIp9jYZm4EFnbRtMQ3ilFwhENrS1bZCM2qVLa1OE6RU+gq4ktkHYETykkX5kYE8x5tLQkkpBuCJgGP1SXkJjM2v5Ar6gdqblUczmrrnJyrPHa3kTNNcetxyNeVeb9chq12zCPPUkmVcaFELMC0SLDX7SOAkJmuyDViMhWTqC2mMjOaz5S2JC/cGyZr+Nfcm6Nl04LlPMF3b25AwOVkTRgCOUISZOHMEiqbIiKwYuSff6HXmoapUVUsjhUbLQ5I3T42v/sPsAf2/P6oWqb/XCP5mG861x0/AWFO3R8fOnx73w7f38k2J+PvdtGNu2A7wLzT/t4GcW/kmiki/O3w/OYtDz3uIvUiwhYzsVQ7SC4AdRUhGeOIVT1AHWvGdqPlaUYEnxXhJhohOrxEOdFLcx9Y8iNzTAmlsk94/AkTowHBVXBmAIXBHtijtgCDxscCesWqq+Zh35v8x1+x6ur3+YdjseX7bs8WVygli81FLN87pPwLBK4I7XL6NiPfFCF36W0RSjtV1upjqOgSmmjWVsQU8TVbvvU7bnChaaZvkhwYW9IiNTLHjwRRac8kmWN4oIz6QWIiJjRzCMUtAKKgI08/9V5z08VaLTUnzaQxCJGva7aXkmELPg737FucWFSXirtCDFMuu6uOTILB+N/oTiygEit+2xvGhFdHiKl3irRRTk0hZ4uxNITbretuHfbilrW97SoTALKHyFG9pmz13b0VItbBTRQVesNRBpYgYcAxdUDgjRfHc07ERWpz4KuRMnnpl4rIZX8ZPwKuBFTftDnawVPdiL/MOa4zVnJkjjeRXk08P2mjMTzY+BtVp+RcZ2qUSzaPYy1Y+yJYpqiUR6DsfVT9T/JN9D/hZ5KcTUT7hzBswQSwienoF65qyHGQbMqEf7d8JxzegqHxPlQ3jzkxn8aVqMADN6l0dbiWskA/6nSchs0PEmTGRB6NUwDk9IyIXQsVl+UPApNS6YofD+GjNExC/FCfwT4szKO8soG83aXwMOWax1wFfQWlEs6z4QxCTF+ggrDhHcQqxV0CyGhP6bdIE87AWxmEQYLOVvJbypGhrrtU7lStEd6xm/BdyFlfA1MdyVrqWeQdvXx3BXutZYV9TWyYwr/1FXSSK/IXIUlv1fmiX1k/2lVshg54lEC+2ls7Rug1sooLPmpqR4RqmYTsqMdGVBUhgj6vCibw5eWgdGvw4/9k9FlFawYNdnXaE6sarHoHNrHcvhS6rFDkItMJqaTSaoE60J6uYGqMdMxOGEs/0FylLmw33x6GI6YlAQ9UPgmmTBWxKVjb//fid7n7+vdqNa6shO8SeG8H9CvyFwK60Rwd4UOJAnWphCAgK2K6GBWA2DbsECBS4W49CZpnUDA9ErwVwZLSYRVKKTDvn5XUBhVpMw1kqqizhU0LN2UcvXwNHFSsSY9qw/VSd19iX1pnJJKT5uE1k59FcCICBGTdapbaiS786SgnwW0HoniUYFTZjC5qfMdxulAGksp6VOZFlyd25KQVbeL+UTLEIAkZC13suSlXzP4cNEm3F08C1C6MMpO06Ns0NociF5kuFozpYmR/BzwYqY8C+aIQKUeJfO4jfC4XDyKCU+SHENS5HPG7GHYnhJ49vKWvXZ+mxWKrJNekDTnXqIcvF6yBkMqaEYdnAsFFOjMTnmjYa9Ma/s8Qa8tLJB7wqd9dnD+JslozxbXh+TZhvz+hb30Ah/c9hpm+30MCgvG+HG+/Yxrz/gGRqBcrpt5gpAlj6mWxdL9vzCiDKr6OmeX342tUKtp3/vY9l3z5VvQJOHOkQDLhYJx0C7dAWcEubt7ZvWSm3jMdwoad+4zhw7/rLlcObRdigZb45du6mdt4+X2u6+vE4cArJxmlKFLl9TlDpKBMPE8QSDSlpwIqcOiFEKE9ibgpOaLpu+mMvs5ln0k2n5E+ty5LRZfLubk6X4WpJZPEzwSdQYrQv7xVeAokZRKPUZqTsXbJWVLIYrCqviYzy1Yi5VZWpNHbu4pk5UZ62pk0EsGrJdFeZ2JbeFpipN4isW+NkQ/M5bVisw90IvzBV4RHVcEXNTRNvRjblXqo5wh4am+WwX6kLNJTVTR6mC+TU1J7uQ10whr9Ir/03e8esz4F2q4Y04Cq8mD15QO3Ro7dB846oy4fLYoVT8NR6/RK7Cb5QL5IjcRTWvRi7J85J3qZDtagSDJ+FxPme2kI5dItsoNu6bZCN4EbOpPkAXGovGxGqTUBANO4R4L1293BKLZfePFmf22ZhlL813ZtodA66bOXLxXXN2X3VbZP/gGqy7aIC9r9sTHJzr87kwNHOm9yn7TrV5LtVEkYe0YnVhceIni5WgCjYeTvJ8VKl8OEl+4UplFUEGkpeVvZjb0TC6zaL4lqLQiJPcIB2c/lChThu5efqvh+ny26SwIM7rkwuLjWL5bdypYlUqCG22jhZhopwc8cgE2XUEoxo5Qb9kPLXmAa9tYsUo2hTdFs+tNitxkcvDZ87Ue0hC4/gUlHgqz4fPAmlg3RYl/h/6xldMAAB42mNgZGBgAOLFQhM84vltvjJwczCAwLnQqweQaQ4GDgjFBKIAD1IIzAAAAHjaY2BkYOBg+H8DRDIw/P8PJIEiKIAVAGP8A/V42k1OuRGAMAyTDAU9xz7swAKMojsWoYaFGIQBiOwUOGfHryS+SIsLYMsnBAgICoQoHnBdppAndLxbfWb1NIed9rz/v0TPq76RW1jMQMVufBpz8++9wf05exhbjMJUV+XsLKbiKsWdTaXGasf1A9cnG9sAAAAAACYAJgAmAC4AXgCIAMYA7AD6ARYBMAF8AbgB8gKMAyYDeAO0A94EhgUaBVoFsAYWBpoGvAb6Bx4HVgeyCBAJPAleCXoJmAngCgIKRgqYCwILKAteC5wL5Aw2DJYMuAzaDSANPg1iDYwNug3SDhQOTg6kDuIPEA8mD0IPhA+SD6gP6hAeEIoQtBDmEPgREBEoET4RUhFeEWwRghHqEhwSXBKOEs4TBhMuE1ATfhPaFBQURhRcFGoUgBSWFKQU1hUYFWQVshYkFjoWUBaCFpAWnhasFroAAHjaY2BkYGDIYtjLIMAAAkxAzMgAEnMA8xkAIUwBfQAAeNqNkr1OAkEUhc8CmmBhRSysSLRQE2ABDYqVhZqoMUSidiaoCxj5E1bAxufTF7D0ISyt/GYYlACFmczuuWfOPffunZW0pFdF5cXikj7ZI+wpQTTCES3ry+Goit5YE9O6V3R4QUPvxuFF+A+H41r1vh1+00ok4fC7/MiWjlXSmZLqK1BXPT2orRZxjt2GSapC/MK7AQqtalY9AIWqg6qWCUGBhrrj2SEa6zbQhKyOisqwBnalVeP0mbepWINvkGFyW9QI2BnYDmwK/4qeUBqfJsyajlzFw5l6m3yd8TC9Gr+29bsgrlHNfE9XWbx8u/Z1qVNd6xw0Ly81lTlPk5zSXE3NabJaSWUYg/MTbB1l6Pz6vxlpFexpE9dHPI2mCmvmdMtdpbVj9y5eOe39q/8T+MB2dcBpE75np91iBgGufzc56sGw90RlO2PDZm3/29ylT80itQv2z/E5yf8Ak9xwFnjabc/FchxBEAbhzTXIzMzMMF1dvZJMMklmZmY8+ObX9CsZtLk6uSMm8jRf1N/r92bf71+96P3vff/70evTZx7zWcBCxljEYpawlGUsZwUrWcVq1rCWdaxnAxvZxGa2sJVtbGcHO9nFbvawl33s5wAHOcRhjnCUYxznBCfpKASVpDFgnAkmOcVpznCWc0xxngtc5BKXmWaGK1zlGte5wU1ucZs73OUe93nAQx7xmCc85RnPecFLXvGaN7zlHe/5wEc+8ZkvfB37+ePbdNd1/zpT5lps2GrTNjuw43bCTs429EIv9EIv9EIv9EIv9GLkFb2iV/SKXtErekWvDL3qPdV7qvdU76neU72nek/tRv8P70md1Emd1Emd1Emd1Mk5Z7gr3ZXuSnelu9Jd6a50V7ori17RC73QC73QC73QC73QC73Qq3pVr+pVvapX9ape1at6VS/1Ui/1Ui/1Ui/1Ui/1Uq/pNb2m1/SaXtNrek2v6TW9wdBr3ajFhq1/AKKM+koAAAAAAVIwJUEAAA==) format('woff'),
20
  url('font/genericons-regular-webfont.ttf') format('truetype'),
21
  url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
22
  font-weight: normal;
@@ -57,116 +57,136 @@
57
  */
58
 
59
  /* Post formats */
60
- .genericon-standard:before { content: '\f100'; }
61
- .genericon-aside:before { content: '\f101'; }
62
- .genericon-image:before { content: '\f102'; }
63
- .genericon-gallery:before { content: '\f103'; }
64
- .genericon-video:before { content: '\f104'; }
65
- .genericon-status:before { content: '\f105'; }
66
- .genericon-quote:before { content: '\f106'; }
67
- .genericon-link:before { content: '\f107'; }
68
- .genericon-chat:before { content: '\f108'; }
69
- .genericon-audio:before { content: '\f109'; }
70
 
71
  /* Social icons */
72
- .genericon-github:before { content: '\f200'; }
73
- .genericon-dribbble:before { content: '\f201'; }
74
- .genericon-twitter:before { content: '\f202'; }
75
- .genericon-facebook:before { content: '\f203'; }
76
- .genericon-facebook-alt:before { content: '\f204'; }
77
- .genericon-wordpress:before { content: '\f205'; }
78
- .genericon-googleplus:before { content: '\f206'; }
79
- .genericon-linkedin:before { content: '\f207'; }
80
- .genericon-linkedin-alt:before { content: '\f208'; }
81
- .genericon-pinterest:before { content: '\f209'; }
82
- .genericon-pinterest-alt:before { content: '\f210'; }
83
- .genericon-flickr:before { content: '\f211'; }
84
- .genericon-vimeo:before { content: '\f212'; }
85
- .genericon-youtube:before { content: '\f213'; }
86
- .genericon-tumblr:before { content: '\f214'; }
87
- .genericon-instagram:before { content: '\f215'; }
88
- .genericon-codepen:before { content: '\f216'; }
89
- .genericon-polldaddy:before { content: '\f217'; }
 
 
 
 
 
 
 
90
 
91
  /* Meta icons */
92
- .genericon-comment:before { content: '\f300'; }
93
- .genericon-category:before { content: '\f301'; }
94
- .genericon-tag:before { content: '\f302'; }
95
- .genericon-time:before { content: '\f303'; }
96
- .genericon-user:before { content: '\f304'; }
97
- .genericon-day:before { content: '\f305'; }
98
- .genericon-week:before { content: '\f306'; }
99
- .genericon-month:before { content: '\f307'; }
100
- .genericon-pinned:before { content: '\f308'; }
101
 
102
  /* Other icons */
103
- .genericon-search:before { content: '\f400'; }
104
- .genericon-unzoom:before { content: '\f401'; }
105
- .genericon-zoom:before { content: '\f402'; }
106
- .genericon-show:before { content: '\f403'; }
107
- .genericon-hide:before { content: '\f404'; }
108
- .genericon-close:before { content: '\f405'; }
109
- .genericon-close-alt:before { content: '\f406'; }
110
- .genericon-trash:before { content: '\f407'; }
111
- .genericon-star:before { content: '\f408'; }
112
- .genericon-home:before { content: '\f409'; }
113
- .genericon-mail:before { content: '\f410'; }
114
- .genericon-edit:before { content: '\f411'; }
115
- .genericon-reply:before { content: '\f412'; }
116
- .genericon-feed:before { content: '\f413'; }
117
- .genericon-warning:before { content: '\f414'; }
118
- .genericon-share:before { content: '\f415'; }
119
- .genericon-attachment:before { content: '\f416'; }
120
- .genericon-location:before { content: '\f417'; }
121
- .genericon-checkmark:before { content: '\f418'; }
122
- .genericon-menu:before { content: '\f419'; }
123
- .genericon-top:before { content: '\f420'; }
124
- .genericon-minimize:before { content: '\f421'; }
125
- .genericon-maximize:before { content: '\f422'; }
126
- .genericon-404:before { content: '\f423'; }
127
- .genericon-spam:before { content: '\f424'; }
128
- .genericon-summary:before { content: '\f425'; }
129
- .genericon-cloud:before { content: '\f426'; }
130
- .genericon-key:before { content: '\f427'; }
131
- .genericon-dot:before { content: '\f428'; }
132
- .genericon-next:before { content: '\f429'; }
133
- .genericon-previous:before { content: '\f430'; }
134
- .genericon-expand:before { content: '\f431'; }
135
- .genericon-collapse:before { content: '\f432'; }
136
- .genericon-dropdown:before { content: '\f433'; }
137
- .genericon-dropdown-left:before { content: '\f434'; }
138
- .genericon-top:before { content: '\f435'; }
139
- .genericon-draggable:before { content: '\f436'; }
140
- .genericon-phone:before { content: '\f437'; }
141
- .genericon-send-to-phone:before { content: '\f438'; }
142
- .genericon-plugin:before { content: '\f439'; }
143
- .genericon-cloud-download:before { content: '\f440'; }
144
- .genericon-cloud-upload:before { content: '\f441'; }
145
- .genericon-external:before { content: '\f442'; }
146
- .genericon-document:before { content: '\f443'; }
147
- .genericon-book:before { content: '\f444'; }
148
- .genericon-cog:before { content: '\f445'; }
149
- .genericon-unapprove:before { content: '\f446'; }
150
- .genericon-cart:before { content: '\f447'; }
151
- .genericon-pause:before { content: '\f448'; }
152
- .genericon-stop:before { content: '\f449'; }
153
- .genericon-skip-back:before { content: '\f450'; }
154
- .genericon-skip-ahead:before { content: '\f451'; }
155
- .genericon-play:before { content: '\f452'; }
156
- .genericon-tablet:before { content: '\f453'; }
157
- .genericon-send-to-tablet:before { content: '\f454'; }
158
- .genericon-info:before { content: '\f455'; }
159
- .genericon-notice:before { content: '\f456'; }
160
- .genericon-help:before { content: '\f457'; }
161
- .genericon-fastforward:before { content: '\f458'; }
162
- .genericon-rewind:before { content: '\f459'; }
163
- .genericon-portfolio:before { content: '\f460'; }
 
 
 
 
 
 
 
 
 
 
 
 
 
164
 
165
  /* Generic shapes */
166
- .genericon-uparrow:before { content: '\f500'; }
167
- .genericon-rightarrow:before { content: '\f501'; }
168
- .genericon-downarrow:before { content: '\f502'; }
169
- .genericon-leftarrow:before { content: '\f503'; }
170
 
171
 
172
 
16
 
17
  @font-face {
18
  font-family: 'Genericons';
19
+ src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAACs4AA4AAAAARowAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABRAAAABwAAAAcaW/Oz0dERUYAAAFgAAAAHQAAACAAqwAET1MvMgAAAYAAAABCAAAAYFFfaIVjbWFwAAABxAAAAJcAAAGyqWOQYWdhc3AAAAJcAAAACAAAAAgAAAAQZ2x5ZgAAAmQAACOsAAA47IE+VnJoZWFkAAAmEAAAACsAAAA2BFJrzGhoZWEAACY8AAAAHAAAACQQAwfdaG10eAAAJlgAAACGAAABBlHsRCBsb2NhAAAm4AAAAP4AAAD+AbXzmG1heHAAACfgAAAAHgAAACAA0ADAbmFtZQAAKAAAAAFhAAAC2ELRXhRwb3N0AAApZAAAAcwAAAT2hTWbEXdlYmYAACswAAAABgAAAAZeqFJzAAAAAQAAAADMPaLPAAAAAM6ZHNoAAAAAzpkPJXjaY2BkYGDgA2IJBhBgYmAEwlogZgHzGAAJqQCwAAAAeNpjYGb/zDiBgZWBhdWY5QwDA8NMCM10hsEIzAdKYQeh3uF+DA4PGL4ys6X9S2Ng4GBg0AAKMyIpUWBgBACHZguVAAB42mNgYGBmgGAZBkYGEFgD5DGC+SwME4C0AhCyMDA8YPjI+Ynzk+Qnlc8cXzi/SH7R/GL5xfNL5JfML8Vfmf//B6tg+MTwSeCTwmeGLwxfBL4ofDH44vAl4EvCl4KvDP//KzDzs/Dx8XHwMfGq8xjwaPGo8MjxSPAI8fDwsHFXQW3HCxjZGODKGJmABBO6AoZhDwAl3ijmAAABAAH//wAPeNqNWwlglNW1vudfE8g2mS0LSWYymZlAkgmZycwkLGEAMZAAgoGwBBFUoAQEwqIgLn9VKoJA6xKtoKBVodiqbUVr0z5T6wJ15RF91u0ZfBVFfc+2tkWYubxz7j8TEsAlk3+/89/tnO9859wzTGX4B19Jv2cy01g6y2DZjNVY3BbZ6rY6LeAeDBYrfHVyP//Fwf18O8zYf3C/9PvEBbCVneY9p4En3mSnoZJL7DQD1u+vhjFNYhK+VDXw3TobjG+2MifWZneHwR12h9x2d+qo4qaxOJOMhCEZBuDbuHijQXe4IbMEvsfAM8M4zXBnYBUSYAEdP/huK167lNwcSXGVSTm5LBip9ZVqNrkaHoSFr73Gd/P5fPdrr8HBns7Onk6dnbmzkErEX+ukB4wpzABDNzRDtNjOirC9OBpeHA2vGnZDkOUwTynucl2OHM3ly9GNr7GXBv7HDWqwxH4HGj/5u2f416DXwqCuLv6vLtWIM9ns1oLYnlPdoMNq0PnXfDv/WmZUogsGUd0SS+s/XszqtripfqAjboaM1ei4xRngYEhir+IGeE82OKMzjoMD9EijfkiMpYNFM04ZCksYNN8gYSHVwHHLxAubpltUSwDCtRGXQzV2dJxmHTt6oaFXNa59vjzxiSHdU/78tbt7e3G8cTb0VPsYYIvSwW2lWcbpwjfSHg8JRtMlCzGQqB2irnwWojly2C1YYzgSttAE4YXTjnVbaq3hYqBHLh9eRKJ2euQIUjEZx6arvTW2as+qWGt7d2s7jZd5rbOuTdxYuNt7d/1MMKatWjWNGzPr7/buXgjGJn4rnXBjU1fXJkgW4qIQGDNF23Dr1qltucxD/QmKxnlwxD2lohlgMW9VAM5A1B2MAE7Sgj17FvAYjxl4on5IVwZeduOY7ntbZ/gMH/AYdO9ZAHiWwPtn7hlvY50ypOZGRbl1ifnByfVGcQRsWaD7G6DWp0eLZTuOlD9SK4k55YbS3jb78kDLiLbGiy6KtxUMLcoZGW5rVvFlp3CTWHvbnOM3znpk28i2xq43ula0FY6eMNk/9bZIW3OP0M3aNJQutgR7GlRYrj2HqZoPZz1c629QaCf5/AHIknSfX9MDcjZoTs1uK5admp4FAfAHFP8wyAKHs1hxFuuRqM2B7fOXMUttLitT2GHYCLkP8g385bJSmDBlg9EaXaoNSsu2KpmhUZdHr9qy5aroZQ3VgwaNGL402mpsmBzOGDJm9iyXlF5UGilSMvLTLQVyelFBaSbImbklZZHRFwegtIy/zDc8CFbYmMYe5P/LNx3mv0p8tkQvyVeen37jyPSSie2PrX6gI7t84qU1ICm5NV63JLm9NRZNkm6/bs3u1Y+1T3SlVc/NzIK6qJLpKcyT9MEFudi3kjq3nFaQX5LvGCQPCq5X8lzaEskBF70B12I/SD502okxy0Yc8LIga2CNbJpAGoZQwxBrGIGNt1TzOKwNStRXpmpMd5RFJRXHsVhyRhSnhJOa64ywqM+fARDJjZapxZALwagkU1k5CLtw5KwPPcS/4Jv4Fbh98dBDYJUmuQzX4j9re6ZsXTr0ev504thz/G/Vz8FXW7bJ2xqf+vcoR5Ff2w+Tryn4umDt8uvgF8dyYvxj3qHcuuuVPP4578ka0caLDnS5H/+Ab25/O42d9X6sU9RblvMIf0Qa4WoYV3b97bGZvOstx8QAFDTVX9peXBSakeHWCqGI/yO2l7++/lWITBlutAbjJ5bDjO5AoPAe/md+aBpUws1N/PBL3YQtiJ+ViJ/vkbaDppOQZMmKx+V1hFxRlCJHKIiH0ShGBDlRh+IkGQwFnZGopkd0Y9IKaFj31FH+l4f46zwxvBzYwat/X+Yvrg7esG/arMmzg1tgy9FBb9+zZ7mxdNjVV2rDV07TXWnXnDj+8j2zHlbvk3as1DML/nyzWiEHH5y/aMb+lwf7q+75r7UFY25uzDTbxxBAdYP5+2u8xW11jwZshzPq85RmSUXgsYQs7iQKIGq2d3a2848hK4N/XDHuEW3q0vm3z67kPFGJD3Sjs/0UlpBeAqU7Y1QU/j4oOn/dBZ/zeKK+s52+KzCXGeoxrDcfL2Ss0EI11DZIoaCjBGRPqVYkqcey+Au8+4MPahc/emW0vaBA/+PkkHKCH44/LU+CapCmblkR02SZfxybkPU6okeqL9lsKpvN5rPFQjYdKJsayqYPZTMC1gYpXEvqm07j7PSVeUoVPRSMjIGIQ9M1Hawyqn3E6TDvFQPd9OK06XIkN1yrovCChuLq8w8Gh9wEy2Hyl9u3f8mf5HfyJ+lMvnN6HsJ4nk2yqjlahpomy1NHDFrBP935Ot+1ota73FNqt2bZKmvA98R1M23ZNtumi3zLPJ4cK2TnVNRIM9TR/3r6na+fPPkqv+FC2bflRkU68fdVutG/Dpgs6j3lg4yL6ue5A3PCpUrxoMLBeVkOi21QfSssWvn8PlWSoaRUVqX43ZIFZutSqQsG0U1rvkNSpbTyYbfcm6hvhzXvvv7653zjFUrRrnggoKnS3sRYNxO2PzmeYTaWTWeLyPZ7LEhNSBaEnCBYIkim4UhGxWko6i5Fa4YDi6JUBASTvoizGJwOTUZQKNUtJO8EowA0pChRiO5OxFBVMwRfQFKAkqWql+yQPdll1iKLJS0w+cm5LXtuSTxww1+nmfJz8tnrDtntOzZu+IPDblyfO8n69N3XvVpc5CoogX06JJ6cuTmv/h1jRpO1tWxUUZHGiGiIt8fxy0McOx5bJhVkDLEU2vLsg2ovHLnt6Y6nh2+/rGUsSbWR+Lnyxv0P/EVR/vqzPd38LmiBv94gj653j/Lym4q8OWmLps1cCpCfOTK/prSGCfuFBkmbqjmRLXqEHqHohAOAMmy3OQANO6mQHiYhr4024FO7IDBSLoxvkaaNG3/xdOW6vbcGp9eV5vATkJaWMyG0KTGdCJOqXjRi1JSpI0dcFN8ILz3+VF6lL39V/Bh0VVnL637DZ8v58WP95imbDUGcifbXZFNlrd+vRSnNJu3tjH9n61KKbk5KYtP3aCuwR9GQTEMbMlbYXUeu3SYpSC/8EqqZ3xe1mvDnEJZfIyVEpWPUXLsNBUkn4+v3oQo3SGVKzRNQ/cra/fzgS5c/Xjopp/SSu/SiB8u3LW6Z7R2d5dywaN0zl/PjJ7Z+cd/sllxdz0nXPY4bbmq86zBUpLENh/ip2/7Fr+q9JMY/qN94R2TvRumJ6Vdv7Vp2cej25+ov//FvoeaptyDr8r3vrr/jCntB3ujyvJz0EKj7r3zvtfsvFdiZsoetSQ5BNtBT6o9ErcVgtjwgYdORuDicjggOdDTi8/vCJspRD7HjUcIjnzkzJYCj4DyLQphm/o4dTUUTh2yf9mBiy/xH/r19299/fk19+5LcIkXKkVU164JGo7vjUO+0zvkXX24dXFPcOP7iNTlp6R3WPA3t3GP9GQPy/E38fx8ctnYJFISbn4YxB1f3/OyyKT985DdzthwZlpZlTY+lWx2Wqdcs/PUt09997M5/37VuWuD+q4aNm3VPR8V0q5V7WxZuWQ9xiCSpgcT2SAv0BeoeZAjI0VmOz6XlOFxlyaP84Vd831dfwWxlbfJEngGzv0qei6NpJ5l+A1IMRB7I9ZbJKAQ42YgZsk8m2dB0J94qhNxQkErmoE3fevOE2OactFUddZNG2WprDs954oZbZmywzZv+4+X3JWAFLFTvg7a0DN5SdM+8J56A7ItgIlRb0+7puGr5DN6b+Afvhf+CP5G7kvRxspH5nqM7yEZxWhky/t1x2islCSzbu5uLWxLuidMm8IvwNjO0ctTDUrzwaKLR9pDFJgAQcS8StWB//CQCqHhuZfxpS9XwSU3LXiwouPnSS65b0TZ7/Y9unTyq0mKB/bxVN7bOuWR0zJNIbN0wbuxqV4nDVgcFs8vyqwL3wiuQP0DvSxB3Rp7bdqQUvgpAWwo2x0gIRhQxI5Ec1Y3ih1QbGQcCuQPROhIeoPzq8eawEW4Wu8Ru/lwveUBIu7/M4T18Nu/J4V82h1UWbh6IAejvJL/U3NxrfqtkXEMP74HKnoZxCUYPWRryfdCZxpmN5SFiuRA1fWwYCxDzp+brQMME1IMoRILg9FqsahSsft3pjfrdulP16ungVy2KV/qPoqLEOIst15oYV1Qk/YelPPHwMSi+GYqPJU7tO/7pp4mbH35YOfHww4lx/OgxtHq3HuNHtX/wqrwSXuVy8MrBg6HH4YIjJXlwZHDis3ufhRB/9dl7YXbi2V27dgVW4N+eZ3fyfTB757P8lQFjHmaz2O/PwzCCZWQMA5Kfph1FV/H7yvy+3GikLIq2T0Egy1XAp+iaJARDiWJvifyNkSNloSASQCxvdZD0EDtko4UVLaNrUT5CIBIAcY2wIlCFZCr5GNlkNfgIbOhKJxTFh4gyzmJJYCddABY9H3eRpM9h8+KRszoPrVn7hD8yafVK/tTeffx4Y1PmrNlQ9WvJ/Qbfe/BdWA+R+/ibV155hc3yyLXrwbVx8sS7EnfeLmfBZZC762dQfFlZ6Q/4ezu0Wa1bV69vafsT2Actm7GYf3Xl2tGj09PuvXLFf48c7Wi+8N2LZtrsoeC8edN8tWmWUO2MlpH1GVpFSXl1YGKmlJVud0yY3GgN+HIbKyra3E2a1Lpp3AWLivK8R1eurkNqevyHN/32vMzo6w/+/crmG9cd3tVuG/7chrv5Y+s3rioq/GD3Lrjypzv/s1jL+ZDfdeR9vvldrUBft3IZ/8tdd56e1Jhdb7+T3/XWbuzHauO2jfX+6+9KDNq+Zs0wz5BSsP9JWvZswxTbyIaly669+vlid8slbUebpthGNVx62YwZec4aZ+PQ2Y0TVW1UtMU7JseuQl2FXNxUVOxWKkonX+yPpqXnl1ywaOyy6tycK29rWrakomLNug0bbnNa30lyrTSGcjUVeVYH24q6HHW7cMLI5UTssGURa5KcWbJO9qQYLUiDjFKmVENAqkUZIJ8VXVI5Cy1OAJ8Is04+s2onbu0OE2uDYhWdVPLmaxvkaAO+WLnhbl7IT9w3aYpr/LzrJ1nr0kCTFIBBhVnW0U23bQwFJ5Xnxja8cO26l3+yJJjpKoqUuWdarc48q9NbOcqVl1NSHMizXZ5bO3rIiCvGD7eHhrQF6i6/IOhURiY5lxG/MNQwtqwk46mHuj4qrRhbludpmViV4dErZv4wtndG3bL5jcNUyaJk61mDs/WCyoA1X9EdFa6i5qmNpeOuvrQu2NphjC+fMLoqWlI0LttaMbza4SjyjWuYE6yYOgYvchKPWoty6+d2rKhZEfMMq5+3Zm1tx09SbPI043eXBaLDgqHijm17bqiePnxYdvpgiy7j4x+hLtfhmM/F0S5WbXqWSspjyTI9fDwrlhCz3ZbhqFaodgHN7xkuUD0LiuUS0AMKDbxcLDvV+zPKr7xkUbS8YvnK9St/MGusJRekwRZX+Rhv7YoZE6y57gvG1+VA3djXNi51Sp4xF7fNa4nZrOP+sr2+vDBfthTmpaf36s4RQ4cMbhx/4d69v3rgno3zCvShqnXizB8/+NF1c25tiVrVzExd45/JGaWlVf7yTKuUX5yRCXmlFVllVfKvEx9nuuZNfXjyjW1NVe7sNJByrguOrVowbcqIysEZh9JdS1c8/MCL86auHumSsobkD6J4zzbs/xrsv5utxxFw6IKR+FE+yohhRUlKgFzRkEnUgGIjvv4fLES+qoM+ZOCSj5Ho4yghYXOkPsj1k6Yv9dx8Sl/Sx4bgpt6bNy6/aPKj/ODRTZbxN/Vu2nb1hOZHoe7oJr54ZKln9IiZU1bMKfS43Ra0avMWVla4iu351eHS0vy8EfUXt67cunxZfX20dt6l11+CVN3dMHbp1KpqZ6HDPsRVUespi9TOuvrpzo6V8rj2lZt6bxqR9aOjUPdoa8vam/CqOWPTUX7w0QX81ZlLZo9u8PkL8/Nsaem52U5bUaC0zOVqGG51lHnmBaurqvILyv1NkxYuvmBseXkBWp2S4mBsaKXD4SqtrXEWuN2B5qmTq8cEAiKMjH4B0yieFjTjihQgErsKCDqEkQ5IFWBBTSY+i8pIAS8tm4y4Zgz3OfC/ORwjm8ljY9c2zh1mdNesWBgDPaMg1z3nwpy0NNgTblbY0HGZbr/YYdn25vLh5ZIx/4ETt6qWKveQGfdePHOP19dMVPVV2K6H9DWshtWziejRzWWXs2XsujOtIxuGcyqinyIGYUWxd6okBQ6BG36v7CB5cEilGsUja9HakedHXjTeUMCGXyI2q0YEq9Udik0r9dHbXPQKPHVG8MSUhtpIkERAD9UFsl7gj/HV/Jcv5FSGr2q5YtTTf52n5ubaoT6vZXjT0qVNjYtVfnLKB4+PWtKy7kisqipWlVj1KHj27+fvP/oL/v7+/eBJHC2vnllUOXSEurKifmhVSUsic9y8sWMD1XDz/LHj5o1rzB5WnN36TFdrdvGw7LodP1F+HG0rDNbc8vGmTX+9JRgpnBNuuaplYToccgzOUCcOrVl659KFjaP49RkLWq+ShlVRpafs7QeWLX+qvf2pt55ql3ZWD2luKKtfXzK8fIR/9JZ548Yl/+PZxRXZra3ZFcXZdSIuLyE1Rn5ZRByHOBmyfVmw/9Hgtptx3QZwOZx2nfDZ5fOHnVFxfzQo06svqAY4tG37IdDxVH0JHC+p90kXHuL/c1Baeh/eUg7PKw0ESnnJlude3Hr4NXd1tRuObf7Ds5uXVd1weOuLf9r6n8MDPXT3bbFGYIg1gmxW1scXxSqByXV9qJo2J0QdwagTImIKif22d6ZWCDqldv6ud3mZzwftine7V4V2b1Mk7NXJbzcOm2sIh8FAhzAMPq/X2+7jnUospkC7r73JK/SC4sxMYwPZdl+U2awP30ZBZTzRxJuRXMagu7Od3ix0S8IR1WitA1kjsmmn2+6WQ1ENcZ8WA7BswjCMmGIkDDSutErCUmskGtWtoLfOwJIu5SbXRjSWYJzJ7OV2UiINzxM4bzLjRjPd6YtTi7ErYd5zmR9DRUbeh76qrRjSQUfVlmuQhql/WLnyD/wUP8pP0RmUHH9zZ1vbzjfNA2yBYXP5E/jeAYVU8cVTK/vK0UFi/K02mAbv9K0laEyszVjwmtQMVcscUXTsI0q7WN3hCEO7e+OsVzHEqg4/3rubjOPu3v59GswKWaW5uuMOh+y0WSlQ4BarEsJFIBSguaJp8lBtmnHSEGtShtEcjgvqL5PDEDMKfL5aXwz3mnGKAnP4R6tZVCJBe+mAr4AzfF4A3VjyrHZEvqMdIyXktkWyTUclQioctYrWhL6hOTwmgexwy5KhVRUUDNGXP0b1fmPDJJdTkkBSB2H7huj4FfgVtZCxjAFtLBGxngpWLSIuI9kYNv67Rs/u8SY3td/52dffNKiMFszMrf/52dff2C/j3D/So1Zo1a/RrxEre7qvNBtQ/XU/oN/QIEXBj0AwBnHAH9WvOYCqfMDrPfARX3dB2/gMW91w2PrRAe8y3wGf74DaRnsqcRQfB3Oraqebj70HfO3eA2zA+qTVrI3cPCKvUrAYnSJd7VtM1JnBLT/97bozarKSV/dbRwTs6v/104x1v/3pyv5riKZcn6nL/a21yYgc31XjLbTu+l3VSibGDKx7KOHTwKoBKw2Z1cMZbu7WzmkC/B+Kgv5Msh3wdYpRUwVnt4RbZNGIZINYH/1FpGNQmca0HpaJcutBmWUWiJS5FCc2DLHLLyPUBCNRBH803HokuZKrJHERTi6CwVAJg6+AU1xbxP/Je/g/r/gMVk954e3nJ8M6vu3+D5e/0Pw+NPSSyw8mfioMTi5Zs2YxV7m6ZPWaJXCSb5va0jIF1sKaBy6empGMDuxOYqva10ZaFS/ENoaEPFKDwInePrnGqh+wyWaAkJqOFCJKEUISU4ocEENRF+9Ysgqbw2/7cjPfLNre+Uf4fO4pNlc6wCuzendXyj2iG51/fJiKUhf+tjnhgB56pq3bEbh4Kn0ZfVzswA/pi0oJr4xU7u7lBvXl0h0B6sbfbqHv0G1mriFLhrArwh5ReCIdsFFOpRtiBu+m9VCxKBrDSyU24JJTkdRajIgnnvMOOWbEu+PdhhwTO5neMeAyTkX6YtFkEwYzJ6syswu8ZjzerrppSgmTbA61L0oU6vfR2CmUmeYwCNgEAdCnaS/NNXHExA1KPTADPYiM+N+dECxVwuOZjew8FKOdv4ulYzu8IKeDDKosT048Ce89De/Cu0/De4kDB5TrgT+V+BQm8yclJzSB5GRibZ2JNWGNDSJJQGD1Ay3/awRshI4k4IphcDPdIGHwGDvDtUjqqVZ7OoTTCZV1tOa0CC+zk/hUZAgYiRgYoqVYWoxbt9aN30tDZpBjsgocfPA7UeokhI/uONYhG4lfLpBaFuwRhwTxCkDpjRvQLRvxL/o/AtLWPr6Db6ep9VL2Am2qoCkkNt3QLXVTS4iyDMCPTJZH6+FgCaLtKcCpzJFYGV7RcrW7VirLFQrqCAI7DNthOgx5ccVp9jL/OffxuBk8Pk2ZHY+v2rNq1R5aBlnxIv8f/jhffRgUeAdmvczxnhlfPgwLX0uIcqsEhjE7+oaf6QEcizxzTd4h5CUKDeCQU8kKyFClJEwob0r/nr1679ef7Vs9WzpRv3NnoVDt5gMmnXr8VMX2V17Zrrx5yfjx8bUgpIfTnoeTEIB1puKwDlbMwpTtEYyIMIbTIXxLWsBQdDdL9ZrWmoTHapJWirmXRd0G/LhqwiD36zffu9a3FAno7E9vfI4/18xfTtIf2cFXmQV2dfjascCcT258DhqaIayw6LDrHlzt86HFmnNFzy+4KN8J4vYab+q2qe+pPA5/KouDwqmoQjaH60wyh2D2oSRlMjM3TFNh0CmONSqPkUzcSBjC0jxDwEA5GpKZwGGSpOf5KLqS2CahG3C7RvKRhSPFGPpu6RAAYV6AuSIi7q6xOdP4Ur502hzTSiQ6U7k34eNHpvF26Jx2xDQeiau6zEdmvxYQjqkfkgqlgwfQCyAqbPAPjQ+hm5JZYI/RLZkygtKTRu0w83OI/eQTFadPGjvBUpsujFFC5MOc7s8DLKYPYvFniaQAiw+9kNrcKNgk3em2lKCohWslv8Wh5KJaG59MnPaXvU/y9/atX6YWrV/2UcKwvtk4HW9B2T5Ub+OTxmd+8AT/ooKfLH4LJnTtBOeyxEc7+afLPpKo5O+WPAHWCtBL3uS/I/9Bxn4qhugFNpiQTxGYksQeGgAzryeZbyRKsLj4Xhxh4jRWiYcWKZbG1P8Wax+FZt4MmXQEjuSB4azYsqAUZyiS8jWgCu4wuBXWrVIPmkf+z8S1j93R2noH7Xbe39Fxf4fcTcxd2t3AS/pOwDBL4I63dlCx/nihC9vJKH3G3M5VUx3nICHSomTsQX8VVfvu02rGeTQ03bQtgv86xYpDheC+Z5hv0s6YFiYkrI3qQQOEA8GS3r+XMtu+6byf9ek+bQo+7cGH5AvHPWFaGxBZXu98w7nJf6nxZmlBhGWWujjryEy7izaDfMlCsXZrhmbQoRiZ5BpOEf9AerHU2bdA0q7rXZt+NL+6a/XuXoWZQFHk2dS1YNHG3t0NQkfJz1bMHD9ET1s2cmo/Cgf4fbVIqYNWZGrqPVDc1PRp0+FmXs8/hJcAL5p7bj/N9qCX+jt+tPlI86eTpIm8Hlz0sKf506bE58D2mHaFrJlK1Ikyc5LjKJtNUc0miRjUEfUL9Zdke9Kp/rAbouoX3DoLZokUuZ/PQjmztsIsA2a1ov5b4YhmpMpHRXk/3vxiFv85JdvBrIHlUVdiGrUB/9MlZCvoRncnkNmgVUPfu1tCfoOGLRkPE9gSE2yP6A2QJSYvX4oR+HeLM3NdVca2UUbaULDIIpcPv4Lais0y7wNBTFzk/5m+heALIhdPM1kP2m+SBbKwp0SypFBYWp+U8KZqaGxAHub5PDrW32fz2j1h+Ba/7XzXUn9H7dv9tvNdayzlqZ1mxvn/aKgkEdMQcQlT/89eBXST/iUzQHHwRHCF9tJxokTcRAEK4MTFMwq/nKZoSCrykcQYUYcTbbPv7DrQ47W4cXxqI0TRcOhzz1OdyFo16NzM03z5rGpxgFAKKHDEBHWinNc+btAXSyWczRcoS9EO+5mjjRFJ9KF8CFyTTHiLo7Dx998/zd7n76t9qJY8smP8gSr+D8isgkspHo6jKXCgRPQwiQQEbOdDA5HtiWbBBAUukk3pTNP6gIHoFWUq0uAJkCB/DA8uVwooEg3UGDNT+AwOlfavXdTyLXB0phIxp/3rT9ZJg31Wvcn4UZJjp4lIHNorARBASx5u3eTaiXfmSj4+l5ZxKKn3NKqORq7wI4l32iQvSSynVF7SrDPxKEVwdksySdeSTGU2mykLtoyTgoXjLKm7ybm1COn1kPUYiSpsSm8IX+KrjQqbohnC0Yil5BSRPRgMxl+jAAcJq2EK70kjensUL2lO97A9+gJ9AQuIqJLu1XSrTkscft1v9flVP61yRP1RNRKVo85I0Bl1yg6n10nhcD3lAusLRvDXK8c4th4an542/tBWe12Ivz7ik7S0T0ZATfUoO97PGX/oNkddCGrodqJYgLD0Od06U7L/G0ZVm0U/6f/mA8ms6/42fbCp0/2zuYESYnSIeG0sFIyCdnZWtxLkPT2bN0pdE9HFqOy55drEhInnpHgnXuuByomJCRs39/CeiVLX9efWiVNAek1pQpCyL2XJo0TQS7xOsKa4CSFy8oC4pDCBt0kIaU7p8RkZ6eNW9JEpnZeljDdtJsfu42FJjhZnJvdKxbG1FN6Lt6ATzgU5S71G6ov5mmUlk9WKwqp4GU9mgSerTOaJszN54qI6M09cBpEEm/a9cDYVxBaSqrSLt5iAl4aAd9LUVIGzpwbgrMAgquO8OJsk15Y+nD1fdYQ1NDWdx1NIC81n1UwDpQq2194ZT6FtIom2yoA4N1nEb490p0TDGbJ4vk+8u3RaXd20OpfxvSLe8oQ6Kn4QvfuB7fJ8Z7tADskpevl92iU5/uBcJdr2fRoGD8P9/LIFonXsrLaNYY3f1TaxIkqfIvDQKmpUZFCKpVE/Yrz0/dstsWhefqQie/AtuTkBlzU7x1I4ds7oFVddtvd790V2D2vGussKczLsDt+w4qIiG7pj1kGDq69uSHyd7KKIJ5r+udA48ZHFrxsU7Dx8yF0oUi74kGzB+coqggDEzymr9MVsNPRoc8mnJc8zZCXTRwer2+/RaSPTTv+tMEN+iwQWxHlrfFmFUSG/hTtVBHlASLN5TMW5UxiQSW+P5PrKspGIK1quU2HS5lU5f+ZHVj3wwCp+5M85q5BLLmqHUZ9b2n/603bL5/z5dnzXYujV79VK8CydstzQUjq9stWfLutW2anET5xmJ/jKw4ff5G/AcE3hh99844031d6GOGv4GOqhfjsS/Hrk8C9t5y/xl7YzZsZlUdOTsap8WlFKh7CbKA36h+diS1/qLQ0jOeVx0UUYGOY/EyOmWTHIbKMfaXQnC4SpMDf6MmLP046ib2+H/dvrpx8sfVvNxjn1laTqo9iYenZ9fvDrYNaYEBm86oD6/jmXdx5ogxyzSnQ8eEzqjg2o8gUqMpd/mfyNS1Iu6bcmhPD4j3Uyu4XCSxTxo5gsdYJYNZrIzqbfX0GWjHpFcVzyJ3h3DC0s7+lsmsxFCE/4WX3yBQPep5z9HpT8gV8esDYi03iA+Tun0oBM6aMeS1BkB8ghECKt4XbhyubmlRc2Lm8I1Xs89aGG5Y3mHZ2dZOTJk/NMm9x3lrLvwmbSb7lELWrSooDbby5GO80fLIFYRz3N1IUJtqpDZh20sCriAkTh4qyj437DuL9jIH8zfx9mHziDoXAtcyVXvYvQ46N5iYs9VMI+qBTMVGVG/zkzcMB4D/+FINRJH0diwmfLTNYiciWIHxMVVkNkB0UuhTgqL7Us7tqE3iflJDIzVN1NAbRuZaF/1/xNXciM22cNRXuHvaOIJ8XvzfdTHEsO6e5oyOqJunXl7S+Nch4rN/AA3eWq8NHITUnF2o3keFpMFsKSeRGqH2TTAQUzvCIZKJrdp1HmTXaSDL78szuxAFw8Ff8n/7abpDSUDobcTZ94LJlrjNdpQoLR7tNt8dz8nhIT6wb4zJr8HjrHMXwKSiy5poDPvOlg3hYl/h9VXAj9eNpjYGRgYGBmaPaTOnEpnt/mKwM3BwMInJvJr4ZMczBwQCgmEAUABy0HjgB42mNgZGDgYPh/A0QyMPz/DySBIiiAFQBj/AP1eNotj7ERAkEIRR94gbljP/bgzMUXWQeR2fVwsdZibiEWIB9gZz/wYfms/SjzF1jGZxyDIBwPS0S5TFwITfhO5qjsm7eqPNmz9jHqhNCZbG1fWjVjOqqLq/RSbaNfBnd59Z3EX4pjqY1qZsyOio5Waq3ef9SiIx6MtZ7N77KePcvtD516IYIAAAAAACYAJgAmAC4AXgCIAMYA7AD6ARYBMAF+AboB9AKOAygDeAO0A94EhgUaBVoFsAYWBpoGvAb6Bx4HVgeyCBAJPAn2CnYLJgtuDCoMcAyyDNQM8A0ODVYNeA28Dg4OeA6uDuQPIg9qD7wQHBA+EGAQphDEEOAQ/BEqEUIRhBG+EhQSUhKAEpYSshL0EwITGBNaE44T+hQkFFYUaBSAFJgUrhTCFM4U3BTyFVoVjBXMFf4WPhZ2Fp4WuhboF0QXfhewF8YX1BfqGAAYDhhAGIIYzhkcGY4ZpBm6GewaDBo2GnoashrwGxwbPBtuG5obzBv8HBYcPhxMHFocaBx2AAB42mNgZGBgqGPYyyDAAAJMQMzIABJzAPMZACNoAZEAAHjajZK9TgJBFIXPAppgYUUsrDbRQk34cYl/UFmIiRpDNGpngmYBI7AIq2Dj8+kLWPoQllZ+MwyRAIWZzOy555577p0BSUt6U1JeKi3piz3CnjJEI5zQsr4dTqrkjTUprXslhxc09G4dXoT/dDitVe/H4XetJDIOf6iQ2NKxqjqTrxeF6qmvB0XqEAfsCMZXjfiVbwsUW9WsegCK1QTVLRODQg11z9klGus20MSsrkrKswZ25dQg+8zXdGzAt6gwtR16hOw8bBc2i39NTyiNTxtmTRXX8Wim3ya3Mx5mVuMXWb8L4gbdzH16KuJVYAUq60qnutE5aF5ddqpynsaf0lxPvdNkt6ouYUw0yTZRxs7vhfy2zeW0x1nmxjU94mk0dVjzTnfU5bRj9z5egQ7+Nf8JfGinOiTbhu/b1+7wBiGuf7/kaIaKdfN5n8hOZnjfTl+i8y5nADb/nAKZ4i+dtXAXAAAAeNpt0tVyG0EYBWG1Ag4zMzNoZ/7ZtUMO2WFmZnDAQYcrj5hXClhtX2WrVOdG9e1O17TardHn969Wav3v+fn3R6tNmwlMZBKT6WEKU5nGdGYwk1nMZg5zmcd8FrCQRSxmCUtZxnJWsJJVrGYNa1nHejawkU1sZgtb2cZ2drCTXeymQ0UiExRqGnrpYw972cd+DtDPQQ5xmCMcZYBBjnGcE5zkFKc5w1nOcZ4LXOQSl7nCVa5xnRvc5Ba3ucNd7nGfBzzkEY95wlOe8ZwhXvCSV7xmmDe85R3v+cBHRvjEZ77wlW9850fPyPDQQKfT+beD1fhWbnKzG25xa7dxe92+0U16SS/pJb2kl/SSXtJLemnMq/QqvUqv0qv0Kr1Kr9Kr9Cq9pJf0kl7SS10ve47sObLnyJ4jd8b+V9zabdzue0MndEIndEIndEIndGLc6X5/2CPsEfYIe4Q9wh5hj7BH2CPsEfYIe4Q9wh5hj0h6SS/pJb2kl/WyXtbLelkv62W9rJf1sl7ohV7ohV7ohV7ohV7ohV7RK3pFr+gVvaJX9Ipe0St6tV6tV+vVerVerVfr1Xq1Xq3X6DV6jV7T9Yr3qXifivepdPIfY1AvlQABUnNepwAA) format('woff'),
20
  url('font/genericons-regular-webfont.ttf') format('truetype'),
21
  url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
22
  font-weight: normal;
57
  */
58
 
59
  /* Post formats */
60
+ .genericon-standard:before { content: '\f100'; }
61
+ .genericon-aside:before { content: '\f101'; }
62
+ .genericon-image:before { content: '\f102'; }
63
+ .genericon-gallery:before { content: '\f103'; }
64
+ .genericon-video:before { content: '\f104'; }
65
+ .genericon-status:before { content: '\f105'; }
66
+ .genericon-quote:before { content: '\f106'; }
67
+ .genericon-link:before { content: '\f107'; }
68
+ .genericon-chat:before { content: '\f108'; }
69
+ .genericon-audio:before { content: '\f109'; }
70
 
71
  /* Social icons */
72
+ .genericon-github:before { content: '\f200'; }
73
+ .genericon-dribbble:before { content: '\f201'; }
74
+ .genericon-twitter:before { content: '\f202'; }
75
+ .genericon-facebook:before { content: '\f203'; }
76
+ .genericon-facebook-alt:before { content: '\f204'; }
77
+ .genericon-wordpress:before { content: '\f205'; }
78
+ .genericon-googleplus:before { content: '\f206'; }
79
+ .genericon-linkedin:before { content: '\f207'; }
80
+ .genericon-linkedin-alt:before { content: '\f208'; }
81
+ .genericon-pinterest:before { content: '\f209'; }
82
+ .genericon-pinterest-alt:before { content: '\f210'; }
83
+ .genericon-flickr:before { content: '\f211'; }
84
+ .genericon-vimeo:before { content: '\f212'; }
85
+ .genericon-youtube:before { content: '\f213'; }
86
+ .genericon-tumblr:before { content: '\f214'; }
87
+ .genericon-instagram:before { content: '\f215'; }
88
+ .genericon-codepen:before { content: '\f216'; }
89
+ .genericon-polldaddy:before { content: '\f217'; }
90
+ .genericon-googleplus-alt:before { content: '\f218'; }
91
+ .genericon-path:before { content: '\f219'; }
92
+ .genericon-skype:before { content: '\f220'; }
93
+ .genericon-digg:before { content: '\f221'; }
94
+ .genericon-reddit:before { content: '\f222'; }
95
+ .genericon-stumbleupon:before { content: '\f223'; }
96
+ .genericon-pocket:before { content: '\f224'; }
97
 
98
  /* Meta icons */
99
+ .genericon-comment:before { content: '\f300'; }
100
+ .genericon-category:before { content: '\f301'; }
101
+ .genericon-tag:before { content: '\f302'; }
102
+ .genericon-time:before { content: '\f303'; }
103
+ .genericon-user:before { content: '\f304'; }
104
+ .genericon-day:before { content: '\f305'; }
105
+ .genericon-week:before { content: '\f306'; }
106
+ .genericon-month:before { content: '\f307'; }
107
+ .genericon-pinned:before { content: '\f308'; }
108
 
109
  /* Other icons */
110
+ .genericon-search:before { content: '\f400'; }
111
+ .genericon-unzoom:before { content: '\f401'; }
112
+ .genericon-zoom:before { content: '\f402'; }
113
+ .genericon-show:before { content: '\f403'; }
114
+ .genericon-hide:before { content: '\f404'; }
115
+ .genericon-close:before { content: '\f405'; }
116
+ .genericon-close-alt:before { content: '\f406'; }
117
+ .genericon-trash:before { content: '\f407'; }
118
+ .genericon-star:before { content: '\f408'; }
119
+ .genericon-home:before { content: '\f409'; }
120
+ .genericon-mail:before { content: '\f410'; }
121
+ .genericon-edit:before { content: '\f411'; }
122
+ .genericon-reply:before { content: '\f412'; }
123
+ .genericon-feed:before { content: '\f413'; }
124
+ .genericon-warning:before { content: '\f414'; }
125
+ .genericon-share:before { content: '\f415'; }
126
+ .genericon-attachment:before { content: '\f416'; }
127
+ .genericon-location:before { content: '\f417'; }
128
+ .genericon-checkmark:before { content: '\f418'; }
129
+ .genericon-menu:before { content: '\f419'; }
130
+ .genericon-refresh:before { content: '\f420'; }
131
+ .genericon-minimize:before { content: '\f421'; }
132
+ .genericon-maximize:before { content: '\f422'; }
133
+ .genericon-404:before { content: '\f423'; }
134
+ .genericon-spam:before { content: '\f424'; }
135
+ .genericon-summary:before { content: '\f425'; }
136
+ .genericon-cloud:before { content: '\f426'; }
137
+ .genericon-key:before { content: '\f427'; }
138
+ .genericon-dot:before { content: '\f428'; }
139
+ .genericon-next:before { content: '\f429'; }
140
+ .genericon-previous:before { content: '\f430'; }
141
+ .genericon-expand:before { content: '\f431'; }
142
+ .genericon-collapse:before { content: '\f432'; }
143
+ .genericon-dropdown:before { content: '\f433'; }
144
+ .genericon-dropdown-left:before { content: '\f434'; }
145
+ .genericon-top:before { content: '\f435'; }
146
+ .genericon-draggable:before { content: '\f436'; }
147
+ .genericon-phone:before { content: '\f437'; }
148
+ .genericon-send-to-phone:before { content: '\f438'; }
149
+ .genericon-plugin:before { content: '\f439'; }
150
+ .genericon-cloud-download:before { content: '\f440'; }
151
+ .genericon-cloud-upload:before { content: '\f441'; }
152
+ .genericon-external:before { content: '\f442'; }
153
+ .genericon-document:before { content: '\f443'; }
154
+ .genericon-book:before { content: '\f444'; }
155
+ .genericon-cog:before { content: '\f445'; }
156
+ .genericon-unapprove:before { content: '\f446'; }
157
+ .genericon-cart:before { content: '\f447'; }
158
+ .genericon-pause:before { content: '\f448'; }
159
+ .genericon-stop:before { content: '\f449'; }
160
+ .genericon-skip-back:before { content: '\f450'; }
161
+ .genericon-skip-ahead:before { content: '\f451'; }
162
+ .genericon-play:before { content: '\f452'; }
163
+ .genericon-tablet:before { content: '\f453'; }
164
+ .genericon-send-to-tablet:before { content: '\f454'; }
165
+ .genericon-info:before { content: '\f455'; }
166
+ .genericon-notice:before { content: '\f456'; }
167
+ .genericon-help:before { content: '\f457'; }
168
+ .genericon-fastforward:before { content: '\f458'; }
169
+ .genericon-rewind:before { content: '\f459'; }
170
+ .genericon-portfolio:before { content: '\f460'; }
171
+ .genericon-heart:before { content: '\f461'; }
172
+ .genericon-code:before { content: '\f462'; }
173
+ .genericon-subscribe:before { content: '\f463'; }
174
+ .genericon-unsubscribe:before { content: '\f464'; }
175
+ .genericon-subscribed:before { content: '\f465'; }
176
+ .genericon-reply-alt:before { content: '\f466'; }
177
+ .genericon-reply-single:before { content: '\f467'; }
178
+ .genericon-flag:before { content: '\f468'; }
179
+ .genericon-print:before { content: '\f469'; }
180
+ .genericon-lock:before { content: '\f470'; }
181
+ .genericon-bold:before { content: '\f471'; }
182
+ .genericon-italic:before { content: '\f472'; }
183
+ .genericon-picture:before { content: '\f473'; }
184
 
185
  /* Generic shapes */
186
+ .genericon-uparrow:before { content: '\f500'; }
187
+ .genericon-rightarrow:before { content: '\f501'; }
188
+ .genericon-downarrow:before { content: '\f502'; }
189
+ .genericon-leftarrow:before { content: '\f503'; }
190
 
191
 
192
 
_inc/images/jetpack-icon.svg ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
4
+ <g id="jetpack">
5
+ <path fill="#999999" d="M8.5,17.963L7.946,17.25c-0.688,0.243-1.528,0.391-2.446,0.391s-1.758-0.146-2.447-0.391L2.5,17.963c0,0.711,1.343,1.287,3,1.287S8.5,18.674,8.5,17.963z"/>
6
+ <path fill="#999999" d="M10.675,16.963l0.554-0.713c0.689,0.243,1.528,0.391,2.446,0.391s1.757-0.146,2.446-0.391l0.554,0.713c0,0.711-1.343,1.287-3,1.287S10.675,17.674,10.675,16.963z"/>
7
+ <g>
8
+ <rect x="4" y="10" fill="#999999" width="1" height="1"/>
9
+ <path fill="#999999" d="M15.043,1.043c-0.412-0.229-0.908-0.375-1.455-0.375c-0.553,0.001-1.051,0.148-1.463,0.381c-0.878,0.883-1.598,2.546-2.045,4.643C10.105,5.789,10.125,5.899,10.148,6H8.977C8.515,4.081,7.824,2.558,6.994,1.723C6.572,1.485,6.064,1.334,5.5,1.334C4.939,1.333,4.434,1.481,4.014,1.716c-1.521,1.521-2.602,5.296-2.602,9.722c0,1.646,0.154,3.198,0.42,4.584C2.562,16.604,3.922,17,5.5,17s2.939-0.396,3.668-0.979C9.291,15.381,9.387,14.704,9.457,14h1.159c-0.046,0.451-0.091,0.906-0.159,1.333C11.215,15.738,12.326,16,13.588,16c1.544,0,2.875-0.389,3.59-0.958c0.26-1.354,0.41-2.874,0.41-4.485C17.588,6.225,16.531,2.531,15.043,1.043z M6,9v3H5.623c0.117,1.055,0.319,2.077,0.627,3h-2c-0.308-0.923-0.51-1.945-0.627-3H3V9h0.535C3.613,7.592,3.846,6.213,4.25,5h2C5.846,6.213,5.613,7.592,5.535,9H6z M5.5,3.625c-0.828,0-1.5-0.336-1.5-0.75s0.672-0.75,1.5-0.75S7,2.461,7,2.875S6.328,3.625,5.5,3.625z M9.535,13c0.031-0.511,0.053-1.029,0.053-1.562C9.588,9.85,9.443,8.35,9.195,7h1.174c0.25,1.346,0.393,2.848,0.393,4.438c0,0.537-0.029,1.055-0.062,1.562H9.535z M12.125,2.15c0-0.414,0.672-0.75,1.5-0.75s1.5,0.336,1.5,0.75s-0.672,0.75-1.5,0.75S12.125,2.564,12.125,2.15z M16,11h-0.623c-0.117,1.055-0.318,2.077-0.627,3h-2c0.309-0.923,0.51-1.945,0.627-3H13V8h0.465c-0.078-1.408-0.311-2.787-0.715-4h2c0.404,1.213,0.637,2.592,0.715,4H16V11z"/>
10
+ <rect x="14" y="9" fill="#999999" width="1" height="1"/>
11
+ </g>
12
+ </g>
13
+ </svg>
_inc/images/module-icons-sprite-2x.png CHANGED
Binary file
_inc/images/module-icons-sprite.png CHANGED
Binary file
_inc/jetpack-icons/font/jetpack.eot ADDED
Binary file
_inc/jetpack-icons/font/jetpack.svg ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Generated by IcoMoon</metadata>
5
+ <defs>
6
+ <font id="jetpack" horiz-adv-x="1024">
7
+ <font-face units-per-em="1024" ascent="960" descent="-64" />
8
+ <missing-glyph horiz-adv-x="1024" />
9
+ <glyph unicode="&#x20;" d="" horiz-adv-x="512" />
10
+ <glyph unicode="&#xe600;" d="M435.2 40.294l-28.365 36.506c-35.226-12.442-78.234-20.019-125.235-20.019s-90.010 7.475-125.286 20.019l-28.314-36.506c0-36.403 68.762-65.894 153.6-65.894s153.6 29.491 153.6 65.894zM546.56 91.494l28.365 36.506c35.277-12.442 78.234-20.019 125.235-20.019s89.958 7.475 125.235 20.019l28.365-36.506c0-36.403-68.762-65.894-153.6-65.894s-153.6 29.491-153.6 65.894zM204.8 448h51.2v-51.2h-51.2v51.2zM770.202 906.598c-21.094 11.725-46.49 19.2-74.496 19.2-28.314-0.051-53.811-7.578-74.906-19.507-44.954-45.21-81.818-130.355-104.704-237.722 1.28-4.966 2.304-10.598 3.482-15.77h-59.955c-23.654 98.253-59.034 176.23-101.53 218.982-21.606 12.186-47.616 19.917-76.493 19.917-28.723 0.051-54.579-7.526-76.083-19.558-77.875-77.875-133.222-271.155-133.222-497.766 0-84.275 7.885-163.738 21.504-234.701 37.376-29.798 107.008-50.074 187.802-50.074s150.477 20.275 187.802 50.125c6.298 32.768 11.213 67.43 14.797 103.475h59.341c-2.355-23.091-4.659-46.387-8.141-68.25 38.81-20.736 95.693-34.15 160.307-34.15 79.053 0 147.2 19.917 183.808 49.050 13.312 69.325 20.992 147.149 20.992 229.632 0 221.798-54.118 410.931-130.304 487.117zM307.2 499.2v-153.6h-19.302c5.99-54.016 16.333-106.342 32.102-153.6h-102.4c-15.77 47.258-26.112 99.584-32.102 153.6h-31.898v153.6h27.392c3.994 72.090 15.923 142.694 36.608 204.8h102.4c-20.685-62.106-32.614-132.71-36.608-204.8h23.808zM281.6 774.4c-42.394 0-76.8 17.203-76.8 38.4s34.406 38.4 76.8 38.4 76.8-17.203 76.8-38.4-34.406-38.4-76.8-38.4zM488.192 294.4c1.587 26.163 2.714 52.685 2.714 79.974 0 81.306-7.424 158.106-20.122 227.226h60.109c12.8-68.915 20.122-145.818 20.122-227.226 0-27.494-1.485-54.016-3.174-79.974h-59.648zM620.8 849.92c0 21.197 34.406 38.4 76.8 38.4s76.8-17.203 76.8-38.4-34.406-38.4-76.8-38.4-76.8 17.203-76.8 38.4zM819.2 396.8h-31.898c-5.99-54.016-16.282-106.342-32.102-153.6h-102.4c15.821 47.258 26.112 99.584 32.102 153.6h-19.302v153.6h23.808c-3.994 72.090-15.923 142.694-36.608 204.8h102.4c20.685-62.106 32.614-132.71 36.608-204.8h27.392v-153.6zM716.8 499.2h51.2v-51.2h-51.2v51.2z" />
11
+ </font></defs></svg>
_inc/jetpack-icons/font/jetpack.ttf ADDED
Binary file
_inc/jetpack-icons/font/jetpack.woff ADDED
Binary file
_inc/jetpack-icons/jetpack-icons.css ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ @font-face {
3
+ font-family: 'Jetpack';
4
+ src:url('font/jetpack.eot');
5
+ src:url('font/jetpack.eot?#iefix') format('embedded-opentype'),
6
+ url('font/jetpack.ttf') format('truetype'),
7
+ url('font/jetpack.woff') format('woff'),
8
+ url('font/jetpack.svg#jetpack') format('svg');
9
+ font-weight: normal;
10
+ font-style: normal;
11
+ }
_inc/jetpack.css CHANGED
@@ -30,79 +30,79 @@
30
  */
31
 
32
  /* Force the menu not to be sticky, so we can color the arrow. */
33
- .toplevel_page_jetpack.mp6.sticky-menu #adminmenuwrap,
34
- body[class*=" jetpack_page_jetpack_"].mp6.sticky-menu #adminmenuwrap {
35
  position: relative;
36
  z-index: auto;
37
  top: 0;
38
  }
39
 
40
- .toplevel_page_jetpack.mp6 ul#adminmenu a.wp-has-current-submenu:after,
41
- .toplevel_page_jetpack.mp6 ul#adminmenu > li.current > a.current:after,
42
- body[class*=" jetpack_page_jetpack_"].mp6 ul#adminmenu a.wp-has-current-submenu:after,
43
- body[class*=" jetpack_page_jetpack_"].mp6 ul#adminmenu > li.current > a.current:after {
44
  border-right-color:#8fad4b;
45
  }
46
 
47
  .toplevel_page_jetpack.jetpack-disconnected #wpwrap,
48
- body[class*=" jetpack_page_jetpack_"].jetpack-disconnected #wpwrap {
49
- background: url(images/header-clouds.png) -150px -60px repeat-x;
50
  }
51
 
52
- .toplevel_page_jetpack.jetpack-disconnected.mp6 #wpwrap,
53
- body[class*=" jetpack_page_jetpack_"].jetpack-disconnected.mp6 #wpwrap {
54
- background-position: -143px -60px;
55
  }
56
 
57
  .toplevel_page_jetpack.jetpack-disconnected.folded #wpwrap,
58
- body[class*=" jetpack_page_jetpack_"].jetpack-disconnected.folded #wpwrap {
59
- background-position: -263px -60px;
60
  }
61
 
62
- .toplevel_page_jetpack.jetpack-disconnected.mp6.folded #wpwrap,
63
- body[class*=" jetpack_page_jetpack_"].jetpack-disconnected.mp6.folded #wpwrap {
64
- background-position: -257px -60px;
65
  }
66
 
67
  .toplevel_page_jetpack.jetpack-connected #wpwrap,
68
- body[class*=" jetpack_page_jetpack_"].jetpack-connected #wpwrap {
69
- background: url(images/header-clouds-small.png) 45px 0 repeat-x;
70
  }
71
 
72
- .toplevel_page_jetpack.jetpack-connected.mp6 #wpwrap,
73
- body[class*=" jetpack_page_jetpack_"].jetpack-connected.mp6 #wpwrap {
74
- background-position: 52px 0;
75
  }
76
 
77
  .toplevel_page_jetpack.jetpack-connected.folded #wpwrap,
78
- body[class*=" jetpack_page_jetpack_"].jetpack-connected.folded #wpwrap {
79
- background-position: -68px 0;
80
  }
81
 
82
- .toplevel_page_jetpack.jetpack-connected.mp6.folded #wpwrap,
83
- body[class*=" jetpack_page_jetpack_"].jetpack-connected.mp6.folded #wpwrap {
84
- background-position: -62px 0;
85
  }
86
 
87
  @media only screen and (max-width: 900px) {
88
 
89
  .toplevel_page_jetpack.jetpack-disconnected.auto-fold #wpwrap,
90
- body[class*=" jetpack_page_jetpack_"].jetpack-disconnected.auto-fold #wpwrap {
91
- background-position: -263px -60px;
92
  }
93
 
94
- .toplevel_page_jetpack.jetpack-disconnected.mp6.auto-fold #wpwrap,
95
- body[class*=" jetpack_page_jetpack_"].jetpack-disconnected.mp6.auto-fold #wpwrap {
96
- background-position: -257px -60px;
97
  }
98
 
99
  .toplevel_page_jetpack.jetpack-connected.auto-fold #wpwrap,
100
- body[class*=" jetpack_page_jetpack_"].jetpack-connected.auto-fold #wpwrap {
101
  background-position: -68px 0;
102
  }
103
 
104
- .toplevel_page_jetpack.jetpack-connected.mp6.auto-fold #wpwrap,
105
- body[class*=" jetpack_page_jetpack_"].jetpack-connected.mp6.auto-fold #wpwrap {
106
  background-position: -62px 0;
107
  }
108
 
@@ -186,13 +186,13 @@ body[class*=" jetpack_page_jetpack_"].jetpack-connected.mp6.folded #wpwrap {
186
  only screen and (min-device-pixel-ratio: 1.5) {
187
 
188
  .toplevel_page_jetpack.jetpack-disconnected #wpwrap,
189
- body[class*=" jetpack_page_jetpack_"].jetpack-disconnected #wpwrap {
190
  background-image: url(images/header-clouds-2x.png);
191
  background-size: 1600px 400px;
192
  }
193
 
194
  .toplevel_page_jetpack.jetpack-connected #wpwrap,
195
- body[class*=" jetpack_page_jetpack_"].jetpack-connected #wpwrap {
196
  background-image: url(images/header-clouds-small-2x.png);
197
  background-size: 980px 140px;
198
  }
@@ -666,8 +666,8 @@ p.jp-help {
666
  border-top-left-radius: 3px;
667
  border-bottom-left-radius: 3px;
668
  background-repeat: no-repeat;
669
- background-image: url(images/module-icons-sprite.png);
670
- background-size: 2956px 50px; /* remember to update this every time a new module is added! */
671
  }
672
 
673
  @media only screen and (-moz-min-device-pixel-ratio: 1.5),
@@ -676,7 +676,7 @@ p.jp-help {
676
  only screen and (min-device-pixel-ratio: 1.5) {
677
 
678
  .jetpack-module div.module-image {
679
- background-image: url(images/module-icons-sprite-2x.png);
680
  }
681
 
682
  }
@@ -781,14 +781,15 @@ p.jp-help {
781
  background-position: -2471px 5px;
782
  }
783
 
784
- #debug.jetpack-module div.module-image {
785
- background-position: -2550px 5px;
786
  }
787
 
788
  #omnisearch.jetpack-module div.module-image {
789
  background-position: -2625px 5px;
790
  }
791
 
 
792
  #wpcc.jetpack-module div.module-image {
793
  background-position: -2710px 5px;
794
  }
@@ -798,7 +799,16 @@ p.jp-help {
798
  }
799
 
800
  #videopress.jetpack-module div.module-image {
801
- background-position: -2874px 5px;
 
 
 
 
 
 
 
 
 
802
  }
803
 
804
  .jetpack-module div.module-image p {
30
  */
31
 
32
  /* Force the menu not to be sticky, so we can color the arrow. */
33
+ .toplevel_page_jetpack.sticky-menu #adminmenuwrap,
34
+ .jetpack-pagestyles.sticky-menu #adminmenuwrap {
35
  position: relative;
36
  z-index: auto;
37
  top: 0;
38
  }
39
 
40
+ .toplevel_page_jetpack ul#adminmenu a.wp-has-current-submenu:after,
41
+ .toplevel_page_jetpack ul#adminmenu > li.current > a.current:after,
42
+ .jetpack-pagestyles ul#adminmenu a.wp-has-current-submenu:after,
43
+ .jetpack-pagestyles ul#adminmenu > li.current > a.current:after {
44
  border-right-color:#8fad4b;
45
  }
46
 
47
  .toplevel_page_jetpack.jetpack-disconnected #wpwrap,
48
+ .jetpack-pagestyles.jetpack-disconnected #wpwrap {
49
+ background: url(images/header-clouds.png) -143px -60px repeat-x;
50
  }
51
 
52
+ .pre-mp6.toplevel_page_jetpack.jetpack-disconnected #wpwrap,
53
+ .pre-mp6.jetpack-pagestyles.jetpack-disconnected #wpwrap {
54
+ background-position: -150px -60px;
55
  }
56
 
57
  .toplevel_page_jetpack.jetpack-disconnected.folded #wpwrap,
58
+ .jetpack-pagestyles.jetpack-disconnected.folded #wpwrap {
59
+ background-position: -257px -60px;
60
  }
61
 
62
+ .pre-mp6.toplevel_page_jetpack.jetpack-disconnected.folded #wpwrap,
63
+ .pre-mp6.jetpack-pagestyles.jetpack-disconnected.folded #wpwrap {
64
+ background-position: -263px -60px;
65
  }
66
 
67
  .toplevel_page_jetpack.jetpack-connected #wpwrap,
68
+ .jetpack-pagestyles.jetpack-connected #wpwrap {
69
+ background: url(images/header-clouds-small.png) 52px 0 repeat-x;
70
  }
71
 
72
+ .pre-mp6.toplevel_page_jetpack.jetpack-connected #wpwrap,
73
+ .pre-mp6.jetpack-pagestyles.jetpack-connected #wpwrap {
74
+ background-position: 45px 0;
75
  }
76
 
77
  .toplevel_page_jetpack.jetpack-connected.folded #wpwrap,
78
+ .jetpack-pagestyles.jetpack-connected.folded #wpwrap {
79
+ background-position: -62px 0;
80
  }
81
 
82
+ .pre-mp6.toplevel_page_jetpack.jetpack-connected.folded #wpwrap,
83
+ .pre-mp6.jetpack-pagestyles.jetpack-connected.folded #wpwrap {
84
+ background-position: -68px 0;
85
  }
86
 
87
  @media only screen and (max-width: 900px) {
88
 
89
  .toplevel_page_jetpack.jetpack-disconnected.auto-fold #wpwrap,
90
+ .jetpack-pagestyles.jetpack-disconnected.auto-fold #wpwrap {
91
+ background-position: -257px -60px;
92
  }
93
 
94
+ .pre-mp6.toplevel_page_jetpack.jetpack-disconnected.auto-fold #wpwrap,
95
+ .pre-mp6.jetpack-pagestyles.jetpack-disconnected.auto-fold #wpwrap {
96
+ background-position: -263px -60px;
97
  }
98
 
99
  .toplevel_page_jetpack.jetpack-connected.auto-fold #wpwrap,
100
+ .jetpack-pagestyles.jetpack-connected.auto-fold #wpwrap {
101
  background-position: -68px 0;
102
  }
103
 
104
+ .pre-mp6.toplevel_page_jetpack.jetpack-connected.auto-fold #wpwrap,
105
+ .pre-mp6.jetpack-pagestyles.jetpack-connected.auto-fold #wpwrap {
106
  background-position: -62px 0;
107
  }
108
 
186
  only screen and (min-device-pixel-ratio: 1.5) {
187
 
188
  .toplevel_page_jetpack.jetpack-disconnected #wpwrap,
189
+ .jetpack-pagestyles.jetpack-disconnected #wpwrap {
190
  background-image: url(images/header-clouds-2x.png);
191
  background-size: 1600px 400px;
192
  }
193
 
194
  .toplevel_page_jetpack.jetpack-connected #wpwrap,
195
+ .jetpack-pagestyles.jetpack-connected #wpwrap {
196
  background-image: url(images/header-clouds-small-2x.png);
197
  background-size: 980px 140px;
198
  }
666
  border-top-left-radius: 3px;
667
  border-bottom-left-radius: 3px;
668
  background-repeat: no-repeat;
669
+ background-image: url(images/module-icons-sprite.png?v2.6);
670
+ background-size: 3155px 50px; /* remember to update this every time a new module is added! */
671
  }
672
 
673
  @media only screen and (-moz-min-device-pixel-ratio: 1.5),
676
  only screen and (min-device-pixel-ratio: 1.5) {
677
 
678
  .jetpack-module div.module-image {
679
+ background-image: url(images/module-icons-sprite-2x.png?v2.6);
680
  }
681
 
682
  }
781
  background-position: -2471px 5px;
782
  }
783
 
784
+ #monitor.jetpack-module div.module-image {
785
+ background-position: -2545px 5px;
786
  }
787
 
788
  #omnisearch.jetpack-module div.module-image {
789
  background-position: -2625px 5px;
790
  }
791
 
792
+ /* Deprecated */
793
  #wpcc.jetpack-module div.module-image {
794
  background-position: -2710px 5px;
795
  }
799
  }
800
 
801
  #videopress.jetpack-module div.module-image {
802
+ background-position: -2889px 5px;
803
+ }
804
+
805
+ #gplus-authorship.jetpack-module div.module-image {
806
+ background-position: -2980px 5px;
807
+ }
808
+
809
+
810
+ #sso.jetpack-module div.module-image {
811
+ background-position: -3070px 5px;
812
  }
813
 
814
  .jetpack-module div.module-image p {
class.jetpack-cli.php ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ WP_CLI::add_command( 'jetpack', 'Jetpack_CLI' );
4
+
5
+ /**
6
+ * Control your local Jetpack installation.
7
+ */
8
+ class Jetpack_CLI extends WP_CLI_Command {
9
+
10
+ /**
11
+ * Get Jetpack Details
12
+ *
13
+ * ## OPTIONS
14
+ *
15
+ * None. Simply returns details about whether or not your blog
16
+ * is connected, its Jetpack version, and WordPress.com blog_id.
17
+ *
18
+ * ## EXAMPLES
19
+ *
20
+ * wp jetpack status
21
+ *
22
+ */
23
+ public function status( $args, $assoc_args ) {
24
+ if ( Jetpack::is_active() ) {
25
+ WP_CLI::success( __( 'Jetpack is currently connected to WordPress.com', 'jetpack' ) );
26
+ WP_CLI::line( sprintf( __( 'The Jetpack Version is %s', 'jetpack' ), JETPACK__VERSION ) );
27
+ WP_CLI::line( sprintf( __( 'The WordPress.com blog_id is %d', 'jetpack' ), Jetpack_Options::get_option( 'id' ) ) );
28
+ } else {
29
+ WP_CLI::line( __( 'Jetpack is not currently connected to WordPress.com', 'jetpack' ) );
30
+ }
31
+ }
32
+
33
+ /**
34
+ * Disconnect Jetpack Blogs or Users
35
+ *
36
+ * ## OPTIONS
37
+ *
38
+ * blog: Disconnect the entire blog.
39
+ *
40
+ * user <user_identifier>: Disconnect a specific user from WordPress.com.
41
+ *
42
+ * Please note, the primary account that the blog is connected
43
+ * to WordPress.com with cannot be disconnected without
44
+ * disconnecting the entire blog.
45
+ *
46
+ * ## EXAMPLES
47
+ *
48
+ * wp jetpack disconnect blog
49
+ * wp jetpack disconnect user 13
50
+ * wp jetpack disconnect user username
51
+ * wp jetpack disconnect user email@domain.com
52
+ *
53
+ * @synopsis blog|[user <user_id>]
54
+ */
55
+ public function disconnect( $args, $assoc_args ) {
56
+ if ( ! Jetpack::is_active() ) {
57
+ WP_CLI::error( __( 'You cannot disconnect, without having first connected.', 'jetpack' ) );
58
+ }
59
+
60
+ $action = isset( $args[0] ) ? $args[0] : 'prompt';
61
+ if ( ! in_array( $action, array( 'blog', 'user', 'prompt' ) ) ) {
62
+ WP_CLI::error( sprintf( __( '%s is not a valid command.', 'jetpack' ), $action ) );
63
+ }
64
+
65
+ if ( in_array( $action, array( 'user' ) ) ) {
66
+ if ( isset( $args[1] ) ) {
67
+ $user_id = $args[1];
68
+ if ( ctype_digit( $user_id ) ) {
69
+ $field = 'id';
70
+ $user_id = (int) $user_id;
71
+ } elseif ( is_email( $user_id ) ) {
72
+ $field = 'email';
73
+ $user_id = sanitize_user( $user_id, true );
74
+ } else {
75
+ $field = 'login';
76
+ $user_id = sanitize_user( $user_id, true );
77
+ }
78
+ if ( ! $user = get_user_by( $field, $user_id ) ) {
79
+ WP_CLI::error( __( 'Please specify a valid user.', 'jetpack' ) );
80
+ }
81
+ } else {
82
+ WP_CLI::error( __( 'Please specify a user.', 'jetpack' ) );
83
+ }
84
+ }
85
+
86
+ switch ( $action ) {
87
+ case 'blog':
88
+ Jetpack::log( 'disconnect' );
89
+ Jetpack::disconnect();
90
+ WP_CLI::success( __( 'Jetpack has been successfully disconnected.', 'jetpack' ) );
91
+ break;
92
+ case 'user':
93
+ if ( Jetpack::unlink_user( $user->ID ) ) {
94
+ Jetpack::log( 'unlink', $user->ID );
95
+ WP_CLI::success( sprintf( __( '%s has been successfully disconnected.', 'jetpack' ), $action ) );
96
+ } else {
97
+ WP_CLI::error( sprintf( __( '%s could not be disconnected. Are you sure they\'re connected currently?', 'jetpack' ), "{$user->login} <{$user->email}>" ) );
98
+ }
99
+ break;
100
+ case 'prompt':
101
+ WP_CLI::error( __( 'Please specify if you would like to disconnect a blog or user.', 'jetpack' ) );
102
+ break;
103
+ }
104
+ }
105
+
106
+ /**
107
+ * Manage Jetpack Modules
108
+ *
109
+ * ## OPTIONS
110
+ *
111
+ * list: View all available modules, and their status.
112
+ *
113
+ * activate <module_slug>: Activate a module.
114
+ *
115
+ * deactivate <module_slug>: Deactivate a module.
116
+ *
117
+ * toggle <module_slug>: Toggle a module on or off.
118
+ *
119
+ * ## EXAMPLES
120
+ *
121
+ * wp jetpack module list
122
+ * wp jetpack module activate stats
123
+ * wp jetpack module deactivate stats
124
+ * wp jetpack module toggle stats
125
+ *
126
+ * @synopsis [list|activate|deactivate|toggle [<module_name>]]
127
+ */
128
+ public function module( $args, $assoc_args ) {
129
+ $action = isset( $args[0] ) ? $args[0] : 'list';
130
+ if ( ! in_array( $action, array( 'list', 'activate', 'deactivate', 'toggle' ) ) ) {
131
+ WP_CLI::error( sprintf( __( '%s is not a valid command.', 'jetpack' ), $action ) );
132
+ }
133
+
134
+ if ( in_array( $action, array( 'activate', 'deactivate', 'toggle' ) ) ) {
135
+ if ( isset( $args[1] ) ) {
136
+ $module_slug = $args[1];
137
+ if ( ! Jetpack::is_module( $module_slug ) ) {
138
+ WP_CLI::error( sprintf( __( '%s is not a valid module.', 'jetpack' ), $module_slug ) );
139
+ }
140
+ if ( 'toggle' == $action ) {
141
+ $action = Jetpack::is_module_active( $module_slug ) ? 'deactivate' : 'activate';
142
+ }
143
+ } else {
144
+ WP_CLI::line( __( 'Please specify a valid module.', 'jetpack' ) );
145
+ $action = 'list';
146
+ }
147
+ }
148
+
149
+ switch ( $action ) {
150
+ case 'list':
151
+ WP_CLI::line( __( 'Available Modules:', 'jetpack' ) );
152
+ $modules = Jetpack::get_available_modules();
153
+ sort( $modules );
154
+ foreach( $modules as $module_slug ) {
155
+ $active = Jetpack::is_module_active( $module_slug ) ? __( 'Active', 'jetpack' ) : __( 'Inactive', 'jetpack' );
156
+ WP_CLI::line( "\t" . str_pad( $module_slug, 24 ) . $active );
157
+ }
158
+ break;
159
+ case 'activate':
160
+ $module = Jetpack::get_module( $module_slug );
161
+ Jetpack::log( 'activate', $module_slug );
162
+ Jetpack::activate_module( $module_slug, false );
163
+ WP_CLI::success( sprintf( __( '%s has been activated.', 'jetpack' ), $module['name'] ) );
164
+ break;
165
+ case 'deactivate':
166
+ $module = Jetpack::get_module( $module_slug );
167
+ Jetpack::log( 'deactivate', $module_slug );
168
+ Jetpack::deactivate_module( $module_slug );
169
+ WP_CLI::success( sprintf( __( '%s has been deactivated.', 'jetpack' ), $module['name'] ) );
170
+ break;
171
+ case 'toggle':
172
+ // Will never happen, should have been handled above and changed to activate or deactivate.
173
+ break;
174
+ }
175
+ }
176
+
177
+ }
class.jetpack-debugger.php CHANGED
@@ -138,7 +138,7 @@ class Jetpack_Debugger {
138
  <h3><?php esc_html_e( 'Trouble with Jetpack?', 'jetpack' ); ?></h3>
139
  <h4><?php esc_html_e( 'It may be caused by one of these issues, which you can diagnose yourself:', 'jetpack' ); ?></h4>
140
  <ol>
141
- <li><b><em><?php esc_html_e( 'A known issue.', 'jetpack' ); ?></em></b> <?php echo sprintf( __( 'Some themes and plugins have <a href="%1$s" target="_blank">known conflicts</a> with Jetpack – check the <a href="%2$s" target="_blank">list</a>. (You can also browse the <a href="%3$s">Jetpack support pages</a> or <a href="%4$s">Jetpack support forum</a> to see if others have experienced and solved the problem.)', 'jetpack' ), 'http://jetpack.me/known-issues/', 'http://jetpack.me/known-issues/', 'http://jetpack.me/support/', 'http://wordpress.org/support/plugin/jetpack' ); ?></li>
142
  <li><b><em><?php esc_html_e( 'An incompatible plugin.', 'jetpack' ); ?></em></b> <?php esc_html_e( "Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help.", 'jetpack' ); ?></li>
143
  <li><b><em><?php esc_html_e( 'A theme conflict.', 'jetpack' ); ?></em></b> <?php esc_html_e( "If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know.", 'jetpack' ); ?></li>
144
  <li><b><em><?php esc_html_e( 'A problem with your XMLRPC file.', 'jetpack' ); ?></em></b> <?php echo sprintf( __( 'Load your <a href="%s">XMLRPC file</a>. It should say “XML-RPC server accepts POST requests only.” on a line by itself.', 'jetpack' ), site_url( 'xmlrpc.php' ) ); ?>
@@ -148,8 +148,10 @@ class Jetpack_Debugger {
148
  </ul>
149
  </li>
150
  </ol>
 
151
  <p class="jetpack-show-contact-form"><?php _e( 'If none of these help you find a solution, <a href="#">click here to contact Jetpack support</a>. Tell us as much as you can about the issue and what steps you\'ve tried to resolve it, and one of our Happiness Engineers will be in touch to help.', 'jetpack' ); ?>
152
  </p>
 
153
  </div>
154
  <div id="contact-message" style="display:none">
155
  <?php if ( self::is_jetpack_support_open() ): ?>
@@ -363,4 +365,4 @@ class Jetpack_Debugger {
363
  </script>
364
  <?php
365
  }
366
- }
138
  <h3><?php esc_html_e( 'Trouble with Jetpack?', 'jetpack' ); ?></h3>
139
  <h4><?php esc_html_e( 'It may be caused by one of these issues, which you can diagnose yourself:', 'jetpack' ); ?></h4>
140
  <ol>
141
+ <li><b><em><?php esc_html_e( 'A known issue.', 'jetpack' ); ?></em></b> <?php echo sprintf( __( 'Some themes and plugins have <a href="%1$s" target="_blank">known conflicts</a> with Jetpack – check the <a href="%2$s" target="_blank">list</a>. (You can also browse the <a href="%3$s">Jetpack support pages</a> or <a href="%4$s">Jetpack support forum</a> to see if others have experienced and solved the problem.)', 'jetpack' ), 'http://jetpack.me/support/getting-started-with-jetpack/known-issues/', 'http://jetpack.me/support/getting-started-with-jetpack/known-issues/', 'http://jetpack.me/support/', 'http://wordpress.org/support/plugin/jetpack' ); ?></li>
142
  <li><b><em><?php esc_html_e( 'An incompatible plugin.', 'jetpack' ); ?></em></b> <?php esc_html_e( "Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help.", 'jetpack' ); ?></li>
143
  <li><b><em><?php esc_html_e( 'A theme conflict.', 'jetpack' ); ?></em></b> <?php esc_html_e( "If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know.", 'jetpack' ); ?></li>
144
  <li><b><em><?php esc_html_e( 'A problem with your XMLRPC file.', 'jetpack' ); ?></em></b> <?php echo sprintf( __( 'Load your <a href="%s">XMLRPC file</a>. It should say “XML-RPC server accepts POST requests only.” on a line by itself.', 'jetpack' ), site_url( 'xmlrpc.php' ) ); ?>
148
  </ul>
149
  </li>
150
  </ol>
151
+ <?php if ( self::is_jetpack_support_open() ): ?>
152
  <p class="jetpack-show-contact-form"><?php _e( 'If none of these help you find a solution, <a href="#">click here to contact Jetpack support</a>. Tell us as much as you can about the issue and what steps you\'ve tried to resolve it, and one of our Happiness Engineers will be in touch to help.', 'jetpack' ); ?>
153
  </p>
154
+ <?php endif; ?>
155
  </div>
156
  <div id="contact-message" style="display:none">
157
  <?php if ( self::is_jetpack_support_open() ): ?>
365
  </script>
366
  <?php
367
  }
368
+ }
class.jetpack-heartbeat.php CHANGED
@@ -4,9 +4,9 @@ class Jetpack_Heartbeat {
4
 
5
  /**
6
  * Holds the singleton instance of this class
7
- *
8
  * @since 2.3.3
9
- * @var Jetpack_Heartbeat
10
  */
11
  static $instance = false;
12
 
@@ -14,7 +14,7 @@ class Jetpack_Heartbeat {
14
 
15
  /**
16
  * Singleton
17
- *
18
  * @since 2.3.3
19
  * @static
20
  * @return Jetpack_Heartbeat
@@ -29,44 +29,58 @@ class Jetpack_Heartbeat {
29
 
30
  /**
31
  * Constructor for singleton
32
- *
33
  * @since 2.3.3
34
- * @return Jetpack_Heartbeat
35
  */
36
  private function __construct() {
 
 
 
37
  // Add weekly interval for wp-cron
38
- add_filter('cron_schedules', array( $this, 'add_cron_intervals' ) );
39
 
40
  // Schedule the task
41
  add_action( $this->cron_name, array( $this, 'cron_exec' ) );
42
 
43
- if (!wp_next_scheduled( $this->cron_name ) ) {
44
  wp_schedule_event( time(), 'jetpack_weekly', $this->cron_name );
45
  }
46
  }
47
 
48
  /**
49
  * Method that gets executed on the wp-cron call
50
- *
51
  * @since 2.3.3
52
- * @global string $wp_version
53
  */
54
  public function cron_exec() {
55
 
 
 
 
 
 
 
 
 
 
 
 
56
  /*
57
  * Check for an identity crisis
58
- *
59
  * If one exists:
60
  * - Bump stat for ID crisis
61
  * - Email site admin about potential ID crisis
62
- */
63
 
64
 
65
 
66
  /**
67
  * Setup an array of items that will eventually be stringified
68
- * and sent off to the Jetpack API
69
- *
70
  * Associative array with format group => values
71
  * - values should be an array that will be imploded to a string
72
  */
@@ -97,14 +111,16 @@ class Jetpack_Heartbeat {
97
  $jetpack->stat( 'plugins', $plugin );
98
  }
99
 
 
 
100
  $jetpack->do_stats( 'server_side' );
101
  }
102
 
103
  /**
104
  * Adds additional Jetpack specific intervals to wp-cron
105
- *
106
  * @since 2.3.3
107
- * @return array
108
  */
109
  public function add_cron_intervals( $schedules ) {
110
  $schedules['jetpack_weekly'] = array(
4
 
5
  /**
6
  * Holds the singleton instance of this class
7
+ *
8
  * @since 2.3.3
9
+ * @var Jetpack_Heartbeat
10
  */
11
  static $instance = false;
12
 
14
 
15
  /**
16
  * Singleton
17
+ *
18
  * @since 2.3.3
19
  * @static
20
  * @return Jetpack_Heartbeat
29
 
30
  /**
31
  * Constructor for singleton
32
+ *
33
  * @since 2.3.3
34
+ * @return Jetpack_Heartbeat
35
  */
36
  private function __construct() {
37
+ if ( ! Jetpack::is_active() )
38
+ return;
39
+
40
  // Add weekly interval for wp-cron
41
+ add_filter( 'cron_schedules', array( $this, 'add_cron_intervals' ) );
42
 
43
  // Schedule the task
44
  add_action( $this->cron_name, array( $this, 'cron_exec' ) );
45
 
46
+ if ( ! wp_next_scheduled( $this->cron_name ) ) {
47
  wp_schedule_event( time(), 'jetpack_weekly', $this->cron_name );
48
  }
49
  }
50
 
51
  /**
52
  * Method that gets executed on the wp-cron call
53
+ *
54
  * @since 2.3.3
55
+ * @global string $wp_version
56
  */
57
  public function cron_exec() {
58
 
59
+ /*
60
+ * This should run weekly. Figuring in for variances in
61
+ * WP_CRON, don't let it run more than every six days at most.
62
+ *
63
+ * i.e. if it ran less than six days ago, fail out.
64
+ */
65
+ $last = (int) Jetpack_Options::get_option( 'last_heartbeat' );
66
+ if ( $last && ( $last + WEEK_IN_SECONDS - DAY_IN_SECONDS > time() ) ) {
67
+ return;
68
+ }
69
+
70
  /*
71
  * Check for an identity crisis
72
+ *
73
  * If one exists:
74
  * - Bump stat for ID crisis
75
  * - Email site admin about potential ID crisis
76
+ */
77
 
78
 
79
 
80
  /**
81
  * Setup an array of items that will eventually be stringified
82
+ * and sent off to the Jetpack API
83
+ *
84
  * Associative array with format group => values
85
  * - values should be an array that will be imploded to a string
86
  */
111
  $jetpack->stat( 'plugins', $plugin );
112
  }
113
 
114
+ Jetpack_Options::update_option( 'last_heartbeat', time() );
115
+
116
  $jetpack->do_stats( 'server_side' );
117
  }
118
 
119
  /**
120
  * Adds additional Jetpack specific intervals to wp-cron
121
+ *
122
  * @since 2.3.3
123
+ * @return array
124
  */
125
  public function add_cron_intervals( $schedules ) {
126
  $schedules['jetpack_weekly'] = array(
class.jetpack-options.php CHANGED
@@ -35,6 +35,7 @@ class Jetpack_Options {
35
  'social_links', // (array) The specified links for each social networking site.
36
  'identity_crisis_whitelist', // (array) An array of options, each having an array of the values whitelisted for it.
37
  'gplus_authors', // (array) The Google+ authorship information for connected users.
 
38
  );
39
  }
40
 
35
  'social_links', // (array) The specified links for each social networking site.
36
  'identity_crisis_whitelist', // (array) An array of options, each having an array of the values whitelisted for it.
37
  'gplus_authors', // (array) The Google+ authorship information for connected users.
38
+ 'last_heartbeat', // (int) The timestamp of the last heartbeat that fired.
39
  );
40
  }
41
 
class.jetpack-user-agent.php CHANGED
@@ -1357,7 +1357,7 @@ class Jetpack_User_Agent_Info {
1357
  'alexa', 'altavista', 'ask jeeves', 'attentio', 'baiduspider', 'bingbot', 'chtml generic', 'crawler', 'fastmobilecrawl',
1358
  'feedfetcher-google', 'firefly', 'froogle', 'gigabot', 'googlebot', 'googlebot-mobile', 'heritrix', 'ia_archiver', 'irlbot',
1359
  'infoseek', 'jumpbot', 'lycos', 'mediapartners', 'mediobot', 'motionbot', 'msnbot', 'mshots', 'openbot',
1360
- 'pss-webkit-request', // See http://systemsrequests.wordpress.com/2013/07/30/log-request-to-help-us-with-this-issue
1361
  'pythumbnail', 'scooter', 'slurp', 'snapbot', 'spider', 'taptubot', 'technoratisnoop',
1362
  'teoma', 'twiceler', 'yahooseeker', 'yahooysmcm', 'yammybot',
1363
  );
1357
  'alexa', 'altavista', 'ask jeeves', 'attentio', 'baiduspider', 'bingbot', 'chtml generic', 'crawler', 'fastmobilecrawl',
1358
  'feedfetcher-google', 'firefly', 'froogle', 'gigabot', 'googlebot', 'googlebot-mobile', 'heritrix', 'ia_archiver', 'irlbot',
1359
  'infoseek', 'jumpbot', 'lycos', 'mediapartners', 'mediobot', 'motionbot', 'msnbot', 'mshots', 'openbot',
1360
+ 'pss-webkit-request',
1361
  'pythumbnail', 'scooter', 'slurp', 'snapbot', 'spider', 'taptubot', 'technoratisnoop',
1362
  'teoma', 'twiceler', 'yahooseeker', 'yahooysmcm', 'yammybot',
1363
  );
class.jetpack.php CHANGED
@@ -49,6 +49,52 @@ class Jetpack {
49
  'subscriber' => 'read',
50
  );
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  /**
53
  * Message to display in admin_notice
54
  * @var string
@@ -244,9 +290,13 @@ class Jetpack {
244
  * They check for external files or plugins, so they need to run as late as possible.
245
  */
246
  add_action( 'plugins_loaded', array( $this, 'check_open_graph' ), 999 );
 
247
  add_action( 'plugins_loaded', array( $this, 'check_rest_api_compat' ), 1000 );
248
 
249
  add_filter( 'map_meta_cap', array( $this, 'jetpack_custom_caps' ), 1, 4 );
 
 
 
250
  }
251
 
252
  /**
@@ -310,6 +360,9 @@ class Jetpack {
310
  */
311
  require_once( JETPACK__PLUGIN_DIR . '_inc/genericons.php' );
312
  jetpack_register_genericons();
 
 
 
313
  }
314
 
315
  /**
@@ -321,14 +374,14 @@ class Jetpack {
321
  }
322
 
323
  /*
324
- * Returns the location of Jetpack's lib directory. This filter is applied
325
- * in require_lib().
326
- *
327
- * @filter require_lib_dir
328
- */
329
- function require_lib_dir( $lib_dir ) {
330
- return JETPACK__PLUGIN_DIR . 'lib';
331
- }
332
 
333
  /**
334
  * Is Jetpack active?
@@ -522,35 +575,30 @@ class Jetpack {
522
  }
523
 
524
  $conflicting_plugins = array(
525
- 'facebook/facebook.php', // Official Facebook plugin
526
- 'wordpress-seo/wp-seo.php', // WordPress SEO by Yoast
527
- 'add-link-to-facebook/add-link-to-facebook.php', // Add Link to Facebook
528
- 'facebook-awd/AWD_facebook.php', // Facebook AWD All in one
529
- 'header-footer/plugin.php', // Header and Footer
530
- 'nextgen-facebook/nextgen-facebook.php', // NextGEN Facebook OG
531
- 'seo-facebook-comments/seofacebook.php', // SEO Facebook Comments
532
- 'seo-ultimate/seo-ultimate.php', // SEO Ultimate
533
- 'sexybookmarks/sexy-bookmarks.php', // Shareaholic
534
- 'shareaholic/sexy-bookmarks.php', // Shareaholic
535
- 'social-discussions/social-discussions.php', // Social Discussions
536
- 'social-networks-auto-poster-facebook-twitter-g/NextScripts_SNAP.php', // NextScripts SNAP
537
- 'wordbooker/wordbooker.php', // Wordbooker
538
- 'socialize/socialize.php', // Socialize
539
- 'simple-facebook-connect/sfc.php', // Simple Facebook Connect
540
- 'social-sharing-toolkit/social_sharing_toolkit.php', // Social Sharing Toolkit
541
- 'wp-facebook-open-graph-protocol/wp-facebook-ogp.php', // WP Facebook Open Graph protocol
542
- 'opengraph/opengraph.php', // Open Graph
543
- 'sharepress/sharepress.php', // SharePress
544
- 'wp-facebook-like-send-open-graph-meta/wp-facebook-like-send-open-graph-meta.php', // WP Facebook Like Send & Open Graph Meta
545
- 'network-publisher/networkpub.php', // Network Publisher
546
- 'wp-ogp/wp-ogp.php', // WP-OGP
547
- 'twitter-cards/twitter-cards.php', // Twitter Cards
548
- 'twitter-cards-meta/twitter-cards-meta.php', // Twitter Cards Meta
549
- 'ig-twitter-cards/ig-twitter-cards.php', // IG:Twitter Cards
550
- 'kevinjohn-gallagher-pure-web-brilliants-social-graph-twitter-cards-extention/kevinjohn_gallagher___social_graph_twitter_output.php', // Pure Web Brilliant's Social Graph Twitter Cards Extention
551
- 'jm-twitter-cards/jm-twitter-cards.php', // JM Twitter Cards
552
- 'wp-twitter-cards/twitter_cards.php', // WP Twitter Cards
553
- 'eewee-twitter-card/index.php', // eewee twitter card
554
  );
555
 
556
  foreach ( $conflicting_plugins as $plugin ) {
@@ -564,6 +612,48 @@ class Jetpack {
564
  require_once JETPACK__PLUGIN_DIR . 'functions.opengraph.php';
565
  }
566
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
567
  /* Jetpack Options API */
568
 
569
  public static function get_option_names( $type = 'compact' ) {
@@ -803,6 +893,90 @@ class Jetpack {
803
  return apply_filters( 'jetpack_get_default_modules', $return, $min_version, $max_version );
804
  }
805
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
806
  /**
807
  * Extract a module's slug from its full path.
808
  */
@@ -833,6 +1007,7 @@ class Jetpack {
833
  'free' => 'Free',
834
  'requires_connection' => 'Requires Connection',
835
  'auto_activate' => 'Auto Activate',
 
836
  );
837
 
838
  $file = Jetpack::get_module_path( Jetpack::get_module_slug( $module ) );
@@ -843,12 +1018,11 @@ class Jetpack {
843
  if ( empty( $mod['name'] ) )
844
  return false;
845
 
846
- $mod['name'] = translate( $mod['name'], 'jetpack' );
847
- $mod['description'] = translate( $mod['description'], 'jetpack' );
848
- if ( empty( $mod['sort'] ) )
849
- $mod['sort'] = 10;
850
- $mod['deactivate'] = empty( $mod['deactivate'] );
851
- $mod['free'] = empty( $mod['free'] );
852
  $mod['requires_connection'] = ( ! empty( $mod['requires_connection'] ) && 'No' == $mod['requires_connection'] ) ? false : true;
853
 
854
  if ( empty( $mod['auto_activate'] ) || ! in_array( strtolower( $mod['auto_activate'] ), array( 'yes', 'no', 'public' ) ) ) {
@@ -857,9 +1031,31 @@ class Jetpack {
857
  $mod['auto_activate'] = (string) $mod['auto_activate'];
858
  }
859
 
 
 
 
 
 
 
 
 
860
  return $mod;
861
  }
862
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
863
  /**
864
  * Get a list of activated modules as an array of module slugs.
865
  */
@@ -1014,6 +1210,8 @@ class Jetpack {
1014
  }
1015
 
1016
  public static function activate_module( $module, $exit = true ) {
 
 
1017
  $jetpack = Jetpack::init();
1018
 
1019
  if ( ! strlen( $module ) )
@@ -1081,12 +1279,10 @@ class Jetpack {
1081
  }
1082
 
1083
  public static function deactivate_module( $module ) {
 
 
1084
  $active = Jetpack::get_active_modules();
1085
- $new = array();
1086
- foreach ( $active as $check ) {
1087
- if ( ! empty( $check ) && $module != $check )
1088
- $new[] = $check;
1089
- }
1090
 
1091
  do_action( "jetpack_deactivate_module_$module" );
1092
  return Jetpack_Options::update_option( 'active_modules', array_unique( $new ) );
@@ -1239,23 +1435,23 @@ p {
1239
  /**
1240
  * Unlinks the current user from the linked WordPress.com user
1241
  */
1242
- function unlink_user() {
1243
  if ( ! $tokens = Jetpack_Options::get_option( 'user_tokens' ) )
1244
  return false;
1245
 
1246
- $user_id = get_current_user_id();
1247
 
1248
  if ( Jetpack_Options::get_option( 'master_user' ) == $user_id )
1249
  return false;
1250
 
1251
- if ( ! isset( $tokens[$user_id] ) )
1252
  return false;
1253
 
1254
  Jetpack::load_xml_rpc_client();
1255
  $xml = new Jetpack_IXR_Client( compact( 'user_id' ) );
1256
  $xml->query( 'jetpack.unlink_user', $user_id );
1257
 
1258
- unset( $tokens[$user_id] );
1259
 
1260
  Jetpack_Options::update_option( 'user_tokens', $tokens );
1261
 
@@ -1352,7 +1548,7 @@ p {
1352
  }
1353
 
1354
  add_action( 'load-plugins.php', array( $this, 'intercept_plugin_error_scrape_init' ) );
1355
- add_action( 'admin_head', array( $this, 'admin_menu_css' ) );
1356
  add_filter( 'plugin_action_links_' . plugin_basename( JETPACK__PLUGIN_DIR . 'jetpack.php' ), array( $this, 'plugin_action_links' ) );
1357
 
1358
  if ( Jetpack::is_active() || Jetpack::is_development_mode() ) {
@@ -1365,12 +1561,21 @@ p {
1365
  }
1366
 
1367
  function admin_body_class( $admin_body_class = '' ) {
1368
- if ( self::is_active() ) {
1369
- $admin_body_class .= ' jetpack-connected';
1370
- } else {
1371
- $admin_body_class .= ' jetpack-disconnected';
 
 
 
 
1372
  }
1373
- return $admin_body_class;
 
 
 
 
 
1374
  }
1375
 
1376
  function prepare_connect_notice() {
@@ -1473,7 +1678,7 @@ p {
1473
 
1474
  add_action( "admin_print_scripts-$hook", array( $this, 'admin_scripts' ) );
1475
 
1476
- do_action( 'jetpack_admin_menu' );
1477
  }
1478
  /*
1479
  function admin_menu_modules() {
@@ -1677,24 +1882,49 @@ p {
1677
  );
1678
  }
1679
 
1680
- function admin_menu_css() { ?>
1681
- <style type="text/css" id="jetpack-menu-css">
1682
- #toplevel_page_jetpack .wp-menu-image {
1683
- background: url( <?php echo plugins_url( '_inc/images/menuicon-sprite.png', __FILE__ ) ?> ) 0 90% no-repeat;
1684
- }
1685
- /* Retina Jetpack Menu Icon */
1686
- @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
 
 
 
1687
  #toplevel_page_jetpack .wp-menu-image {
1688
- background: url( <?php echo plugins_url( '_inc/images/menuicon-sprite-2x.png', __FILE__ ) ?> ) 0 90% no-repeat;
1689
- background-size:30px 64px;
1690
  }
1691
- }
1692
- #toplevel_page_jetpack.current .wp-menu-image,
1693
- #toplevel_page_jetpack.wp-has-current-submenu .wp-menu-image,
1694
- #toplevel_page_jetpack:hover .wp-menu-image {
1695
- background-position: top left;
1696
- }
1697
- </style><?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1698
  }
1699
 
1700
  function admin_menu_order() {
@@ -1870,6 +2100,9 @@ p {
1870
  function admin_page_load() {
1871
  $error = false;
1872
 
 
 
 
1873
  if ( ! empty( $_GET['jetpack_restate'] ) ) {
1874
  // Should only be used in intermediate redirects to preserve state across redirects
1875
  Jetpack::restate();
@@ -1922,7 +2155,7 @@ p {
1922
 
1923
  $module = stripslashes( $_GET['module'] );
1924
  check_admin_referer( "jetpack_activate-$module" );
1925
- Jetpack::log( 'activate' );
1926
  Jetpack::activate_module( $module );
1927
  // The following two lines will rarely happen, as Jetpack::activate_module normally exits at the end.
1928
  wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
@@ -1967,8 +2200,8 @@ p {
1967
 
1968
  $modules = stripslashes( $_GET['module'] );
1969
  check_admin_referer( "jetpack_deactivate-$modules" );
1970
- Jetpack::log( 'deactivate' );
1971
  foreach ( explode( ',', $modules ) as $module ) {
 
1972
  Jetpack::deactivate_module( $module );
1973
  Jetpack::state( 'message', 'module_deactivated' );
1974
  }
@@ -1982,6 +2215,8 @@ p {
1982
  Jetpack::state( 'message', 'unlinked' );
1983
  wp_safe_redirect( Jetpack::admin_url() );
1984
  exit;
 
 
1985
  }
1986
  }
1987
 
@@ -2025,6 +2260,27 @@ p {
2025
  $this->error .= $php_errors;
2026
  }
2027
  break;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2028
  case 'not_public' :
2029
  $this->error = __( '<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).', 'jetpack' );
2030
  break;
@@ -3773,7 +4029,7 @@ p {
3773
  $option_names = array_filter( (array) $option_names, 'is_string' );
3774
 
3775
  Jetpack::load_xml_rpc_client();
3776
- $xml = new Jetpack_IXR_Client( array( 'user_id' => get_current_user_id(), ) );
3777
  $xml->query( 'jetpack.fetchSiteOptions', $option_names );
3778
  if ( $xml->isError() ) {
3779
  return array_flip( $option_names );
@@ -3804,9 +4060,6 @@ p {
3804
  * @return array An array of options that do not match. If everything is good, it will evaluate to false.
3805
  */
3806
  public static function check_identity_crisis( $force_recheck = false ) {
3807
- if ( ! current_user_can( 'manage_options' ) )
3808
- return false;
3809
-
3810
  if ( ! Jetpack::is_active() || Jetpack::is_development_mode() )
3811
  return false;
3812
 
49
  'subscriber' => 'read',
50
  );
51
 
52
+ /**
53
+ * Map of modules that have conflicts with plugins and should not be auto-activated
54
+ * if the plugins are active. Used by filter_default_modules
55
+ *
56
+ * Plugin Authors: If you'd like to prevent a single module from auto-activating,
57
+ * change `module-slug` and add this to your plugin:
58
+ *
59
+ * add_filter( 'jetpack_get_default_modules', 'my_jetpack_get_default_modules' );
60
+ * function my_jetpack_get_default_modules( $modules ) {
61
+ * return array_diff( $modules, array( 'module-slug' ) );
62
+ * }
63
+ *
64
+ * @var array
65
+ */
66
+ private $conflicting_plugins = array(
67
+ 'comments' => array(
68
+ 'Intense Debate' => 'intensedebate/intensedebate.php',
69
+ 'Disqus' => 'disqus-comment-system/disqus.php',
70
+ ),
71
+ 'contact-form' => array(
72
+ 'Contact Form 7' => 'contact-form-7/wp-contact-form-7.php',
73
+ 'Gravity Forms' => 'gravityforms/gravityforms.php',
74
+ 'Contact Form Plugin' => 'contact-form-plugin/contact_form.php',
75
+ 'Easy Contact Forms' => 'easy-contact-forms/easy-contact-forms.php',
76
+ ),
77
+ 'gplus-authorship' => array(
78
+ 'WP SEO by Yoast' => 'wordpress-seo/wp-seo.php',
79
+ ),
80
+ 'minileven' => array(
81
+ 'WPtouch' => 'wptouch/wptouch.php',
82
+ ),
83
+ 'sharedaddy' => array(
84
+ 'AddThis' => 'addthis/addthis_social_widget.php',
85
+ 'Add To Any' => 'add-to-any/add-to-any.php',
86
+ 'ShareThis' => 'share-this/sharethis.php',
87
+ 'Shareaholic' => 'shareaholic/shareaholic.php',
88
+ ),
89
+ 'widget-visibility' => array(
90
+ 'Widget Logic' => 'widget-logic/widget_logic.php',
91
+ 'Dynamic Widgets' => 'dynamic-widgets/dynamic-widgets.php',
92
+ ),
93
+ 'random-redirect' => array(
94
+ 'Random Redirect 2' => 'random-redirect-2/random-redirect.php',
95
+ ),
96
+ );
97
+
98
  /**
99
  * Message to display in admin_notice
100
  * @var string
290
  * They check for external files or plugins, so they need to run as late as possible.
291
  */
292
  add_action( 'plugins_loaded', array( $this, 'check_open_graph' ), 999 );
293
+ add_action( 'plugins_loaded', array( $this, 'check_twitter_tags' ), 999 );
294
  add_action( 'plugins_loaded', array( $this, 'check_rest_api_compat' ), 1000 );
295
 
296
  add_filter( 'map_meta_cap', array( $this, 'jetpack_custom_caps' ), 1, 4 );
297
+
298
+ add_filter( 'jetpack_get_default_modules', array( $this, 'filter_default_modules' ) );
299
+ add_filter( 'jetpack_get_default_modules', array( $this, 'handle_deprecated_modules' ), 99 );
300
  }
301
 
302
  /**
360
  */
361
  require_once( JETPACK__PLUGIN_DIR . '_inc/genericons.php' );
362
  jetpack_register_genericons();
363
+
364
+ if ( ! wp_style_is( 'jetpack-icons', 'registered' ) )
365
+ wp_register_style( 'jetpack-icons', plugins_url( '_inc/jetpack-icons/jetpack-icons.css', __FILE__ ), false, JETPACK__VERSION );
366
  }
367
 
368
  /**
374
  }
375
 
376
  /*
377
+ * Returns the location of Jetpack's lib directory. This filter is applied
378
+ * in require_lib().
379
+ *
380
+ * @filter require_lib_dir
381
+ */
382
+ function require_lib_dir( $lib_dir ) {
383
+ return JETPACK__PLUGIN_DIR . 'lib';
384
+ }
385
 
386
  /**
387
  * Is Jetpack active?
575
  }
576
 
577
  $conflicting_plugins = array(
578
+ 'facebook/facebook.php', // Official Facebook plugin
579
+ 'wordpress-seo/wp-seo.php', // WordPress SEO by Yoast
580
+ 'add-link-to-facebook/add-link-to-facebook.php', // Add Link to Facebook
581
+ 'facebook-awd/AWD_facebook.php', // Facebook AWD All in one
582
+ 'header-footer/plugin.php', // Header and Footer
583
+ 'nextgen-facebook/nextgen-facebook.php', // NextGEN Facebook OG
584
+ 'seo-facebook-comments/seofacebook.php', // SEO Facebook Comments
585
+ 'seo-ultimate/seo-ultimate.php', // SEO Ultimate
586
+ 'sexybookmarks/sexy-bookmarks.php', // Shareaholic
587
+ 'shareaholic/sexy-bookmarks.php', // Shareaholic
588
+ 'social-discussions/social-discussions.php', // Social Discussions
589
+ 'social-networks-auto-poster-facebook-twitter-g/NextScripts_SNAP.php', // NextScripts SNAP
590
+ 'wordbooker/wordbooker.php', // Wordbooker
591
+ 'socialize/socialize.php', // Socialize
592
+ 'simple-facebook-connect/sfc.php', // Simple Facebook Connect
593
+ 'social-sharing-toolkit/social_sharing_toolkit.php', // Social Sharing Toolkit
594
+ 'wp-facebook-open-graph-protocol/wp-facebook-ogp.php', // WP Facebook Open Graph protocol
595
+ 'opengraph/opengraph.php', // Open Graph
596
+ 'sharepress/sharepress.php', // SharePress
597
+ 'wp-facebook-like-send-open-graph-meta/wp-facebook-like-send-open-graph-meta.php', // WP Facebook Like Send & Open Graph Meta
598
+ 'network-publisher/networkpub.php', // Network Publisher
599
+ 'wp-ogp/wp-ogp.php', // WP-OGP
600
+ 'open-graph-protocol-framework/open-graph-protocol-framework.php', // Open Graph Protocol Framework
601
+ 'all-in-one-seo-pack/all_in_one_seo_pack.php', // All in One SEO Pack
 
 
 
 
 
602
  );
603
 
604
  foreach ( $conflicting_plugins as $plugin ) {
612
  require_once JETPACK__PLUGIN_DIR . 'functions.opengraph.php';
613
  }
614
 
615
+ /**
616
+ * Check if Jetpack's Twitter tags should be used.
617
+ * If certain plugins are active, Jetpack's twitter tags are suppressed.
618
+ *
619
+ * @uses Jetpack::get_active_modules, add_filter, get_option, apply_filters
620
+ * @action plugins_loaded
621
+ * @return null
622
+ */
623
+ public function check_twitter_tags() {
624
+
625
+ $active_plugins = get_option( 'active_plugins', array() );
626
+
627
+ if ( is_multisite() ) {
628
+ // Due to legacy code, active_sitewide_plugins stores them in the keys,
629
+ // whereas active_plugins stores them in the values.
630
+ $network_plugins = array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
631
+ if ( $network_plugins ) {
632
+ $active_plugins = array_merge( $active_plugins, $network_plugins );
633
+ }
634
+ }
635
+
636
+ $conflicting_plugins = array(
637
+ 'twitter-cards/twitter-cards.php', // Twitter Cards
638
+ 'twitter-cards-meta/twitter-cards-meta.php', // Twitter Cards Meta
639
+ 'ig-twitter-cards/ig-twitter-cards.php', // IG:Twitter Cards
640
+ 'jm-twitter-cards/jm-twitter-cards.php', // JM Twitter Cards
641
+ 'wp-twitter-cards/twitter_cards.php', // WP Twitter Cards
642
+ 'eewee-twitter-card/index.php', // Eewee Twitter Card
643
+ 'kevinjohn-gallagher-pure-web-brilliants-social-graph-twitter-cards-extention/kevinjohn_gallagher___social_graph_twitter_output.php', // Pure Web Brilliant's Social Graph Twitter Cards Extention
644
+ );
645
+
646
+ foreach ( $conflicting_plugins as $plugin ) {
647
+ if ( in_array( $plugin, $active_plugins ) ) {
648
+ add_filter( 'jetpack_disable_twitter_cards', '__return_true', 99 );
649
+ break;
650
+ }
651
+ }
652
+
653
+ if ( apply_filters( 'jetpack_disable_twitter_cards', true ) )
654
+ require_once JETPACK__PLUGIN_DIR . 'functions.twitter-cards.php';
655
+ }
656
+
657
  /* Jetpack Options API */
658
 
659
  public static function get_option_names( $type = 'compact' ) {
893
  return apply_filters( 'jetpack_get_default_modules', $return, $min_version, $max_version );
894
  }
895
 
896
+ /**
897
+ * Checks activated modules during auto-activation to determine
898
+ * if any of those modules are being deprecated. If so, close
899
+ * them out, and add any replacement modules.
900
+ *
901
+ * Runs at priority 99 by default.
902
+ *
903
+ * This is run late, so that it can still activate a module if
904
+ * the new module is a replacement for another that the user
905
+ * currently has active, even if something at the normal priority
906
+ * would kibosh everything.
907
+ *
908
+ * @since 2.6
909
+ * @uses jetpack_get_default_modules filter
910
+ * @param array $modules
911
+ * @return array
912
+ */
913
+ function handle_deprecated_modules( $modules ) {
914
+ $deprecated_modules = array(
915
+ 'debug' => null, // Closed out and moved to ./class.jetpack-debugger.php
916
+ 'wpcc' => 'sso', // Closed out in 2.6 -- SSO provides the same functionality.
917
+ );
918
+
919
+ // Don't activate SSO if they never completed activating WPCC.
920
+ if ( Jetpack::is_module_active( 'wpcc' ) ) {
921
+ $wpcc_options = Jetpack_Options::get_option( 'wpcc_options' );
922
+ if ( empty( $wpcc_options ) || empty( $wpcc_options['client_id'] ) || empty( $wpcc_options['client_id'] ) ) {
923
+ $deprecated_modules['wpcc'] = null;
924
+ }
925
+ }
926
+
927
+ foreach ( $deprecated_modules as $module => $replacement ) {
928
+ if ( Jetpack::is_module_active( $module ) ) {
929
+ self::deactivate_module( $module );
930
+ if ( $replacement ) {
931
+ $modules[] = $replacement;
932
+ }
933
+ }
934
+ }
935
+
936
+ return array_unique( $modules );
937
+ }
938
+
939
+ /**
940
+ * Checks activated plugins during auto-activation to determine
941
+ * if any of those plugins are in the list with a corresponding module
942
+ * that is not compatible with the plugin. The module will not be allowed
943
+ * to auto-activate.
944
+ *
945
+ * @since 2.6
946
+ * @uses jetpack_get_default_modules filter
947
+ * @param array $modules
948
+ * @return array
949
+ */
950
+ function filter_default_modules( $modules ) {
951
+ $active_plugins = get_option( 'active_plugins', array() );
952
+ if ( is_multisite() ) {
953
+ // Due to legacy code, active_sitewide_plugins stores them in the keys,
954
+ // whereas active_plugins stores them in the values.
955
+ $network_plugins = array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
956
+ if ( $network_plugins ) {
957
+ $active_plugins = array_merge( $active_plugins, $network_plugins );
958
+ }
959
+ }
960
+ sort( $active_plugins );
961
+
962
+ // For each module we'd like to auto-activate...
963
+ foreach ( $modules as $key => $module ) {
964
+ // If there are potential conflicts for it...
965
+ if ( ! empty( $this->conflicting_plugins[ $module ] ) ) {
966
+ // For each potential conflict...
967
+ foreach ( $this->conflicting_plugins[ $module ] as $title => $plugin ) {
968
+ // If that conflicting plugin is active...
969
+ if ( in_array( $plugin, $active_plugins ) ) {
970
+ // Remove that item from being auto-activated.
971
+ unset( $modules[ $key ] );
972
+ }
973
+ }
974
+ }
975
+ }
976
+
977
+ return $modules;
978
+ }
979
+
980
  /**
981
  * Extract a module's slug from its full path.
982
  */
1007
  'free' => 'Free',
1008
  'requires_connection' => 'Requires Connection',
1009
  'auto_activate' => 'Auto Activate',
1010
+ 'module_tags' => 'Module Tags',
1011
  );
1012
 
1013
  $file = Jetpack::get_module_path( Jetpack::get_module_slug( $module ) );
1018
  if ( empty( $mod['name'] ) )
1019
  return false;
1020
 
1021
+ $mod['name'] = translate( $mod['name'], 'jetpack' );
1022
+ $mod['description'] = translate( $mod['description'], 'jetpack' );
1023
+ $mod['sort'] = empty( $mod['sort'] ) ? 10 : (int) $mod['sort'];
1024
+ $mod['deactivate'] = empty( $mod['deactivate'] );
1025
+ $mod['free'] = empty( $mod['free'] );
 
1026
  $mod['requires_connection'] = ( ! empty( $mod['requires_connection'] ) && 'No' == $mod['requires_connection'] ) ? false : true;
1027
 
1028
  if ( empty( $mod['auto_activate'] ) || ! in_array( strtolower( $mod['auto_activate'] ), array( 'yes', 'no', 'public' ) ) ) {
1031
  $mod['auto_activate'] = (string) $mod['auto_activate'];
1032
  }
1033
 
1034
+ if ( $mod['module_tags'] ) {
1035
+ $mod['module_tags'] = explode( ',', $mod['module_tags'] );
1036
+ $mod['module_tags'] = array_map( 'trim', $mod['module_tags'] );
1037
+ $mod['module_tags'] = array_map( array( __CLASS__, 'translate_module_tag' ), $mod['module_tags'] );
1038
+ } else {
1039
+ $mod['module_tags'] = array( self::translate_module_tag( 'Other' ) );
1040
+ }
1041
+
1042
  return $mod;
1043
  }
1044
 
1045
+ public static function translate_module_tag( $untranslated_tag ) {
1046
+ return _x( $untranslated_tag, 'Module Tag', 'jetpack' );
1047
+
1048
+ // Calls here are to populate translation files.
1049
+ _x( 'Photos and Videos', 'Module Tag', 'jetpack' );
1050
+ _x( 'Social', 'Module Tag', 'jetpack' );
1051
+ _x( 'WordPress.com Stats', 'Module Tag', 'jetpack' );
1052
+ _x( 'Writing', 'Module Tag', 'jetpack' );
1053
+ _x( 'Appearance', 'Module Tag', 'jetpack' );
1054
+ _x( 'Developers', 'Module Tag', 'jetpack' );
1055
+ _x( 'Mobile', 'Module Tag', 'jetpack' );
1056
+ _x( 'Other', 'Module Tag', 'jetpack' );
1057
+ }
1058
+
1059
  /**
1060
  * Get a list of activated modules as an array of module slugs.
1061
  */
1210
  }
1211
 
1212
  public static function activate_module( $module, $exit = true ) {
1213
+ do_action( 'jetpack_pre_activate_module', $module, $exit );
1214
+
1215
  $jetpack = Jetpack::init();
1216
 
1217
  if ( ! strlen( $module ) )
1279
  }
1280
 
1281
  public static function deactivate_module( $module ) {
1282
+ do_action( 'jetpack_pre_deactivate_module', $module );
1283
+
1284
  $active = Jetpack::get_active_modules();
1285
+ $new = array_filter( array_diff( $active, (array) $module ) );
 
 
 
 
1286
 
1287
  do_action( "jetpack_deactivate_module_$module" );
1288
  return Jetpack_Options::update_option( 'active_modules', array_unique( $new ) );
1435
  /**
1436
  * Unlinks the current user from the linked WordPress.com user
1437
  */
1438
+ public static function unlink_user( $user_id = null ) {
1439
  if ( ! $tokens = Jetpack_Options::get_option( 'user_tokens' ) )
1440
  return false;
1441
 
1442
+ $user_id = empty( $user_id ) ? get_current_user_id() : intval( $user_id );
1443
 
1444
  if ( Jetpack_Options::get_option( 'master_user' ) == $user_id )
1445
  return false;
1446
 
1447
+ if ( ! isset( $tokens[ $user_id ] ) )
1448
  return false;
1449
 
1450
  Jetpack::load_xml_rpc_client();
1451
  $xml = new Jetpack_IXR_Client( compact( 'user_id' ) );
1452
  $xml->query( 'jetpack.unlink_user', $user_id );
1453
 
1454
+ unset( $tokens[ $user_id ] );
1455
 
1456
  Jetpack_Options::update_option( 'user_tokens', $tokens );
1457
 
1548
  }
1549
 
1550
  add_action( 'load-plugins.php', array( $this, 'intercept_plugin_error_scrape_init' ) );
1551
+ add_action( 'admin_enqueue_scripts', array( $this, 'admin_menu_css' ) );
1552
  add_filter( 'plugin_action_links_' . plugin_basename( JETPACK__PLUGIN_DIR . 'jetpack.php' ), array( $this, 'plugin_action_links' ) );
1553
 
1554
  if ( Jetpack::is_active() || Jetpack::is_development_mode() ) {
1561
  }
1562
 
1563
  function admin_body_class( $admin_body_class = '' ) {
1564
+ $classes = explode( ' ', trim( $admin_body_class ) );
1565
+
1566
+ $classes[] = self::is_active() ? 'jetpack-connected' : 'jetpack-disconnected';
1567
+
1568
+ // Handle pre-mp6 styling by adding a 'pre-mp6' body class.
1569
+ include( ABSPATH . WPINC . '/version.php' );
1570
+ if ( version_compare( $wp_version, '3.8-alpha', '<' ) ) {
1571
+ $classes[] = 'pre-mp6';
1572
  }
1573
+
1574
+ return implode( ' ', array_unique( $classes ) );
1575
+ }
1576
+
1577
+ static function add_jetpack_pagestyles( $admin_body_class = '' ) {
1578
+ return $admin_body_class . ' jetpack-pagestyles';
1579
  }
1580
 
1581
  function prepare_connect_notice() {
1678
 
1679
  add_action( "admin_print_scripts-$hook", array( $this, 'admin_scripts' ) );
1680
 
1681
+ do_action( 'jetpack_admin_menu', $hook );
1682
  }
1683
  /*
1684
  function admin_menu_modules() {
1882
  );
1883
  }
1884
 
1885
+ function admin_menu_css() {
1886
+ // Make sure we're working off a clean version.
1887
+ include( ABSPATH . WPINC . '/version.php' );
1888
+ if ( version_compare( $wp_version, '3.8-alpha', '>=' ) ) {
1889
+ wp_enqueue_style( 'jetpack-icons' );
1890
+ $css = "
1891
+ #toplevel_page_jetpack .wp-menu-image:before {
1892
+ font-family: 'Jetpack' !important;
1893
+ content: '\\e600';
1894
+ }
1895
  #toplevel_page_jetpack .wp-menu-image {
1896
+ background-repeat: no-repeat;
 
1897
  }
1898
+ #menu-posts-feedback .wp-menu-image:before {
1899
+ font-family: dashicons !important;
1900
+ content: '\\f175';
1901
+ }
1902
+ #adminmenu #menu-posts-feedback div.wp-menu-image {
1903
+ background: none !important;
1904
+ background-repeat: no-repeat;
1905
+ }";
1906
+ } else {
1907
+ $css = "
1908
+ #toplevel_page_jetpack .wp-menu-image {
1909
+ background: url( " . plugins_url( '_inc/images/menuicon-sprite.png', __FILE__ ) . " ) 0 90% no-repeat;
1910
+ }
1911
+ /* Retina Jetpack Menu Icon */
1912
+ @media only screen and (-moz-min-device-pixel-ratio: 1.5),
1913
+ only screen and (-o-min-device-pixel-ratio: 3/2),
1914
+ only screen and (-webkit-min-device-pixel-ratio: 1.5),
1915
+ only screen and (min-device-pixel-ratio: 1.5) {
1916
+ #toplevel_page_jetpack .wp-menu-image {
1917
+ background: url( " . plugins_url( '_inc/images/menuicon-sprite-2x.png', __FILE__ ) . " ) 0 90% no-repeat;
1918
+ background-size:30px 64px;
1919
+ }
1920
+ }
1921
+ #toplevel_page_jetpack.current .wp-menu-image,
1922
+ #toplevel_page_jetpack.wp-has-current-submenu .wp-menu-image,
1923
+ #toplevel_page_jetpack:hover .wp-menu-image {
1924
+ background-position: top left;
1925
+ }";
1926
+ }
1927
+ wp_add_inline_style( 'wp-admin', $css );
1928
  }
1929
 
1930
  function admin_menu_order() {
2100
  function admin_page_load() {
2101
  $error = false;
2102
 
2103
+ // Make sure we have the right body class to hook stylings for subpages off of.
2104
+ add_filter( 'admin_body_class', array( __CLASS__, 'add_jetpack_pagestyles' ) );
2105
+
2106
  if ( ! empty( $_GET['jetpack_restate'] ) ) {
2107
  // Should only be used in intermediate redirects to preserve state across redirects
2108
  Jetpack::restate();
2155
 
2156
  $module = stripslashes( $_GET['module'] );
2157
  check_admin_referer( "jetpack_activate-$module" );
2158
+ Jetpack::log( 'activate', $module );
2159
  Jetpack::activate_module( $module );
2160
  // The following two lines will rarely happen, as Jetpack::activate_module normally exits at the end.
2161
  wp_safe_redirect( Jetpack::admin_url( 'page=jetpack' ) );
2200
 
2201
  $modules = stripslashes( $_GET['module'] );
2202
  check_admin_referer( "jetpack_deactivate-$modules" );
 
2203
  foreach ( explode( ',', $modules ) as $module ) {
2204
+ Jetpack::log( 'deactivate', $module );
2205
  Jetpack::deactivate_module( $module );
2206
  Jetpack::state( 'message', 'module_deactivated' );
2207
  }
2215
  Jetpack::state( 'message', 'unlinked' );
2216
  wp_safe_redirect( Jetpack::admin_url() );
2217
  exit;
2218
+ default:
2219
+ do_action( 'jetpack_unrecognized_action', sanitize_key( $_GET['action'] ) );
2220
  }
2221
  }
2222
 
2260
  $this->error .= $php_errors;
2261
  }
2262
  break;
2263
+ case 'master_user_required' :
2264
+ $module = Jetpack::state( 'module' );
2265
+ $module_name = '';
2266
+ if ( ! empty( $module ) && $mod = Jetpack::get_module( $module ) ) {
2267
+ $module_name = $mod['name'];
2268
+ }
2269
+
2270
+ $master_user = Jetpack_Options::get_option( 'master_user' );
2271
+ $master_userdata = get_userdata( $master_user ) ;
2272
+ if ( $master_userdata ) {
2273
+ if ( ! in_array( $module, Jetpack::get_active_modules() ) ) {
2274
+ $this->error = sprintf( __( '%s was not activated.' , 'jetpack' ), $module_name );
2275
+ } else {
2276
+ $this->error = sprintf( __( '%s was not deactivated.' , 'jetpack' ), $module_name );
2277
+ }
2278
+ $this->error .= ' ' . sprintf( __( 'This module can only be altered by %s, the user who initiated the Jetpack connection on this site.' , 'jetpack' ), esc_html( $master_userdata->display_name ) );
2279
+
2280
+ } else {
2281
+ $this->error = sprintf( __( 'Only the user who initiated the Jetpack connection on this site can toggle %s, but that user no longer exists. This should not happen.' ), $module_name );
2282
+ }
2283
+ break;
2284
  case 'not_public' :
2285
  $this->error = __( '<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).', 'jetpack' );
2286
  break;
4029
  $option_names = array_filter( (array) $option_names, 'is_string' );
4030
 
4031
  Jetpack::load_xml_rpc_client();
4032
+ $xml = new Jetpack_IXR_Client( array( 'user_id' => JETPACK_MASTER_USER, ) );
4033
  $xml->query( 'jetpack.fetchSiteOptions', $option_names );
4034
  if ( $xml->isError() ) {
4035
  return array_flip( $option_names );
4060
  * @return array An array of options that do not match. If everything is good, it will evaluate to false.
4061
  */
4062
  public static function check_identity_crisis( $force_recheck = false ) {
 
 
 
4063
  if ( ! Jetpack::is_active() || Jetpack::is_development_mode() )
4064
  return false;
4065
 
class.json-api-endpoints.php CHANGED
@@ -37,12 +37,13 @@ abstract class WPCOM_JSON_API_Endpoint {
37
  ),
38
  'http_envelope' => array(
39
  'false' => '',
40
- 'true' => 'Some enviroments (like in-browser Javascript or Flash) block or divert responses with a non-200 HTTP status code. Setting this parameter will force the HTTP status code to always be 200. The JSON response is wrapped in an "envelope" containing the "real" HTTP status code and headers.',
41
  ),
42
  'pretty' => array(
43
  'false' => '',
44
  'true' => 'Output pretty JSON',
45
  ),
 
46
  // Parameter name => description (default value is empty)
47
  'callback' => '(string) An optional JSONP callback function.',
48
  );
@@ -184,6 +185,16 @@ abstract class WPCOM_JSON_API_Endpoint {
184
  break;
185
  case 'multipart/form-data' :
186
  $return = array_merge( stripslashes_deep( $_POST ), $_FILES );
 
 
 
 
 
 
 
 
 
 
187
  break;
188
  default :
189
  wp_parse_str( $input, $return );
@@ -1111,6 +1122,7 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1111
  'i_like' => '(bool) Does the current user like this post?',
1112
  'is_reblogged' => '(bool) Did the current user reblog this post?',
1113
  'is_following' => '(bool) Is the current user following this blog?',
 
1114
  'featured_image' => '(URL) The URL to the featured image for this post if it has one.',
1115
  'format' => array(), // see constructor
1116
  'geo' => '(object>geo|false)',
@@ -1334,6 +1346,9 @@ abstract class WPCOM_JSON_API_Post_Endpoint extends WPCOM_JSON_API_Endpoint {
1334
  case 'is_following':
1335
  $response[$key] = (int) $this->api->is_following( $blog_id );
1336
  break;
 
 
 
1337
  case 'featured_image' :
1338
  $image_attributes = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' );
1339
  if ( is_array( $image_attributes ) && isset( $image_attributes[0] ) )
@@ -2055,7 +2070,7 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
2055
  break;
2056
  case 'update':
2057
 
2058
- if ( empty( $meta->value ) ) {
2059
  continue;
2060
  } elseif ( ! empty( $meta->id ) && ! empty( $existing_meta_item->meta_key ) && current_user_can( 'edit_post_meta', $post_id, $unslashed_existing_meta_key ) ) {
2061
  update_metadata_by_mid( 'post', $meta->id, $meta->value );
@@ -3017,8 +3032,18 @@ class WPCOM_JSON_API_GET_Site_Endpoint extends WPCOM_JSON_API_Endpoint {
3017
  $response[$key] = (string) home_url();
3018
  break;
3019
  case 'jetpack' :
3020
- if ( $is_user_logged_in )
 
 
 
 
 
 
 
 
 
3021
  $response[$key] = false; // magic
 
3022
  break;
3023
  case 'post_count' :
3024
  if ( $is_user_logged_in )
@@ -3028,6 +3053,18 @@ class WPCOM_JSON_API_GET_Site_Endpoint extends WPCOM_JSON_API_Endpoint {
3028
  if ( $is_user_logged_in )
3029
  $response[$key] = (string) get_bloginfo( 'language' );
3030
  break;
 
 
 
 
 
 
 
 
 
 
 
 
3031
  case 'meta' :
3032
  $response[$key] = (object) array(
3033
  'links' => (object) array(
@@ -3080,8 +3117,10 @@ new WPCOM_JSON_API_GET_Site_Endpoint( array(
3080
  'URL' => '(string) Full URL to the blog',
3081
  'jetpack' => '(bool) Whether the blog is a Jetpack blog or not',
3082
  'post_count' => '(int) The number of posts the blog has',
 
3083
  'lang' => '(string) Primary language code of the blog',
3084
  'meta' => '(object) Meta data',
 
3085
  ),
3086
 
3087
  'example_request' => 'https://public-api.wordpress.com/rest/v1/sites/en.blog.wordpress.com/?pretty=1',
37
  ),
38
  'http_envelope' => array(
39
  'false' => '',
40
+ 'true' => 'Some environments (like in-browser Javascript or Flash) block or divert responses with a non-200 HTTP status code. Setting this parameter will force the HTTP status code to always be 200. The JSON response is wrapped in an "envelope" containing the "real" HTTP status code and headers.',
41
  ),
42
  'pretty' => array(
43
  'false' => '',
44
  'true' => 'Output pretty JSON',
45
  ),
46
+ 'meta' => "(string) Optional. Loads data from the endpoints found in the 'meta' part of the response. Comma separated list. Example: meta=site,likes",
47
  // Parameter name => description (default value is empty)
48
  'callback' => '(string) An optional JSONP callback function.',
49
  );
185
  break;
186
  case 'multipart/form-data' :
187
  $return = array_merge( stripslashes_deep( $_POST ), $_FILES );
188
+ break;
189
+ case 'application/x-www-form-urlencoded' :
190
+ case 'application/x-www-form-urlencoded; charset=UTF-8' :
191
+ //attempt JSON first, since probably a curl command
192
+ $return = json_decode( $input, true );
193
+
194
+ if ( is_null( $return ) ) {
195
+ wp_parse_str( $input, $return );
196
+ }
197
+
198
  break;
199
  default :
200
  wp_parse_str( $input, $return );
1122
  'i_like' => '(bool) Does the current user like this post?',
1123
  'is_reblogged' => '(bool) Did the current user reblog this post?',
1124
  'is_following' => '(bool) Is the current user following this blog?',
1125
+ 'global_ID' => '(string) A unique WordPress.com-wide representation of a post.',
1126
  'featured_image' => '(URL) The URL to the featured image for this post if it has one.',
1127
  'format' => array(), // see constructor
1128
  'geo' => '(object>geo|false)',
1346
  case 'is_following':
1347
  $response[$key] = (int) $this->api->is_following( $blog_id );
1348
  break;
1349
+ case 'global_ID':
1350
+ $response[$key] = (string) $this->api->add_global_ID( $blog_id, $post->ID );
1351
+ break;
1352
  case 'featured_image' :
1353
  $image_attributes = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' );
1354
  if ( is_array( $image_attributes ) && isset( $image_attributes[0] ) )
2070
  break;
2071
  case 'update':
2072
 
2073
+ if ( ! isset( $meta->value ) ) {
2074
  continue;
2075
  } elseif ( ! empty( $meta->id ) && ! empty( $existing_meta_item->meta_key ) && current_user_can( 'edit_post_meta', $post_id, $unslashed_existing_meta_key ) ) {
2076
  update_metadata_by_mid( 'post', $meta->id, $meta->value );
3032
  $response[$key] = (string) home_url();
3033
  break;
3034
  case 'jetpack' :
3035
+ $response[$key] = false; // magic
3036
+ break;
3037
+ case 'is_private' :
3038
+ if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) {
3039
+ $public_setting = get_option( 'blog_public' );
3040
+ if ( -1 == $public_setting )
3041
+ $response[$key] = true;
3042
+ else
3043
+ $response[$key] = false;
3044
+ } else {
3045
  $response[$key] = false; // magic
3046
+ }
3047
  break;
3048
  case 'post_count' :
3049
  if ( $is_user_logged_in )
3053
  if ( $is_user_logged_in )
3054
  $response[$key] = (string) get_bloginfo( 'language' );
3055
  break;
3056
+ case 'subscribers_count' :
3057
+ if ( function_exists( 'wpcom_subs_total_wpcom_subscribers' ) ) {
3058
+ $total_wpcom_subs = wpcom_subs_total_wpcom_subscribers(
3059
+ array(
3060
+ 'blog_id' => $blog_id,
3061
+ )
3062
+ );
3063
+ $response[$key] = $total_wpcom_subs;
3064
+ } else {
3065
+ $response[$key] = 0; // magic
3066
+ }
3067
+ break;
3068
  case 'meta' :
3069
  $response[$key] = (object) array(
3070
  'links' => (object) array(
3117
  'URL' => '(string) Full URL to the blog',
3118
  'jetpack' => '(bool) Whether the blog is a Jetpack blog or not',
3119
  'post_count' => '(int) The number of posts the blog has',
3120
+ 'subscribers_count' => '(int) The number of subscribers the blog has',
3121
  'lang' => '(string) Primary language code of the blog',
3122
  'meta' => '(object) Meta data',
3123
+ 'is_private' => '(bool) If the blog is a private blog or not',
3124
  ),
3125
 
3126
  'example_request' => 'https://public-api.wordpress.com/rest/v1/sites/en.blog.wordpress.com/?pretty=1',
class.json-api.php CHANGED
@@ -400,6 +400,10 @@ class WPCOM_JSON_API {
400
  return false;
401
  }
402
 
 
 
 
 
403
  function get_avatar_url( $email ) {
404
  add_filter( 'pre_option_show_avatars', '__return_true', 999 );
405
  $_SERVER['HTTPS'] = 'off';
400
  return false;
401
  }
402
 
403
+ function add_global_ID( $blog_id, $post_id ) {
404
+ return '';
405
+ }
406
+
407
  function get_avatar_url( $email ) {
408
  add_filter( 'pre_option_show_avatars', '__return_true', 999 );
409
  $_SERVER['HTTPS'] = 'off';
class.media-extractor.php ADDED
@@ -0,0 +1,406 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Class with methods to extract metadata from a post/page about videos, images, links, mentions embedded
4
+ * in or attached to the post/page.
5
+ *
6
+ * @todo Additionally, have some filters on number of items in each field
7
+ */
8
+ class Jetpack_Media_Meta_Extractor {
9
+
10
+ // Some consts for what to extract
11
+ const ALL = 255;
12
+ const LINKS = 1;
13
+ const MENTIONS = 2;
14
+ const IMAGES = 4;
15
+ const SHORTCODES = 8; // Only the keeper shortcodes below
16
+ const EMBEDS = 16;
17
+ const HASHTAGS = 32;
18
+
19
+ // For these, we try to extract some data from the shortcode, rather than just recording its presence (which we do for all)
20
+ // There should be a function get_{shortcode}_id( $atts ) or static method SomethingShortcode::get_{shortcode}_id( $atts ) for these.
21
+ private static $KEEPER_SHORTCODES = array(
22
+ 'youtube',
23
+ 'vimeo',
24
+ 'hulu',
25
+ 'ted',
26
+ 'audio',
27
+ 'wpvideo',
28
+ );
29
+
30
+ /**
31
+ * Gets the specified media and meta info from the given post.
32
+ * NOTE: If you have the post's HTML content already and don't need image data, use extract_from_content() instead.
33
+ *
34
+ * @param $blog_id The ID of the blog
35
+ * @param $post_id The ID of the post
36
+ * @param $what_to_extract (int) A mask of things to extract, e.g. Jetpack_Media_Meta_Extractor::IMAGES | Jetpack_Media_Meta_Extractor::MENTIONS
37
+ * @returns a structure containing metadata about the embedded things, or empty array if nothing found, or WP_Error on error
38
+ */
39
+ static public function extract( $blog_id, $post_id, $what_to_extract = self::ALL ) {
40
+
41
+ // multisite?
42
+ if ( function_exists( 'switch_to_blog') )
43
+ switch_to_blog( $blog_id );
44
+
45
+ $post = get_post( $post_id );
46
+ $content = $post->post_title . "\n\n" . $post->post_content;
47
+ $char_cnt = strlen( $content );
48
+
49
+ //prevent running extraction on really huge amounts of content
50
+ if ( $char_cnt > 100000 ) //about 20k English words
51
+ $content = substr( $content, 0, 100000 );
52
+
53
+ $extracted = array();
54
+
55
+ // Get images first, we need the full post for that
56
+ if ( self::IMAGES & $what_to_extract ) {
57
+ $extracted = self::get_image_fields( $post );
58
+
59
+ // Turn off images so we can safely call extract_from_content() below
60
+ $what_to_extract = $what_to_extract - self::IMAGES;
61
+ }
62
+
63
+ if ( function_exists( 'switch_to_blog') )
64
+ restore_current_blog();
65
+
66
+ // All of the other things besides images can be extracted from just the content
67
+ $extracted = self::extract_from_content( $content, $what_to_extract, $extracted );
68
+
69
+ return $extracted;
70
+ }
71
+
72
+ /**
73
+ * Gets the specified meta info from the given post content.
74
+ * NOTE: If you want IMAGES, call extract( $blog_id, $post_id, ...) which will give you more/better image extraction
75
+ * This method will give you an error if you ask for IMAGES.
76
+ *
77
+ * @param $content The HTML post_content of a post
78
+ * @param $what_to_extract (int) A mask of things to extract, e.g. Jetpack_Media_Meta_Extractor::IMAGES | Jetpack_Media_Meta_Extractor::MENTIONS
79
+ * @param $already_extracted (array) Previously extracted things, e.g. images from extract(), which can be used for x-referencing here
80
+ * @returns a structure containing metadata about the embedded things, or empty array if nothing found, or WP_Error on error
81
+ */
82
+ static public function extract_from_content( $content, $what_to_extract = self::ALL, $already_extracted = array() ) {
83
+ $stripped_content = self::get_stripped_content( $content );
84
+
85
+ // Maybe start wtih some previously extracted things (e.g. images from extract()
86
+ $extracted = $already_extracted;
87
+
88
+ // Embedded media objects will have already been converted to shortcodes by pre_kses hooks on save.
89
+
90
+ if ( self::IMAGES & $what_to_extract ) {
91
+ // Should've called extract( $blog_id, $post_id ) if you want images
92
+ return new WP_Error( 'media-extraction-error', "IMAGES extraction not supported in extract_from_content()" );
93
+ }
94
+
95
+ // ----------------------------------- MENTIONS ------------------------------
96
+
97
+ if ( self::MENTIONS & $what_to_extract ) {
98
+ if ( preg_match_all( '/(^|\s)@(\w+)/u', $stripped_content, $matches ) ) {
99
+ $mentions = array_values( array_unique( $matches[2] ) ); //array_unique() retains the keys!
100
+ $mentions = array_map( 'strtolower', $mentions );
101
+ $extracted['mention'] = array( 'name' => $mentions );
102
+ if ( !isset( $extracted['has'] ) )
103
+ $extracted['has'] = array();
104
+ $extracted['has']['mention'] = count( $mentions );
105
+ }
106
+ }
107
+
108
+ // ----------------------------------- HASHTAGS ------------------------------
109
+ /* Some hosts may not compile with --enable-unicode-properties and kick a warning
110
+ Warning: preg_match_all() [function.preg-match-all]: Compilation failed: support for \P, \p, and \X has not been compiled
111
+ if ( self::HASHTAGS & $what_to_extract ) {
112
+ //This regex does not exactly match Twitter's
113
+ // if there are problems/complaints we should implement this:
114
+ // https://github.com/twitter/twitter-text-java/blob/master/src/com/twitter/Regex.java
115
+ if ( preg_match_all( '/(?:^|\s)#(\w*\p{L}+\w*)/u', $stripped_content, $matches ) ) {
116
+ $hashtags = array_values( array_unique( $matches[1] ) ); //array_unique() retains the keys!
117
+ $hashtags = array_map( 'strtolower', $hashtags );
118
+ $extracted['hashtag'] = array( 'name' => $hashtags );
119
+ if ( !isset( $extracted['has'] ) )
120
+ $extracted['has'] = array();
121
+ $extracted['has']['hashtag'] = count( $hashtags );
122
+ }
123
+ }
124
+ */
125
+ // ----------------------------------- SHORTCODES ------------------------------
126
+
127
+ // Always look for shortcodes.
128
+ // If we don't want them, we'll just remove them, so we don't grab them as links below
129
+ $shortcode_pattern = '/' . get_shortcode_regex() . '/s';
130
+ if ( preg_match_all( $shortcode_pattern, $content, $matches ) ) {
131
+
132
+ $shortcode_total_count = 0;
133
+ $shortcode_type_counts = array();
134
+ $shortcode_types = array();
135
+ $shortcode_details = array();
136
+
137
+ if ( self::SHORTCODES & $what_to_extract ) {
138
+
139
+ foreach( $matches[2] as $key => $shortcode ) {
140
+ //Elasticsearch (and probably other things) doesn't deal well with some chars as key names
141
+ $shortcode_name = preg_replace( '/[.,*"\'\/\\\\#+ ]/', '_', $shortcode );
142
+
143
+ $attr = shortcode_parse_atts( $matches[3][ $key ] );
144
+
145
+ $shortcode_total_count++;
146
+ if ( ! isset( $shortcode_type_counts[$shortcode_name] ) )
147
+ $shortcode_type_counts[$shortcode_name] = 0;
148
+ $shortcode_type_counts[$shortcode_name]++;
149
+
150
+ // Store (uniquely) presence of all shortcode regardless of whether it's a keeper (for those, get ID below)
151
+ // @todo Store number of occurrences?
152
+ if ( ! in_array( $shortcode_name, $shortcode_types ) )
153
+ $shortcode_types[] = $shortcode_name;
154
+
155
+ // For keeper shortcodes, also store the id/url of the object (e.g. youtube video, TED talk, etc.)
156
+ if ( in_array( $shortcode, self::$KEEPER_SHORTCODES ) ) {
157
+ unset( $id ); // Clear shortcode ID data left from the last shortcode
158
+ // We'll try to get the salient ID from the function jetpack_shortcode_get_xyz_id()
159
+ // If the shortcode is a class, we'll call XyzShortcode::get_xyz_id()
160
+ $shortcode_get_id_func = "jetpack_shortcode_get_{$shortcode}_id";
161
+ $shortcode_class_name = ucfirst( $shortcode ) . 'Shortcode';
162
+ $shortcode_get_id_method = "get_{$shortcode}_id";
163
+ if ( function_exists( $shortcode_get_id_func ) ) {
164
+ $id = call_user_func( $shortcode_get_id_func, $attr );
165
+ } else if ( method_exists( $shortcode_class_name, $shortcode_get_id_method ) ) {
166
+ $id = call_user_func( array( $shortcode_class_name, $shortcode_get_id_method ), $attr );
167
+ }
168
+ if ( ! empty( $id )
169
+ && ( ! isset( $shortcode_details[$shortcode_name] ) || ! in_array( $id, $shortcode_details[$shortcode_name] ) ) )
170
+ $shortcode_details[$shortcode_name][] = $id;
171
+ }
172
+ }
173
+
174
+ if ( $shortcode_total_count > 0 ) {
175
+ // Add the shortcode info to the $extracted array
176
+ if ( !isset( $extracted['has'] ) )
177
+ $extracted['has'] = array();
178
+ $extracted['has']['shortcode'] = $shortcode_total_count;
179
+ $extracted['shortcode'] = array();
180
+ foreach ( $shortcode_type_counts as $type => $count )
181
+ $extracted['shortcode'][$type] = array( 'count' => $count );
182
+ if ( ! empty( $shortcode_types ) )
183
+ $extracted['shortcode_types'] = $shortcode_types;
184
+ foreach ( $shortcode_details as $type => $id )
185
+ $extracted['shortcode'][$type]['id'] = $id;
186
+ }
187
+ }
188
+
189
+ // Remove the shortcodes form our copy of $content, so we don't count links in them as links below.
190
+ $content = preg_replace( $shortcode_pattern, ' ', $content );
191
+ }
192
+
193
+ // ----------------------------------- LINKS ------------------------------
194
+
195
+ if ( self::LINKS & $what_to_extract ) {
196
+
197
+ // To hold the extracted stuff we find
198
+ $links = array();
199
+
200
+ // @todo Get the text inside the links?
201
+
202
+ // Grab any links, whether in <a href="..." or not, but subtract those from shortcodes and images
203
+ // (we treat embed links as just another link)
204
+ if ( preg_match_all( '#(?:^|\s|"|\')(https?://([^\s()<>]+(?:\([\w\d]+\)|([^[:punct:]\s]|/))))#', $content, $matches ) ) {
205
+
206
+ foreach ( $matches[1] as $link_raw ) {
207
+ $url = parse_url( $link_raw );
208
+
209
+ // Build a simple form of the URL so we can compare it to ones we found in IMAGES or SHORTCODES and exclude those
210
+ $simple_url = $url['scheme'] . '://' . $url['host'] . ( ! empty( $url['path'] ) ? $url['path'] : '' );
211
+ if ( isset( $extracted['image']['url'] ) ) {
212
+ if ( in_array( $simple_url, (array) $extracted['image']['url'] ) )
213
+ continue;
214
+ }
215
+
216
+ list( $proto, $link_all_but_proto ) = explode( '://', $link_raw );
217
+
218
+ // Build a reversed hostname
219
+ $host_parts = array_reverse( explode( '.', $url['host'] ) );
220
+ $host_reversed = '';
221
+ foreach ( $host_parts as $part ) {
222
+ $host_reversed .= ( ! empty( $host_reversed ) ? '.' : '' ) . $part;
223
+ }
224
+
225
+ $link_analyzed = '';
226
+ if ( !empty( $url['path'] ) ) {
227
+ // The whole path (no query args or fragments)
228
+ $path = substr( $url['path'], 1 ); // strip the leading '/'
229
+ $link_analyzed .= ( ! empty( $link_analyzed ) ? ' ' : '' ) . $path;
230
+
231
+ // The path split by /
232
+ $path_split = explode( '/', $path );
233
+ if ( count( $path_split ) > 1 ) {
234
+ $link_analyzed .= ' ' . implode( ' ', $path_split );
235
+ }
236
+
237
+ // The fragment
238
+ if ( ! empty( $url['fragment'] ) )
239
+ $link_analyzed .= ( ! empty( $link_analyzed ) ? ' ' : '' ) . $url['fragment'];
240
+ }
241
+
242
+ // @todo Check unique before adding
243
+ $links[] = array(
244
+ 'url' => $link_all_but_proto,
245
+ 'host_reversed' => $host_reversed,
246
+ 'host' => $url['host'],
247
+ );
248
+ }
249
+
250
+ }
251
+
252
+ $link_count = count( $links );
253
+ $extracted['link'] = $links;
254
+ if ( $link_count ) {
255
+ if ( !isset( $extracted['has'] ) )
256
+ $extracted['has'] = array();
257
+ $extracted['has']['link'] = $link_count;
258
+ }
259
+ }
260
+
261
+ // ----------------------------------- EMBEDS ------------------------------
262
+
263
+ //Embeds are just individual links on their own line
264
+ if ( self::EMBEDS & $what_to_extract ) {
265
+
266
+ if ( !function_exists( '_wp_oembed_get_object' ) )
267
+ include( ABSPATH . WPINC . '/class-oembed.php' );
268
+
269
+ // get an oembed object
270
+ $oembed = _wp_oembed_get_object();
271
+
272
+ // Grab any links on their own lines that may be embeds
273
+ if ( preg_match_all( '|^\s*(https?://[^\s"]+)\s*$|im', $content, $matches ) ) {
274
+
275
+ // To hold the extracted stuff we find
276
+ $embeds = array();
277
+
278
+ foreach ( $matches[1] as $link_raw ) {
279
+ $url = parse_url( $link_raw );
280
+
281
+ list( $proto, $link_all_but_proto ) = explode( '://', $link_raw );
282
+
283
+ // Check whether this "link" is really an embed.
284
+ foreach ( $oembed->providers as $matchmask => $data ) {
285
+ list( $providerurl, $regex ) = $data;
286
+
287
+ // Turn the asterisk-type provider URLs into regex
288
+ if ( !$regex ) {
289
+ $matchmask = '#' . str_replace( '___wildcard___', '(.+)', preg_quote( str_replace( '*', '___wildcard___', $matchmask ), '#' ) ) . '#i';
290
+ $matchmask = preg_replace( '|^#http\\\://|', '#https?\://', $matchmask );
291
+ }
292
+
293
+ if ( preg_match( $matchmask, $link_raw ) ) {
294
+ $provider = str_replace( '{format}', 'json', $providerurl ); // JSON is easier to deal with than XML
295
+ $embeds[] = $link_all_but_proto; // @todo Check unique before adding
296
+
297
+ // @todo Try to get ID's for the ones we care about (shortcode_keepers)
298
+ break;
299
+ }
300
+ }
301
+ }
302
+
303
+ if ( ! empty( $embeds ) ) {
304
+ if ( !isset( $extracted['has'] ) )
305
+ $extracted['has'] = array();
306
+ $extracted['has']['embed'] = count( $embeds );
307
+ $extracted['embed'] = array( 'url' => array() );
308
+ foreach ( $embeds as $e )
309
+ $extracted['embed']['url'][] = $e;
310
+ }
311
+ }
312
+ }
313
+
314
+ return $extracted;
315
+ }
316
+
317
+ /**
318
+ * @param $post A post object
319
+ * @param $args (array) Optional args, see defaults list for details
320
+ * @returns array Returns an array of all images meeting the specified criteria in $args
321
+ *
322
+ * Uses Jetpack Post Images
323
+ */
324
+ private static function get_image_fields( $post, $args = array() ) {
325
+
326
+ $defaults = array(
327
+ 'width' => 200, // Required minimum width (if possible to determine)
328
+ 'height' => 200, // Required minimum height (if possible to determine)
329
+ );
330
+
331
+ $args = wp_parse_args( $args, $defaults );
332
+
333
+ $image_list = array();
334
+ $image_booleans = array();
335
+ $image_booleans['gallery'] = 0;
336
+
337
+ $from_slideshow = Jetpack_PostImages::from_slideshow( $post->ID, $args['width'], $args['height'] );
338
+ if ( !empty( $from_slideshow ) ) {
339
+ $srcs = wp_list_pluck( $from_slideshow, 'src' );
340
+ $image_list = array_merge( $image_list, $srcs );
341
+ }
342
+
343
+ $from_gallery = Jetpack_PostImages::from_gallery( $post->ID );
344
+ if ( !empty( $from_gallery ) ) {
345
+ $srcs = wp_list_pluck( $from_gallery, 'src' );
346
+ $image_list = array_merge( $image_list, $srcs );
347
+ $image_booleans['gallery']++; // @todo This count isn't correct, will only every count 1
348
+ }
349
+
350
+ // @todo Can we check width/height of these efficiently? Could maybe use query args at least, before we strip them out
351
+ $image_list = Jetpack_Media_Meta_Extractor::get_images_from_html( $post->post_content, $image_list );
352
+
353
+ if ( ! empty( $image_list ) ) {
354
+ $retval = array( 'image' => array() );
355
+ $unique_imgs = array_unique( $image_list );
356
+ foreach ( $image_list as $img ) {
357
+ $retval['image'][] = array( 'url' => $img );
358
+ }
359
+ $image_booleans['image'] = count( $retval['image'] );
360
+ if ( ! empty( $image_booleans ) )
361
+ $retval['has'] = $image_booleans;
362
+ return $retval;
363
+ } else {
364
+ return array();
365
+ }
366
+ }
367
+
368
+ /**
369
+ *
370
+ * @param string $html Some markup, possibly containing image tags
371
+ * @param array $images_already_extracted (just an array of image URLs without query strings, no special structure), used for de-duplication
372
+ * @return array Image URLs extracted from the HTML, stripped of query params and de-duped
373
+ */
374
+ public static function get_images_from_html( $html, $images_already_extracted ) {
375
+ $image_list = $images_already_extracted;
376
+ $from_html = Jetpack_PostImages::from_html( $html );
377
+ if ( !empty( $from_html ) ) {
378
+ $srcs = wp_list_pluck( $from_html, 'src' );
379
+ foreach( $srcs as $image_url ) {
380
+ if ( $src = parse_url( $image_url ) ) {
381
+ // Rebuild the URL without the query string
382
+ $queryless = $src['scheme'] . '://' . $src['host'] . $src['path'];
383
+ } elseif ( $length = strpos( $image_url, '?' ) ) {
384
+ // If parse_url() didn't work, strip off theh query string the old fashioned way
385
+ $queryless = substr( $image_url, 0, $length );
386
+ } else {
387
+ // Failing that, there was no spoon! Err ... query string!
388
+ $queryless = $image_url;
389
+ }
390
+
391
+ if ( ! in_array( $queryless, $image_list ) ) {
392
+ $image_list[] = $queryless;
393
+ }
394
+ }
395
+ }
396
+ return $image_list;
397
+ }
398
+
399
+ private static function get_stripped_content( $content ) {
400
+ $clean_content = strip_tags( $content );
401
+ $clean_content = html_entity_decode( $clean_content );
402
+ //completely strip shortcodes and any content they enclose
403
+ $clean_content = strip_shortcodes( $clean_content );
404
+ return $clean_content;
405
+ }
406
+ }
class.media-summary.php ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Class Jetpack_Media_Summary
4
+ *
5
+ * embed [video] > gallery > image > text
6
+ */
7
+ class Jetpack_Media_Summary {
8
+
9
+ static function get( $post_id, $blog_id = 0, $args = array() ) {
10
+ $defaults = array(
11
+ 'trigger_mshot' => false
12
+ );
13
+ $args = wp_parse_args( $args, $defaults );
14
+
15
+ $switched = false;
16
+ if ( !empty( $blog_id ) && $blog_id != get_current_blog_id() && function_exists( 'switch_to_blog' ) ) {
17
+ switch_to_blog( $blog_id );
18
+ $switched = true;
19
+ } else {
20
+ $blog_id = get_current_blog_id();
21
+ }
22
+
23
+ $post = get_post( $post_id );
24
+ $permalink = get_permalink( $post_id );
25
+
26
+ $return = array(
27
+ 'type' => 'standard',
28
+ 'permalink' => $permalink,
29
+ 'image' => '',
30
+ 'excerpt' => '',
31
+ 'word_count' => 0,
32
+ 'secure' => array(
33
+ 'image' => '',
34
+ ),
35
+ 'count' => array(
36
+ 'image' => 0,
37
+ 'video' => 0,
38
+ 'word' => 0,
39
+ 'link' => 0,
40
+ ),
41
+ );
42
+
43
+ $extract = Jetpack_Media_Meta_Extractor::extract( $blog_id, $post_id, Jetpack_Media_Meta_Extractor::ALL );
44
+
45
+ if ( empty( $extract['has'] ) )
46
+ return $return;
47
+
48
+ // Prioritize [some] video embeds
49
+ if ( !empty( $extract['has']['shortcode'] ) ) {
50
+ foreach ( $extract['shortcode'] as $type => $data ) {
51
+ switch ( $type ) {
52
+ case 'wpvideo':
53
+ if ( 0 == $return['count']['video'] ) {
54
+ $return['type'] = 'video';
55
+ $return['video'] = esc_url_raw( 'http://s0.videopress.com/player.swf?guid=' . $extract['shortcode']['wpvideo']['id'][0] . '&isDynamicSeeking=true' );
56
+ $return['image'] = self::get_video_poster( 'videopress', $extract['shortcode']['wpvideo']['id'][0] );
57
+ $return['secure']['video'] = preg_replace( '@http://[^\.]+.videopress.com/@', 'https://v0.wordpress.com/', $return['video'] );
58
+ $return['secure']['image'] = str_replace( 'http://videos.videopress.com', 'https://videos.files.wordpress.com', $return['image'] );
59
+ }
60
+ $return['count']['video']++;
61
+ break;
62
+ case 'youtube':
63
+ if ( 0 == $return['count']['video'] ) {
64
+ $return['type'] = 'video';
65
+ $return['video'] = esc_url_raw( 'http://www.youtube.com/watch?feature=player_embedded&v=' . $extract['shortcode']['youtube']['id'][0] );
66
+ $return['image'] = self::get_video_poster( 'youtube', $extract['shortcode']['youtube']['id'][0] );
67
+ $return['secure']['video'] = self::https( $return['video'] );
68
+ $return['secure']['image'] = self::https( $return['image'] );
69
+ }
70
+ $return['count']['video']++;
71
+ break;
72
+ case 'vimeo':
73
+ if ( 0 == $return['count']['video'] ) {
74
+ $return['type'] = 'video';
75
+ $return['video'] = esc_url_raw( 'http://vimeo.com/' . $extract['shortcode']['vimeo']['id'][0] );
76
+ $return['secure']['video'] = self::https( $return['video'] );
77
+
78
+ $poster_image = get_post_meta( $post_id, 'vimeo_poster_image', true );
79
+ if ( !empty( $poster_image ) ) {
80
+ $return['image'] = $poster_image;
81
+ $poster_url_parts = parse_url( $poster_image );
82
+ $return['secure']['image'] = 'https://secure-a.vimeocdn.com' . $poster_url_parts['path'];
83
+ }
84
+ }
85
+ $return['count']['video']++;
86
+ break;
87
+ }
88
+ }
89
+
90
+ }
91
+
92
+ if ( !empty( $extract['has']['embed'] ) ) {
93
+ foreach( $extract['embed']['url'] as $embed ) {
94
+ if ( preg_match( '/((youtube|vimeo)\.com|youtu.be)/', $embed ) ) {
95
+ if ( 0 == $return['count']['video'] ) {
96
+ $return['type'] = 'video';
97
+ $return['video'] = 'http://' . $embed;
98
+ $return['secure']['video'] = self::https( $return['video'] );
99
+ if ( strstr( $embed, 'youtube' ) ) {
100
+ $return['image'] = self::get_video_poster( 'youtube', get_youtube_id( $return['video'] ) );
101
+ $return['secure']['image'] = self::https( $return['image'] );
102
+ } else if ( strstr( $embed, 'vimeo' ) ) {
103
+ $poster_image = get_post_meta( $post_id, 'vimeo_poster_image', true );
104
+ if ( !empty( $poster_image ) ) {
105
+ $return['image'] = $poster_image;
106
+ $poster_url_parts = parse_url( $poster_image );
107
+ $return['secure']['image'] = 'https://secure-a.vimeocdn.com' . $poster_url_parts['path'];
108
+ }
109
+ }
110
+
111
+ }
112
+ $return['count']['video']++;
113
+ }
114
+ }
115
+ }
116
+
117
+ // Do we really want to make the video the primary focus of the post?
118
+ if ( 'video' == $return['type'] ) {
119
+ $content = wpautop( strip_tags( $post->post_content ) );
120
+ $paragraphs = explode( '</p>', $content );
121
+ $number_of_paragraphs = 0;
122
+
123
+ foreach ( $paragraphs as $i => $paragraph ) {
124
+ // Don't include blank lines as a paragraph
125
+ if ( '' == trim( $paragraph ) ) {
126
+ unset( $paragraphs[$i] );
127
+ continue;
128
+ }
129
+ $number_of_paragraphs++;
130
+ }
131
+
132
+ $number_of_paragraphs = $number_of_paragraphs - $return['count']['video']; // subtract amount for videos..
133
+
134
+ // More than 2 paragraph? The video is not the primary focus so we can do some more analysis
135
+ if ( $number_of_paragraphs > 2 )
136
+ $return['type'] = 'standard';
137
+ }
138
+
139
+ // If we don't have any prioritized embed...
140
+ if ( 'standard' == $return['type'] ) {
141
+ if ( !empty( $extract['has']['gallery'] ) ) {
142
+ //... Then we prioritize galleries first (multiple images returned)
143
+ $return['type'] = 'gallery';
144
+ $return['images'] = $extract['image'];
145
+ foreach ( $return['images'] as $image ) {
146
+ $return['secure']['images'][] = array( 'url' => self::ssl_img( $image['url'] ) );
147
+ $return['count']['image']++;
148
+ }
149
+ } else if ( !empty( $extract['has']['image'] ) ) {
150
+ // ... Or we try and select a single image that would make sense
151
+ $content = wpautop( strip_tags( $post->post_content ) );
152
+ $paragraphs = explode( '</p>', $content );
153
+ $number_of_paragraphs = 0;
154
+
155
+ foreach ( $paragraphs as $i => $paragraph ) {
156
+ // Don't include 'actual' captions as a paragraph
157
+ if ( false !== strpos( $paragraph, '[caption' ) ) {
158
+ unset( $paragraphs[$i] );
159
+ continue;
160
+ }
161
+ // Don't include blank lines as a paragraph
162
+ if ( '' == trim( $paragraph ) ) {
163
+ unset( $paragraphs[$i] );
164
+ continue;
165
+ }
166
+ $number_of_paragraphs++;
167
+ }
168
+
169
+ $return['image'] = $extract['image'][0]['url'];
170
+ $return['secure']['image'] = self::ssl_img( $return['image'] );
171
+ $return['count']['image']++;
172
+
173
+ if ( $number_of_paragraphs <= 2 ) {
174
+ // If we have lots of text, let's not treat it as an image post, but return its first image
175
+ $return['type'] = 'image';
176
+ }
177
+ }
178
+ }
179
+
180
+ if ( empty( $post->post_password ) ) {
181
+ $return['excerpt'] = self::get_excerpt( $post->post_content, $post->post_excerpt );
182
+ $return['count']['word'] = self::get_word_count( $post->post_content );
183
+ $return['count']['word_remaining'] = self::get_word_remaining_count( $post->post_content, self::get_excerpt( $post->post_content, $post->post_excerpt ) );
184
+ $return['count']['link'] = self::get_link_count( $post->post_content );
185
+ }
186
+
187
+ if ( $switched ) {
188
+ restore_current_blog();
189
+ }
190
+
191
+ return $return;
192
+ }
193
+
194
+ static function https( $str ) {
195
+ return str_replace( 'http://', 'https://', $str );
196
+ }
197
+
198
+ static function ssl_img( $url ) {
199
+ if ( strstr( $url, 'files.wordpress.com' ) ) {
200
+ return self::https( $url );
201
+ } else {
202
+ return self::https( jetpack_photon_url( $url ) );
203
+ }
204
+ }
205
+
206
+ static function get_video_poster( $type, $id ) {
207
+ if ( 'videopress' == $type ) {
208
+ if ( function_exists( 'video_get_highest_resolution_image_url' ) ) {
209
+ return video_get_highest_resolution_image_url( $id );
210
+ } else if ( class_exists( 'VideoPress_Video' ) ) {
211
+ $video = new VideoPress_Video( $id );
212
+ return $video->poster_frame_uri;
213
+ }
214
+ } else if ( 'youtube' == $type ) {
215
+ return 'http://img.youtube.com/vi/'.$id.'/0.jpg';
216
+ }
217
+ }
218
+
219
+ static function clean_text( $text ) {
220
+ return trim(
221
+ preg_replace(
222
+ '/[\s]+/',
223
+ ' ',
224
+ preg_replace(
225
+ '@https?://[\S]+@',
226
+ '',
227
+ strip_shortcodes(
228
+ strip_tags(
229
+ $text
230
+ )
231
+ )
232
+ )
233
+ )
234
+ );
235
+ }
236
+
237
+ static function get_excerpt( $post_content, $post_excerpt ) {
238
+ if ( function_exists( 'wpcom_enhanced_excerpt_extract_excerpt' ) ) {
239
+ return self::clean_text( wpcom_enhanced_excerpt_extract_excerpt( array(
240
+ 'text' => $post_content,
241
+ 'excerpt_only' => true,
242
+ 'show_read_more' => false,
243
+ 'max_words' => 16,
244
+ 'max_chars' => 100,
245
+ ) ) );
246
+ } else {
247
+ $post_excerpt = apply_filters( 'get_the_excerpt', $post_excerpt );
248
+ return self::clean_text( $post_excerpt );
249
+ }
250
+ }
251
+
252
+ static function get_word_count( $post_content ) {
253
+ return str_word_count( self::clean_text( $post_content ) );
254
+ }
255
+
256
+ static function get_word_remaining_count( $post_content, $excerpt_content ) {
257
+ return str_word_count( self::clean_text( $post_content ) ) - str_word_count( self::clean_text( $excerpt_content ) );
258
+ }
259
+
260
+ static function get_link_count( $post_content ) {
261
+ return substr_count( $post_content, '<a' );
262
+ }
263
+ }
class.photon.php CHANGED
@@ -58,9 +58,6 @@ class Jetpack_Photon {
58
  // Core image retrieval
59
  add_filter( 'image_downsize', array( $this, 'filter_image_downsize' ), 10, 3 );
60
 
61
- // og:image URL
62
- add_filter( 'jetpack_open_graph_tags', array( $this, 'filter_open_graph_tags' ), 10, 2 );
63
-
64
  // Helpers for maniuplated images
65
  add_action( 'wp_enqueue_scripts', array( $this, 'action_wp_enqueue_scripts' ), 9 );
66
  }
@@ -359,13 +356,14 @@ class Jetpack_Photon {
359
  // To ensure filter receives consistent data regardless of requested size, `$image_args` is overridden with dimensions of original image.
360
  if ( 'full' == $size ) {
361
  $image_meta = wp_get_attachment_metadata( $attachment_id );
362
-
363
- // 'crop' is true so Photon's `resize` method is used
364
- $image_args = array(
365
- 'width' => $image_meta['width'],
366
- 'height' => $image_meta['height'],
367
- 'crop' => true
368
- );
 
369
  }
370
 
371
  // Expose determined arguments to a filter before passing to Photon
58
  // Core image retrieval
59
  add_filter( 'image_downsize', array( $this, 'filter_image_downsize' ), 10, 3 );
60
 
 
 
 
61
  // Helpers for maniuplated images
62
  add_action( 'wp_enqueue_scripts', array( $this, 'action_wp_enqueue_scripts' ), 9 );
63
  }
356
  // To ensure filter receives consistent data regardless of requested size, `$image_args` is overridden with dimensions of original image.
357
  if ( 'full' == $size ) {
358
  $image_meta = wp_get_attachment_metadata( $attachment_id );
359
+ if ( isset( $image_meta['width'], $image_meta['height'] ) ) {
360
+ // 'crop' is true so Photon's `resize` method is used
361
+ $image_args = array(
362
+ 'width' => $image_meta['width'],
363
+ 'height' => $image_meta['height'],
364
+ 'crop' => true
365
+ );
366
+ }
367
  }
368
 
369
  // Expose determined arguments to a filter before passing to Photon
functions.compat.php CHANGED
@@ -13,3 +13,58 @@ function rawurlencode_deep( $value ) {
13
  return is_array( $value ) ? array_map( 'rawurlencode_deep', $value ) : rawurlencode( $value );
14
  }
15
  endif;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  return is_array( $value ) ? array_map( 'rawurlencode_deep', $value ) : rawurlencode( $value );
14
  }
15
  endif;
16
+
17
+ if ( !function_exists( 'get_youtube_id' ) ) :
18
+ /**
19
+ * @param $url Can be just the $url or the whole $atts array
20
+ * @return bool|mixed The Youtube video ID
21
+ */
22
+ function get_youtube_id( $url ) {
23
+ // Do we have an $atts array? Get first att
24
+ if ( is_array( $url ) )
25
+ $url = $url[0];
26
+
27
+ $url = youtube_sanitize_url( $url );
28
+ $url = parse_url( $url );
29
+ $id = false;
30
+
31
+ if ( ! isset( $url['query'] ) )
32
+ return false;
33
+
34
+ parse_str( $url['query'], $qargs );
35
+
36
+ if ( ! isset( $qargs['v'] ) && ! isset( $qargs['list'] ) )
37
+ return false;
38
+
39
+ if ( isset( $qargs['list'] ) )
40
+ $id = preg_replace( '|[^_a-z0-9-]|i', '', $qargs['list'] );
41
+
42
+ if ( empty( $id ) )
43
+ $id = preg_replace( '|[^_a-z0-9-]|i', '', $qargs['v'] );
44
+
45
+ return $id;
46
+ }
47
+ endif;
48
+
49
+ if ( !function_exists( 'youtube_sanitize_url' ) ) :
50
+ /**
51
+ * Normalizes a YouTube URL to include a v= parameter and a query string free of encoded ampersands.
52
+ *
53
+ * @param string $url
54
+ * @return string The normalized URL
55
+ */
56
+ function youtube_sanitize_url( $url ) {
57
+ $url = trim( $url, ' "' );
58
+ $url = trim( $url );
59
+ $url = str_replace( array( 'youtu.be/', '/v/', '#!v=', '&amp;', '&#038;', 'playlist' ), array( 'youtu.be/?v=', '/?v=', '?v=', '&', '&', 'videoseries' ), $url );
60
+
61
+ // Replace any extra question marks with ampersands - the result of a URL like "http://www.youtube.com/v/9FhMMmqzbD8?fs=1&hl=en_US" being passed in.
62
+ $query_string_start = strpos( $url, "?" );
63
+
64
+ if ( false !== $query_string_start ) {
65
+ $url = substr( $url, 0, $query_string_start + 1 ) . str_replace( "?", "&", substr( $url, $query_string_start + 1 ) );
66
+ }
67
+
68
+ return $url;
69
+ }
70
+ endif;
functions.opengraph.php CHANGED
@@ -62,7 +62,7 @@ function jetpack_og_tags() {
62
  $tags['og:title'] = empty( $data->post_title ) ? ' ' : wp_kses( $data->post_title, array() ) ;
63
  $tags['og:url'] = get_permalink( $data->ID );
64
  if ( !post_password_required() )
65
- $tags['og:description'] = ! empty( $data->post_excerpt ) ? strip_shortcodes( wp_kses( $data->post_excerpt, array() ) ) : wp_trim_words( strip_shortcodes( wp_kses( $data->post_content, array() ) ) );
66
  $tags['og:description'] = empty( $tags['og:description'] ) ? ' ' : $tags['og:description'];
67
  }
68
 
@@ -86,6 +86,11 @@ function jetpack_og_tags() {
86
  // Add any additional tags here, or modify what we've come up with
87
  $tags = apply_filters( 'jetpack_open_graph_tags', $tags, compact( 'image_width', 'image_height' ) );
88
 
 
 
 
 
 
89
  foreach ( (array) $tags as $tag_property => $tag_content ) {
90
  // to accomodate multiple images
91
  $tag_content = (array) $tag_content;
@@ -97,6 +102,19 @@ function jetpack_og_tags() {
97
  $og_tag = sprintf( '<meta property="%s" content="%s" />', esc_attr( $tag_property ), esc_attr( $tag_content_single ) );
98
  $og_output .= apply_filters( 'jetpack_open_graph_output', $og_tag );
99
  $og_output .= "\n";
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  }
101
  }
102
 
@@ -149,12 +167,57 @@ function jetpack_og_get_image( $width = 200, $height = 200, $max_images = 4 ) {
149
  }
150
  }
151
 
152
- // Fallback to Blavatar if available
153
- if ( function_exists( 'blavatar_domain' ) ) {
 
 
 
 
 
154
  $blavatar_domain = blavatar_domain( site_url() );
155
- if ( empty( $image ) && blavatar_exists( $blavatar_domain ) )
156
- $image = blavatar_url( $blavatar_domain, 'img', $width );
 
 
 
 
 
157
  }
158
 
159
  return $image;
160
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  $tags['og:title'] = empty( $data->post_title ) ? ' ' : wp_kses( $data->post_title, array() ) ;
63
  $tags['og:url'] = get_permalink( $data->ID );
64
  if ( !post_password_required() )
65
+ $tags['og:description'] = ! empty( $data->post_excerpt ) ? preg_replace( '@https?://[\S]+@', '', strip_shortcodes( wp_kses( $data->post_excerpt, array() ) ) ): wp_trim_words( preg_replace( '@https?://[\S]+@', '', strip_shortcodes( wp_kses( $data->post_content, array() ) ) ) );
66
  $tags['og:description'] = empty( $tags['og:description'] ) ? ' ' : $tags['og:description'];
67
  }
68
 
86
  // Add any additional tags here, or modify what we've come up with
87
  $tags = apply_filters( 'jetpack_open_graph_tags', $tags, compact( 'image_width', 'image_height' ) );
88
 
89
+ // secure_urls need to go right after each og:image to work properly so we will abstract them here
90
+ $secure = $tags['og:image:secure_url'] = ( empty( $tags['og:image:secure_url'] ) ) ? '' : $tags['og:image:secure_url'];
91
+ unset( $tags['og:image:secure_url'] );
92
+ $secure_image_num = 0;
93
+
94
  foreach ( (array) $tags as $tag_property => $tag_content ) {
95
  // to accomodate multiple images
96
  $tag_content = (array) $tag_content;
102
  $og_tag = sprintf( '<meta property="%s" content="%s" />', esc_attr( $tag_property ), esc_attr( $tag_content_single ) );
103
  $og_output .= apply_filters( 'jetpack_open_graph_output', $og_tag );
104
  $og_output .= "\n";
105
+
106
+ if ( 'og:image' == $tag_property ) {
107
+ if ( is_array( $secure ) && !empty( $secure[$secure_image_num] ) ) {
108
+ $og_tag = sprintf( '<meta property="og:image:secure_url" content="%s" />', esc_url( $secure[ $secure_image_num ] ) );
109
+ $og_output .= apply_filters( 'jetpack_open_graph_output', $og_tag );
110
+ $og_output .= "\n";
111
+ } else if ( !is_array( $secure ) && !empty( $secure ) ) {
112
+ $og_tag = sprintf( '<meta property="og:image:secure_url" content="%s" />', esc_url( $secure ) );
113
+ $og_output .= apply_filters( 'jetpack_open_graph_output', $og_tag );
114
+ $og_output .= "\n";
115
+ }
116
+ $secure_image_num++;
117
+ }
118
  }
119
  }
120
 
167
  }
168
  }
169
 
170
+ if ( empty( $image ) )
171
+ $image = array();
172
+ else if ( !is_array( $image ) )
173
+ $image = array( $image );
174
+
175
+ // First fall back, blavatar
176
+ if ( empty( $image ) && function_exists( 'blavatar_domain' ) ) {
177
  $blavatar_domain = blavatar_domain( site_url() );
178
+ if ( blavatar_exists( $blavatar_domain ) )
179
+ $image[] = blavatar_url( $blavatar_domain, 'img', $width );
180
+ }
181
+
182
+ // Second fall back, blank image
183
+ if ( empty( $image ) ) {
184
+ $image[] = "http://wordpress.com/i/blank.jpg";
185
  }
186
 
187
  return $image;
188
  }
189
+
190
+ /**
191
+ * @param $email
192
+ * @param $width
193
+ * @return array|bool|mixed|string
194
+ */
195
+ function jetpack_og_get_image_gravatar( $email, $width ) {
196
+ $image = '';
197
+ if ( function_exists( 'get_avatar_url' ) ) {
198
+ $avatar = get_avatar_url($email, $width);
199
+ if ( ! empty( $avatar ) ) {
200
+ if ( is_array( $avatar ) )
201
+ $image = $avatar[0];
202
+ else
203
+ $image = $avatar;
204
+ }
205
+ } else {
206
+ $has_filter = has_filter( 'pre_option_show_avatars', '__return_true' );
207
+ if ( !$has_filter ) {
208
+ add_filter( 'pre_option_show_avatars', '__return_true' );
209
+ }
210
+ $avatar = get_avatar( $email, $width );
211
+
212
+ if ( !$has_filter ) {
213
+ remove_filter( 'pre_option_show_avatars', '__return_true' );
214
+ }
215
+
216
+ if ( !empty( $avatar ) && !is_wp_error( $avatar ) ) {
217
+ if ( preg_match( '/src=["\']([^"\']+)["\']/', $avatar, $matches ) )
218
+ $image = wp_specialchars_decode($matches[1], ENT_QUOTES);
219
+ }
220
+ }
221
+
222
+ return $image;
223
+ }
functions.twitter-cards.php CHANGED
@@ -9,52 +9,121 @@
9
  * @see https://dev.twitter.com/docs/cards
10
  */
11
  function wpcom_twitter_cards_tags( $og_tags ) {
12
- global $post, $wpdb;
13
 
14
- $og_tags['twitter:site'] = '@wordpressdotcom';
 
 
 
 
 
 
 
15
 
16
  if ( ! is_singular() || ! empty( $og_tags['twitter:card'] ) )
17
  return $og_tags;
18
 
19
- $img_count = 0;
20
- foreach ( $og_tags as $key => $value ) {
21
- if ( 'og:image' != $key || ! is_array( $value ) || empty( $value[0] ) )
22
- continue;
23
-
24
- $img_count = 0;
25
- foreach ( (array) $value as $counter => $image ) {
26
- $og_tags['twitter:image' . $counter] = $image;
27
- $img_count++;
28
- if ( $img_count >= 4 )
29
- break; // Only 4 images allowed
 
 
 
 
 
30
  }
31
  }
32
 
33
- // Figure out what kind of card this is, based on the number of images found
34
- if ( 0 == $img_count ) {
35
- // No images = summary
36
- $card = 'summary';
37
- } else if ( $img_count <= 3 ) {
38
- // < 4 images = photo
39
- $card = 'photo';
40
- $og_tags['twitter:image'] = $og_tags['twitter:image0']; // Rename back to photo format (from gallery)
41
- unset( $og_tags['twitter:image0'] );
42
- for ( $i = 1; $i < 4; $i++ ) {
43
- unset( $og_tags['twitter:image' . $i] ); // Remove >0 image references
 
 
 
 
 
 
 
 
44
  }
45
- } else if ( $img_count >= 4 ) {
46
- // >= 4 images = gallery
47
- $card = 'gallery';
48
  }
49
- $og_tags['twitter:card'] = $card;
 
50
 
51
  // If we have information on the author/creator, then include that as well
52
  if ( ! empty( $post ) && ! empty( $post->post_author ) ) {
53
  $handle = apply_filters( 'jetpack_sharing_twitter_via', '', $post->ID );
54
- if ( !empty( $handle ) )
55
  $og_tags['twitter:creator'] = '@' . $handle;
56
  }
57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  return $og_tags;
59
  }
60
 
@@ -64,4 +133,4 @@ function wpcom_twitter_cards_output( $og_tag ) {
64
  return ( false !== strpos( $og_tag, 'twitter:' ) ) ? preg_replace( '/property="([^"]+)"/', 'name="\1"', $og_tag ) : $og_tag;
65
  }
66
 
67
- add_filter( 'jetpack_open_graph_output', 'wpcom_twitter_cards_output' );
9
  * @see https://dev.twitter.com/docs/cards
10
  */
11
  function wpcom_twitter_cards_tags( $og_tags ) {
12
+ global $post;
13
 
14
+ if ( apply_filters( 'jetpack_disable_twitter_cards', false ) )
15
+ return $og_tags;
16
+
17
+ /*
18
+ * These tags apply to any page (home, archives, etc)
19
+ */
20
+
21
+ $og_tags['twitter:site'] = ( defined('IS_WPCOM') && IS_WPCOM ) ? '@wordpressdotcom' : '@jetpack';
22
 
23
  if ( ! is_singular() || ! empty( $og_tags['twitter:card'] ) )
24
  return $og_tags;
25
 
26
+ /*
27
+ * The following tags only apply to single pages.
28
+ */
29
+
30
+ $card_type = 'summary';
31
+
32
+ // Try to give priority to featured images
33
+ if ( class_exists('Jetpack_PostImages') ) {
34
+ $featured = Jetpack_PostImages::from_thumbnail( $post->ID, 240, 240 );
35
+ if ( !empty( $featured ) && count( $featured ) > 0 ) {
36
+ if ( (int) $featured[0]['src_width'] >= 280 && (int) $featured[0]['src_height'] >= 150 ) {
37
+ $card_type = 'summary_large_image';
38
+ $og_tags['twitter:image:src'] = add_query_arg( 'w', 640, $featured[0]['src'] );
39
+ } else {
40
+ $og_tags['twitter:image'] = add_query_arg( 'w', 240, $featured[0]['src'] );
41
+ }
42
  }
43
  }
44
 
45
+ // Only proceed with media analysis if a featured image has not superseded it already.
46
+ if ( empty( $og_tags['twitter:image'] ) && empty( $og_tags['twitter:image:src'] ) ) {
47
+ if ( ! class_exists( 'Jetpack_Media_Summary' ) && defined('IS_WPCOM') && IS_WPCOM )
48
+ include WP_CONTENT_DIR . '/lib/class.wpcom-media-summary.php';
49
+
50
+ // Test again, class should already be auto-loaded in Jetpack.
51
+ // If not, skip extra media analysis and stick with a summary card
52
+ if ( class_exists( 'Jetpack_Media_Summary' ) ) {
53
+ $extract = Jetpack_Media_Summary::get( $post->ID );
54
+
55
+ if ( 'gallery' == $extract['type'] ) {
56
+ list( $og_tags, $card_type ) = wpcom_twitter_cards_define_type_based_on_image_count( $og_tags, $extract );
57
+ } else if ( 'video' == $extract['type'] ) {
58
+ // Leave as summary, but with large pict of poster frame (we know those comply to Twitter's size requirements)
59
+ $card_type = 'summary_large_image';
60
+ $og_tags['twitter:image:src'] = add_query_arg( 'w', 640, $extract['image'] );
61
+ } else {
62
+ list( $og_tags, $card_type ) = wpcom_twitter_cards_define_type_based_on_image_count( $og_tags, $extract );
63
+ }
64
  }
 
 
 
65
  }
66
+
67
+ $og_tags['twitter:card'] = $card_type;
68
 
69
  // If we have information on the author/creator, then include that as well
70
  if ( ! empty( $post ) && ! empty( $post->post_author ) ) {
71
  $handle = apply_filters( 'jetpack_sharing_twitter_via', '', $post->ID );
72
+ if ( !empty( $handle ) && 'wordpressdotcom' != $handle )
73
  $og_tags['twitter:creator'] = '@' . $handle;
74
  }
75
 
76
+ // Make sure we have a description for Twitter, their validator isn't happy without some content (single space not valid).
77
+ if ( ! isset( $og_tags['og:description'] ) || '' == trim( $og_tags['og:description'] ) ) { // empty( trim( $og_tags['og:description'] ) ) isn't valid php
78
+ $has_creator = ( !empty($og_tags['twitter:creator']) && '@wordpressdotcom' != $og_tags['twitter:creator'] ) ? true : false;
79
+ if ( 'photo' == $card_type )
80
+ $og_tags['twitter:description'] = ( $has_creator ) ? sprintf( __('Photo post by %s.', 'jetpack'), $og_tags['twitter:creator'] ) : __('Photo post.', 'jetpack');
81
+ else if ( !empty( $extract ) && 'video' == $extract['type'] ) // use $extract['type'] since $card_type is 'summary' for video posts
82
+ $og_tags['twitter:description'] = ( $has_creator ) ? sprintf( __('Video post by %s.', 'jetpack'), $og_tags['twitter:creator'] ) : __('Video post.', 'jetpack');
83
+ else if ( 'gallery' == $card_type )
84
+ $og_tags['twitter:description'] = ( $has_creator ) ? sprintf( __('Gallery post by %s.', 'jetpack'), $og_tags['twitter:creator'] ) : __('Gallery post.', 'jetpack');
85
+ else
86
+ $og_tags['twitter:description'] = ( $has_creator ) ? sprintf( __('New post by %s.', 'jetpack'), $og_tags['twitter:creator'] ) : __('New post.', 'jetpack');
87
+ }
88
+
89
+ return $og_tags;
90
+ }
91
+
92
+ function wpcom_twitter_cards_define_type_based_on_image_count( $og_tags, $extract ) {
93
+ $card_type = 'summary';
94
+ $img_count = $extract['count']['image'];
95
+
96
+ if ( empty( $img_count ) ) {
97
+ // No images, use Blavatar as a thumbnail for the summary type.
98
+ if ( function_exists('blavatar_domain') ) {
99
+ $blavatar_domain = blavatar_domain(site_url());
100
+ if ( blavatar_exists( $blavatar_domain ) )
101
+ $og_tags['twitter:image'] = blavatar_url( $blavatar_domain, 'img', 240);
102
+ }
103
+ // Not falling back on Gravatar, because there's no way to know if we end up with an auto-generated one.
104
+ } else if ( 1 == $img_count && ( 'image' == $extract['type'] || 'gallery' == $extract['type'] ) ) {
105
+ // 1 image = photo
106
+ // Test for $extract['type'] to limit to image and gallery, so we don't send a potential fallback image like a Gravatar as a photo post.
107
+ $card_type = 'photo';
108
+ $og_tags['twitter:image'] = add_query_arg( 'w', 1400, ( empty( $extract['images'] ) ) ? $extract['image'] : $extract['images'][0]['url'] );
109
+ } else if ( $img_count <= 3 ) {
110
+ // 2-3 images = summary with small thumbnail
111
+ $og_tags['twitter:image'] = add_query_arg( 'w', 240, ( empty( $extract['images'] ) ) ? $extract['image'] : $extract['images'][0]['url'] );
112
+ } else if ( $img_count >= 4 ) {
113
+ // >= 4 images = gallery
114
+ $card_type = 'gallery';
115
+ $og_tags = wpcom_twitter_cards_gallery( $extract, $og_tags );
116
+ }
117
+
118
+ return array( $og_tags, $card_type );
119
+ }
120
+
121
+ function wpcom_twitter_cards_gallery( $extract, $og_tags ) {
122
+ foreach( $extract['images'] as $key => $value ) {
123
+ if ( $key > 3 )
124
+ break; // Can only send a max of 4 picts (https://dev.twitter.com/docs/cards/types/gallery-card)
125
+ $og_tags[ 'twitter:image' . $key ] = add_query_arg( 'w', 640, $value['url'] );
126
+ }
127
  return $og_tags;
128
  }
129
 
133
  return ( false !== strpos( $og_tag, 'twitter:' ) ) ? preg_replace( '/property="([^"]+)"/', 'name="\1"', $og_tag ) : $og_tag;
134
  }
135
 
136
+ add_filter( 'jetpack_open_graph_output', 'wpcom_twitter_cards_output' );
jetpack.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin URI: http://wordpress.org/extend/plugins/jetpack/
6
  * Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
7
  * Author: Automattic
8
- * Version: 2.5.3
9
  * Author URI: http://jetpack.me
10
  * License: GPL2+
11
  * Text Domain: jetpack
@@ -17,7 +17,7 @@ define( 'JETPACK__API_VERSION', 1 );
17
  define( 'JETPACK__MINIMUM_WP_VERSION', '3.5' );
18
  defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) or define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' );
19
  defined( 'JETPACK_CLIENT__HTTPS' ) or define( 'JETPACK_CLIENT__HTTPS', 'AUTO' );
20
- define( 'JETPACK__VERSION', '2.5.3' );
21
  define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
22
  defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) or define( 'JETPACK__GLOTPRESS_LOCALES_PATH', JETPACK__PLUGIN_DIR . 'locales.php' );
23
 
@@ -42,6 +42,8 @@ require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-sync.php' );
42
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-options.php' );
43
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-user-agent.php' );
44
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-post-images.php' );
 
 
45
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-error.php' );
46
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-debugger.php' );
47
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-heartbeat.php' );
@@ -49,8 +51,12 @@ require_once( JETPACK__PLUGIN_DIR . 'class.photon.php' );
49
  require_once( JETPACK__PLUGIN_DIR . 'functions.photon.php' );
50
  require_once( JETPACK__PLUGIN_DIR . 'functions.compat.php' );
51
  require_once( JETPACK__PLUGIN_DIR . 'functions.gallery.php' );
52
- require_once( JETPACK__PLUGIN_DIR . 'functions.twitter-cards.php' );
53
- require_once( JETPACK__PLUGIN_DIR . 'require-lib.php' );
 
 
 
 
54
 
55
  register_activation_hook( __FILE__, array( 'Jetpack', 'plugin_activation' ) );
56
  register_deactivation_hook( __FILE__, array( 'Jetpack', 'plugin_deactivation' ) );
@@ -59,13 +65,6 @@ add_action( 'init', array( 'Jetpack', 'init' ) );
59
  add_action( 'plugins_loaded', array( 'Jetpack', 'load_modules' ), 100 );
60
  add_filter( 'jetpack_static_url', array( 'Jetpack', 'staticize_subdomain' ) );
61
 
62
- add_filter( 'jetpack_open_graph_tags', 'change_twitter_site_param' );
63
-
64
- function change_twitter_site_param( $og_tags ) {
65
- $og_tags['twitter:site'] = '@jetpack';
66
- return $og_tags;
67
- }
68
-
69
  /**
70
  * Add an easy way to photon-ize a URL that is safe to call even if Jetpack isn't active.
71
  *
5
  * Plugin URI: http://wordpress.org/extend/plugins/jetpack/
6
  * Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
7
  * Author: Automattic
8
+ * Version: 2.6.4
9
  * Author URI: http://jetpack.me
10
  * License: GPL2+
11
  * Text Domain: jetpack
17
  define( 'JETPACK__MINIMUM_WP_VERSION', '3.5' );
18
  defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) or define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' );
19
  defined( 'JETPACK_CLIENT__HTTPS' ) or define( 'JETPACK_CLIENT__HTTPS', 'AUTO' );
20
+ define( 'JETPACK__VERSION', '2.6.4' );
21
  define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
22
  defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) or define( 'JETPACK__GLOTPRESS_LOCALES_PATH', JETPACK__PLUGIN_DIR . 'locales.php' );
23
 
42
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-options.php' );
43
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-user-agent.php' );
44
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-post-images.php' );
45
+ require_once( JETPACK__PLUGIN_DIR . 'class.media-extractor.php' );
46
+ require_once( JETPACK__PLUGIN_DIR . 'class.media-summary.php' );
47
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-error.php' );
48
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-debugger.php' );
49
  require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-heartbeat.php' );
51
  require_once( JETPACK__PLUGIN_DIR . 'functions.photon.php' );
52
  require_once( JETPACK__PLUGIN_DIR . 'functions.compat.php' );
53
  require_once( JETPACK__PLUGIN_DIR . 'functions.gallery.php' );
54
+ require_once( JETPACK__PLUGIN_DIR . 'require-lib.php' );
55
+
56
+ // Play nice with http://wp-cli.org/
57
+ if ( defined( 'WP_CLI' ) && WP_CLI ) {
58
+ require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-cli.php' );
59
+ }
60
 
61
  register_activation_hook( __FILE__, array( 'Jetpack', 'plugin_activation' ) );
62
  register_deactivation_hook( __FILE__, array( 'Jetpack', 'plugin_deactivation' ) );
65
  add_action( 'plugins_loaded', array( 'Jetpack', 'load_modules' ), 100 );
66
  add_filter( 'jetpack_static_url', array( 'Jetpack', 'staticize_subdomain' ) );
67
 
 
 
 
 
 
 
 
68
  /**
69
  * Add an easy way to photon-ize a URL that is safe to call even if Jetpack isn't active.
70
  *
languages/jetpack-af.mo CHANGED
Binary file
languages/jetpack-af.po CHANGED
@@ -1,302 +1,225 @@
1
- # Translation of 2.5 in Afrikaans
2
- # This file is distributed under the same license as the 2.5 package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2013-09-19 15:16:41+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: 2.5\n"
12
 
13
- #: modules/videopress/videopress.php:664
14
- msgid "The preview is unavailable while this video is being processed."
15
- msgstr ""
16
-
17
- #: modules/shortcodes/presentations.php:242
18
- msgid "Click to autoplay the presentation!"
19
- msgstr ""
20
-
21
- #: modules/gplus-authorship/admin/ui.php:138
22
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected, including your Publicize connections. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
23
- msgstr ""
24
-
25
- #: modules/gplus-authorship/admin/ui.php:140
26
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
27
- msgstr ""
28
-
29
- msgid "Likes are a way for people to show their appreciation for content you have written. It’s also a way for you to show the world how popular your content has become."
30
- msgstr "\"Likes\" is 'n manier vir mense om aan te dui dat hulle van jou artikel hou. Dit gee ook vir jou die geleentheid om vir die wêreld te wys hoe gewild jou storie is. "
31
-
32
- msgid "Automatically optimize your site for mobile devices."
33
- msgstr "Pas jou webwerf outomaties vir mobiele toestelle aan."
34
-
35
- msgid "Receive notifications on your mobile device."
36
- msgstr "Ontvang kennisgewings op jou mobiele toestel."
37
-
38
- msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
39
- msgstr "Hou jou webwerf dop en bestuur sy aktiwiteit deur middel van kennisgewings op die boonste balk en op WordPress.com."
40
-
41
- msgid "A single search box, that lets you search many different things."
42
- msgstr "Een enkele soekfunksie waarmee jy verskillende dinge kan opspoor."
43
-
44
- msgid "Give your site a boost by loading images from the WordPress.com content delivery network."
45
- msgstr "Gee jou webwerf 'n inspuiting deurdat foto's vinniger laai vanaf die WordPress.com-netwerk (CDN)."
46
-
47
- msgid "Publish posts to your blog directly from your personal email account."
48
- msgstr "Publiseer artikels op jou blog deur middel van jou persoonlike e-posadres."
49
-
50
- msgid "Connect your site to popular social networks and automatically share new posts with your friends."
51
- msgstr "Verbind jou webwerf met gewilde sosiale netwerke en deel outomaties die nuwe artikels met jou vriende."
52
-
53
- msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
54
- msgstr "Die beste-este manier om jou storie op Facebook, Twitter en vele ander te deel."
55
-
56
- msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
57
- msgstr "'n Maklike manier om video's en ander media vanaf YouTube, Vimeo en Slideshare in 'n artikel te gebruik."
58
-
59
- msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
60
- msgstr "Aktiveer WP.me-gedrewe kortskakels vir al jou artikels sodat dit makliker gedeel kan word."
61
-
62
- msgid "Simple, concise site stats with no additional load on your server."
63
- msgstr "Eenvoudige, bondige statistiek vir jou webwerf sonder ekstra las op die bediener."
64
-
65
- msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
66
- msgstr "Laat besoekers toe om op kennisgewings van nuwe artikels en kommentaar in te teken via e-pos."
67
-
68
- msgid "Create elegant magazine-style mosaic layouts for your photos without using an external graphic editor."
69
- msgstr "Skep 'n elegante mosaïek-uitleg vir fotogallerye."
70
-
71
- msgid "Realtime backup and security scanning for your WordPress site."
72
- msgstr "Intydse rugsteun en sekuriteit vir jou WordPress-gedrewe webwerf."
73
-
74
- msgid "Quite possibly the easiest way to upload beautiful videos to your blog."
75
- msgstr "Heel moontlik die maklikste manier om pragtige video's op te laai."
76
-
77
- msgid "Control what pages your widgets appear on."
78
- msgstr "Beheer op watter bladsye jou widgets verskyn."
79
-
80
- msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
81
- msgstr ""
82
-
83
- msgid "Let users login with their WordPress.com Credentials, through <a href=\"http://jetpack.me/support/wpcc/\">WordPress.com Connect</a>"
84
- msgstr ""
85
-
86
- #: modules/wpcc/wpcc-sign-on.php:98
87
- msgid "WPCC Client Secret"
88
- msgstr ""
89
-
90
- #: modules/wpcc/wpcc-sign-on.php:123
91
- msgid "<strong>Almost done.</strong> Before WordPress.com Connect can finish activating, you'll need to <a href=\"%s\">register your website as an application on WordPress.com</a>"
92
- msgstr ""
93
-
94
- #: modules/wpcc/wpcc-sign-on.php:146
95
- msgid "Visit WordPress.com to <a href=\"%s\">register a new WPCC client id and secret key</a>."
96
- msgstr ""
97
-
98
- #: modules/wpcc/wpcc-sign-on.php:148
99
- msgid "Visit WordPress.com to <a href=\"%s\">manage your WPCC client settings</a>."
100
  msgstr ""
101
 
102
- #: modules/wpcc/wpcc-sign-on.php:175
103
- msgid "Connecting with WordPress.com Connect enables you to log on via your WordPress.com account."
 
104
  msgstr ""
105
 
106
- #: modules/wpcc/wpcc-sign-on.php:188
107
- msgid "Unlink This Account"
 
108
  msgstr ""
109
 
110
- #: modules/wpcc/wpcc-sign-on.php:231
111
- msgid "This profile is not currently linked to a WordPress.com Profile."
112
  msgstr ""
113
 
114
- #: modules/wpcc/wpcc-sign-on.php:238
115
- msgid "Warning! State variable missing after authentication."
 
116
  msgstr ""
117
 
118
- #: modules/wpcc/wpcc-sign-on.php:242
119
- msgid "Warning! State mismatch. Authentication attempt may have been compromised."
 
120
  msgstr ""
121
 
122
- #: modules/wpcc/wpcc-sign-on.php:262
123
- msgid "Warning! Could not confirm request token url!"
 
124
  msgstr ""
125
 
126
- #: modules/wpcc/wpcc-sign-on.php:276
127
- msgid "Warning! Could not fetch user data!"
 
128
  msgstr ""
129
 
130
- #: modules/wpcc/wpcc-sign-on.php:409
131
- msgid "We couldn't find an account with the email <strong><code>%1$s</code></strong> to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that <strong><code>%1$s</code></strong> is configured as the email address, or that you have connected to WordPress.com on your profile page."
 
132
  msgstr ""
133
 
134
- #: modules/wpcc/wpcc-sign-on.php:411
135
- msgid "We couldn't find any account on <strong>%2$s</strong> that is linked to your WordPress.com account to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that you have connected to WordPress.com on your profile page."
 
136
  msgstr ""
137
 
138
- msgid "http://wordpress.org/extend/plugins/jetpack/"
 
139
  msgstr ""
140
 
141
- msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
 
142
  msgstr ""
143
 
144
- msgid "Automattic"
 
145
  msgstr ""
146
 
147
- msgid "http://jetpack.me"
 
148
  msgstr ""
149
 
150
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
 
151
  msgstr ""
152
 
153
- msgid "Transform your standard image galleries into an immersive full-screen experience."
 
154
  msgstr ""
155
 
156
- msgid "A new comment system that has integrated social media login options."
 
157
  msgstr ""
158
 
159
- msgid "Easily insert a contact form anywhere on your site."
 
160
  msgstr ""
161
 
162
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
 
163
  msgstr ""
164
 
165
- msgid "Share your public posts and comments to search engines and other services in real-time."
 
166
  msgstr ""
167
 
168
- msgid "Show a link to your Google+ in the sharing area of your posts and add your blog URL to your Google+ profile."
 
169
  msgstr ""
170
 
171
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
 
172
  msgstr ""
173
 
174
- msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
 
175
  msgstr ""
176
 
177
- msgid "Allow applications to securely access your content through the cloud."
 
178
  msgstr ""
179
 
180
- msgid "Beautiful Math"
 
181
  msgstr ""
182
 
183
- msgid "Mark up your posts with the <img src=\"//s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
 
184
  msgstr ""
185
 
186
- #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
187
- msgid "Top Posts &amp; Pages"
188
  msgstr ""
189
 
190
- #: modules/widgets/top-posts.php:37
191
- msgid "Shows your most viewed posts and pages."
192
- msgstr ""
193
 
194
- #: modules/widgets/top-posts.php:78
195
- msgid "Maximum number of posts to show (no more than 10):"
196
- msgstr ""
197
 
198
- #: modules/widgets/top-posts.php:83
199
- msgid "Display as:"
200
- msgstr ""
201
 
202
- #: modules/widgets/top-posts.php:85
203
- msgid "Text List"
204
- msgstr ""
205
 
206
- #: modules/widgets/top-posts.php:86
207
- msgid "Image List"
208
- msgstr ""
209
 
210
- #: modules/widgets/top-posts.php:87
211
- msgid "Image Grid"
212
- msgstr ""
213
 
214
- #: modules/widgets/top-posts.php:91
215
- msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
216
- msgstr ""
217
 
218
- #: modules/widgets/top-posts.php:164
219
- msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
220
  msgstr ""
221
 
222
- #: modules/widgets/twitter-timeline.php:24
223
- msgid "Twitter Timeline"
224
  msgstr ""
225
 
226
- #: modules/widgets/twitter-timeline.php:27
227
- msgid "Display an official Twitter Embedded Timeline widget."
228
- msgstr ""
229
 
230
- #: modules/widgets/twitter-timeline.php:75
231
- msgid "My Tweets"
232
- msgstr ""
233
 
234
- #: modules/widgets/twitter-timeline.php:146
235
- msgid "Follow me on Twitter"
236
- msgstr ""
237
 
238
- #: modules/widgets/twitter-timeline.php:165
239
- msgid "Width (px):"
240
- msgstr "Breedte (px):"
241
 
242
- #: modules/widgets/twitter-timeline.php:170
243
- msgid "Height (px):"
244
- msgstr "Hoogte (px):"
245
 
246
- #: modules/widgets/twitter-timeline.php:175
247
- msgid "# of Tweets Shown:"
248
- msgstr "# sigbare tweets:"
249
 
250
- #: modules/widgets/twitter-timeline.php:183
251
- msgid "You need to <a href=\"%1$s\" target=\"_blank\">create a widget at Twitter.com</a>, and then enter your widget id (the long number found in the URL of your widget's config page) in the field below. <a href=\"%2$s\" target=\"_blank\">Read more</a>."
252
- msgstr ""
253
 
254
- #: modules/widgets/twitter-timeline.php:191
255
- msgid "Widget ID:"
256
  msgstr ""
257
 
258
- #: modules/widgets/twitter-timeline.php:196
259
- msgid "Layout Options:"
260
  msgstr ""
261
 
262
- #: modules/widgets/twitter-timeline.php:197
263
- msgid "No Header"
264
- msgstr ""
265
 
266
- #: modules/widgets/twitter-timeline.php:198
267
- msgid "No Footer"
268
- msgstr ""
269
 
270
- #: modules/widgets/twitter-timeline.php:199
271
- msgid "No Borders"
272
- msgstr ""
273
 
274
- #: modules/widgets/twitter-timeline.php:200
275
- msgid "No Scrollbar"
276
  msgstr ""
277
 
278
- #: modules/widgets/twitter-timeline.php:201
279
- msgid "Transparent Background"
280
  msgstr ""
281
 
282
- #: modules/widgets/twitter-timeline.php:205
283
- msgid "Link Color (hex):"
284
  msgstr ""
285
 
286
- #: modules/widgets/twitter-timeline.php:210
287
- msgid "Border Color (hex):"
288
  msgstr ""
289
 
290
- #: modules/widgets/twitter-timeline.php:215
291
- msgid "Timeline Theme:"
292
  msgstr ""
293
 
294
- #: modules/widgets.php:49
295
- msgid "%s (Jetpack)"
296
  msgstr ""
297
 
298
- #: modules/wpcc/wpcc-sign-on.php:91
299
- msgid "WPCC Client ID"
300
  msgstr ""
301
 
302
  #: modules/widgets/readmill.php:47
@@ -333,7 +256,7 @@ msgstr ""
333
 
334
  #: modules/widgets/rsslinks-widget.php:13
335
  msgid "RSS Links (Jetpack)"
336
- msgstr ""
337
 
338
  #: modules/widgets/rsslinks-widget.php:67
339
  #: modules/widgets/rsslinks-widget.php:133
@@ -412,1081 +335,1084 @@ msgstr "Foto se kleur:"
412
  msgid "Subscribe to %s"
413
  msgstr "Teken in op %s"
414
 
415
- #: modules/widgets/gravatar-profile.php:115
416
- msgid "Personal Links"
417
- msgstr ""
418
 
419
- #: modules/widgets/gravatar-profile.php:135
420
- msgid "Verified Services"
421
- msgstr ""
422
 
423
- #: modules/widgets/gravatar-profile.php:146
424
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
425
- msgid "%1$s on %2$s"
426
- msgstr ""
427
 
428
- #: modules/widgets/gravatar-profile.php:180
429
- msgid "Select a user or pick \"custom\" and enter a custom email address."
430
- msgstr ""
431
 
432
- #: modules/widgets/gravatar-profile.php:184
433
- msgid "Custom"
434
- msgstr ""
435
 
436
- #: modules/widgets/gravatar-profile.php:194
437
- msgid "Custom Email Address"
438
- msgstr ""
439
 
440
- #: modules/widgets/gravatar-profile.php:202
441
- msgid "Show Personal Links"
442
- msgstr ""
443
-
444
- #: modules/widgets/gravatar-profile.php:204
445
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
446
- msgstr ""
447
-
448
- #: modules/widgets/gravatar-profile.php:211
449
- msgid "Show Account Links"
450
- msgstr ""
451
-
452
- #: modules/widgets/gravatar-profile.php:213
453
- msgid "Links to services that you use across the web."
454
- msgstr ""
455
-
456
- #: modules/widgets/gravatar-profile.php:217
457
- msgid "Opens in new window"
458
- msgstr ""
459
-
460
- #: modules/widgets/gravatar-profile.php:217
461
- msgid "Edit Your Profile"
462
- msgstr "Verander jou profiel"
463
-
464
- #: modules/widgets/gravatar-profile.php:217
465
- msgid "What's a Gravatar?"
466
- msgstr "Wat is 'n Gravatar?"
467
-
468
- #: modules/widgets/image-widget.php:12
469
- msgid "Display an image in your sidebar"
470
- msgstr "Wys 'n foto in jou kantkolom"
471
-
472
- #: modules/widgets/image-widget.php:14
473
- msgid "Image (Jetpack)"
474
- msgstr "Foto (Jetpack)"
475
-
476
- #: modules/widgets/image-widget.php:110
477
- msgid "Image URL:"
478
- msgstr ""
479
-
480
- #: modules/widgets/image-widget.php:113
481
- msgid "Alternate text:"
482
- msgstr ""
483
-
484
- #: modules/widgets/image-widget.php:116
485
- msgid "Image title:"
486
- msgstr ""
487
-
488
- #: modules/widgets/image-widget.php:119
489
- msgid "Caption:"
490
- msgstr ""
491
-
492
- #: modules/widgets/image-widget.php:125
493
- msgid "Left"
494
- msgstr ""
495
-
496
- #: modules/widgets/image-widget.php:126
497
- msgid "Center"
498
- msgstr ""
499
-
500
- #: modules/widgets/image-widget.php:127
501
- msgid "Right"
502
- msgstr ""
503
-
504
- #: modules/widgets/image-widget.php:129
505
- msgid "Image Alignment:"
506
- msgstr ""
507
 
508
- #: modules/widgets/image-widget.php:139
509
- msgid "Width:"
510
- msgstr ""
511
 
512
- #: modules/widgets/image-widget.php:142
513
- msgid "Height:"
514
- msgstr ""
515
 
516
- #: modules/widgets/image-widget.php:145
517
- msgid "If empty, we will attempt to determine the image size."
518
- msgstr ""
519
 
520
- #: modules/widgets/image-widget.php:146
521
- msgid "Link URL (when the image is clicked):"
522
- msgstr ""
523
 
524
- #: modules/widgets/readmill.php:11 modules/widgets/readmill.php:21
525
- msgid "Send To Readmill"
526
- msgstr ""
527
 
528
- #: modules/widgets/readmill.php:13
529
- msgid "Readmill is the best book reader for phones and tablets. With this widget you can enable users to send a book to their device with one click."
530
- msgstr ""
531
 
532
- #: modules/widgets/facebook-likebox.php:31
533
- msgid "Facebook Like Box"
534
- msgstr ""
535
 
536
- #: modules/widgets/facebook-likebox.php:34
537
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
538
- msgstr ""
539
 
540
- #: modules/widgets/facebook-likebox.php:48
541
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
542
- msgstr ""
543
 
544
- #: modules/widgets/facebook-likebox.php:131
545
- msgid "Facebook Page URL"
546
  msgstr ""
547
 
548
- #: modules/widgets/facebook-likebox.php:134
549
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
550
  msgstr ""
551
 
552
- #: modules/widgets/facebook-likebox.php:140
553
- msgid "Width"
554
- msgstr "Wydte"
555
 
556
- #: modules/widgets/facebook-likebox.php:147
557
- msgid "Height"
558
- msgstr "Hoogte"
559
 
560
- #: modules/widgets/facebook-likebox.php:165
561
- msgid "Show Faces"
562
- msgstr "Wys gesigte"
563
 
564
- #: modules/widgets/facebook-likebox.php:167
565
- msgid "Show profile photos in the plugin."
566
- msgstr ""
567
 
568
- #: modules/widgets/facebook-likebox.php:174
569
- msgid "Show Stream"
570
- msgstr ""
571
 
572
- #: modules/widgets/facebook-likebox.php:176
573
- msgid "Show the profile stream for the public profile."
574
- msgstr ""
575
 
576
- #: modules/widgets/facebook-likebox.php:183
577
- msgid "Show Border"
578
- msgstr ""
579
 
580
- #: modules/widgets/facebook-likebox.php:185
581
- msgid "Show a border around the plugin."
582
- msgstr ""
583
 
584
- #: modules/widgets/facebook-likebox.php:192
585
- msgid "Show Wall"
586
- msgstr ""
587
 
588
- #: modules/widgets/facebook-likebox.php:194
589
- msgid "Show the wall for a Places page rather than friend activity."
590
  msgstr ""
591
 
592
- #: modules/widgets/gallery/templates/form.php:2 modules/widgets/readmill.php:50
593
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
594
- #: modules/widgets/twitter-timeline.php:160
595
- msgid "Title:"
596
  msgstr ""
597
 
598
- #: modules/widgets/gallery/templates/form.php:10
599
- msgid "Images:"
 
600
  msgstr ""
601
 
602
- #: modules/widgets/gallery/templates/form.php:43
603
- msgid "Link To:"
604
  msgstr ""
605
 
606
- #: modules/widgets/gallery/templates/form.php:58
607
- msgid "Random Order:"
608
- msgstr ""
609
 
610
- #: modules/widgets/gallery/templates/form.php:69
611
- msgid "Style:"
612
  msgstr ""
613
 
614
- #: modules/widgets/gallery.php:20
615
- msgid "Display a photo gallery or slideshow"
616
  msgstr ""
617
 
618
- #: modules/widgets/gallery.php:327
619
- msgid "Tiles"
620
  msgstr ""
621
 
622
- #: modules/widgets/gallery.php:335
623
- msgid "Attachment Page"
624
  msgstr ""
625
 
626
- #: modules/widgets/gallery.php:336
627
- msgid "Media File"
628
  msgstr ""
629
 
630
- #: modules/widgets/gravatar-profile.php:21
631
- msgid "Gravatar Profile"
632
- msgstr ""
633
 
634
- #: modules/widgets/gravatar-profile.php:24
635
- msgid "Display a mini version of your Gravatar Profile"
636
- msgstr ""
637
 
638
- #: modules/widgets/gravatar-profile.php:41
639
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
640
  msgstr ""
641
 
642
- #: modules/widgets/gravatar-profile.php:95
643
- msgid "View Full Profile &rarr;"
644
- msgstr ""
645
 
646
- #: modules/widgets/gravatar-profile.php:103
647
- msgid "Error loading profile"
648
- msgstr ""
649
 
650
- #: modules/videopress/videopress.php:673
651
- msgid "Video Preview:"
652
  msgstr ""
653
 
654
- #: modules/videopress/videopress.php:707
655
- msgid "Use the form below to upload a video to your VideoPress Library. The following video formats are supported: %s. Maximum upload file size is %d%s."
656
- msgstr ""
657
 
658
- #: modules/videopress/videopress.php:710
659
- msgid "Upload Video"
660
- msgstr ""
661
 
662
- #: modules/widget-visibility/widget-conditions.php:34
663
- msgid "All category pages"
664
- msgstr ""
665
 
666
- #: modules/widget-visibility/widget-conditions.php:48
667
- msgid "All author pages"
668
- msgstr ""
669
 
670
- #: modules/widget-visibility/widget-conditions.php:59
671
- msgid "All tag pages"
672
- msgstr ""
673
 
674
- #: modules/widget-visibility/widget-conditions.php:73
675
- msgid "All date archives"
676
  msgstr ""
677
 
678
- #: modules/widget-visibility/widget-conditions.php:74
679
- msgid "Daily archives"
680
- msgstr ""
681
 
682
- #: modules/widget-visibility/widget-conditions.php:75
683
- msgid "Monthly archives"
684
- msgstr ""
685
 
686
- #: modules/widget-visibility/widget-conditions.php:76
687
- msgid "Yearly archives"
688
  msgstr ""
689
 
690
- #: modules/widget-visibility/widget-conditions.php:87
691
- msgid "Front page"
692
- msgstr ""
693
 
694
- #: modules/widget-visibility/widget-conditions.php:88
695
- msgid "Posts page"
696
- msgstr ""
697
 
698
- #: modules/widget-visibility/widget-conditions.php:89
699
- msgid "404 error page"
700
- msgstr ""
701
 
702
- #: modules/widget-visibility/widget-conditions.php:90
703
- msgid "Search results"
704
- msgstr ""
705
 
706
- #: modules/widget-visibility/widget-conditions.php:91
707
- msgid "Post type:"
708
- msgstr ""
709
 
710
- #: modules/widget-visibility/widget-conditions.php:104
711
- msgid "Static page:"
712
  msgstr ""
713
 
714
- #: modules/widget-visibility/widget-conditions.php:146
715
- msgid "Visibility"
716
- msgstr ""
717
 
718
- #: modules/widget-visibility/widget-conditions.php:149
719
- msgctxt "placeholder: dropdown menu to select widget visibility; hide if or show if"
720
- msgid "%s if:"
721
  msgstr ""
722
 
723
- #: modules/widget-visibility/widget-conditions.php:149
724
- msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
725
- msgid "Show"
726
  msgstr ""
727
 
728
- #: modules/widget-visibility/widget-conditions.php:149
729
- msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
730
- msgid "Hide"
731
  msgstr ""
732
 
733
- #: modules/widget-visibility/widget-conditions.php:160
734
- msgctxt "Used as the default option in a dropdown list"
735
- msgid "-- Select --"
736
  msgstr ""
737
 
738
- #: modules/widget-visibility/widget-conditions.php:161
739
- msgid "Category"
740
  msgstr ""
741
 
742
- #: modules/widget-visibility/widget-conditions.php:162
743
- msgctxt "Noun, as in: \"The author of this post is...\""
744
- msgid "Author"
745
  msgstr ""
746
 
747
- #: modules/widget-visibility/widget-conditions.php:163
748
- msgctxt "Noun, as in: \"This post has one tag.\""
749
- msgid "Tag"
750
  msgstr ""
751
 
752
- #: modules/widget-visibility/widget-conditions.php:164
753
- msgctxt "Noun, as in: \"This page is a date archive.\""
754
- msgid "Date"
755
  msgstr ""
756
 
757
- #: modules/widget-visibility/widget-conditions.php:165
758
- msgctxt "Example: The user is looking at a page, not a post."
759
- msgid "Page"
760
  msgstr ""
761
 
762
- #: modules/widget-visibility/widget-conditions.php:167
763
- msgctxt "Widget Visibility: {Rule Major [Page]} is {Rule Minor [Search results]}"
764
- msgid "is"
765
  msgstr ""
766
 
767
- #: modules/widget-visibility/widget-conditions.php:171
768
- msgctxt "Shown between widget visibility conditions."
769
- msgid "or"
770
  msgstr ""
771
 
772
- #: modules/widget-visibility/widget-conditions.php:174
773
- msgid "Delete"
774
  msgstr ""
775
 
776
- #: modules/videopress/videopress.php:278
777
- msgid "Only videos from the selected blog will be available in your media library."
778
  msgstr ""
779
 
780
- #: modules/videopress/videopress.php:279
781
- msgid "<a href=\"%s\">Click here</a> to refresh this list."
782
  msgstr ""
783
 
784
- #: modules/videopress/videopress.php:285
785
- msgid "Video Library Access"
786
  msgstr ""
787
 
788
- #: modules/videopress/videopress.php:289
789
- msgid "Do not allow other users to access my VideoPress library"
790
  msgstr ""
791
 
792
- #: modules/videopress/videopress.php:291
793
- msgid "Allow users to access my videos"
794
  msgstr ""
795
 
796
- #: modules/videopress/videopress.php:293
797
- msgid "Allow users to access and edit my videos"
798
  msgstr ""
799
 
800
- #: modules/videopress/videopress.php:295
801
- msgid "Allow users to access, edit, and delete my videos"
802
  msgstr ""
803
 
804
- #: modules/videopress/videopress.php:298
805
- msgid "Allow users to upload videos"
806
  msgstr ""
807
 
808
- #: modules/videopress/videopress.php:303
809
- msgid "Free formats"
810
  msgstr ""
811
 
812
- #: modules/videopress/videopress.php:307
813
- msgid "Only display videos in free software formats"
814
- msgstr ""
815
 
816
- #: modules/videopress/videopress.php:308
817
- msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
818
  msgstr ""
819
 
820
- #: modules/videopress/videopress.php:313
821
- msgid "Default quality"
822
- msgstr ""
823
 
824
- #: modules/videopress/videopress.php:317
825
- msgid "Display higher quality video by default."
826
  msgstr ""
827
 
828
- #: modules/videopress/videopress.php:318
829
- msgid "This setting may be overridden for individual videos."
830
  msgstr ""
831
 
832
- #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
833
- #: modules/videopress/videopress.php:593
834
- msgid "VideoPress Library"
835
  msgstr ""
836
 
837
- #: modules/videopress/videopress.php:340
838
- msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
839
  msgstr ""
840
 
841
- #: modules/videopress/videopress.php:341
842
- msgid "Browse Your VideoPress Library"
843
  msgstr ""
844
 
845
- #: modules/videopress/videopress.php:342
846
- msgid "Please enable JavaScript support in your browser to use VideoPress."
847
  msgstr ""
848
 
849
- #: modules/videopress/videopress.php:589
850
- msgid "Please select a video file to upload."
851
  msgstr ""
852
 
853
- #: modules/videopress/videopress.php:590
854
- msgid "Your video is uploading... Please do not close this window."
855
  msgstr ""
856
 
857
- #: modules/videopress/videopress.php:591
858
- msgid "An unknown error has occurred. Please try again later."
859
  msgstr ""
860
 
861
- #: modules/videopress/videopress.php:592
862
- msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
863
  msgstr ""
864
 
865
- #: modules/videopress/videopress.php:594
866
- msgid "Upload a Video"
867
  msgstr ""
868
 
869
- #: modules/videopress/videopress.php:595
870
- msgid "Insert Video"
871
  msgstr ""
872
 
873
- #: modules/videopress/videopress.php:628
874
- msgid "Ogg File URL"
875
  msgstr ""
876
 
877
- #: modules/videopress/videopress.php:630
878
- msgid "Location of the Ogg video file."
879
  msgstr ""
880
 
881
- #: modules/videopress/videopress.php:638
882
- msgid "Display share menu and allow viewers to embed or download this video"
883
  msgstr ""
884
 
885
- #: modules/videopress/videopress.php:644
886
- msgid "Rating"
887
  msgstr ""
888
 
889
- #: modules/videopress/videopress.php:657
890
- msgid "Shortcode"
891
  msgstr ""
892
 
893
- #: modules/subscriptions.php:694
894
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
 
895
  msgstr ""
896
 
897
- #: modules/subscriptions.php:696
898
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
 
899
  msgstr ""
900
 
901
- #: modules/subscriptions.php:712
902
- msgid "%s: %s"
 
903
  msgstr ""
904
 
905
- #: modules/subscriptions.php:719 modules/widgets/image-widget.php:107
906
- msgid "Widget title:"
 
907
  msgstr ""
908
 
909
- #: modules/subscriptions.php:725
910
- msgid "Optional text to display to your readers:"
911
  msgstr ""
912
 
913
- #: modules/subscriptions.php:731
914
- msgid "Subscribe Button:"
 
915
  msgstr ""
916
 
917
- #: modules/subscriptions.php:738
918
- msgid "Show total number of subscribers? (%s subscriber)"
919
- msgid_plural "Show total number of subscribers? (%s subscribers)"
920
- msgstr[0] ""
921
- msgstr[1] ""
922
 
923
- #: modules/tiled-gallery/tiled-gallery.php:318
924
- msgid "Tiled Mosaic"
 
925
  msgstr ""
926
 
927
- #: modules/tiled-gallery/tiled-gallery.php:319 modules/widgets/gallery.php:328
928
- msgid "Square Tiles"
 
929
  msgstr ""
930
 
931
- #: modules/tiled-gallery/tiled-gallery.php:320 modules/widgets/gallery.php:329
932
- msgid "Circles"
 
933
  msgstr ""
934
 
935
- #: modules/tiled-gallery/tiled-gallery.php:349
936
- msgid "Display all your gallery pictures in a cool mosaic."
 
937
  msgstr ""
938
 
939
- #: modules/vaultpress.php:24
940
- msgid "Active"
941
  msgstr ""
942
 
943
- #: modules/videopress/class.videopress-player.php:195
944
- msgid "%s Error"
945
  msgstr ""
946
 
947
- #: modules/videopress/class.videopress-player.php:230
948
- msgid "This video is intended for mature audiences."
949
  msgstr ""
950
 
951
- #: modules/videopress/class.videopress-player.php:230
952
- msgid "Please verify your birthday."
953
  msgstr ""
954
 
955
- #: modules/videopress/class.videopress-player.php:280
956
- msgid "Submit"
957
  msgstr ""
958
 
959
- #: modules/videopress/class.videopress-player.php:326
960
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
961
  msgstr ""
962
 
963
- #: modules/videopress/class.videopress-player.php:382
964
- msgctxt "watch a video title"
965
- msgid "Watch: %s"
 
 
 
 
 
 
 
 
 
 
 
966
  msgstr ""
967
 
968
- #: modules/videopress/class.videopress-player.php:478
969
- #: modules/videopress/class.videopress-player.php:500
970
- msgid "this video"
971
  msgstr ""
972
 
973
- #: modules/videopress/class.videopress-player.php:507
974
- msgctxt "Play as in playback or view a movie"
975
- msgid "JavaScript required to play %s."
976
  msgstr ""
977
 
978
- #: modules/videopress/class.videopress-player.php:654
979
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
980
  msgstr ""
981
 
982
- #: modules/videopress/class.videopress-player.php:661
983
- msgid "Loading video..."
984
  msgstr ""
985
 
986
- #: modules/videopress/class.videopress-video.php:306
987
- msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
988
  msgstr ""
989
 
990
- #: modules/videopress/class.videopress-video.php:308
991
- msgid "<strong>%s</strong> is not an allowed embed site."
992
  msgstr ""
993
 
994
- #: modules/videopress/class.videopress-video.php:308
995
- msgid "Publisher limits playback of video embeds."
 
 
 
 
 
 
 
996
  msgstr ""
997
 
998
- #: modules/videopress/class.videopress-video.php:310
999
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
1000
  msgstr ""
1001
 
1002
- #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
1003
- msgid "Could not obtain a VideoPress upload token. Please try again later."
1004
  msgstr ""
1005
 
1006
- #: modules/videopress/videopress.php:264
1007
- msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>.</p>"
1008
  msgstr ""
1009
 
1010
- #: modules/videopress/videopress.php:269
1011
- msgid "Connected WordPress.com Blog"
1012
  msgstr ""
1013
 
1014
- #: modules/stats.php:951 modules/stats.php:975
1015
- msgid "Sorry, nothing to report."
1016
  msgstr ""
1017
 
1018
- #: modules/stats.php:971
1019
- msgid "Top Searches"
 
 
 
 
1020
  msgstr ""
1021
 
1022
- #: modules/stats.php:999
1023
- msgid "We were unable to get your stats just now. Please reload this page to try again."
1024
  msgstr ""
1025
 
1026
- #: modules/stats.php:1006
1027
- msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
1028
  msgstr ""
1029
 
1030
- #: modules/subscriptions.php:122
1031
- msgid "Jetpack Subscriptions Settings"
1032
  msgstr ""
1033
 
1034
- #: modules/subscriptions.php:131
1035
- msgid "Follow Blog"
1036
  msgstr ""
1037
 
1038
- #: modules/subscriptions.php:146
1039
- msgid "Follow Comments"
1040
- msgstr "Volg die kommentaar"
1041
 
1042
- #: modules/subscriptions.php:167
1043
- msgid "Follower Settings"
1044
  msgstr ""
1045
 
1046
- #: modules/subscriptions.php:174
1047
- msgid "Blog follow email text"
1048
  msgstr ""
1049
 
1050
- #: modules/subscriptions.php:182
1051
- msgid "Comment follow email text"
1052
- msgstr "E-posboodskap wanneer jy kommentaar volg"
 
1053
 
1054
- #: modules/subscriptions.php:196
1055
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
1056
  msgstr ""
1057
 
1058
- #: modules/subscriptions.php:211
1059
- msgid "Show a <em>'follow blog'</em> option in the comment form"
1060
  msgstr ""
1061
 
1062
- #: modules/subscriptions.php:226
1063
- msgid "Show a <em>'follow comments'</em> option in the comment form"
1064
  msgstr ""
1065
 
1066
- #: modules/subscriptions.php:251
1067
- msgid "These settings change emails sent from your blog to followers."
1068
  msgstr ""
1069
 
1070
- #: modules/subscriptions.php:257
1071
- msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
1072
  msgstr ""
1073
 
1074
- #: modules/subscriptions.php:263
1075
- msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
1076
  msgstr ""
1077
 
1078
- #: modules/subscriptions.php:268
1079
- msgid ""
1080
- "Howdy.\n"
1081
- "\n"
1082
- "You recently followed this blog's posts. This means you will receive each new post by email.\n"
1083
- "\n"
1084
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1085
  msgstr ""
1086
 
1087
- #: modules/subscriptions.php:269
1088
- msgid ""
1089
- "Howdy.\n"
1090
- "\n"
1091
- "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
1092
- "\n"
1093
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1094
  msgstr ""
1095
 
1096
- #: modules/subscriptions.php:471
1097
- msgid "Notify me of follow-up comments by email."
1098
- msgstr "Stel my in kennis van nuwe kommentaar per e-pos."
 
 
 
 
1099
 
1100
- #: modules/subscriptions.php:478
1101
- msgid "Notify me of new posts by email."
1102
- msgstr "Stel my in kennis van nuwe artikels per e-pos."
1103
 
1104
- #: modules/subscriptions.php:556
1105
- msgid "Add an email signup form to allow people to subscribe to your blog."
1106
- msgstr ""
1107
 
1108
- #: modules/subscriptions.php:559
1109
- msgid "Blog Subscriptions (Jetpack)"
1110
  msgstr ""
1111
 
1112
- #: modules/subscriptions.php:585
1113
- msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
1114
  msgstr ""
1115
 
1116
- #: modules/subscriptions.php:594
1117
- msgid "The email you entered was invalid, please check and try again."
1118
  msgstr ""
1119
 
1120
- #: modules/subscriptions.php:597
1121
- msgid "You have already subscribed to this site, please check your inbox."
1122
  msgstr ""
1123
 
1124
- #: modules/subscriptions.php:603
1125
- msgid "There was an error when subscribing, please try again."
 
 
 
 
 
 
 
 
1126
  msgstr ""
1127
 
1128
- #: modules/subscriptions.php:616
1129
- msgid "Join %s other subscriber"
1130
- msgid_plural "Join %s other subscribers"
1131
- msgstr[0] ""
1132
- msgstr[1] ""
1133
 
1134
- #: modules/subscriptions.php:693
1135
- msgid "Subscribe to Blog via Email"
1136
  msgstr ""
1137
 
1138
- #: modules/stats.php:358
1139
  msgid "View Site Stats without Javascript"
1140
  msgstr ""
1141
 
1142
- #: modules/stats.php:539
1143
  msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
1144
  msgstr ""
1145
 
1146
- #: modules/stats.php:544
1147
  msgid "Admin bar"
1148
  msgstr ""
1149
 
1150
- #: modules/stats.php:545
1151
  msgid "Put a chart showing 48 hours of views in the admin bar."
1152
  msgstr ""
1153
 
1154
- #: modules/stats.php:546
1155
  msgid "Registered users"
1156
  msgstr ""
1157
 
1158
- #: modules/stats.php:548
1159
  msgid "Count the page views of registered users who are logged in."
1160
  msgstr ""
1161
 
1162
- #: modules/stats.php:558
1163
  msgid "Smiley"
1164
  msgstr ""
1165
 
1166
- #: modules/stats.php:559
1167
  msgid "Hide the stats smiley face image."
1168
  msgstr ""
1169
 
1170
- #: modules/stats.php:559
1171
  msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
1172
  msgstr ""
1173
 
1174
- #: modules/stats.php:559
1175
  msgid "Smiley face"
1176
  msgstr ""
1177
 
1178
- #: modules/stats.php:560
1179
  msgid "Report visibility"
1180
  msgstr ""
1181
 
1182
- #: modules/stats.php:562
1183
  msgid "Select the roles that will be able to view stats reports."
1184
  msgstr ""
1185
 
1186
- #: modules/stats.php:573
1187
  msgid "Save configuration"
1188
  msgstr ""
1189
 
1190
- #: modules/stats.php:637
1191
  msgid "Stats"
1192
  msgstr ""
1193
 
1194
- #: modules/stats.php:639
1195
  msgid "Views over 48 hours. Click for more Site Stats."
1196
  msgstr ""
1197
 
1198
- #: modules/stats.php:706
1199
  msgid "day"
1200
- msgstr ""
1201
 
1202
- #: modules/stats.php:707
1203
  msgid "week"
1204
- msgstr ""
1205
 
1206
- #: modules/stats.php:708
1207
  msgid "month"
1208
- msgstr ""
1209
 
1210
- #: modules/stats.php:711
1211
  msgid "the past day"
1212
- msgstr ""
1213
 
1214
- #: modules/stats.php:712
1215
  msgid "the past week"
1216
  msgstr ""
1217
 
1218
- #: modules/stats.php:713
1219
  msgid "the past month"
1220
  msgstr ""
1221
 
1222
- #: modules/stats.php:714
1223
  msgid "the past quarter"
1224
  msgstr ""
1225
 
1226
- #: modules/stats.php:715
1227
  msgid "the past year"
1228
  msgstr ""
1229
 
1230
- #: modules/stats.php:737
1231
  msgid "Chart stats by"
1232
  msgstr ""
1233
 
1234
- #: modules/stats.php:750
1235
  msgid "Show top posts over"
1236
  msgstr ""
1237
 
1238
- #: modules/stats.php:763
1239
  msgid "Show top search terms over"
1240
  msgstr ""
1241
 
1242
- #: modules/stats.php:922
1243
  msgid "%1$s %2$s Views"
1244
  msgstr ""
1245
 
1246
- #: modules/stats.php:943
1247
  msgid "View All"
1248
  msgstr ""
1249
 
1250
- #: modules/stats.php:947
1251
  msgid "Top Posts"
1252
- msgstr ""
1253
 
1254
- #: modules/sharedaddy/sharing.php:307
1255
- msgid "Icon + text"
1256
  msgstr ""
1257
 
1258
- #: modules/sharedaddy/sharing.php:308
1259
- msgid "Icon only"
1260
  msgstr ""
1261
 
1262
- #: modules/sharedaddy/sharing.php:309
1263
- msgid "Text only"
1264
  msgstr ""
1265
 
1266
- #: modules/sharedaddy/sharing.php:310
1267
- msgid "Official buttons"
1268
  msgstr ""
1269
 
1270
- #: modules/sharedaddy/sharing.php:315
1271
- msgid "Sharing label"
1272
  msgstr ""
1273
 
1274
- #: modules/sharedaddy/sharing.php:321
1275
- msgid "Open links in"
1276
  msgstr ""
1277
 
1278
- #: modules/sharedaddy/sharing.php:324
1279
- msgid "New window"
1280
- msgstr ""
1281
 
1282
- #: modules/sharedaddy/sharing.php:325
1283
- msgid "Same window"
1284
  msgstr ""
1285
 
1286
- #: modules/sharedaddy/sharing.php:363
1287
- msgid "Service name"
1288
  msgstr ""
1289
 
1290
- #: modules/sharedaddy/sharing.php:369
1291
- msgid "Sharing URL"
1292
- msgstr ""
1293
 
1294
- #: modules/sharedaddy/sharing.php:373
1295
- msgid "You can add the following variables to your service sharing URL:"
1296
  msgstr ""
1297
 
1298
- #: modules/sharedaddy/sharing.php:378
1299
- msgid "Icon URL"
1300
  msgstr ""
1301
 
1302
- #: modules/sharedaddy/sharing.php:381
1303
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
1304
  msgstr ""
1305
 
1306
- #: modules/sharedaddy/sharing.php:387
1307
- msgid "Create Share Button"
1308
  msgstr ""
1309
 
1310
- #: modules/sharedaddy/sharing.php:399
1311
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
1312
  msgstr ""
1313
 
1314
- #: modules/shortcodes/archives.php:50
1315
- msgid "Your blog does not currently have any published posts."
1316
  msgstr ""
1317
 
1318
- #: modules/shortcodes/audio.php:202
1319
- msgid "Download: <a href=\"%s\">%s</a><br />"
 
 
 
 
 
1320
  msgstr ""
1321
 
1322
- #: modules/shortcodes/presentations.php:226
1323
- msgid "This slideshow could not be started. Try refreshing the page or viewing it in another browser."
 
 
 
 
 
1324
  msgstr ""
1325
 
1326
- #: modules/shortcodes/slideshow.php:58 modules/widgets/gallery.php:330
1327
- msgid "Slideshow"
 
 
 
 
 
 
 
 
1328
  msgstr ""
1329
 
1330
- #: modules/shortcodes/slideshow.php:131
1331
- msgid "Click to view slideshow."
1332
  msgstr ""
1333
 
1334
- #: modules/shortcodes/slideshow.php:160
1335
- msgid "This slideshow requires JavaScript."
1336
  msgstr ""
1337
 
1338
- #: modules/shortcodes/twitter-timeline.php:17
1339
- msgid "Invalid username"
1340
  msgstr ""
1341
 
1342
- #: modules/shortcodes/twitter-timeline.php:20
1343
- msgid "Invalid id"
1344
  msgstr ""
1345
 
1346
- #: modules/shortcodes/twitter-timeline.php:22
1347
- msgid "Tweets by @%s"
1348
  msgstr ""
1349
 
1350
- #: modules/social-links/social-links.php:81
1351
- msgid "Connect"
 
 
 
 
 
 
1352
  msgstr ""
1353
 
1354
- #: modules/social-links/social-links.php:157
1355
- msgid "&mdash; Select &mdash;"
1356
  msgstr ""
1357
 
1358
- #: modules/stats.php:265 modules/stats.php:685
1359
- msgid "Site Stats"
1360
  msgstr ""
1361
 
1362
- #: modules/stats.php:356
1363
- msgid "Loading&hellip;"
1364
  msgstr ""
1365
 
1366
- #: modules/stats.php:357
1367
- msgid "Your Site Stats work better with Javascript enabled."
1368
  msgstr ""
1369
 
1370
- #: modules/sharedaddy/sharing-sources.php:930
1371
- msgid "Click to share"
1372
  msgstr ""
1373
 
1374
- #: modules/sharedaddy/sharing-sources.php:985
1375
- msgid "URL"
1376
  msgstr ""
1377
 
1378
- #: modules/sharedaddy/sharing-sources.php:990
1379
- msgid "Icon"
 
 
 
 
 
 
1380
  msgstr ""
1381
 
1382
- #: modules/sharedaddy/sharing-sources.php:997
1383
- msgid "Save"
1384
  msgstr ""
1385
 
1386
- #: modules/sharedaddy/sharing-sources.php:998
1387
- msgid "Remove Service"
1388
  msgstr ""
1389
 
1390
- #: modules/sharedaddy/sharing-sources.php:1077
1391
- msgid "Tumblr"
1392
  msgstr ""
1393
 
1394
- #: modules/sharedaddy/sharing-sources.php:1088
1395
- msgctxt "share to"
1396
- msgid "Tumblr"
 
 
 
1397
  msgstr ""
1398
 
1399
- #: modules/sharedaddy/sharing-sources.php:1088
1400
- msgid "Click to share on Tumblr"
1401
  msgstr ""
1402
 
1403
- #: modules/sharedaddy/sharing-sources.php:1124
1404
- msgid "Pinterest"
1405
  msgstr ""
1406
 
1407
- #: modules/sharedaddy/sharing-sources.php:1168
1408
- msgid "Pin It"
 
 
 
 
1409
  msgstr ""
1410
 
1411
- #: modules/sharedaddy/sharing-sources.php:1170
1412
- msgctxt "share to"
1413
- msgid "Pinterest"
1414
  msgstr ""
1415
 
1416
- #: modules/sharedaddy/sharing-sources.php:1170
1417
- msgid "Click to share on Pinterest"
 
1418
  msgstr ""
1419
 
1420
- #: modules/sharedaddy/sharing-sources.php:1241
1421
- #: modules/sharedaddy/sharing-sources.php:1259
1422
- msgid "Pocket"
1423
  msgstr ""
1424
 
1425
- #: modules/sharedaddy/sharing-sources.php:1264
1426
- msgctxt "share to"
1427
- msgid "Pocket"
1428
  msgstr ""
1429
 
1430
- #: modules/sharedaddy/sharing-sources.php:1264
1431
- msgid "Click to share on Pocket"
1432
  msgstr ""
1433
 
1434
- #: modules/sharedaddy/sharing.php:153
1435
- msgid "Warning! Multibyte support missing!"
1436
  msgstr ""
1437
 
1438
- #: modules/sharedaddy/sharing.php:154
1439
- msgid "This plugin will work without it, but multibyte support is used <a href=\"%s\">if available</a>. You may see minor problems with Tweets and other sharing services."
1440
  msgstr ""
1441
 
1442
- #: modules/sharedaddy/sharing.php:171
1443
- msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
1444
  msgstr ""
1445
 
1446
- #: modules/sharedaddy/sharing.php:177
1447
- msgid "Available Services"
1448
  msgstr ""
1449
 
1450
- #: modules/sharedaddy/sharing.php:178
1451
- msgid "Drag and drop the services you'd like to enable into the box below."
1452
  msgstr ""
1453
 
1454
- #: modules/sharedaddy/sharing.php:179
1455
- msgid "Add a new service"
1456
  msgstr ""
1457
 
1458
- #: modules/sharedaddy/sharing.php:192
1459
- msgid "Please note that your services have been restricted because your site is private."
1460
  msgstr ""
1461
 
1462
- #: modules/sharedaddy/sharing.php:203
1463
- msgid "Enabled Services"
1464
  msgstr ""
1465
 
1466
- #: modules/sharedaddy/sharing.php:206
1467
- msgid "Services dragged here will appear individually."
1468
  msgstr ""
1469
 
1470
- #: modules/sharedaddy/sharing.php:209
1471
- msgid "Drag and drop available services here."
1472
  msgstr ""
1473
 
1474
- #: modules/sharedaddy/sharing.php:220
1475
- msgid "Services dragged here will be hidden behind a share button."
1476
  msgstr ""
1477
 
1478
- #: modules/sharedaddy/sharing.php:235
1479
- msgid "Live Preview"
1480
  msgstr ""
1481
 
1482
- #: modules/sharedaddy/sharing.php:238
1483
- msgid "Sharing is off. Add services above to enable."
1484
  msgstr ""
1485
 
1486
- #: modules/sharedaddy/sharing.php:304
1487
- msgid "Button style"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1488
  msgstr ""
1489
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1490
  #: modules/sharedaddy/sharing-sources.php:302
1491
  msgid "Post was not sent - check your email addresses!"
1492
  msgstr ""
@@ -1613,258 +1539,354 @@ msgstr ""
1613
  msgid "Click to share on Google+"
1614
  msgstr ""
1615
 
1616
- #: modules/publicize/ui.php:194
1617
- msgid "Are you sure you want to stop Publicizing posts to this connection?"
1618
  msgstr ""
1619
 
1620
- #: modules/publicize/ui.php:216
1621
- msgid "Make this connection available to all users of this blog?"
 
 
 
 
1622
  msgstr ""
1623
 
1624
- #: modules/publicize/ui.php:224
1625
- msgid "There was a problem connecting to %s. Please disconnect and try again."
 
 
 
 
1626
  msgstr ""
1627
 
1628
- #: modules/publicize/ui.php:414
1629
- msgid "Publicize:"
1630
  msgstr ""
1631
 
1632
- #: modules/publicize/ui.php:494
1633
- msgctxt "Service: Account connected as"
1634
- msgid "%1$s: %2$s"
1635
  msgstr ""
1636
 
1637
- #: modules/publicize/ui.php:529
1638
- msgid "Custom Message:"
1639
  msgstr ""
1640
 
1641
- #: modules/publicize/ui.php:534 modules/publicize/ui.php:563
1642
- #: modules/publicize/ui.php:565
1643
- msgid "Hide"
1644
  msgstr ""
1645
 
1646
- #: modules/publicize/ui.php:543
1647
- msgid "Not Connected"
1648
  msgstr ""
1649
 
1650
- #: modules/publicize/ui.php:550
1651
- msgid "Connect to"
 
1652
  msgstr ""
1653
 
1654
- #: modules/publicize/ui.php:555
1655
- msgid "Connect and share your posts on %s"
1656
  msgstr ""
1657
 
1658
- #: modules/publicize/ui.php:578
1659
- msgid "Show"
 
1660
  msgstr ""
1661
 
1662
- #: modules/publicize.php:89
1663
- msgctxt "word count: words or characters?"
1664
- msgid "words"
1665
  msgstr ""
1666
 
1667
- #: modules/sharedaddy/sharedaddy.php:18
1668
- msgid "Shared Post"
1669
  msgstr ""
1670
 
1671
- #: modules/sharedaddy/sharedaddy.php:114
1672
- msgid "Disable CSS and JS"
1673
  msgstr ""
1674
 
1675
- #: modules/sharedaddy/sharedaddy.php:116
1676
- msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
1677
  msgstr ""
1678
 
1679
- #: modules/sharedaddy/sharing-service.php:12
1680
- msgid "Share this:"
1681
  msgstr ""
1682
 
1683
- #: modules/sharedaddy/sharing-service.php:551
1684
- #: modules/sharedaddy/sharing.php:250 modules/sharedaddy/sharing.php:283
1685
- msgid "More"
1686
  msgstr ""
1687
 
1688
- #: modules/sharedaddy/sharing-service.php:553
1689
- #: modules/videopress/videopress.php:635
1690
- msgid "Share"
1691
  msgstr ""
1692
 
1693
- #: modules/sharedaddy/sharing-sources.php:200
1694
- msgctxt "as sharing source"
1695
- msgid "Email"
1696
  msgstr ""
1697
 
1698
- #: modules/sharedaddy/sharing-sources.php:242
1699
- msgid "This post has been shared!"
1700
- msgstr "Die artikel is suksesvol gedeel!"
1701
 
1702
- #: modules/sharedaddy/sharing-sources.php:243
1703
- msgid "You have shared this post with %s"
1704
- msgstr "Die skakel na hierdie artikel is na %s gestuur"
1705
 
1706
- #: modules/sharedaddy/sharing-sources.php:244
1707
- #: modules/videopress/videopress.php:676 modules/wpcc/wpcc-sign-on.php:122
1708
- msgid "Close"
1709
- msgstr "Sluit"
1710
 
1711
- #: modules/sharedaddy/sharing-sources.php:266
1712
- msgctxt "share to"
1713
- msgid "Email"
1714
- msgstr "E-pos"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1715
 
1716
- #: modules/sharedaddy/sharing-sources.php:266
1717
- msgid "Click to email this to a friend"
 
 
 
 
1718
  msgstr ""
1719
 
1720
- #: modules/sharedaddy/sharing-sources.php:279
1721
- msgid "Send to Email Address"
1722
- msgstr "Stuur na e-posadres"
1723
 
1724
- #: modules/sharedaddy/sharing-sources.php:287
1725
- msgid "Your Name"
1726
- msgstr "Jou naam"
1727
 
1728
- #: modules/sharedaddy/sharing-sources.php:290
1729
- msgid "Your Email Address"
1730
- msgstr "Jou e-posadres"
1731
 
1732
- #: modules/sharedaddy/sharing-sources.php:298
1733
- msgid "Send Email"
1734
- msgstr "Stuur die e-pos"
1735
 
1736
- #: modules/post-by-email.php:116
1737
- msgid "Regenerate Address"
1738
  msgstr ""
1739
 
1740
- #: modules/post-by-email.php:117
1741
- msgid "Disable Post By Email"
1742
  msgstr ""
1743
 
1744
- #: modules/post-by-email.php:125
1745
- msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
1746
  msgstr ""
1747
 
1748
- #: modules/post-by-email.php:128 modules/publicize/publicize-jetpack.php:62
1749
- msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
1750
  msgstr ""
1751
 
1752
- #: modules/post-by-email.php:169 modules/post-by-email.php:178
1753
- msgid "Unable to create your Post By Email address. Please try again later."
1754
  msgstr ""
1755
 
1756
- #: modules/post-by-email.php:197 modules/post-by-email.php:206
1757
- msgid "Unable to regenerate your Post By Email address. Please try again later."
1758
  msgstr ""
1759
 
1760
- #: modules/post-by-email.php:225 modules/post-by-email.php:234
1761
- msgid "Unable to disable your Post By Email address. Please try again later."
1762
  msgstr ""
1763
 
1764
- #: modules/publicize/publicize-jetpack.php:59
1765
- msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
1766
  msgstr ""
1767
 
1768
- #: modules/publicize/publicize-jetpack.php:176
1769
- msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
1770
  msgstr ""
1771
 
1772
- #: modules/publicize/publicize-jetpack.php:182
1773
- msgid "An invalid request was made. This normally means that something intercepted or corrupted the request from your server to the Jetpack Server. Try again and see if it works this time."
1774
  msgstr ""
1775
 
1776
- #: modules/publicize/publicize-jetpack.php:185
1777
- msgid "We could not verify that your server is making an authorized request. Please try again, and make sure there is nothing interfering with requests from your server to the Jetpack Server."
1778
  msgstr ""
1779
 
1780
- #: modules/publicize/publicize-jetpack.php:188
1781
- msgid "No blog_id was included in your request. Please try disconnecting Jetpack from WordPress.com and then reconnecting it. Once you have done that, try connecting Publicize again."
1782
  msgstr ""
1783
 
1784
- #: modules/publicize/publicize-jetpack.php:191
1785
- msgid "No user information was included in your request. Please make sure that your user account has connected to Jetpack. Connect your user account by going to the <a href=\"%s\">Jetpack page</a> within wp-admin."
1786
  msgstr ""
1787
 
1788
- #: modules/publicize/publicize-jetpack.php:194
1789
- msgid "Something which should never happen, happened. Sorry about that. If you try again, maybe it will work."
1790
  msgstr ""
1791
 
1792
- #: modules/publicize/publicize-jetpack.php:198
1793
- msgid "There was a problem connecting with Publicize. Please try again in a moment."
1794
  msgstr ""
1795
 
1796
- #: modules/publicize/publicize-jetpack.php:207
1797
- msgid "Error code: %s"
1798
  msgstr ""
1799
 
1800
- #: modules/publicize/publicize-jetpack.php:216
1801
- msgid "That connection has been removed."
1802
  msgstr ""
1803
 
1804
- #: modules/publicize/publicize-jetpack.php:381
1805
- #: modules/publicize/publicize-jetpack.php:398
1806
- #: modules/publicize/publicize-jetpack.php:521
1807
- msgid "Publicize to my %s:"
1808
  msgstr ""
1809
 
1810
- #: modules/publicize/publicize-jetpack.php:382
1811
- msgid "Facebook Wall"
1812
  msgstr ""
1813
 
1814
- #: modules/publicize/publicize-jetpack.php:399
1815
- msgid "Facebook Page"
1816
  msgstr ""
1817
 
1818
- #: modules/publicize/publicize-jetpack.php:522
1819
- msgid "Tumblr blog"
1820
  msgstr ""
1821
 
1822
- #: modules/publicize/publicize-jetpack.php:623
1823
- msgid "Before you hit Publish, please refresh your connection to make sure we can Publicize your post:"
1824
  msgstr ""
1825
 
1826
- #: modules/publicize/publicize-jetpack.php:633
1827
- msgid "Refresh connection with %s"
1828
  msgstr ""
1829
 
1830
- #: modules/publicize/ui.php:76
1831
- msgid "You have successfully connected your blog with your %s account."
1832
  msgstr ""
1833
 
1834
- #: modules/publicize/ui.php:82
1835
- msgid "You have chosen not to connect your blog. Please click 'accept' when prompted if you wish to connect your accounts."
1836
  msgstr ""
1837
 
1838
- #: modules/publicize/ui.php:103
1839
- msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
1840
  msgstr ""
1841
 
1842
- #: modules/publicize/ui.php:104
1843
- msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
1844
  msgstr ""
1845
 
1846
- #: modules/publicize/ui.php:165
1847
- msgid "Shared"
1848
  msgstr ""
1849
 
1850
- #: modules/publicize/ui.php:181
1851
- msgid "Add new %s connection."
1852
  msgstr ""
1853
 
1854
- #: modules/module-info.php:855
1855
- msgid "With WordPress.com Connect, your users will be able to log into your WordPress admin with the same credentials they use to log into WordPress.com. It's safe and secure."
1856
  msgstr ""
1857
 
1858
- #: modules/module-info.php:856
1859
- msgid "Once enabled, a \"Connect with WordPress.com\" option will be added to your existing log-in form."
1860
  msgstr ""
1861
 
1862
- #: modules/module-info.php:872 modules/videopress/videopress.php:330
1863
- msgid "VideoPress"
1864
  msgstr ""
1865
 
1866
- #: modules/module-info.php:873
1867
- msgid "With the VideoPress module you can easily upload videos to your WordPress site and embed them in your posts and pages. This module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
1868
  msgstr ""
1869
 
1870
  #: modules/omnisearch/omnisearch-comments.php:17
@@ -1914,7 +1936,7 @@ msgstr ""
1914
  #: modules/omnisearch/omnisearch-plugins.php:21
1915
  #: modules/omnisearch/omnisearch-plugins.php:26
1916
  msgid "Plugins"
1917
- msgstr ""
1918
 
1919
  #: modules/omnisearch/omnisearch-plugins.php:23
1920
  msgid "Loading &hellip;"
@@ -1924,7 +1946,7 @@ msgstr ""
1924
  #: modules/widgets/facebook-likebox.php:124
1925
  #: modules/widgets/gravatar-profile.php:174
1926
  msgid "Title"
1927
- msgstr ""
1928
 
1929
  #: modules/omnisearch/omnisearch-posts.php:45
1930
  msgid "Snippet"
@@ -1940,15 +1962,15 @@ msgstr ""
1940
 
1941
  #: modules/omnisearch/omnisearch-posts.php:85
1942
  msgid "%s ago"
1943
- msgstr ""
1944
 
1945
  #: modules/omnisearch/omnisearch-posts.php:87
1946
  msgid "Y/m/d"
1947
- msgstr ""
1948
 
1949
  #: modules/omnisearch/omnisearch-posts.php:93
1950
  msgid "Published"
1951
- msgstr ""
1952
 
1953
  #: modules/omnisearch/omnisearch-posts.php:96
1954
  msgid "Missed schedule"
@@ -1962,254 +1984,351 @@ msgstr ""
1962
  msgid "Last Modified"
1963
  msgstr ""
1964
 
1965
- #: modules/post-by-email.php:94 modules/subscriptions.php:620
1966
  msgid "Email Address"
1967
- msgstr ""
1968
 
1969
- #: modules/post-by-email.php:109
1970
  msgid "Enable Post By Email"
1971
  msgstr ""
1972
 
1973
- #: modules/post-by-email.php:113
1974
  #: modules/videopress/class.videopress-player.php:283
1975
  msgid "More information"
1976
  msgstr ""
1977
 
1978
- #: modules/module-info.php:642
1979
- msgid "With the Infinite Scroll module and a supported theme, that's exactly what happens. Instead of the old way of navigating down a page by scrolling and then clicking a link to get to the next page, waiting for a page refresh&mdash;the document model of the web&mdash;infinite scrolling pulls the next set of posts automatically into view when the reader approaches the bottom of the page, more like an application."
1980
  msgstr ""
1981
 
1982
- #: modules/module-info.php:645
1983
- msgid "At this time, your theme, %s, doesn't support Infinite Scroll. Unlike other Jetpack modules, Infinite Scroll needs information from your theme to function properly."
1984
  msgstr ""
1985
 
1986
- #: modules/module-info.php:647
1987
- msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
1988
  msgstr ""
1989
 
1990
- #: modules/module-info.php:657
1991
- msgid "There is an update available for your theme. You may wish to check if this update adds Infinite Scroll support by visiting the <a href=\"%s\">WordPress Updates</a> page."
1992
  msgstr ""
1993
 
1994
- #: modules/module-info.php:681 modules/module-info.php:684
1995
- #: modules/post-by-email.php:91
1996
- msgid "Post by Email"
1997
  msgstr ""
1998
 
1999
- #: modules/module-info.php:686
2000
- msgid "Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones."
2001
  msgstr ""
2002
 
2003
- #: modules/module-info.php:690
2004
- msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
2005
  msgstr ""
2006
 
2007
- #: modules/module-info.php:694
2008
- msgid "More information on sending emails, attachments, and customizing your posts."
2009
  msgstr ""
2010
 
2011
- #: modules/module-info.php:714
2012
- msgid "Photon"
2013
  msgstr ""
2014
 
2015
- #: modules/module-info.php:716
2016
- msgid "Give your site a boost by loading images in posts from the WordPress.com content delivery network. We cache your images and serve them from our super-fast network, reducing the burden on your Web host with the click of a button."
2017
  msgstr ""
2018
 
2019
- #: modules/module-info.php:735 modules/module-info.php:738
2020
- #: modules/tiled-gallery/tiled-gallery.php:342
2021
- msgid "Tiled Galleries"
2022
  msgstr ""
2023
 
2024
- #: modules/module-info.php:741
2025
- msgid "Create elegant magazine-style mosaic layouts for your photos without having to use an external graphic editor."
2026
  msgstr ""
2027
 
2028
- #: modules/module-info.php:742
2029
- msgid "When adding a gallery to your post, you now have the option to select a layout style for your images. We've added support for Rectangular, Square, and Circular galleries. By default, galleries will continue to display using the standard thumbnail grid layout. To make the rectangular layout the default for all of your site's galleries, head over to <a href=\"%s\">Settings &rarr; Media</a> and check the box next to \"Display all your gallery pictures in a cool mosaic.\""
2030
  msgstr ""
2031
 
2032
- #: modules/module-info.php:743
2033
- msgid "Note: Images in tiled galleries require extra-special processing, so they will be served from WordPress.com's CDN even if the Photon module is disabled."
2034
  msgstr ""
2035
 
2036
- #: modules/module-info.php:765
2037
- msgid "Likes allow your readers to show their appreciation for your posts and other published content using their WordPress.com accounts. Your readers will then be able to review their liked posts from WordPress.com."
2038
  msgstr ""
2039
 
2040
- #: modules/module-info.php:766
2041
- msgid "Displayed below your posts will be how many people have liked your posts and the Gravatars of those who have liked them."
2042
  msgstr ""
2043
 
2044
- #: modules/module-info.php:768
2045
- msgid "More information on using Likes."
2046
  msgstr ""
2047
 
2048
- #: modules/module-info.php:791
2049
- msgid "The Google+ profile module allows you to connect your blog and Google+ accounts."
2050
  msgstr ""
2051
 
2052
- #: modules/module-info.php:792
2053
- msgid "Displayed below your posts will be a link back to your Google+ profile and a Google+ follow button. A link will also be added to your Google+ profile."
 
 
2054
  msgstr ""
2055
 
2056
- #: modules/module-info.php:794
2057
- msgid "More information on using Google+ Profile."
2058
  msgstr ""
2059
 
2060
- #: modules/module-info.php:810 modules/omnisearch/omnisearch-core.php:59
2061
- #: modules/omnisearch/omnisearch-core.php:64
2062
- #: modules/omnisearch/omnisearch-core.php:85
2063
- msgid "Omnisearch"
2064
  msgstr ""
2065
 
2066
- #: modules/module-info.php:812
2067
- msgid "Search once, get results from everything! Currently supports searching posts, pages, comments, and plugins."
2068
  msgstr ""
2069
 
2070
- #: modules/module-info.php:814
2071
- msgid "Omnisearch plays nice with other plugins by letting other providers offer results as well."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2072
  msgstr ""
2073
 
2074
- #: modules/module-info.php:833
2075
- msgid "Widget Visibility"
2076
  msgstr ""
2077
 
2078
- #: modules/module-info.php:835
2079
- msgid "Control which pages your widgets appear on with Widget Visibility."
2080
  msgstr ""
2081
 
2082
- #: modules/module-info.php:836
2083
- msgid "To control visibility, expand the widget and click the Visibility button next to the Save button, and then, choose a set of visibility options."
 
2084
  msgstr ""
2085
 
2086
- #: modules/module-info.php:837
2087
- msgid "For example, if you wanted the Archives widget to only appear on category archives and error pages, choose \"Show\" from the first dropdown and then add two rules: \"Page is 404 Error Page\" and \"Category is All Category Pages.\""
 
2088
  msgstr ""
2089
 
2090
- #: modules/module-info.php:838
2091
- msgid "You can also hide widgets based on the current page. For example, if you don't want the Archives widget to appear on search results pages, choose \"Hide\" and \"Page is Search results.\""
 
2092
  msgstr ""
2093
 
2094
- #: modules/module-info.php:853 modules/wpcc/wpcc-sign-on.php:84
2095
- #: modules/wpcc/wpcc-sign-on.php:174
2096
- msgid "WordPress.com Connect"
2097
  msgstr ""
2098
 
2099
- #: modules/module-info.php:429
2100
- msgid "Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog&#8217;s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers."
2101
  msgstr ""
2102
 
2103
- #: modules/module-info.php:430
2104
- msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
2105
  msgstr ""
2106
 
2107
- #: modules/module-info.php:435
2108
- msgid "To use the Subscriptions widget, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag the widget labeled &#8220;Blog Subscriptions (Jetpack)&#8221; into one of your sidebars and configure away."
 
2109
  msgstr ""
2110
 
2111
- #: modules/module-info.php:436
2112
- msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
2113
  msgstr ""
2114
 
2115
- #: modules/module-info.php:449
2116
- msgid "Enhanced Distribution"
2117
  msgstr ""
2118
 
2119
- #: modules/module-info.php:451
2120
- msgid "Jetpack will automatically take the great published content from your blog or website and share it instantly with third party services like search engines, increasing your reach and traffic."
2121
  msgstr ""
2122
 
2123
- #: modules/module-info.php:466
2124
- msgid "JSON API"
 
2125
  msgstr ""
2126
 
2127
- #: modules/module-info.php:468
2128
- msgid "Jetpack will allow you to authorize applications and services to securely connect to your blog and allow them to use your content in new ways and offer you new functionality."
2129
  msgstr ""
2130
 
2131
- #: modules/module-info.php:470
2132
- msgid "Developers can use WordPress.com's <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> authentication system and <a href='http://developer.wordpress.com/docs/api/'>WordPress.com REST API</a> to manage and access your site's content."
2133
  msgstr ""
2134
 
2135
- #: modules/module-info.php:498
2136
- msgid "A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address."
2137
  msgstr ""
2138
 
2139
- #: modules/module-info.php:501
2140
- msgid "Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through <a href=\"http://akismet.com/\">Akismet</a> (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area."
 
2141
  msgstr ""
2142
 
2143
- #: modules/module-info.php:518
2144
- msgid "Jetpack Comments Screenshot"
2145
  msgstr ""
2146
 
2147
- #: modules/module-info.php:523
2148
- msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
2149
  msgstr ""
2150
 
2151
- #: modules/module-info.php:528
2152
- msgid "Jetpack tries to match your site's color scheme automatically, but you can make manual adjustments at the bottom of the <a href='%s'>Discussion Settings</a> page."
 
2153
  msgstr ""
2154
 
2155
- #: modules/module-info.php:549
2156
- msgid "Gallery Carousel Screenshot"
2157
  msgstr ""
2158
 
2159
- #: modules/module-info.php:552 modules/widgets/gallery.php:334
2160
- msgid "Carousel"
2161
  msgstr ""
2162
 
2163
- #: modules/module-info.php:554
2164
- msgid "With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata."
2165
  msgstr ""
2166
 
2167
- #: modules/module-info.php:567 modules/module-info.php:570
2168
- msgid "Custom CSS"
2169
  msgstr ""
2170
 
2171
- #: modules/module-info.php:571
2172
- msgid "The Custom CSS editor gives you the ability to add to or replace your theme's CSS, all while supplying syntax coloring, auto-indentation, and immediate feedback on the validity of the CSS you're writing."
 
 
2173
  msgstr ""
2174
 
2175
- #: modules/module-info.php:572
2176
- msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
2177
  msgstr ""
2178
 
2179
- #: modules/module-info.php:589 modules/module-info.php:592
2180
- msgid "Mobile Theme"
2181
  msgstr ""
2182
 
2183
- #: modules/module-info.php:593
2184
- msgid "There's a good chance that visitors to your site will be using a smartphone, and it's important to provide them with a great reading experience while on the small screen."
2185
  msgstr ""
2186
 
2187
- #: modules/module-info.php:594
2188
- msgid "Jetpack's mobile theme is optimized for small screens. It uses the header image, background, and widgets from your current theme for a great custom look. Post format support is included, so your photos and galleries will look fantastic on a smartphone."
2189
  msgstr ""
2190
 
2191
- #: modules/module-info.php:595
2192
- msgid "Visitors on iPhone, Android, Windows Phone, and other mobile devices will automatically see the mobile theme, with the option to view the full site. You can enable or disable the mobile theme by clicking the \"Activate\" or \"Deactive\" button above."
2193
  msgstr ""
2194
 
2195
- #: modules/module-info.php:611 modules/module-info.php:614
2196
- msgid "Mobile Push Notifications"
2197
  msgstr ""
2198
 
2199
- #: modules/module-info.php:616
2200
- msgid "If you use <a href=\"%1$s\">WordPress for iOS</a> or <a href=\"%2$s\">WordPress for Android</a>, you’ll now be able to opt in to receive push notifications of new comments, which makes it easier than ever to keep up with your readers and moderate comments on the go."
2201
  msgstr ""
2202
 
2203
- #: modules/module-info.php:634
2204
- msgid "If you are a theme author, you can learn about adding support for Infinite Scroll at <a href=\"%1$s\">%1$s</a>."
2205
  msgstr ""
2206
 
2207
- #: modules/module-info.php:637
2208
- msgid "Infinite Scroll"
2209
  msgstr ""
2210
 
2211
- #: modules/module-info.php:640
2212
- msgid "When you write great content, all you really want is people to find it, right?"
2213
  msgstr ""
2214
 
2215
  #: modules/module-info.php:329
@@ -2328,243 +2447,355 @@ msgstr ""
2328
  msgid "Subscriptions"
2329
  msgstr ""
2330
 
2331
- #: modules/module-info.php:75
2332
- msgid "To see hovercards, look at any blog post on your blog that has comments. If the commenter has a hovercard associated with their gravatar, mouse over their image and the hovercard will appear. To turn hovercards off, click the Deactivate button above."
2333
  msgstr ""
2334
 
2335
- #: modules/module-info.php:90 modules/module-info.php:94
2336
- #: modules/module-info.php:103 modules/module-info.php:107
2337
- msgid "Shortcode Embeds"
2338
  msgstr ""
2339
 
2340
- #: modules/module-info.php:95 modules/module-info.php:108
2341
- msgid "Shortcodes allow you to easily and safely embed media from other places in your site. With just one simple code, you can tell WordPress to embed YouTube, Flickr, and other media."
2342
  msgstr ""
2343
 
2344
- #: modules/module-info.php:109
2345
- msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
2346
  msgstr ""
2347
 
2348
- #: modules/module-info.php:132
2349
- msgid "Available shortcodes are: %l."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2350
  msgstr ""
2351
 
2352
- #: modules/module-info.php:147 modules/module-info.php:151
2353
- #: modules/module-info.php:161 modules/module-info.php:165
2354
- msgid "WP.me Shortlinks"
2355
  msgstr ""
2356
 
2357
- #: modules/module-info.php:152 modules/module-info.php:166
2358
- msgid "Instead of typing or copy-pasting long URLs, you can now get a short and simple link to your posts and pages. This uses the super compact wp.me domain name, and gives you a unique URL you can use that will be safe and reliable."
2359
  msgstr ""
2360
 
2361
- #: modules/module-info.php:153
2362
- msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
2363
  msgstr ""
2364
 
2365
- #: modules/module-info.php:167
2366
- msgid "To use shortlinks, go to any already published post (or publish something new!). A &#8220;Get Shortlink&#8221; button will be visible under the Post title. When you click it, a dialog box will appear with the shortlink and you can copy and paste to Twitter, Facebook or wherever your heart desires."
2367
  msgstr ""
2368
 
2369
- #: modules/module-info.php:182 modules/module-info.php:186
2370
- #: modules/module-info.php:195 modules/module-info.php:199
2371
- msgid "WordPress.com Stats"
2372
  msgstr ""
2373
 
2374
- #: modules/module-info.php:187 modules/module-info.php:200
2375
- msgid "There are many plugins and services that provide statistics, but data can be overwhelming. WordPress.com Stats makes the most popular metrics easy to understand through a clear and attractive interface."
2376
  msgstr ""
2377
 
2378
- #: modules/module-info.php:201
2379
- msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
 
2380
  msgstr ""
2381
 
2382
- #: modules/module-info.php:215 modules/module-info.php:219
2383
- #: modules/publicize/ui.php:95
2384
- msgid "Publicize"
2385
  msgstr ""
2386
 
2387
- #: modules/module-info.php:220
2388
- msgid "Publicize allows you to connect your blog to popular social networking sites and automatically share new posts with your friends.\t You can make a connection for just yourself or for all users on your blog."
2389
  msgstr ""
2390
 
2391
- #: modules/module-info.php:221
2392
- msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
2393
  msgstr ""
2394
 
2395
- #: modules/module-info.php:225
2396
- msgid "Manage your <a href=\"%s\">Publicize settings</a>."
2397
  msgstr ""
2398
 
2399
- #: modules/module-info.php:229 modules/publicize/ui.php:114
2400
- msgid "More information on using Publicize."
2401
  msgstr ""
2402
 
2403
- #: modules/module-info.php:245 modules/module-info.php:249
2404
- #: modules/module-info.php:258 modules/module-info.php:262
2405
- #: modules/notes.php:159
2406
- msgid "Notifications"
2407
  msgstr ""
2408
 
2409
- #: modules/module-info.php:250 modules/module-info.php:263
2410
- msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
2411
  msgstr ""
2412
 
2413
- #: modules/module-info.php:264
2414
- msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
2415
  msgstr ""
2416
 
2417
- #: modules/module-info.php:279 modules/module-info.php:294
2418
- msgid "LaTeX"
2419
  msgstr ""
2420
 
2421
- #: modules/module-info.php:284 modules/module-info.php:299
2422
- msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
2423
  msgstr ""
2424
 
2425
- #: modules/module-info.php:285
2426
- msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
2427
  msgstr ""
2428
 
2429
- #: modules/module-info.php:286
2430
- msgid "Wow, that sounds nerdy."
2431
  msgstr ""
2432
 
2433
- #: modules/module-info.php:300
2434
- msgid "Use <code>$latex your latex code here$</code> or <code>[latex]your latex code here[/latex]</code> to include %s in your posts and comments. There are <a href=\"%s\" target=\"_blank\">all sorts of options</a> available."
2435
  msgstr ""
2436
 
2437
- #: modules/module-info.php:319
2438
- msgid "Share your posts with Twitter, Facebook, and a host of other services. You can configure services to appear as icons, text, or both. Some services have additional options to display smart buttons, such as Twitter, which will update the number of times the post has been shared."
2439
  msgstr ""
2440
 
2441
- #: modules/module-info.php:323
2442
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
2443
  msgstr ""
2444
 
2445
- #: modules/module-info.php:325
2446
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
 
2447
  msgstr ""
2448
 
2449
- #: modules/minileven/theme/pub/minileven/index.php:27
2450
- msgid "Yearly Archives: %s"
2451
  msgstr ""
2452
 
2453
- #: modules/minileven/theme/pub/minileven/index.php:29
2454
- msgid "Posted in %s"
2455
  msgstr ""
2456
 
2457
- #: modules/minileven/theme/pub/minileven/index.php:31
2458
- msgid "Tagged with %s"
2459
  msgstr ""
2460
 
2461
- #: modules/minileven/theme/pub/minileven/index.php:33
2462
- msgid "Posted by"
2463
  msgstr ""
2464
 
2465
- #: modules/minileven/theme/pub/minileven/index.php:35
2466
- msgid "Blog Archives"
2467
  msgstr ""
2468
 
2469
- #: modules/minileven/theme/pub/minileven/index.php:43
2470
- msgid "Search Results for: %s"
2471
  msgstr ""
2472
 
2473
- #: modules/minileven/theme/pub/minileven/index.php:57
2474
- msgid "Nothing Found"
2475
  msgstr ""
2476
 
2477
- #: modules/minileven/theme/pub/minileven/index.php:61
2478
- msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
2479
  msgstr ""
2480
 
2481
- #: modules/minileven/theme/pub/minileven/searchform.php:9
2482
- #: modules/minileven/theme/pub/minileven/searchform.php:10
2483
- #: modules/minileven/theme/pub/minileven/searchform.php:11
2484
- #: modules/omnisearch/omnisearch-core.php:156
2485
- msgid "Search"
2486
  msgstr ""
2487
 
2488
- #: modules/minileven.php:50
2489
- msgid "Excerpts"
2490
  msgstr ""
2491
 
2492
- #: modules/minileven.php:54
2493
- msgid "Enable excerpts on front page and on archive pages"
2494
  msgstr ""
2495
 
2496
- #: modules/minileven.php:59
2497
- msgid "Show full posts on front page and on archive pages"
2498
  msgstr ""
2499
 
2500
- #: modules/minileven.php:64
2501
- msgid "Mobile App Promos"
2502
- msgstr ""
2503
 
2504
- #: modules/minileven.php:68
2505
- msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
2506
  msgstr ""
2507
 
2508
- #: modules/minileven.php:77
2509
- msgid "Mobile Apps"
2510
  msgstr ""
2511
 
2512
- #: modules/minileven.php:78
2513
- msgid "Take WordPress with you."
2514
  msgstr ""
2515
 
2516
- #: modules/minileven.php:80
2517
- msgid "We have apps for <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a>, and <a href=\"%s\">more</a>!"
2518
  msgstr ""
2519
 
2520
- #: modules/module-info.php:22 modules/module-info.php:26
2521
- msgid "VaultPress"
2522
  msgstr ""
2523
 
2524
- #: modules/module-info.php:28
2525
- msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
2526
  msgstr ""
2527
 
2528
- #: modules/module-info.php:29
2529
- msgctxt "Visit your _VaultPress_dashboard_."
2530
- msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
 
 
 
2531
  msgstr ""
2532
 
2533
- #: modules/module-info.php:29
2534
- msgid "VaultPress dashboard"
2535
  msgstr ""
2536
 
2537
- #: modules/module-info.php:31
2538
- msgid "With a monthly subscription, the VaultPress plugin will backup your site&#8217;s content, themes, and plugins in real-time, as well as perform regular security scans for common threats and attacks."
2539
  msgstr ""
2540
 
2541
- #: modules/module-info.php:32
2542
- msgctxt "View _Plans_&_Pricing_. (VaultPress)"
2543
- msgid "View %s."
 
 
 
 
 
 
 
 
 
 
 
2544
  msgstr ""
2545
 
2546
- #: modules/module-info.php:32
2547
- msgid "Plans & Pricing"
 
2548
  msgstr ""
2549
 
2550
- #: modules/module-info.php:53 modules/module-info.php:68
2551
- msgid "Gravatar Hovercard"
 
 
2552
  msgstr ""
2553
 
2554
- #: modules/module-info.php:58 modules/module-info.php:73
2555
- msgid "What&#8217;s a Hovercard?"
 
 
 
 
 
 
 
 
 
2556
  msgstr ""
2557
 
2558
- #: modules/module-info.php:59
2559
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services they use on the web like Twitter, Facebook, or LinkedIn."
 
 
2560
  msgstr ""
2561
 
2562
- #: modules/module-info.php:60
2563
- msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
 
 
2564
  msgstr ""
2565
 
2566
- #: modules/module-info.php:74
2567
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
2568
  msgstr ""
2569
 
2570
  #: modules/minileven/theme/pub/minileven/content.php:28
@@ -2588,11 +2819,11 @@ msgstr ""
2588
  #: modules/minileven/theme/pub/minileven/content.php:60
2589
  #: modules/minileven/theme/pub/minileven/image.php:88
2590
  msgid "&laquo; Previous"
2591
- msgstr ""
2592
 
2593
  #: modules/minileven/theme/pub/minileven/content.php:61
2594
  msgid "Next &raquo;"
2595
- msgstr ""
2596
 
2597
  #: modules/minileven/theme/pub/minileven/footer.php:27
2598
  msgid "http://wordpress.org/"
@@ -2658,15 +2889,15 @@ msgstr ""
2658
 
2659
  #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2660
  msgid "%1$s on %2$s"
2661
- msgstr ""
2662
 
2663
  #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
2664
  msgid "%1$s at %2$s"
2665
- msgstr ""
2666
 
2667
  #: modules/minileven/theme/pub/minileven/inc/template-tags.php:68
2668
  msgid "Your comment is awaiting moderation."
2669
- msgstr ""
2670
 
2671
  #: modules/minileven/theme/pub/minileven/inc/template-tags.php:76
2672
  msgid "Reply"
@@ -2688,640 +2919,601 @@ msgstr ""
2688
  msgid "Monthly Archives: %s"
2689
  msgstr ""
2690
 
2691
- #: modules/likes.php:251
2692
- msgid "Someone likes one of my posts"
2693
- msgstr ""
2694
-
2695
- #: modules/likes.php:270
2696
- msgid "WordPress.com Likes are"
2697
- msgstr ""
2698
-
2699
- #: modules/likes.php:276
2700
- msgid "On for all posts"
2701
- msgstr ""
2702
 
2703
- #: modules/likes.php:282
2704
- msgid "Turned on per post"
2705
  msgstr ""
2706
 
2707
- #: modules/likes.php:308 modules/sharedaddy/sharing.php:330
2708
- msgid "Show buttons on"
2709
  msgstr ""
2710
 
2711
- #: modules/likes.php:317 modules/sharedaddy/sharing.php:336
2712
- msgid "Front Page, Archive Pages, and Search Results"
2713
- msgstr ""
2714
 
2715
- #: modules/likes.php:450 modules/sharedaddy/sharing.php:158
2716
- msgid "Settings have been saved"
2717
  msgstr ""
2718
 
2719
- #: modules/likes.php:457 modules/sharedaddy/sharing.php:170
2720
- msgid "Sharing Buttons"
2721
  msgstr ""
2722
 
2723
- #: modules/likes.php:466 modules/sharedaddy/sharing.php:352
2724
- msgid "Save Changes"
2725
- msgstr ""
2726
 
2727
- #: modules/likes.php:616
2728
- msgid "Like this:"
2729
  msgstr ""
2730
 
2731
- #: modules/likes.php:617
2732
- msgid "Like"
2733
- msgstr ""
 
 
 
2734
 
2735
- #: modules/likes.php:617 modules/widget-visibility/widget-conditions.php:168
2736
- msgid "Loading..."
2737
  msgstr ""
2738
 
2739
- #: modules/likes.php:709
2740
- msgid "<span>%d</span> bloggers like this:"
2741
  msgstr ""
2742
 
2743
- #: modules/minileven/minileven.php:93
2744
- msgid "View Mobile Site"
2745
  msgstr ""
2746
 
2747
- #: modules/minileven/minileven.php:260
2748
- msgid "Mobile-compatible:"
2749
  msgstr ""
2750
 
2751
- #: modules/minileven/minileven.php:261
2752
- msgid "No"
2753
  msgstr ""
2754
 
2755
- #: modules/minileven/minileven.php:267 modules/minileven/minileven.php:318
2756
- msgid "Include this CSS in the Mobile Theme"
2757
  msgstr ""
2758
 
2759
- #: modules/minileven/theme/pub/minileven/comments.php:15
2760
- msgid "This post is password protected. Enter the password to view any comments."
2761
  msgstr ""
2762
 
2763
- #: modules/minileven/theme/pub/minileven/comments.php:45
2764
- msgid "Comment navigation"
2765
  msgstr ""
2766
 
2767
- #: modules/minileven/theme/pub/minileven/comments.php:46
2768
- msgid "&larr; Older Comments"
2769
- msgstr "&larr; Ouer kommentaar"
2770
-
2771
- #: modules/minileven/theme/pub/minileven/comments.php:47
2772
- msgid "Newer Comments &rarr;"
2773
- msgstr "Nuwer kommentaar &rarr;"
2774
-
2775
- #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2776
- #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2777
- #: modules/minileven/theme/pub/minileven/content.php:13
2778
- #: modules/minileven/theme/pub/minileven/content.php:18
2779
- #: modules/minileven/theme/pub/minileven/content.php:22
2780
- msgid "Permalink to %s"
2781
  msgstr ""
2782
 
2783
- #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2784
- #: modules/widgets/gallery.php:26
2785
- msgid "Gallery"
2786
  msgstr ""
2787
 
2788
- #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2789
- #: modules/minileven/theme/pub/minileven/content.php:41
2790
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:30
2791
- msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2792
  msgstr ""
2793
 
2794
- #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2795
- msgid "This gallery contains <a %1$s>%2$s photo</a>."
2796
- msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2797
- msgstr[0] ""
2798
- msgstr[1] ""
2799
-
2800
- #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2801
- #: modules/minileven/theme/pub/minileven/content.php:43
2802
- #: modules/minileven/theme/pub/minileven/image.php:64
2803
- #: modules/minileven/theme/pub/minileven/page.php:27
2804
- msgid "Pages:"
2805
  msgstr ""
2806
 
2807
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2808
- #: modules/minileven/theme/pub/minileven/content.php:51
2809
- #: modules/minileven/theme/pub/minileven/image.php:80
2810
- msgid "<b>1</b> Reply"
2811
  msgstr ""
2812
 
2813
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2814
- #: modules/minileven/theme/pub/minileven/content.php:51
2815
- #: modules/minileven/theme/pub/minileven/image.php:80
2816
- msgid "<b>%</b> Replies"
2817
  msgstr ""
2818
 
2819
- #: modules/minileven/theme/pub/minileven/content.php:19
2820
- msgid "Featured"
2821
  msgstr ""
2822
 
2823
- #: modules/gplus-authorship/admin/ui.php:125 modules/publicize/ui.php:168
2824
- #: modules/publicize/ui.php:172
2825
- msgid "Disconnect"
2826
  msgstr ""
2827
 
2828
- #: modules/gplus-authorship/admin/ui.php:129
2829
- msgid "Connect your WordPress account to Google+ to add this blog to your Google+ profile and improve the visibility of your blog posts on Google."
2830
  msgstr ""
2831
 
2832
- #: modules/gplus-authorship/admin/ui.php:131
2833
- msgid "Need help?"
2834
  msgstr ""
2835
 
2836
- #: modules/gplus-authorship/admin/ui.php:147
2837
- msgid "Your Google+ profile name and URL will be displayed in the sharing area of your posts."
2838
  msgstr ""
2839
 
2840
- #: modules/gplus-authorship/admin/ui.php:155 modules/wpcc/wpcc-sign-on.php:185
2841
- msgid "Connected"
2842
  msgstr ""
2843
 
2844
- #: modules/gplus-authorship/admin/ui.php:165 modules/gplus-authorship.php:191
2845
- msgid "Google+"
2846
  msgstr ""
2847
 
2848
- #: modules/gplus-authorship/admin/ui.php:191
2849
- msgid "Show Google+ infomation with this post"
2850
  msgstr ""
2851
 
2852
- #: modules/gplus-authorship.php:150
2853
- msgid "on Google+"
2854
  msgstr ""
2855
 
2856
- #: modules/gravatar-hovercards.php:46 modules/module-info.php:57
2857
- #: modules/module-info.php:72
2858
- msgid "Gravatar Hovercards"
2859
  msgstr ""
2860
 
2861
- #: modules/gravatar-hovercards.php:58
2862
- msgid "View people's profiles when you mouse over their Gravatars"
2863
  msgstr ""
2864
 
2865
- #: modules/gravatar-hovercards.php:85
2866
- msgid "Put your mouse over your Gravatar to check out your profile."
2867
  msgstr ""
2868
 
2869
- #: modules/holiday-snow.php:19
2870
- msgid "Snow"
2871
  msgstr ""
2872
 
2873
- #: modules/holiday-snow.php:28
2874
- msgid "Show falling snow on my blog until January 4<sup>th</sup>."
 
2875
  msgstr ""
2876
 
2877
- #: modules/infinite-scroll/infinity.php:262
2878
- msgid "To infinity and beyond"
2879
  msgstr ""
2880
 
2881
- #: modules/infinite-scroll/infinity.php:271
2882
- msgid "We've disabled this option for you since you have footer widgets in Appearance &rarr; Widgets, or because your theme does not support infinite scroll."
2883
  msgstr ""
2884
 
2885
- #: modules/infinite-scroll/infinity.php:277
2886
- msgid "Scroll Infinitely"
2887
  msgstr ""
2888
 
2889
- #: modules/infinite-scroll/infinity.php:277
2890
- msgid "(Shows %s posts on each load)"
2891
  msgstr ""
2892
 
2893
- #: modules/infinite-scroll/infinity.php:478
2894
- msgid "Older posts"
2895
  msgstr ""
2896
 
2897
- #: modules/infinite-scroll/infinity.php:479
2898
- msgid "Scroll back to top"
2899
  msgstr ""
2900
 
2901
- #: modules/infinite-scroll/infinity.php:915
2902
- msgid "Theme: %1$s."
2903
  msgstr ""
2904
 
2905
- #: modules/infinite-scroll.php:85
2906
- msgid "Use Google Analytics with Infinite Scroll"
2907
  msgstr ""
2908
 
2909
- #: modules/infinite-scroll.php:96
2910
- msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
2911
  msgstr ""
2912
 
2913
- #: modules/infinite-scroll.php:96
2914
- msgid "By checking the box above, each new set of posts loaded via Infinite Scroll will be recorded as a page view in Google Analytics."
2915
  msgstr ""
2916
 
2917
- #: modules/likes.php:112
2918
- msgid "Likes and Shares"
2919
  msgstr ""
2920
 
2921
- #: modules/likes.php:123 modules/likes.php:581 modules/module-info.php:759
2922
- #: modules/module-info.php:763
2923
- msgid "Likes"
2924
  msgstr ""
2925
 
2926
- #: modules/likes.php:183
2927
- msgid "Show likes."
2928
  msgstr ""
2929
 
2930
- #: modules/likes.php:199 modules/sharedaddy/sharedaddy.php:37
2931
- msgid "Show sharing buttons."
 
2932
  msgstr ""
2933
 
2934
- #: modules/likes.php:211
2935
- msgid "Likes Notifications"
2936
  msgstr ""
2937
 
2938
- #: modules/likes.php:212
2939
- msgid "Email me whenever"
2940
  msgstr ""
2941
 
2942
- #: modules/custom-post-types/testimonial.php:65
2943
- msgid "Search Testimonials"
2944
  msgstr ""
2945
 
2946
- #: modules/custom-post-types/testimonial.php:66
2947
- msgid "No Testimonials found"
2948
  msgstr ""
2949
 
2950
- #: modules/custom-post-types/testimonial.php:67
2951
- msgid "No Testimonials found in Trash"
2952
  msgstr ""
2953
 
2954
- #: modules/custom-post-types/testimonial.php:98
2955
- msgid "Enter the customer's name here"
2956
  msgstr ""
2957
 
2958
- #: modules/custom-post-types/testimonial.php:107
2959
- msgid "Customer Name"
 
 
2960
  msgstr ""
2961
 
2962
- #: modules/custom-post-types/testimonial.php:120
2963
- msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
2964
  msgstr ""
2965
 
2966
- #: modules/custom-post-types/testimonial.php:123
2967
- msgid "Testimonial updated."
2968
  msgstr ""
2969
 
2970
- #: modules/custom-post-types/testimonial.php:125
2971
- msgid "Testimonial restored to revision from %s"
 
 
 
2972
  msgstr ""
2973
 
2974
- #: modules/custom-post-types/testimonial.php:126
2975
- msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
2976
  msgstr ""
2977
 
2978
- #: modules/custom-post-types/testimonial.php:127
2979
- msgid "Testimonial saved."
 
2980
  msgstr ""
2981
 
2982
- #: modules/custom-post-types/testimonial.php:128
2983
- msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
2984
  msgstr ""
2985
 
2986
- #: modules/custom-post-types/testimonial.php:129
2987
- msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
2988
  msgstr ""
2989
 
2990
- #: modules/custom-post-types/testimonial.php:132
2991
- msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
2992
  msgstr ""
2993
 
2994
- #: modules/custom-post-types/testimonial.php:168
2995
- msgid "Customize Testimonials Archive"
2996
  msgstr ""
2997
 
2998
- #: modules/custom-post-types/testimonial.php:169
2999
- msgid "Customize"
3000
  msgstr ""
3001
 
3002
- #: modules/custom-post-types/testimonial.php:193
3003
- msgid "Testimonial Page Title"
3004
- msgstr ""
3005
 
3006
- #: modules/custom-post-types/testimonial.php:205
3007
- msgid "Testimonial Page Content"
3008
  msgstr ""
3009
 
3010
- #: modules/custom-post-types/testimonial.php:216
3011
- msgid "Testimonial Page Featured Image"
3012
  msgstr ""
3013
 
3014
- #: modules/featured-content/featured-content.php:324
3015
- msgid "Featured content"
 
 
3016
  msgstr ""
3017
 
3018
- #: modules/featured-content/featured-content.php:343
3019
- msgid "Tag name:"
3020
  msgstr ""
3021
 
3022
- #: modules/featured-content/featured-content.php:348
3023
- msgid "Number of posts:"
3024
  msgstr ""
3025
 
3026
- #: modules/featured-content/featured-content.php:353
3027
- msgid "Hide tag from displaying in post meta and tag clouds."
 
 
 
3028
  msgstr ""
3029
 
3030
- #: modules/gplus-authorship/admin/ui.php:54
3031
- #: modules/gplus-authorship/admin/ui.php:65 modules/likes.php:427
3032
- #: modules/likes.php:439 modules/publicize/ui.php:35
3033
- #: modules/publicize/ui.php:45 modules/sharedaddy/sharing.php:57
3034
- #: modules/sharedaddy/sharing.php:163
3035
- msgid "Sharing Settings"
3036
  msgstr ""
3037
 
3038
- #: modules/gplus-authorship/admin/ui.php:54 modules/likes.php:427
3039
- #: modules/module-info.php:315 modules/module-info.php:318
3040
- #: modules/module-info.php:339 modules/publicize/ui.php:35
3041
- #: modules/sharedaddy/sharedaddy.php:23 modules/sharedaddy/sharing.php:57
3042
- msgid "Sharing"
3043
  msgstr ""
3044
 
3045
- #: modules/gplus-authorship/admin/ui.php:79
3046
- msgid "Your Google+ account has been connected."
3047
  msgstr ""
3048
 
3049
- #: modules/gplus-authorship/admin/ui.php:80
3050
- msgid "There was a problem connecting your Google+ account. Please try again."
3051
  msgstr ""
3052
 
3053
- #: modules/gplus-authorship/admin/ui.php:81
3054
- msgid "You must click 'Accept' in the Google+ dialog to connect your account."
3055
  msgstr ""
3056
 
3057
- #: modules/gplus-authorship/admin/ui.php:113 modules/module-info.php:785
3058
- #: modules/module-info.php:789
3059
- msgid "Google+ Profile"
3060
  msgstr ""
3061
 
3062
- #: modules/custom-post-types/comics.php:200
3063
- #: modules/custom-post-types/testimonial.php:60
3064
- msgid "Add New"
3065
  msgstr ""
3066
 
3067
- #: modules/custom-post-types/comics.php:201
3068
- msgid "Add New Comic"
3069
  msgstr ""
3070
 
3071
- #: modules/custom-post-types/comics.php:202
3072
- msgid "Edit Comic"
3073
  msgstr ""
3074
 
3075
- #: modules/custom-post-types/comics.php:203
3076
- msgid "New Comic"
3077
  msgstr ""
3078
 
3079
- #: modules/custom-post-types/comics.php:204
3080
- msgid "View Comic"
3081
  msgstr ""
3082
 
3083
- #: modules/custom-post-types/comics.php:205
3084
- msgid "Search Comics"
3085
  msgstr ""
3086
 
3087
- #: modules/custom-post-types/comics.php:206
3088
- msgid "No Comics found"
3089
  msgstr ""
3090
 
3091
- #: modules/custom-post-types/comics.php:207
3092
- msgid "No Comics found in Trash"
3093
  msgstr ""
3094
 
3095
- #: modules/custom-post-types/comics.php:276
3096
- msgid "Comic updated. <a href=\"%s\">View comic</a>"
3097
  msgstr ""
3098
 
3099
- #: modules/custom-post-types/comics.php:277
3100
- #: modules/custom-post-types/testimonial.php:121
3101
- msgid "Custom field updated."
3102
  msgstr ""
3103
 
3104
- #: modules/custom-post-types/comics.php:278
3105
- #: modules/custom-post-types/testimonial.php:122
3106
- msgid "Custom field deleted."
3107
  msgstr ""
3108
 
3109
- #: modules/custom-post-types/comics.php:279
3110
- msgid "Comic updated."
3111
  msgstr ""
3112
 
3113
- #: modules/custom-post-types/comics.php:281
3114
- msgid "Comic restored to revision from %s"
3115
  msgstr ""
3116
 
3117
- #: modules/custom-post-types/comics.php:282
3118
- msgid "Comic published. <a href=\"%s\">View comic</a>"
3119
  msgstr ""
3120
 
3121
- #: modules/custom-post-types/comics.php:283
3122
- msgid "Comic saved."
3123
  msgstr ""
3124
 
3125
- #: modules/custom-post-types/comics.php:284
3126
- msgid "Comic submitted. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
3127
  msgstr ""
3128
 
3129
- #: modules/custom-post-types/comics.php:285
3130
- msgid "Comic scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview comic</a>"
3131
  msgstr ""
3132
 
3133
- #: modules/custom-post-types/comics.php:287
3134
- #: modules/custom-post-types/testimonial.php:131
3135
- msgid "M j, Y @ G:i"
3136
  msgstr ""
3137
 
3138
- #: modules/custom-post-types/comics.php:288
3139
- msgid "Comic draft updated. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
3140
  msgstr ""
3141
 
3142
- #: modules/custom-post-types/comics.php:349
3143
- msgid "Invalid or expired nonce."
3144
  msgstr ""
3145
 
3146
- #: modules/custom-post-types/comics.php:458
3147
- msgid ""
3148
- "Welcome! Ready to publish your first strip?\n"
3149
- "\n"
3150
- "Your webcomic's new site is ready to go. Get started by <a href=\"BLOG_URLwp-admin/customize.php#title\">setting your comic's title and tagline</a> so your readers know what it's all about.\n"
3151
- "\n"
3152
- "Looking for more help with setting up your site? Check out the WordPress.com <a href=\"http://learn.wordpress.com/\">beginner's tutorial</a> and the <a href=\"http://en.support.wordpress.com/comics/\">guide to comics on WordPress.com</a>. Dive right in by <a href=\"BLOG_URLwp-admin/customize.php#title\">publishing your first strip!</a>\n"
3153
- "\n"
3154
- "Lots of laughs,\n"
3155
- "The WordPress.com Team"
3156
  msgstr ""
3157
 
3158
- #: modules/custom-post-types/testimonial.php:54
3159
- msgid "Customer Testimonials"
3160
  msgstr ""
3161
 
3162
- #: modules/custom-post-types/testimonial.php:56
3163
- #: modules/custom-post-types/testimonial.php:58
3164
- #: modules/custom-post-types/testimonial.php:182
3165
- #: modules/custom-post-types/testimonial.php:187
3166
- msgid "Testimonials"
 
3167
  msgstr ""
3168
 
3169
- #: modules/custom-post-types/testimonial.php:57
3170
- msgid "Testimonial"
 
 
 
3171
  msgstr ""
3172
 
3173
- #: modules/custom-post-types/testimonial.php:59
3174
- msgid "All Testimonials"
3175
  msgstr ""
3176
 
3177
- #: modules/custom-post-types/testimonial.php:61
3178
- msgid "Add New Testimonial"
3179
  msgstr ""
3180
 
3181
- #: modules/custom-post-types/testimonial.php:62
3182
- msgid "Edit Testimonial"
3183
  msgstr ""
3184
 
3185
- #: modules/custom-post-types/testimonial.php:63
3186
- msgid "New Testimonial"
 
3187
  msgstr ""
3188
 
3189
- #: modules/custom-post-types/testimonial.php:64
3190
- msgid "View Testimonial"
 
3191
  msgstr ""
3192
 
3193
- #: modules/custom-css/custom-css.php:747 modules/custom-css/custom-css.php:842
3194
- #: modules/custom-css/custom-css.php:872 modules/minileven/minileven.php:262
3195
- #: modules/minileven/theme/pub/minileven/content-gallery.php:74
3196
- #: modules/minileven/theme/pub/minileven/content.php:53
3197
- #: modules/minileven/theme/pub/minileven/image.php:82
3198
- #: modules/minileven/theme/pub/minileven/page.php:31
3199
- #: modules/publicize/ui.php:576
3200
- msgid "Edit"
3201
  msgstr ""
3202
 
3203
- #: modules/custom-css/custom-css.php:754
3204
- msgid "Limit width to %1$s pixels for videos, full size images, and other shortcodes. (<a href=\"%2$s\">More info</a>.)"
3205
  msgstr ""
3206
 
3207
- #: modules/custom-css/custom-css.php:770
3208
- msgid "The default content width for the %s theme is %d pixels."
 
 
 
 
 
 
 
 
3209
  msgstr ""
3210
 
3211
- #: modules/custom-css/custom-css.php:775 modules/custom-css/custom-css.php:857
3212
- #: modules/custom-css/custom-css.php:886 modules/minileven/minileven.php:270
3213
- #: modules/publicize/publicize-jetpack.php:429
3214
- #: modules/publicize/publicize-jetpack.php:541 modules/publicize/ui.php:245
3215
- msgid "OK"
3216
  msgstr ""
3217
 
3218
- #: modules/custom-css/custom-css.php:776 modules/custom-css/custom-css.php:858
3219
- #: modules/custom-css/custom-css.php:887 modules/minileven/minileven.php:271
3220
- #: modules/sharedaddy/sharing-sources.php:299
3221
- msgid "Cancel"
3222
- msgstr "Kanselleer"
3223
 
3224
- #: modules/custom-css/custom-css.php:840
3225
- msgid "Preprocessor:"
3226
  msgstr ""
3227
 
3228
- #: modules/custom-css/custom-css.php:841 modules/custom-css/custom-css.php:846
3229
- #: modules/videopress/videopress.php:273 modules/widgets/image-widget.php:124
3230
- msgid "None"
3231
  msgstr ""
3232
 
3233
- #: modules/custom-css/custom-css.php:870
3234
- msgid "Mode:"
 
3235
  msgstr ""
3236
 
3237
- #: modules/custom-css/custom-css.php:871
3238
- msgid "Add-on"
3239
  msgstr ""
3240
 
3241
- #: modules/custom-css/custom-css.php:871
3242
- msgid "Replacement"
3243
  msgstr ""
3244
 
3245
- #: modules/custom-css/custom-css.php:878
3246
- msgid "Add-on CSS <b>(Recommended)</b>"
3247
  msgstr ""
3248
 
3249
- #: modules/custom-css/custom-css.php:883
3250
- msgid "Replace <a href=\"%s\">theme's CSS</a> <b>(Advanced)</b>"
3251
  msgstr ""
3252
 
3253
- #: modules/custom-css/custom-css.php:894
3254
- #: modules/custom-post-types/comics.php:238
3255
- #: modules/videopress/videopress.php:662
3256
- msgid "Preview"
3257
  msgstr ""
3258
 
3259
- #: modules/custom-css/custom-css.php:896
3260
- msgid "Save &amp; Buy Upgrade"
3261
  msgstr ""
3262
 
3263
- #: modules/custom-css/custom-css.php:896
3264
- msgid "Save Stylesheet"
3265
  msgstr ""
3266
 
3267
- #: modules/custom-css/custom-css.php:958
3268
- msgid "Show more"
3269
  msgstr ""
3270
 
3271
- #: modules/custom-post-types/comics.php:86
3272
- msgid "Convert to Comic"
3273
  msgstr ""
3274
 
3275
- #: modules/custom-post-types/comics.php:92
3276
- msgid "Convert to Post"
3277
  msgstr ""
3278
 
3279
- #: modules/custom-post-types/comics.php:116
3280
- msgid "You are not allowed to make this change."
 
3281
  msgstr ""
3282
 
3283
- #: modules/custom-post-types/comics.php:163
3284
- msgid "Post converted."
3285
- msgid_plural "%s posts converted"
3286
- msgstr[0] ""
3287
- msgstr[1] ""
3288
 
3289
- #: modules/custom-post-types/comics.php:176
3290
- msgid "Drop images to upload"
3291
  msgstr ""
3292
 
3293
- #: modules/custom-post-types/comics.php:177
3294
- msgid "Uploading..."
 
3295
  msgstr ""
3296
 
3297
- #: modules/custom-post-types/comics.php:178
3298
- msgid "Processing..."
3299
  msgstr ""
3300
 
3301
- #: modules/custom-post-types/comics.php:179
3302
- msgid "Sorry, your browser isn't supported. Upgrade at browsehappy.com."
3303
  msgstr ""
3304
 
3305
- #: modules/custom-post-types/comics.php:180
3306
- msgid "Only images can be uploaded here."
3307
  msgstr ""
3308
 
3309
- #: modules/custom-post-types/comics.php:181
3310
- msgid "Your upload didn't complete; try again later or cross your fingers and try again right now."
 
3311
  msgstr ""
3312
 
3313
- #: modules/custom-post-types/comics.php:194
3314
- #: modules/custom-post-types/comics.php:196
3315
- #: modules/custom-post-types/comics.php:198
3316
- msgid "Comics"
3317
  msgstr ""
3318
 
3319
- #: modules/custom-post-types/comics.php:197
3320
- msgid "Comic"
3321
  msgstr ""
3322
 
3323
- #: modules/custom-post-types/comics.php:199
3324
- msgid "All Comics"
3325
  msgstr ""
3326
 
3327
  #: modules/contact-form/grunion-form-view.php:154
@@ -3334,7 +3526,7 @@ msgstr ""
3334
 
3335
  #: modules/contact-form/grunion-form-view.php:158
3336
  msgid "Text"
3337
- msgstr ""
3338
 
3339
  #: modules/contact-form/grunion-form-view.php:159
3340
  msgid "Textarea"
@@ -3401,313 +3593,408 @@ msgstr ""
3401
  msgid "Preview: changes must be saved or they will be lost"
3402
  msgstr ""
3403
 
3404
- #: modules/custom-css/custom-css.php:604
3405
- msgid "Edit CSS"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3406
  msgstr ""
3407
 
3408
- #: modules/custom-css/custom-css.php:618
3409
- msgid "CSS"
3410
  msgstr ""
3411
 
3412
- #: modules/custom-css/custom-css.php:638
3413
- msgid "Custom CSS Stylesheet"
3414
  msgstr ""
3415
 
3416
- #: modules/custom-css/custom-css.php:677
3417
- msgid "Stylesheet saved."
3418
  msgstr ""
3419
 
3420
- #: modules/custom-css/custom-css.php:681
3421
- msgid "Publish"
3422
  msgstr ""
3423
 
3424
- #: modules/custom-css/custom-css.php:687
3425
- msgid "CSS Revisions"
3426
- msgstr ""
 
 
3427
 
3428
- #: modules/custom-css/custom-css.php:691
3429
- msgid "CSS Stylesheet Editor"
3430
  msgstr ""
3431
 
3432
- #: modules/custom-css/custom-css.php:698
3433
- msgid ""
3434
- "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
3435
- "\t\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
3436
  msgstr ""
3437
 
3438
- #: modules/custom-css/custom-css.php:745
3439
- msgid "Content Width:"
3440
  msgstr ""
3441
 
3442
- #: modules/custom-css/custom-css.php:746
3443
- msgid "Default"
3444
  msgstr ""
3445
 
3446
- #: modules/custom-css/custom-css.php:746
3447
- msgid "%s px"
3448
  msgstr ""
3449
 
3450
- #: modules/contact-form/grunion-form-view.php:11
3451
- msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
3452
- msgid "Comment"
3453
- msgstr "Kommentaar"
3454
-
3455
- #: modules/contact-form/grunion-form-view.php:12
3456
- msgctxt "Default label for new HTML form field in contact form builder"
3457
- msgid "New Field"
3458
  msgstr ""
3459
 
3460
- #: modules/contact-form/grunion-form-view.php:13
3461
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
3462
- msgid "Options"
 
3463
  msgstr ""
3464
 
3465
- #: modules/contact-form/grunion-form-view.php:14
3466
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
3467
- msgid "Option"
3468
  msgstr ""
3469
 
3470
- #: modules/contact-form/grunion-form-view.php:15
3471
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
3472
- msgid "First option"
3473
  msgstr ""
3474
 
3475
- #: modules/contact-form/grunion-form-view.php:16
3476
- msgctxt "error message in contact form builder"
3477
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
3478
  msgstr ""
3479
 
3480
- #: modules/contact-form/grunion-form-view.php:17
3481
- msgid ""
3482
- "Drag up or down\n"
3483
- "to re-arrange"
3484
  msgstr ""
3485
 
3486
- #: modules/contact-form/grunion-form-view.php:18
3487
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
3488
- msgid "move"
3489
  msgstr ""
3490
 
3491
- #: modules/contact-form/grunion-form-view.php:19
3492
- msgctxt "Link to edit an HTML form field in contact form builder"
3493
- msgid "edit"
3494
  msgstr ""
3495
 
3496
- #: modules/contact-form/grunion-form-view.php:20
3497
- msgid "Saved successfully"
3498
  msgstr ""
3499
 
3500
- #: modules/contact-form/grunion-form-view.php:21
3501
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
3502
- msgid "(required)"
3503
- msgstr "(verplig)"
3504
-
3505
- #: modules/contact-form/grunion-form-view.php:22
3506
- msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
3507
  msgstr ""
3508
 
3509
- #: modules/contact-form/grunion-form-view.php:118
3510
- msgid "Your new field was saved successfully"
3511
  msgstr ""
3512
 
3513
- #: modules/contact-form/grunion-form-view.php:120
3514
- msgid "Form builder"
3515
  msgstr ""
3516
 
3517
- #: modules/contact-form/grunion-form-view.php:121
3518
- msgid "Email notifications"
3519
  msgstr ""
3520
 
3521
- #: modules/contact-form/grunion-form-view.php:126
3522
- msgid "How does this work?"
 
3523
  msgstr ""
3524
 
3525
- #: modules/contact-form/grunion-form-view.php:127
3526
- msgid "By adding a contact form, your readers will be able to submit feedback to you. All feedback is automatically scanned for spam, and the legitimate feedback will be emailed to you."
 
3527
  msgstr ""
3528
 
3529
- #: modules/contact-form/grunion-form-view.php:128
3530
- msgid "Can I add more fields?"
3531
  msgstr ""
3532
 
3533
- #: modules/contact-form/grunion-form-view.php:130
3534
- msgctxt "%1$s = \"Click here\" in an HTML link"
3535
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
3536
  msgstr ""
3537
 
3538
- #: modules/contact-form/grunion-form-view.php:131
3539
- msgid "Click here"
3540
  msgstr ""
3541
 
3542
- #: modules/contact-form/grunion-form-view.php:133
3543
- msgid "Can I view my feedback within WordPress?"
3544
  msgstr ""
3545
 
3546
- #: modules/contact-form/grunion-form-view.php:135
3547
- msgctxt "%1$s = \"Feedback\" in an HTML link"
3548
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
3549
  msgstr ""
3550
 
3551
- #: modules/contact-form/grunion-form-view.php:141
3552
- msgid "Do I need to fill this out?"
3553
  msgstr ""
3554
 
3555
- #: modules/contact-form/grunion-form-view.php:142
3556
- msgid "Nope. However, if you&#8217;d like to modify where your feedback is sent, or the subject line you can. If you don&#8217;t make any changes here, feedback will be sent to the author of the page/post and the subject will be the name of this page/post."
 
3557
  msgstr ""
3558
 
3559
- #: modules/contact-form/grunion-form-view.php:146
3560
- msgid "Edit this new field"
3561
  msgstr ""
3562
 
3563
- #: modules/contact-form/grunion-form-view.php:148
3564
- #: modules/sharedaddy/sharing-sources.php:980
3565
- msgid "Label"
3566
  msgstr ""
3567
 
3568
- #: modules/contact-form/grunion-form-view.php:149
3569
- msgid "New field"
 
 
 
 
 
 
 
 
3570
  msgstr ""
3571
 
3572
- #: modules/contact-form/grunion-form-view.php:151
3573
- msgid "Field type"
3574
  msgstr ""
3575
 
3576
- #: modules/contact-form/grunion-form-view.php:153
3577
- msgid "Checkbox"
3578
  msgstr ""
3579
 
3580
- #: modules/contact-form/grunion-contact-form.php:85
3581
- #: modules/contact-form/grunion-contact-form.php:86
3582
- msgid "No feedback found"
3583
  msgstr ""
3584
 
3585
- #: modules/contact-form/grunion-contact-form.php:103
3586
- msgid "Spam <span class=\"count\">(%s)</span>"
3587
- msgid_plural "Spam <span class=\"count\">(%s)</span>"
3588
- msgstr[0] ""
3589
- msgstr[1] ""
3590
 
3591
- #: modules/contact-form/grunion-contact-form.php:190
3592
- msgid "An error occurred. Please try again later."
3593
  msgstr ""
3594
 
3595
- #: modules/contact-form/grunion-contact-form.php:198
3596
- #: modules/contact-form/grunion-contact-form.php:851
3597
- msgid "Message Sent"
3598
- msgstr "Boodskap gestuur"
3599
 
3600
- #: modules/contact-form/grunion-contact-form.php:356
3601
- msgid "Export feedback as CSV"
3602
  msgstr ""
3603
 
3604
- #: modules/contact-form/grunion-contact-form.php:362
3605
- msgid "Select feedback to download"
3606
  msgstr ""
3607
 
3608
- #: modules/contact-form/grunion-contact-form.php:364
3609
- msgid "All posts"
3610
  msgstr ""
3611
 
3612
- #: modules/contact-form/grunion-contact-form.php:369
3613
- msgid "Download"
3614
  msgstr ""
3615
 
3616
- #: modules/contact-form/grunion-contact-form.php:416
3617
- #: modules/contact-form/grunion-contact-form.php:508
3618
- #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
3619
- #: modules/module-info.php:495
3620
- msgid "Contact Form"
3621
  msgstr ""
3622
 
3623
- #: modules/contact-form/grunion-contact-form.php:722
3624
- msgctxt "%1$s = blog name"
3625
- msgid "%1$s Sidebar"
3626
  msgstr ""
3627
 
3628
- #: modules/contact-form/grunion-contact-form.php:725
3629
- msgctxt "%1$s = blog name, %2$s = post title"
3630
- msgid "%1$s %2$s"
3631
  msgstr ""
3632
 
3633
- #: modules/contact-form/grunion-contact-form.php:736
3634
- msgid "Submit &#187;"
3635
- msgstr "Stuur &#187;"
3636
-
3637
- #: modules/contact-form/grunion-contact-form.php:756
3638
- msgid "Subject"
3639
  msgstr ""
3640
 
3641
- #: modules/contact-form/grunion-contact-form.php:837
3642
- msgid "Error!"
3643
  msgstr ""
3644
 
3645
- #: modules/contact-form/grunion-contact-form.php:852
3646
- msgid "go back"
3647
  msgstr ""
3648
 
3649
- #: modules/contact-form/grunion-contact-form.php:924
3650
- #: modules/contact-form/grunion-contact-form.php:940
3651
- msgctxt "%1$s = form field label, %2$s = form field value"
3652
- msgid "%1$s: %2$s"
3653
  msgstr ""
3654
 
3655
- #: modules/contact-form/grunion-contact-form.php:1205
3656
- msgid "Time:"
3657
  msgstr ""
3658
 
3659
- #: modules/contact-form/grunion-contact-form.php:1206
3660
- msgid "IP Address:"
3661
  msgstr ""
3662
 
3663
- #: modules/contact-form/grunion-contact-form.php:1214
3664
- msgid "Contact Form URL:"
3665
- msgstr ""
 
3666
 
3667
- #: modules/contact-form/grunion-contact-form.php:1219
3668
- msgid "Sent by a verified %s user."
3669
- msgstr ""
 
3670
 
3671
- #: modules/contact-form/grunion-contact-form.php:1223
3672
- msgid "Sent by an unverified visitor to your site."
3673
- msgstr ""
 
3674
 
3675
- #: modules/contact-form/grunion-contact-form.php:1461
3676
- msgid "%s requires a valid email address"
 
 
 
 
3677
  msgstr ""
3678
 
3679
- #: modules/contact-form/grunion-contact-form.php:1467
3680
- msgid "%s is required"
3681
- msgstr "%s is word vereis"
3682
 
3683
- #: modules/contact-form/grunion-contact-form.php:1514
3684
- #: modules/contact-form/grunion-contact-form.php:1520
3685
- #: modules/contact-form/grunion-contact-form.php:1525
3686
- #: modules/contact-form/grunion-contact-form.php:1539
3687
- #: modules/contact-form/grunion-contact-form.php:1545
3688
- #: modules/contact-form/grunion-contact-form.php:1556
3689
- #: modules/contact-form/grunion-contact-form.php:1566
3690
- msgid "(required)"
3691
- msgstr "(verplig)"
3692
 
3693
- #: modules/contact-form/grunion-contact-form.php:1538
3694
- #: modules/minileven/minileven.php:261
3695
- msgid "Yes"
3696
  msgstr ""
3697
 
3698
- #: modules/contact-form/grunion-form-view.php:8
3699
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
3700
- msgid "Name"
 
 
 
3701
  msgstr ""
3702
 
3703
- #: modules/contact-form/grunion-form-view.php:9
3704
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
3705
- msgid "Email"
3706
- msgstr "E-posadres"
3707
 
3708
- #: modules/contact-form/grunion-form-view.php:10
3709
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
3710
- msgid "Website"
3711
  msgstr ""
3712
 
3713
  #: modules/comments/comments.php:187
@@ -3756,7 +4043,7 @@ msgid "From"
3756
  msgstr ""
3757
 
3758
  #: modules/contact-form/admin.php:197
3759
- #: modules/contact-form/grunion-contact-form.php:760
3760
  #: modules/contact-form/grunion-omnisearch.php:37
3761
  msgid "Message"
3762
  msgstr ""
@@ -3781,7 +4068,7 @@ msgstr ""
3781
 
3782
  #: modules/contact-form/admin.php:275 modules/contact-form/admin.php:374
3783
  msgid "Delete Permanently"
3784
- msgstr ""
3785
 
3786
  #: modules/contact-form/admin.php:306
3787
  msgid "Mark this message as spam"
@@ -3798,7 +4085,7 @@ msgid "Mark this message as NOT spam"
3798
  msgstr ""
3799
 
3800
  #: modules/contact-form/admin.php:406
3801
- #: modules/contact-form/grunion-contact-form.php:1183
3802
  msgctxt "{$date_format} \\a\\t {$time_format}"
3803
  msgid "%1$s \\a\\t %2$s"
3804
  msgstr ""
@@ -3837,246 +4124,357 @@ msgstr ""
3837
  msgid "Search Feedback"
3838
  msgstr ""
3839
 
3840
- #: modules/carousel/jetpack-carousel.php:317
3841
- msgid "Missing target blog ID."
 
3842
  msgstr ""
3843
 
3844
- #: modules/carousel/jetpack-carousel.php:320
3845
- msgid "Missing target post ID."
 
 
 
 
 
 
3846
  msgstr ""
3847
 
3848
- #: modules/carousel/jetpack-carousel.php:323
3849
- msgid "No comment text was submitted."
3850
- msgstr "Geen kommentaar is gestuur nie."
 
3851
 
3852
- #: modules/carousel/jetpack-carousel.php:335
3853
- msgid "Comments on this post are closed."
3854
- msgstr "Hierdie artikel se kommentaar is gesluit."
3855
 
3856
- #: modules/carousel/jetpack-carousel.php:345
3857
- msgid "Sorry, but we could not authenticate your request."
3858
  msgstr ""
3859
 
3860
- #: modules/carousel/jetpack-carousel.php:354
3861
- msgid "Please provide your name."
3862
  msgstr ""
3863
 
3864
- #: modules/carousel/jetpack-carousel.php:357
3865
- msgid "Please provide an email address."
3866
  msgstr ""
3867
 
3868
- #: modules/carousel/jetpack-carousel.php:360
3869
- msgid "Please provide a valid email address."
 
 
 
3870
  msgstr ""
3871
 
3872
- #: modules/carousel/jetpack-carousel.php:389
3873
- msgid "Image Gallery Carousel"
 
3874
  msgstr ""
3875
 
3876
- #: modules/carousel/jetpack-carousel.php:392
3877
- msgid "Enable carousel"
 
3878
  msgstr ""
3879
 
3880
- #: modules/carousel/jetpack-carousel.php:396
3881
- msgid "Background color"
 
 
 
 
3882
  msgstr ""
3883
 
3884
- #: modules/carousel/jetpack-carousel.php:399
3885
- msgid "Metadata"
 
 
 
 
3886
  msgstr ""
3887
 
3888
- #: modules/carousel/jetpack-carousel.php:456
3889
- msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
 
 
3890
  msgstr ""
3891
 
3892
- #: modules/carousel/jetpack-carousel.php:464
3893
- msgid "Show map of photo location in carousel, when available."
3894
  msgstr ""
3895
 
3896
- #: modules/carousel/jetpack-carousel.php:472
3897
- msgid "Black"
3898
  msgstr ""
3899
 
3900
- #: modules/carousel/jetpack-carousel.php:472
3901
- msgid "White"
3902
  msgstr ""
3903
 
3904
- #: modules/carousel/jetpack-carousel.php:480
3905
- msgid "Display images in full-size carousel slideshow."
3906
  msgstr ""
3907
 
3908
- #: modules/comments/admin.php:50 modules/comments/comments.php:211
3909
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
3910
- msgid "Leave a Reply"
3911
- msgstr "Lewer kommentaar"
3912
 
3913
- #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:156
3914
- #: modules/widgets/twitter-timeline.php:217
3915
- msgid "Light"
3916
- msgstr "Lig"
3917
 
3918
- #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:157
3919
- #: modules/widgets/twitter-timeline.php:218
3920
- msgid "Dark"
3921
- msgstr "Donker"
3922
 
3923
- #: modules/comments/admin.php:56
3924
- msgid "Transparent"
3925
- msgstr "Deurskynend"
 
 
 
 
 
 
3926
 
3927
- #: modules/comments/admin.php:72 modules/module-info.php:521
3928
- msgid "Jetpack Comments"
 
 
 
 
 
 
3929
  msgstr ""
3930
 
3931
- #: modules/comments/admin.php:81
3932
- msgid "Greeting Text"
3933
- msgstr "Verwelkoming"
 
3934
 
3935
- #: modules/comments/admin.php:97 modules/comments/admin.php:168
3936
- #: modules/widgets/facebook-likebox.php:154
3937
- msgid "Color Scheme"
3938
- msgstr "Kleurskema"
3939
 
3940
- #: modules/comments/admin.php:118
3941
- msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
 
 
 
 
 
 
3942
  msgstr ""
3943
 
3944
- #: modules/comments/admin.php:134
3945
- msgid "A few catchy words to motivate your readers to comment"
 
3946
  msgstr ""
3947
 
3948
- #: modules/comments/base.php:83
3949
- msgid "Invalid request"
 
3950
  msgstr ""
3951
 
3952
- #: modules/comments/base.php:230
3953
- msgid "Error: please fill the required fields (name, email)."
3954
- msgstr "Fout: vul asseblief die verpligde velde in."
 
3955
 
3956
- #: modules/comments/base.php:232
3957
- msgid "Error: please enter a valid email address."
 
3958
  msgstr ""
3959
 
3960
- #: modules/after-the-deadline/config-options.php:83
3961
- msgid "<a href=\"%s\">Learn more</a> about these options."
 
 
3962
  msgstr ""
3963
 
3964
- #: modules/after-the-deadline/config-options.php:86
3965
- msgid "Language"
 
3966
  msgstr ""
3967
 
3968
- #: modules/after-the-deadline/config-options.php:89
3969
- msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
3970
- msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
3971
  msgstr ""
3972
 
3973
- #: modules/after-the-deadline/config-options.php:95
3974
- msgid "Use automatically detected language to proofread posts and pages"
3975
  msgstr ""
3976
 
3977
- #: modules/after-the-deadline/config-unignore.php:129
3978
- msgid "Ignored Phrases"
 
 
 
 
 
3979
  msgstr ""
3980
 
3981
- #: modules/after-the-deadline/config-unignore.php:131
3982
- msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
3983
  msgstr ""
3984
 
3985
- #: modules/after-the-deadline/config-unignore.php:133
3986
- #: modules/widget-visibility/widget-conditions.php:174
3987
- msgid "Add"
3988
  msgstr ""
3989
 
3990
- #: modules/after-the-deadline/config-unignore.php:138
3991
- msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
3992
  msgstr ""
3993
 
3994
- #: modules/carousel/jetpack-carousel.php:106
3995
- msgid "Comment"
3996
- msgstr "Kommentaar"
3997
 
3998
- #: modules/carousel/jetpack-carousel.php:107
3999
- msgid "Post Comment"
4000
- msgstr "Publiseer Kommentaar"
4001
 
4002
- #: modules/carousel/jetpack-carousel.php:108
4003
- msgid "Loading Comments..."
4004
- msgstr "Die kommentaar is aan't laai..."
4005
 
4006
- #: modules/carousel/jetpack-carousel.php:109
4007
- msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
4008
  msgstr ""
4009
 
4010
- #: modules/carousel/jetpack-carousel.php:110
4011
- msgid "Please be sure to submit some text with your comment."
4012
- msgstr "Maak seker jou kommentaar bevat teks."
4013
 
4014
- #: modules/carousel/jetpack-carousel.php:111
4015
- msgid "Please provide an email address to comment."
4016
- msgstr "Verskaf asseblief jou e-posadres om kommentaar te kan lewer."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4017
 
4018
- #: modules/carousel/jetpack-carousel.php:112
4019
- msgid "Please provide your name to comment."
4020
- msgstr "Verskaf asseblief jou naam om kommentaar te lewer."
4021
 
4022
- #: modules/carousel/jetpack-carousel.php:113
4023
- msgid "Sorry, but there was an error posting your comment. Please try again later."
4024
- msgstr "Jammer, maar daar was 'n fout met die publiseer van jou kommentaar. Probeer asseblief later weer."
4025
 
4026
- #: modules/carousel/jetpack-carousel.php:114
4027
- msgid "Your comment was approved."
4028
- msgstr "Jou kommentaar is goedgekeur."
4029
 
4030
- #: modules/carousel/jetpack-carousel.php:115
4031
- msgid "Your comment is in moderation."
4032
- msgstr "Jou kommentaar word gemodereer."
4033
 
4034
- #: modules/carousel/jetpack-carousel.php:116
4035
- msgid "Camera"
4036
  msgstr ""
4037
 
4038
- #: modules/carousel/jetpack-carousel.php:117
4039
- msgid "Aperture"
4040
  msgstr ""
4041
 
4042
- #: modules/carousel/jetpack-carousel.php:118
4043
- msgid "Shutter Speed"
4044
  msgstr ""
4045
 
4046
- #: modules/carousel/jetpack-carousel.php:119
4047
- msgid "Focal Length"
4048
  msgstr ""
4049
 
4050
- #: modules/carousel/jetpack-carousel.php:129
4051
- msgid "Commenting as %s"
4052
- msgstr "Jy lewer kommentaar as %s"
4053
 
4054
- #: modules/carousel/jetpack-carousel.php:132
4055
- msgid "You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in</a> to post a comment."
4056
- msgstr "Jy moet <a href=\"#\" class=\"jp-carousel-comment-login\">ingeteken</a> wees om kommentaar te lewer."
4057
 
4058
- #: modules/carousel/jetpack-carousel.php:134
4059
- msgid "%s (Required)"
4060
  msgstr ""
4061
 
4062
- #: modules/carousel/jetpack-carousel.php:136
4063
- #: modules/contact-form/grunion-contact-form.php:751
4064
- #: modules/contact-form/grunion-form-view.php:155
4065
- msgid "Email"
4066
- msgstr "E-pos"
4067
 
4068
- #: modules/carousel/jetpack-carousel.php:140
4069
- #: modules/contact-form/grunion-contact-form.php:752
4070
- #: modules/contact-form/grunion-form-view.php:160
4071
- msgid "Website"
 
 
 
4072
  msgstr ""
4073
 
4074
- #: modules/carousel/jetpack-carousel.php:273
4075
- msgid "Missing attachment ID."
4076
  msgstr ""
4077
 
4078
- #: modules/carousel/jetpack-carousel.php:310
4079
- msgid "Nonce verification failed."
 
 
 
 
 
 
 
 
4080
  msgstr ""
4081
 
4082
  #: modules/after-the-deadline/atd-l10n.php:18
@@ -4089,7 +4487,7 @@ msgstr ""
4089
 
4090
  #: modules/after-the-deadline/atd-l10n.php:20
4091
  msgid "Ignore all"
4092
- msgstr ""
4093
 
4094
  #: modules/after-the-deadline/atd-l10n.php:22
4095
  msgid "Edit Selection..."
@@ -4104,7 +4502,7 @@ msgid "edit text"
4104
  msgstr ""
4105
 
4106
  #: modules/after-the-deadline/atd-l10n.php:26
4107
- #: modules/after-the-deadline.php:226
4108
  msgid "Proofread Writing"
4109
  msgstr ""
4110
 
@@ -4202,500 +4600,602 @@ msgstr ""
4202
  msgid "Redundant Phrases"
4203
  msgstr ""
4204
 
4205
- #: class.jetpack.php:2909
4206
- msgid "Configure"
4207
  msgstr ""
4208
 
4209
- #: class.jetpack.php:2947
4210
- msgid "Coming soon&#8230;"
 
 
 
 
 
4211
  msgstr ""
4212
 
4213
- #: class.jetpack.php:3086
4214
- msgid "Something is being cranky!"
4215
  msgstr ""
4216
 
4217
- #: class.jetpack.php:3087
4218
- msgid "Your site is configured to only permit SSL connections to Jetpack, but SSL connections don't seem to be functional!"
4219
  msgstr ""
4220
 
4221
- #: class.jetpack.php:3175
4222
- msgid "Error Details: Jetpack ID is empty. Do not publicly post this error message! %s"
4223
  msgstr ""
4224
 
4225
- #: class.jetpack.php:3177
4226
- msgid "Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s"
 
 
 
 
 
4227
  msgstr ""
4228
 
4229
- #: class.jetpack.php:3179
4230
- msgid "Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s"
 
 
 
 
 
 
 
 
 
 
 
 
4231
  msgstr ""
4232
 
4233
- #: class.jetpack.php:3337
4234
- msgid "Jetpack Plugin Version"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4235
  msgstr ""
4236
 
4237
- #: class.jetpack.php:3343
4238
- msgid "The Client ID/WP.com Blog ID of this site"
4239
  msgstr ""
4240
 
4241
- #: class.jetpack.php:3593
4242
- msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
4243
  msgstr ""
4244
 
4245
- #: class.jetpack.php:3596
4246
- msgid "Someone may be trying to trick you into giving them access to your site. Or it could be you just encountered a bug :). Either way, please close this window."
4247
  msgstr ""
4248
 
4249
- #: class.jetpack.php:3624
4250
- msgid "The authorization process expired. Please go back and try again."
 
 
 
 
 
 
 
 
4251
  msgstr ""
4252
 
4253
- #: class.jetpack.php:3664
4254
- msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
 
 
 
 
 
 
 
 
 
 
 
 
4255
  msgstr ""
4256
 
4257
- #: class.jetpack.php:3835
4258
- msgid "Something has gotten mixed up!"
4259
  msgstr ""
4260
 
4261
- #: class.jetpack.php:3837
4262
- msgid "Your <code>%1$s</code> option is set up as <strong>%2$s</strong>, but your WordPress.com connection lists it as <strong>%3$s</strong>!"
4263
  msgstr ""
4264
 
4265
- #: class.jetpack.php:3839
4266
- msgid "The data listed above is not for my current site. Please disconnect, and then form a new connection to WordPress.com for this site using my current settings."
4267
  msgstr ""
4268
 
4269
- #: class.jetpack.php:3840
4270
- msgid "Ignore the difference. This is just a staging site for the real site referenced above."
 
 
 
 
4271
  msgstr ""
4272
 
4273
- #: class.jetpack.php:3841
4274
- msgid "That used to be my URL for this site before I changed it. Update the WordPress.com Cloud's data to match my current settings."
4275
  msgstr ""
4276
 
4277
- #: class.json-api-endpoints.php:1162
4278
- msgid "This post is password protected."
4279
  msgstr ""
4280
 
4281
- #: class.json-api-endpoints.php:2850
4282
- msgid "Comment cache problem?"
4283
  msgstr ""
4284
 
4285
- #: functions.gallery.php:12
4286
- msgid "Thumbnail Grid"
4287
  msgstr ""
4288
 
4289
- #: functions.gallery.php:40
4290
- msgid "Type"
4291
  msgstr ""
4292
 
4293
- #: functions.opengraph.php:81
4294
- msgid "(no title)"
4295
  msgstr ""
4296
 
4297
- #: locales.php:29
4298
- msgctxt "locales"
4299
- msgid "%1$s/%2$s"
4300
  msgstr ""
4301
 
4302
- #: modules/after-the-deadline/atd-l10n.php:12
4303
- msgid "Spelling"
4304
  msgstr ""
4305
 
4306
- #: modules/after-the-deadline/atd-l10n.php:13
4307
- msgid "Repeated Word"
4308
  msgstr ""
4309
 
4310
- #: modules/after-the-deadline/atd-l10n.php:15
4311
- msgid "No suggestions"
4312
  msgstr ""
4313
 
4314
- #: modules/after-the-deadline/atd-l10n.php:17
4315
- msgid "Explain..."
4316
  msgstr ""
4317
 
4318
- #: class.jetpack.php:2519
4319
- msgid "User linked to WordPress.com"
4320
  msgstr ""
4321
 
4322
- #: class.jetpack.php:2519
4323
- msgid "Unlink user from WordPress.com"
 
 
 
 
 
 
 
4324
  msgstr ""
4325
 
4326
- #: class.jetpack.php:2537
4327
- msgid "Jetpack is network activated and notices can not be dismissed."
 
 
 
 
4328
  msgstr ""
4329
 
4330
- #: class.jetpack.php:2551
4331
- msgid "Dismiss this notice."
4332
  msgstr ""
4333
 
4334
- #: class.jetpack.php:2556
4335
- msgid "To enable all of the Jetpack features you&#8217;ll need to connect your website to WordPress.com using the button to the right. Once you&#8217;ve made the connection you&#8217;ll activate all the delightful features below."
4336
  msgstr ""
4337
 
4338
- #: class.jetpack.php:2571
4339
- msgid "To enable all of the Jetpack features you&#8217;ll need to link your account here to your WordPress.com account using the button to the right."
4340
  msgstr ""
4341
 
4342
- #: class.jetpack.php:2575 modules/post-by-email.php:131
4343
- #: modules/publicize/publicize-jetpack.php:66
4344
- msgid "Link account with WordPress.com"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4345
  msgstr ""
4346
 
4347
- #: class.jetpack.php:2596
4348
- msgid "Have feedback on Jetpack?"
4349
  msgstr ""
4350
 
4351
- #: class.jetpack.php:2598
4352
- msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
4353
  msgstr ""
4354
 
4355
- #: class.jetpack.php:2601
4356
- msgid "Take Survey"
4357
  msgstr ""
4358
 
4359
- #: class.jetpack.php:2607
4360
- msgid "Checking email updates status&hellip;"
4361
  msgstr ""
4362
 
4363
- #: class.jetpack.php:2613
4364
- msgctxt "%s = Unsubscribe link"
4365
- msgid "You are currently subscribed to email updates. %s"
4366
  msgstr ""
4367
 
4368
- #: class.jetpack.php:2614
4369
- msgid "Unsubscribe"
4370
  msgstr ""
4371
 
4372
- #: class.jetpack.php:2618
4373
- msgctxt "%s = Subscribe link"
4374
- msgid "Want to receive updates about Jetpack by email? %s"
4375
  msgstr ""
4376
 
4377
- #: class.jetpack.php:2619 modules/subscriptions.php:695
4378
- msgid "Subscribe"
4379
  msgstr ""
4380
 
4381
- #: class.jetpack.php:2626
4382
- msgid "You have been subscribed to receive email updates."
4383
  msgstr ""
4384
 
4385
- #: class.jetpack.php:2628
4386
- msgid "You will no longer receive email updates about Jetpack."
4387
  msgstr ""
4388
 
4389
- #: class.jetpack.php:2640
4390
- msgid "An <span>Automattic</span> Airline"
4391
  msgstr ""
4392
 
4393
- #: class.jetpack.php:2643
4394
- msgid "Privacy Policy"
4395
  msgstr ""
4396
 
4397
- #: class.jetpack.php:2644
4398
- msgid "Terms of Service"
 
 
 
 
 
4399
  msgstr ""
4400
 
4401
- #: class.jetpack.php:2646
4402
- msgid "Debug"
4403
  msgstr ""
4404
 
4405
- #: class.jetpack.php:2648 modules/sharedaddy/sharedaddy.php:84
4406
- msgid "Support"
4407
  msgstr ""
4408
 
4409
- #: class.jetpack.php:2778
4410
- msgid "Configure %s"
4411
  msgstr ""
4412
 
4413
- #: class.jetpack.php:2837
4414
- msgid "Deactivate"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4415
  msgstr ""
4416
 
4417
- #: class.jetpack.php:2850
4418
- msgid "Activate"
4419
  msgstr ""
4420
 
4421
- #: class.jetpack.php:2870
4422
- msgid "Free"
4423
  msgstr ""
4424
 
4425
- #: class.jetpack.php:2870
4426
- msgid "Purchase"
4427
  msgstr ""
4428
 
4429
- #: class.jetpack.php:2878
4430
- msgid "New"
 
 
 
 
4431
  msgstr ""
4432
 
4433
- #: class.jetpack.php:2881
4434
- msgid "Updated"
4435
  msgstr ""
4436
 
4437
- #: class.jetpack.php:1997
4438
  msgid "Return to sender. Whoops! It looks like you got the wrong Jetpack in the mail; deactivate then reactivate the Jetpack plugin to get a new one."
4439
  msgstr ""
4440
 
4441
- #: class.jetpack.php:2000
4442
  msgid "Wrong size. Hm&#8230; it seems your Jetpack doesn&#8217;t quite fit. Have you lost weight? Click &#8220;Connect to WordPress.com&#8221; again to get your Jetpack adjusted."
4443
  msgstr ""
4444
 
4445
- #: class.jetpack.php:2004
4446
  msgid "Your website needs to be publicly accessible to use Jetpack: %s"
4447
  msgstr ""
4448
 
4449
- #: class.jetpack.php:2009
4450
  msgid "%s could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
4451
  msgstr ""
4452
 
4453
- #: class.jetpack.php:2011
4454
  msgid "Do you still have the %s plugin installed?"
4455
  msgstr ""
4456
 
4457
- #: class.jetpack.php:2014
4458
  msgid "Module could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
4459
  msgstr ""
4460
 
4461
- #: class.jetpack.php:2022
4462
  msgid "<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."
4463
  msgstr ""
4464
 
4465
- #: class.jetpack.php:2028
4466
  msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
4467
  msgstr ""
4468
 
4469
- #: class.jetpack.php:2032
4470
  msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
4471
  msgstr ""
4472
 
4473
- #: class.jetpack.php:2072
4474
  msgid "<strong>Your Jetpack has a glitch.</strong> Something went wrong that&#8217;s never supposed to happen. Guess you&#8217;re just lucky: %s"
4475
  msgstr ""
4476
 
4477
- #: class.jetpack.php:2075
4478
  msgid "Try connecting again."
4479
  msgstr ""
4480
 
4481
- #: class.jetpack.php:2099
4482
  msgid "Welcome to <strong>Jetpack %s</strong>!"
4483
  msgstr ""
4484
 
4485
- #: class.jetpack.php:2111
4486
  msgid "The following new modules have been activated: %l."
4487
  msgstr ""
4488
 
4489
- #: class.jetpack.php:2123
4490
  msgid "The following modules have been updated: %l."
4491
  msgstr ""
4492
 
4493
- #: class.jetpack.php:2132
4494
  msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
4495
  msgstr ""
4496
 
4497
- #: class.jetpack.php:2158
4498
  msgctxt "%l = list of Jetpack module/feature names"
4499
  msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
4500
  msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
4501
  msgstr[0] ""
4502
  msgstr[1] ""
4503
 
4504
- #: class.jetpack.php:2170
4505
  msgid "<strong>Module settings were saved.</strong> "
4506
  msgstr ""
4507
 
4508
- #: class.jetpack.php:2174
4509
  msgid "<strong>Your Jetpack is already connected.</strong> "
4510
  msgstr ""
4511
 
4512
- #: class.jetpack.php:2178 class.jetpack.php:2185
4513
  msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
4514
  msgstr ""
4515
 
4516
- #: class.jetpack.php:2180
4517
  msgid "The features below are now active. Click the learn more buttons to explore each feature."
4518
  msgstr ""
4519
 
4520
- #: class.jetpack.php:2191
4521
  msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
4522
  msgstr ""
4523
 
4524
- #: class.jetpack.php:2214
4525
  msgid "Jetpack contains the most recent version of the old %l plugin."
4526
  msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
4527
  msgstr[0] ""
4528
  msgstr[1] ""
4529
 
4530
- #: class.jetpack.php:2225
4531
  msgid "The old version has been deactivated and can be removed from your site."
4532
  msgid_plural "The old versions have been deactivated and can be removed from your site."
4533
  msgstr[0] ""
4534
  msgstr[1] ""
4535
 
4536
- #: class.jetpack.php:2290
4537
  msgid "Is this site private?"
4538
  msgstr ""
4539
 
4540
- #: class.jetpack.php:2295
4541
  msgctxt "%l = list of Jetpack module/feature names"
4542
  msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
4543
  msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
4544
  msgstr[0] ""
4545
  msgstr[1] ""
4546
 
4547
- #: class.jetpack.php:2312
4548
  msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
4549
  msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
4550
  msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
4551
  msgstr[0] ""
4552
  msgstr[1] ""
4553
 
4554
- #: class.jetpack.php:2329
4555
  msgctxt "%l = list of Jetpack module/feature names"
4556
  msgid "Deactivate %l"
4557
  msgstr ""
4558
 
4559
- #: class.jetpack.php:2514
4560
  msgid "Connected to WordPress.com"
4561
  msgstr ""
4562
 
4563
- #: class.jetpack.php:2514
4564
  msgid "Disconnect from WordPress.com"
4565
  msgstr ""
4566
 
4567
- #: class.jetpack.php:1441
4568
- msgid "One New Jetpack Module"
4569
- msgid_plural "%s New Jetpack Modules"
4570
- msgstr[0] ""
4571
- msgstr[1] ""
4572
-
4573
- #: class.jetpack.php:1444
4574
- msgid "Jetpack"
4575
- msgstr ""
4576
-
4577
- #: class.jetpack.php:1614 class.jetpack.php:1639 class.jetpack.php:1652
4578
- #: class.jetpack.php:2524 class.jetpack.php:2777
4579
- msgid "Jetpack by WordPress.com"
4580
- msgstr ""
4581
-
4582
- #: class.jetpack.php:1615 class.jetpack.php:1640 class.jetpack.php:2527
4583
- msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
4584
  msgstr ""
4585
 
4586
- #: class.jetpack.php:1616 class.jetpack.php:1641
4587
- msgid "On this page, you are able to view the modules available within Jetpack, learn more about them, and activate or deactivate them as needed."
4588
  msgstr ""
4589
 
4590
- #: class.jetpack.php:1617
4591
- msgid "Jetpack Module Options"
4592
  msgstr ""
4593
 
4594
- #: class.jetpack.php:1618
4595
- msgid "<strong>To Activate/Deactivate a Module</strong> - Click on Learn More. An Activate or Deactivate button will now appear next to the Learn More button. Click the Activate/Deactivate button."
4596
  msgstr ""
4597
 
4598
- #: class.jetpack.php:1619 class.jetpack.php:1666
4599
- msgid "For more information:"
4600
  msgstr ""
4601
 
4602
- #: class.jetpack.php:1620 class.jetpack.php:1667
4603
- msgid "Jetpack FAQ"
4604
  msgstr ""
4605
 
4606
- #: class.jetpack.php:1621 class.jetpack.php:1668
4607
- msgid "Jetpack Support"
 
4608
  msgstr ""
4609
 
4610
- #: class.jetpack.php:1637
4611
- msgid "Overview"
4612
  msgstr ""
4613
 
4614
- #: class.jetpack.php:1650
4615
- msgid "Modules"
4616
  msgstr ""
4617
 
4618
- #: class.jetpack.php:1653
4619
- msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
4620
  msgstr ""
4621
 
4622
- #: class.jetpack.php:1655
4623
- msgid "Find the component you want to manage"
4624
  msgstr ""
4625
 
4626
- #: class.jetpack.php:1656
4627
- msgid "Click on Learn More"
 
4628
  msgstr ""
4629
 
4630
- #: class.jetpack.php:1657
4631
- msgid "An Activate or Deactivate button will appear"
4632
  msgstr ""
4633
 
4634
- #: class.jetpack.php:1658
4635
- msgid "If additional settings are available, a link to them will appear"
 
4636
  msgstr ""
4637
 
4638
- #: class.jetpack.php:1738 modules/publicize/ui.php:576
4639
- #: modules/sharedaddy/sharedaddy.php:76 modules/sharedaddy/sharedaddy.php:83
4640
- msgid "Settings"
4641
  msgstr ""
4642
 
4643
- #: class.jetpack.php:1755
4644
- msgid "Dismiss this notice and deactivate Jetpack."
4645
  msgstr ""
4646
 
4647
- #: class.jetpack.php:1761
4648
- msgid "<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!"
4649
  msgstr ""
4650
 
4651
- #: class.jetpack.php:1763
4652
- msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
4653
  msgstr ""
4654
 
4655
- #: class.jetpack.php:1769 class.jetpack.php:2560
4656
- msgid "Connect to WordPress.com"
4657
  msgstr ""
4658
 
4659
- #: class.jetpack.php:1771 modules/module-info.php:45 modules/module-info.php:81
4660
- #: modules/module-info.php:138 modules/module-info.php:173
4661
- #: modules/module-info.php:207 modules/module-info.php:237
4662
- #: modules/module-info.php:270 modules/module-info.php:306
4663
- #: modules/module-info.php:357 modules/module-info.php:379
4664
- #: modules/module-info.php:417 modules/module-info.php:442
4665
- #: modules/module-info.php:460 modules/module-info.php:479
4666
- #: modules/module-info.php:485 modules/module-info.php:512
4667
- #: modules/module-info.php:543 modules/module-info.php:578
4668
- #: modules/module-info.php:600 modules/module-info.php:622
4669
- #: modules/module-info.php:672 modules/module-info.php:700
4670
- #: modules/module-info.php:728 modules/module-info.php:749
4671
- #: modules/module-info.php:775 modules/module-info.php:801
4672
- #: modules/module-info.php:824 modules/module-info.php:843
4673
- #: modules/module-info.php:862 modules/module-info.php:879
4674
- msgid "Learn More"
4675
  msgstr ""
4676
 
4677
- #: class.jetpack.php:1784
4678
- msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
4679
  msgstr ""
4680
 
4681
- #: class.jetpack.php:1811
4682
- msgid "Jetpack now includes Jetpack Comments, which enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site. To activate Jetpack Comments, <a href=\"%s\">%s</a>."
 
4683
  msgstr ""
4684
 
4685
- #: class.jetpack.php:1822
4686
- msgid "click here"
4687
  msgstr ""
4688
 
4689
- #: class.jetpack.php:1987
4690
- msgid "Cheatin&#8217; uh?"
4691
  msgstr ""
4692
 
4693
- #: class.jetpack.php:1990
4694
- msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
4695
  msgstr ""
4696
 
4697
- #: class.jetpack.php:1993
4698
- msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
4699
  msgstr ""
4700
 
4701
  #: class.jetpack-debugger.php:83
@@ -4706,7 +5206,7 @@ msgstr ""
4706
  msgid "It looks like your site can not communicate properly with Jetpack."
4707
  msgstr ""
4708
 
4709
- #: class.jetpack-debugger.php:99 class.jetpack.php:1449 class.jetpack.php:1669
4710
  msgid "Jetpack Debugging Center"
4711
  msgstr ""
4712
 
@@ -4724,123 +5224,4 @@ msgstr ""
4724
 
4725
  #: class.jetpack-debugger.php:138
4726
  msgid "Trouble with Jetpack?"
4727
- msgstr ""
4728
-
4729
- #: class.jetpack-debugger.php:139
4730
- msgid "It may be caused by one of these issues, which you can diagnose yourself:"
4731
- msgstr ""
4732
-
4733
- #: class.jetpack-debugger.php:141
4734
- msgid "A known issue."
4735
- msgstr ""
4736
-
4737
- #: class.jetpack-debugger.php:141
4738
- msgid "Some themes and plugins have <a href=\"%1$s\" target=\"_blank\">known conflicts</a> with Jetpack – check the <a href=\"%2$s\" target=\"_blank\">list</a>. (You can also browse the <a href=\"%3$s\">Jetpack support pages</a> or <a href=\"%4$s\">Jetpack support forum</a> to see if others have experienced and solved the problem.)"
4739
- msgstr ""
4740
-
4741
- #: class.jetpack-debugger.php:142
4742
- msgid "An incompatible plugin."
4743
- msgstr ""
4744
-
4745
- #: class.jetpack-debugger.php:142
4746
- msgid "Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help."
4747
- msgstr ""
4748
-
4749
- #: class.jetpack-debugger.php:143
4750
- msgid "A theme conflict."
4751
- msgstr ""
4752
-
4753
- #: class.jetpack-debugger.php:143
4754
- msgid "If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know."
4755
- msgstr ""
4756
-
4757
- #: class.jetpack-debugger.php:144
4758
- msgid "A problem with your XMLRPC file."
4759
- msgstr ""
4760
-
4761
- #: class.jetpack-debugger.php:144
4762
- msgid "Load your <a href=\"%s\">XMLRPC file</a>. It should say “XML-RPC server accepts POST requests only.” on a line by itself."
4763
- msgstr ""
4764
-
4765
- #: class.jetpack-debugger.php:146
4766
- msgid "If it's not by itself, a theme or plugin is displaying extra characters. Try steps 2 and 3."
4767
- msgstr ""
4768
-
4769
- #: class.jetpack-debugger.php:147
4770
- msgid "If you get a 404 message, contact your web host. Their security may block XMLRPC."
4771
- msgstr ""
4772
-
4773
- #: class.jetpack-debugger.php:151
4774
- msgid "If none of these help you find a solution, <a href=\"#\">click here to contact Jetpack support</a>. Tell us as much as you can about the issue and what steps you've tried to resolve it, and one of our Happiness Engineers will be in touch to help."
4775
- msgstr ""
4776
-
4777
- #: class.jetpack-debugger.php:164
4778
- msgid "Please describe the problem you are having."
4779
- msgstr ""
4780
-
4781
- #: class.jetpack-debugger.php:169 modules/carousel/jetpack-carousel.php:138
4782
- #: modules/contact-form/grunion-contact-form.php:750
4783
- #: modules/contact-form/grunion-form-view.php:156
4784
- msgid "Name"
4785
- msgstr ""
4786
-
4787
- #: class.jetpack-debugger.php:170
4788
- msgid "Let us know your name."
4789
- msgstr ""
4790
-
4791
- #: class.jetpack-debugger.php:175
4792
- msgid "E-mail"
4793
- msgstr ""
4794
-
4795
- #: class.jetpack-debugger.php:176
4796
- msgid "Use a valid email address."
4797
- msgstr ""
4798
-
4799
- #: class.jetpack-debugger.php:181
4800
- msgid "The test results and some other useful debug information will be sent to the support team. Please feel free to <a href=\"#\">review/modify</a> this information."
4801
- msgstr ""
4802
-
4803
- #: class.jetpack-debugger.php:185
4804
- msgid "Debug Info"
4805
- msgstr ""
4806
-
4807
- #: class.jetpack-heartbeat.php:112
4808
- msgid "Jetpack weekly"
4809
- msgstr ""
4810
-
4811
- #: class.jetpack.php:1164
4812
- msgid "Jetpack requires WordPress version %s or later."
4813
- msgstr ""
4814
-
4815
- #: class.jetpack.php:1404 class.jetpack.php:1420
4816
- msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
4817
- msgstr ""
4818
-
4819
- #: class.jetpack-client-server.php:141
4820
- msgid "An administrator for this blog must set up the Jetpack connection."
4821
- msgstr ""
4822
-
4823
- #: class.jetpack-client-server.php:146
4824
- msgid "You need to register your Jetpack before connecting it."
4825
- msgstr ""
4826
-
4827
- #: class.jetpack-client-server.php:188 class.jetpack.php:3163
4828
- #: class.jetpack.php:3165 class.jetpack.php:3167 class.jetpack.php:3170
4829
- msgid "Error Details: %s"
4830
- msgstr ""
4831
-
4832
- #: class.jetpack-debugger.php:24
4833
- msgid "You do not have sufficient permissions to access this page."
4834
- msgstr ""
4835
-
4836
- #: class.jetpack-debugger.php:68
4837
- msgid "Your site isn’t reaching the Jetpack servers."
4838
- msgstr ""
4839
-
4840
- #: class.jetpack-debugger.php:71
4841
- msgid "Your site isn’t securely reaching the Jetpack servers."
4842
- msgstr ""
4843
-
4844
- #: class.jetpack-debugger.php:76
4845
- msgid "Your `%1$s` option is set up as `%2$s`, but your WordPress.com connection lists it as `%3$s`!"
4846
  msgstr ""
1
+ # Translation of 2.6 in Afrikaans
2
+ # This file is distributed under the same license as the 2.6 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2013-11-25 20:13:19+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/0.1\n"
11
+ "Project-Id-Version: 2.6\n"
12
 
13
+ #: modules/carousel/jetpack-carousel.php:108
14
+ msgid "Write a comment..."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  msgstr ""
16
 
17
+ #: class.jetpack.php:999
18
+ msgctxt "Module Tag"
19
+ msgid "Mobile"
20
  msgstr ""
21
 
22
+ #: class.jetpack.php:1000
23
+ msgctxt "Module Tag"
24
+ msgid "Other"
25
  msgstr ""
26
 
27
+ #: class.jetpack-cli.php:169
28
+ msgid "%s has been deactivated."
29
  msgstr ""
30
 
31
+ #: class.jetpack.php:993
32
+ msgctxt "Module Tag"
33
+ msgid "Photos and Videos"
34
  msgstr ""
35
 
36
+ #: class.jetpack.php:994
37
+ msgctxt "Module Tag"
38
+ msgid "Social"
39
  msgstr ""
40
 
41
+ #: class.jetpack.php:995
42
+ msgctxt "Module Tag"
43
+ msgid "WordPress.com Stats"
44
  msgstr ""
45
 
46
+ #: class.jetpack.php:996
47
+ msgctxt "Module Tag"
48
+ msgid "Writing"
49
  msgstr ""
50
 
51
+ #: class.jetpack.php:997
52
+ msgctxt "Module Tag"
53
+ msgid "Appearance"
54
  msgstr ""
55
 
56
+ #: class.jetpack.php:998
57
+ msgctxt "Module Tag"
58
+ msgid "Developers"
59
  msgstr ""
60
 
61
+ #: class.jetpack-cli.php:82
62
+ msgid "Please specify a user."
63
  msgstr ""
64
 
65
+ #: class.jetpack-cli.php:163
66
+ msgid "%s has been activated."
67
  msgstr ""
68
 
69
+ #: class.jetpack-cli.php:155
70
+ msgid "Inactive"
71
  msgstr ""
72
 
73
+ #: class.jetpack-cli.php:151
74
+ msgid "Available Modules:"
75
  msgstr ""
76
 
77
+ #: class.jetpack-cli.php:144
78
+ msgid "Please specify a valid module."
79
  msgstr ""
80
 
81
+ #: class.jetpack-cli.php:138
82
+ msgid "%s is not a valid module."
83
  msgstr ""
84
 
85
+ #: class.jetpack-cli.php:101
86
+ msgid "Please specify if you would like to disconnect a blog or user."
87
  msgstr ""
88
 
89
+ #: class.jetpack-cli.php:97
90
+ msgid "%s could not be disconnected. Are you sure they're connected currently?"
91
  msgstr ""
92
 
93
+ #: class.jetpack-cli.php:95
94
+ msgid "%s has been successfully disconnected."
95
  msgstr ""
96
 
97
+ #: class.jetpack-cli.php:90
98
+ msgid "Jetpack has been successfully disconnected."
99
  msgstr ""
100
 
101
+ #: class.jetpack-cli.php:79
102
+ msgid "Please specify a valid user."
103
  msgstr ""
104
 
105
+ #: class.jetpack-cli.php:62 class.jetpack-cli.php:131
106
+ msgid "%s is not a valid command."
107
  msgstr ""
108
 
109
+ #: class.jetpack-cli.php:57
110
+ msgid "You cannot disconnect, without having first connected."
111
  msgstr ""
112
 
113
+ #: class.jetpack-cli.php:25
114
+ msgid "Jetpack is currently connected to WordPress.com"
115
  msgstr ""
116
 
117
+ #: class.jetpack-cli.php:26
118
+ msgid "The Jetpack Version is %s"
119
  msgstr ""
120
 
121
+ #: class.jetpack-cli.php:27
122
+ msgid "The WordPress.com blog_id is %d"
123
  msgstr ""
124
 
125
+ #: class.jetpack-cli.php:29
126
+ msgid "Jetpack is not currently connected to WordPress.com"
127
  msgstr ""
128
 
129
+ msgid "A single search box, that lets you search many different things."
130
+ msgstr "Een enkele soekfunksie waarmee jy verskillende dinge kan opspoor."
 
131
 
132
+ msgid "Give your site a boost by loading images from the WordPress.com content delivery network."
133
+ msgstr "Gee jou webwerf 'n inspuiting deurdat foto's vinniger laai vanaf die WordPress.com-netwerk (CDN)."
 
134
 
135
+ msgid "Publish posts to your blog directly from your personal email account."
136
+ msgstr "Publiseer artikels op jou blog deur middel van jou persoonlike e-posadres."
 
137
 
138
+ msgid "Connect your site to popular social networks and automatically share new posts with your friends."
139
+ msgstr "Verbind jou webwerf met gewilde sosiale netwerke en deel outomaties die nuwe artikels met jou vriende."
 
140
 
141
+ msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
142
+ msgstr "Die beste-este manier om jou storie op Facebook, Twitter en vele ander te deel."
 
143
 
144
+ msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
145
+ msgstr "'n Maklike manier om video's en ander media vanaf YouTube, Vimeo en Slideshare in 'n artikel te gebruik."
 
146
 
147
+ msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
148
+ msgstr "Aktiveer WP.me-gedrewe kortskakels vir al jou artikels sodat dit makliker gedeel kan word."
 
149
 
150
+ msgid "Jetpack Single Sign On"
 
151
  msgstr ""
152
 
153
+ msgid "Let users login with their WordPress.com Credentials"
 
154
  msgstr ""
155
 
156
+ msgid "Simple, concise site stats with no additional load on your server."
157
+ msgstr "Eenvoudige, bondige statistiek vir jou webwerf sonder ekstra las op die bediener."
 
158
 
159
+ msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
160
+ msgstr "Laat besoekers toe om op kennisgewings van nuwe artikels en kommentaar in te teken via e-pos."
 
161
 
162
+ msgid "Create elegant magazine-style mosaic layouts for your photos without using an external graphic editor."
163
+ msgstr "Skep 'n elegante mosaïek-uitleg vir fotogallerye."
 
164
 
165
+ msgid "Realtime backup and security scanning for your WordPress site."
166
+ msgstr "Intydse rugsteun en sekuriteit vir jou WordPress-gedrewe webwerf."
 
167
 
168
+ msgid "Quite possibly the easiest way to upload beautiful videos to your blog."
169
+ msgstr "Heel moontlik die maklikste manier om pragtige video's op te laai."
 
170
 
171
+ msgid "Control what pages your widgets appear on."
172
+ msgstr "Beheer op watter bladsye jou widgets verskyn."
 
173
 
174
+ msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
175
+ msgstr "Voeg foto's, Twitter-boodskappe en jou webwerf se RSS-skakels tjop-tjop by in die kantkolom."
 
176
 
177
+ #: modules/widgets/image-widget.php:116
178
+ msgid "Image title:"
179
  msgstr ""
180
 
181
+ #: modules/widgets/image-widget.php:119
182
+ msgid "Caption:"
183
  msgstr ""
184
 
185
+ #: modules/widgets/image-widget.php:125
186
+ msgid "Left"
187
+ msgstr "Links"
188
 
189
+ #: modules/widgets/image-widget.php:126
190
+ msgid "Center"
191
+ msgstr "Middel"
192
 
193
+ #: modules/widgets/image-widget.php:127
194
+ msgid "Right"
195
+ msgstr "Regs"
196
 
197
+ #: modules/widgets/image-widget.php:129
198
+ msgid "Image Alignment:"
199
  msgstr ""
200
 
201
+ #: modules/widgets/image-widget.php:139
202
+ msgid "Width:"
203
  msgstr ""
204
 
205
+ #: modules/widgets/image-widget.php:142
206
+ msgid "Height:"
207
  msgstr ""
208
 
209
+ #: modules/widgets/image-widget.php:145
210
+ msgid "If empty, we will attempt to determine the image size."
211
  msgstr ""
212
 
213
+ #: modules/widgets/image-widget.php:146
214
+ msgid "Link URL (when the image is clicked):"
215
  msgstr ""
216
 
217
+ #: modules/widgets/readmill.php:11 modules/widgets/readmill.php:21
218
+ msgid "Send To Readmill"
219
  msgstr ""
220
 
221
+ #: modules/widgets/readmill.php:13
222
+ msgid "Readmill is the best book reader for phones and tablets. With this widget you can enable users to send a book to their device with one click."
223
  msgstr ""
224
 
225
  #: modules/widgets/readmill.php:47
256
 
257
  #: modules/widgets/rsslinks-widget.php:13
258
  msgid "RSS Links (Jetpack)"
259
+ msgstr "RSS-skakels (Jetpack)"
260
 
261
  #: modules/widgets/rsslinks-widget.php:67
262
  #: modules/widgets/rsslinks-widget.php:133
335
  msgid "Subscribe to %s"
336
  msgstr "Teken in op %s"
337
 
338
+ #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
339
+ msgid "Top Posts &amp; Pages"
340
+ msgstr "Top Artikels &amp; Bladsye"
341
 
342
+ #: modules/widgets/top-posts.php:37
343
+ msgid "Shows your most viewed posts and pages."
344
+ msgstr "Wys jou mees geleeste artikels en bladsye."
345
 
346
+ #: modules/widgets/top-posts.php:78
347
+ msgid "Maximum number of posts to show (no more than 10):"
348
+ msgstr "Maksimum hoeveelheid artikels om te vertoon (nie meer as 10 nie):"
 
349
 
350
+ #: modules/widgets/top-posts.php:83
351
+ msgid "Display as:"
352
+ msgstr "Vertoon as:"
353
 
354
+ #: modules/widgets/top-posts.php:85
355
+ msgid "Text List"
356
+ msgstr "Tekslys"
357
 
358
+ #: modules/widgets/top-posts.php:86
359
+ msgid "Image List"
360
+ msgstr "Fotolys"
361
 
362
+ #: modules/widgets/top-posts.php:87
363
+ msgid "Image Grid"
364
+ msgstr "Fotoversameling"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
365
 
366
+ #: modules/widgets/top-posts.php:91
367
+ msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
368
+ msgstr "Die top artikels &amp; bladsye volgens besoeke word bereken uit 24-48 uur se statistiek. Dit neem 'n rukkie om te verander."
369
 
370
+ #: modules/widgets/top-posts.php:164
371
+ msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
372
+ msgstr "Daar is geen artikels om te wys nie. <a href=\"%s\">Wil jy meer verkeer hê?</a>"
373
 
374
+ #: modules/widgets/twitter-timeline.php:24
375
+ msgid "Twitter Timeline"
376
+ msgstr "Twitter-tydlyn"
377
 
378
+ #: modules/widgets/twitter-timeline.php:27
379
+ msgid "Display an official Twitter Embedded Timeline widget."
380
+ msgstr "Vertoon 'n amptelike Twitter Embedded Timeline brokkie."
381
 
382
+ #: modules/widgets/twitter-timeline.php:75
383
+ msgid "My Tweets"
384
+ msgstr "My tweets"
385
 
386
+ #: modules/widgets/twitter-timeline.php:146
387
+ msgid "Follow me on Twitter"
388
+ msgstr "Volg my op Twitter"
389
 
390
+ #: modules/widgets/twitter-timeline.php:165
391
+ msgid "Width (px):"
392
+ msgstr "Breedte (px):"
393
 
394
+ #: modules/widgets/twitter-timeline.php:170
395
+ msgid "Height (px):"
396
+ msgstr "Hoogte (px):"
397
 
398
+ #: modules/widgets/twitter-timeline.php:175
399
+ msgid "# of Tweets Shown:"
400
+ msgstr "# sigbare tweets:"
401
 
402
+ #: modules/widgets/twitter-timeline.php:183
403
+ msgid "You need to <a href=\"%1$s\" target=\"_blank\">create a widget at Twitter.com</a>, and then enter your widget id (the long number found in the URL of your widget's config page) in the field below. <a href=\"%2$s\" target=\"_blank\">Read more</a>."
404
  msgstr ""
405
 
406
+ #: modules/widgets/twitter-timeline.php:191
407
+ msgid "Widget ID:"
408
  msgstr ""
409
 
410
+ #: modules/widgets/twitter-timeline.php:196
411
+ msgid "Layout Options:"
412
+ msgstr "Opsies vir uitleg:"
413
 
414
+ #: modules/widgets/twitter-timeline.php:197
415
+ msgid "No Header"
416
+ msgstr "Geen kopstrook nie"
417
 
418
+ #: modules/widgets/twitter-timeline.php:198
419
+ msgid "No Footer"
420
+ msgstr "Geen voetstrook nie"
421
 
422
+ #: modules/widgets/twitter-timeline.php:199
423
+ msgid "No Borders"
424
+ msgstr "Geen buitelyne nie"
425
 
426
+ #: modules/widgets/twitter-timeline.php:200
427
+ msgid "No Scrollbar"
428
+ msgstr "Geen rolbalk nie"
429
 
430
+ #: modules/widgets/twitter-timeline.php:201
431
+ msgid "Transparent Background"
432
+ msgstr "Deurskynende agtergrond"
433
 
434
+ #: modules/widgets/twitter-timeline.php:205
435
+ msgid "Link Color (hex):"
436
+ msgstr "Kleur van skakels (hex):"
437
 
438
+ #: modules/widgets/twitter-timeline.php:210
439
+ msgid "Border Color (hex):"
440
+ msgstr "Kleur van buitelyne (hex):"
441
 
442
+ #: modules/widgets/twitter-timeline.php:215
443
+ msgid "Timeline Theme:"
444
+ msgstr "Tema van tydlyn:"
445
 
446
+ #: modules/widgets/wordpress-post-widget.php:23
447
+ msgid "Display WordPress Posts (Jetpack)"
448
  msgstr ""
449
 
450
+ #: modules/widgets/wordpress-post-widget.php:25
451
+ msgid "Displays a list of recent posts from another WordPress.com or Jetpack-enabled blog."
 
 
452
  msgstr ""
453
 
454
+ #: modules/widgets/wordpress-post-widget.php:52
455
+ #: modules/widgets/wordpress-post-widget.php:76
456
+ msgid "We cannot load blog data at this time."
457
  msgstr ""
458
 
459
+ #: modules/widgets/wordpress-post-widget.php:86
460
+ msgid "We cannot display posts for this blog."
461
  msgstr ""
462
 
463
+ #: modules/widgets/wordpress-post-widget.php:115
464
+ msgid "Recent Posts"
465
+ msgstr "Onlangse Bydraes"
466
 
467
+ #: modules/widgets/wordpress-post-widget.php:149
468
+ msgid "Blog URL:"
469
  msgstr ""
470
 
471
+ #: modules/widgets/wordpress-post-widget.php:152
472
+ msgid "Enter a WordPress.com or Jetpack WordPress site URL."
473
  msgstr ""
474
 
475
+ #: modules/widgets/wordpress-post-widget.php:156
476
+ msgid "Number of Posts to Display:"
477
  msgstr ""
478
 
479
+ #: modules/widgets/wordpress-post-widget.php:166
480
+ msgid "Show Featured Image:"
481
  msgstr ""
482
 
483
+ #: modules/widgets/wordpress-post-widget.php:170
484
+ msgid "Show Excerpts:"
485
  msgstr ""
486
 
487
+ #: modules/widgets.php:50
488
+ msgid "%s (Jetpack)"
489
+ msgstr "%s (Jetpack)"
490
 
491
+ msgid "http://wordpress.org/extend/plugins/jetpack/"
492
+ msgstr "http://wordpress.org/extend/plugins/jetpack/"
 
493
 
494
+ msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
 
495
  msgstr ""
496
 
497
+ msgid "Automattic"
498
+ msgstr "Automattic"
 
499
 
500
+ msgid "http://jetpack.me"
501
+ msgstr "http://jetpack.me"
 
502
 
503
+ msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
 
504
  msgstr ""
505
 
506
+ msgid "Transform your standard image galleries into an immersive full-screen experience."
507
+ msgstr "Omskep die gewone fotogallerye in 'n innemende ervaring wat jou skerm vul."
 
508
 
509
+ msgid "A new comment system that has integrated social media login options."
510
+ msgstr "'n Nuwe kommentaarstelsel met geïntegreerde intekenopsies van sosiale netwerke."
 
511
 
512
+ msgid "Easily insert a contact form anywhere on your site."
513
+ msgstr "Plaas 'n kontakvorm enige plek op jou webwerf, sommer tjop-tjop."
 
514
 
515
+ msgid "Customize the appearance of your site using CSS but without modifying your theme."
516
+ msgstr "Verander die voorkoms van jou webwerf d.m.v. CSS, maar sonder om veranderinge op jou tema aan te bring."
 
517
 
518
+ msgid "Share your public posts and comments to search engines and other services in real-time."
519
+ msgstr "Deel jou openbare artikels en kommentaar intyds met soekenjins en ander dienste."
 
520
 
521
+ msgid "Show a link to your Google+ in the sharing area of your posts and add your blog URL to your Google+ profile."
 
522
  msgstr ""
523
 
524
+ msgid "Show a pop-up business card of your users' gravatar profiles in comments."
525
+ msgstr "Wys die gravatar-profiel van jou gebruikers in die kommentaar met 'n opspringvenster."
 
526
 
527
+ msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
528
+ msgstr "Laai outomaties die volgende klomp artikels soos die leser op die bladsy afrol."
 
529
 
530
+ msgid "Allow applications to securely access your content through the cloud."
 
531
  msgstr ""
532
 
533
+ msgid "Beautiful Math"
534
+ msgstr "Elegante Wiskunde"
 
535
 
536
+ msgid "Mark up your posts with the <img src=\"//s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
537
+ msgstr "Gebruik <img src=\"//s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> as uitlegtaal om ingewikkelde wiskundige vergelykings en ander toordery."
 
538
 
539
+ msgid "Likes are a way for people to show their appreciation for content you have written. It’s also a way for you to show the world how popular your content has become."
540
+ msgstr "\"Likes\" is 'n manier vir mense om aan te dui dat hulle van jou artikel hou. Dit gee ook vir jou die geleentheid om vir die wêreld te wys hoe gewild jou storie is. "
 
541
 
542
+ msgid "Automatically optimize your site for mobile devices."
543
+ msgstr "Pas jou webwerf outomaties vir mobiele toestelle aan."
 
544
 
545
+ msgid "Receive notifications on your mobile device."
546
+ msgstr "Ontvang kennisgewings op jou mobiele toestel."
 
547
 
548
+ msgid "Jetpack Monitor will keep tabs on your site, and alert you the moment that downtime is detected."
 
549
  msgstr ""
550
 
551
+ msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
552
+ msgstr "Hou jou webwerf dop en bestuur sy aktiwiteit deur middel van kennisgewings op die boonste balk en op WordPress.com."
 
553
 
554
+ #: modules/videopress/videopress.php:295
555
+ msgid "Allow users to access, edit, and delete my videos"
 
556
  msgstr ""
557
 
558
+ #: modules/videopress/videopress.php:298
559
+ msgid "Allow users to upload videos"
 
560
  msgstr ""
561
 
562
+ #: modules/videopress/videopress.php:303
563
+ msgid "Free formats"
 
564
  msgstr ""
565
 
566
+ #: modules/videopress/videopress.php:307
567
+ msgid "Only display videos in free software formats"
 
568
  msgstr ""
569
 
570
+ #: modules/videopress/videopress.php:308
571
+ msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
572
  msgstr ""
573
 
574
+ #: modules/videopress/videopress.php:313
575
+ msgid "Default quality"
 
576
  msgstr ""
577
 
578
+ #: modules/videopress/videopress.php:317
579
+ msgid "Display higher quality video by default."
 
580
  msgstr ""
581
 
582
+ #: modules/videopress/videopress.php:318
583
+ msgid "This setting may be overridden for individual videos."
 
584
  msgstr ""
585
 
586
+ #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
587
+ #: modules/videopress/videopress.php:593
588
+ msgid "VideoPress Library"
589
  msgstr ""
590
 
591
+ #: modules/videopress/videopress.php:340
592
+ msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
 
593
  msgstr ""
594
 
595
+ #: modules/videopress/videopress.php:341
596
+ msgid "Browse Your VideoPress Library"
 
597
  msgstr ""
598
 
599
+ #: modules/videopress/videopress.php:342
600
+ msgid "Please enable JavaScript support in your browser to use VideoPress."
601
  msgstr ""
602
 
603
+ #: modules/videopress/videopress.php:589
604
+ msgid "Please select a video file to upload."
605
  msgstr ""
606
 
607
+ #: modules/videopress/videopress.php:590
608
+ msgid "Your video is uploading... Please do not close this window."
609
  msgstr ""
610
 
611
+ #: modules/videopress/videopress.php:591
612
+ msgid "An unknown error has occurred. Please try again later."
613
  msgstr ""
614
 
615
+ #: modules/videopress/videopress.php:592
616
+ msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
617
  msgstr ""
618
 
619
+ #: modules/videopress/videopress.php:594
620
+ msgid "Upload a Video"
621
  msgstr ""
622
 
623
+ #: modules/videopress/videopress.php:595
624
+ msgid "Insert Video"
625
  msgstr ""
626
 
627
+ #: modules/videopress/videopress.php:628
628
+ msgid "Ogg File URL"
629
  msgstr ""
630
 
631
+ #: modules/videopress/videopress.php:630
632
+ msgid "Location of the Ogg video file."
633
  msgstr ""
634
 
635
+ #: modules/videopress/videopress.php:638
636
+ msgid "Display share menu and allow viewers to embed or download this video"
637
  msgstr ""
638
 
639
+ #: modules/videopress/videopress.php:644
640
+ msgid "Rating"
641
+ msgstr "Aanslag"
642
 
643
+ #: modules/videopress/videopress.php:657
644
+ msgid "Shortcode"
645
  msgstr ""
646
 
647
+ #: modules/videopress/videopress.php:664
648
+ msgid "The preview is unavailable while this video is being processed."
649
+ msgstr "Die voorskou is nie beskikbaar terwyl die video verwerk word nie."
650
 
651
+ #: modules/videopress/videopress.php:673
652
+ msgid "Video Preview:"
653
  msgstr ""
654
 
655
+ #: modules/videopress/videopress.php:707
656
+ msgid "Use the form below to upload a video to your VideoPress Library. The following video formats are supported: %s. Maximum upload file size is %d%s."
657
  msgstr ""
658
 
659
+ #: modules/videopress/videopress.php:710
660
+ msgid "Upload Video"
 
661
  msgstr ""
662
 
663
+ #: modules/widget-visibility/widget-conditions.php:34
664
+ msgid "All category pages"
665
  msgstr ""
666
 
667
+ #: modules/widget-visibility/widget-conditions.php:48
668
+ msgid "All author pages"
669
  msgstr ""
670
 
671
+ #: modules/widget-visibility/widget-conditions.php:59
672
+ msgid "All tag pages"
673
  msgstr ""
674
 
675
+ #: modules/widget-visibility/widget-conditions.php:73
676
+ msgid "All date archives"
677
  msgstr ""
678
 
679
+ #: modules/widget-visibility/widget-conditions.php:74
680
+ msgid "Daily archives"
681
  msgstr ""
682
 
683
+ #: modules/widget-visibility/widget-conditions.php:75
684
+ msgid "Monthly archives"
685
  msgstr ""
686
 
687
+ #: modules/widget-visibility/widget-conditions.php:76
688
+ msgid "Yearly archives"
689
  msgstr ""
690
 
691
+ #: modules/widget-visibility/widget-conditions.php:87
692
+ msgid "Front page"
693
  msgstr ""
694
 
695
+ #: modules/widget-visibility/widget-conditions.php:88
696
+ msgid "Posts page"
697
  msgstr ""
698
 
699
+ #: modules/widget-visibility/widget-conditions.php:89
700
+ msgid "404 error page"
701
  msgstr ""
702
 
703
+ #: modules/widget-visibility/widget-conditions.php:90
704
+ msgid "Search results"
705
  msgstr ""
706
 
707
+ #: modules/widget-visibility/widget-conditions.php:91
708
+ msgid "Post type:"
709
  msgstr ""
710
 
711
+ #: modules/widget-visibility/widget-conditions.php:104
712
+ msgid "Static page:"
713
  msgstr ""
714
 
715
+ #: modules/widget-visibility/widget-conditions.php:146
716
+ msgid "Visibility"
717
  msgstr ""
718
 
719
+ #: modules/widget-visibility/widget-conditions.php:149
720
+ msgctxt "placeholder: dropdown menu to select widget visibility; hide if or show if"
721
+ msgid "%s if:"
722
  msgstr ""
723
 
724
+ #: modules/widget-visibility/widget-conditions.php:149
725
+ msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
726
+ msgid "Show"
727
  msgstr ""
728
 
729
+ #: modules/widget-visibility/widget-conditions.php:149
730
+ msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
731
+ msgid "Hide"
732
  msgstr ""
733
 
734
+ #: modules/widget-visibility/widget-conditions.php:160
735
+ msgctxt "Used as the default option in a dropdown list"
736
+ msgid "-- Select --"
737
  msgstr ""
738
 
739
+ #: modules/widget-visibility/widget-conditions.php:161
740
+ msgid "Category"
741
  msgstr ""
742
 
743
+ #: modules/widget-visibility/widget-conditions.php:162
744
+ msgctxt "Noun, as in: \"The author of this post is...\""
745
+ msgid "Author"
746
  msgstr ""
747
 
748
+ #: modules/widget-visibility/widget-conditions.php:163
749
+ msgctxt "Noun, as in: \"This post has one tag.\""
750
+ msgid "Tag"
751
+ msgstr ""
 
752
 
753
+ #: modules/widget-visibility/widget-conditions.php:164
754
+ msgctxt "Noun, as in: \"This page is a date archive.\""
755
+ msgid "Date"
756
  msgstr ""
757
 
758
+ #: modules/widget-visibility/widget-conditions.php:165
759
+ msgctxt "Example: The user is looking at a page, not a post."
760
+ msgid "Page"
761
  msgstr ""
762
 
763
+ #: modules/widget-visibility/widget-conditions.php:167
764
+ msgctxt "Widget Visibility: {Rule Major [Page]} is {Rule Minor [Search results]}"
765
+ msgid "is"
766
  msgstr ""
767
 
768
+ #: modules/widget-visibility/widget-conditions.php:171
769
+ msgctxt "Shown between widget visibility conditions."
770
+ msgid "or"
771
  msgstr ""
772
 
773
+ #: modules/widget-visibility/widget-conditions.php:174
774
+ msgid "Delete"
775
  msgstr ""
776
 
777
+ #: modules/widgets/facebook-likebox.php:31
778
+ msgid "Facebook Like Box"
779
  msgstr ""
780
 
781
+ #: modules/widgets/facebook-likebox.php:34
782
+ msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
783
  msgstr ""
784
 
785
+ #: modules/widgets/facebook-likebox.php:48
786
+ msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
787
  msgstr ""
788
 
789
+ #: modules/widgets/facebook-likebox.php:131
790
+ msgid "Facebook Page URL"
791
  msgstr ""
792
 
793
+ #: modules/widgets/facebook-likebox.php:134
794
+ msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
795
  msgstr ""
796
 
797
+ #: modules/widgets/facebook-likebox.php:140
798
+ msgid "Width"
799
+ msgstr "Wydte"
800
+
801
+ #: modules/widgets/facebook-likebox.php:147
802
+ msgid "Height"
803
+ msgstr "Hoogte"
804
+
805
+ #: modules/widgets/facebook-likebox.php:165
806
+ msgid "Show Faces"
807
+ msgstr "Wys gesigte"
808
+
809
+ #: modules/widgets/facebook-likebox.php:167
810
+ msgid "Show profile photos in the plugin."
811
  msgstr ""
812
 
813
+ #: modules/widgets/facebook-likebox.php:174
814
+ msgid "Show Stream"
 
815
  msgstr ""
816
 
817
+ #: modules/widgets/facebook-likebox.php:176
818
+ msgid "Show the profile stream for the public profile."
 
819
  msgstr ""
820
 
821
+ #: modules/widgets/facebook-likebox.php:183
822
+ msgid "Show Border"
823
  msgstr ""
824
 
825
+ #: modules/widgets/facebook-likebox.php:185
826
+ msgid "Show a border around the plugin."
827
  msgstr ""
828
 
829
+ #: modules/widgets/facebook-likebox.php:192
830
+ msgid "Show Wall"
831
  msgstr ""
832
 
833
+ #: modules/widgets/facebook-likebox.php:194
834
+ msgid "Show the wall for a Places page rather than friend activity."
835
  msgstr ""
836
 
837
+ #: modules/widgets/gallery/templates/form.php:2 modules/widgets/readmill.php:50
838
+ #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
839
+ #: modules/widgets/twitter-timeline.php:160
840
+ #: modules/widgets/wordpress-post-widget.php:144
841
+ msgid "Title:"
842
+ msgstr "Titel:"
843
+
844
+ #: modules/widgets/gallery/templates/form.php:10
845
+ msgid "Images:"
846
  msgstr ""
847
 
848
+ #: modules/widgets/gallery/templates/form.php:43
849
+ msgid "Link To:"
850
  msgstr ""
851
 
852
+ #: modules/widgets/gallery/templates/form.php:58
853
+ msgid "Random Order:"
854
  msgstr ""
855
 
856
+ #: modules/widgets/gallery/templates/form.php:69
857
+ msgid "Style:"
858
  msgstr ""
859
 
860
+ #: modules/widgets/gallery.php:20
861
+ msgid "Display a photo gallery or slideshow"
862
  msgstr ""
863
 
864
+ #: modules/widgets/gallery.php:327
865
+ msgid "Tiles"
866
  msgstr ""
867
 
868
+ #: modules/widgets/gallery.php:335
869
+ msgid "Attachment Page"
870
+ msgstr "Aanhangsel Bladsy"
871
+
872
+ #: modules/widgets/gallery.php:336
873
+ msgid "Media File"
874
  msgstr ""
875
 
876
+ #: modules/widgets/gravatar-profile.php:21
877
+ msgid "Gravatar Profile"
878
  msgstr ""
879
 
880
+ #: modules/widgets/gravatar-profile.php:24
881
+ msgid "Display a mini version of your Gravatar Profile"
882
  msgstr ""
883
 
884
+ #: modules/widgets/gravatar-profile.php:41
885
+ msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
886
  msgstr ""
887
 
888
+ #: modules/widgets/gravatar-profile.php:95
889
+ msgid "View Full Profile &rarr;"
890
  msgstr ""
891
 
892
+ #: modules/widgets/gravatar-profile.php:103
893
+ msgid "Error loading profile"
894
+ msgstr ""
895
 
896
+ #: modules/widgets/gravatar-profile.php:115
897
+ msgid "Personal Links"
898
  msgstr ""
899
 
900
+ #: modules/widgets/gravatar-profile.php:135
901
+ msgid "Verified Services"
902
  msgstr ""
903
 
904
+ #: modules/widgets/gravatar-profile.php:146
905
+ msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
906
+ msgid "%1$s on %2$s"
907
+ msgstr ""
908
 
909
+ #: modules/widgets/gravatar-profile.php:180
910
+ msgid "Select a user or pick \"custom\" and enter a custom email address."
911
  msgstr ""
912
 
913
+ #: modules/widgets/gravatar-profile.php:184
914
+ msgid "Custom"
915
  msgstr ""
916
 
917
+ #: modules/widgets/gravatar-profile.php:194
918
+ msgid "Custom Email Address"
919
  msgstr ""
920
 
921
+ #: modules/widgets/gravatar-profile.php:202
922
+ msgid "Show Personal Links"
923
  msgstr ""
924
 
925
+ #: modules/widgets/gravatar-profile.php:204
926
+ msgid "Links to your websites, blogs, or any other sites that help describe who you are."
927
  msgstr ""
928
 
929
+ #: modules/widgets/gravatar-profile.php:211
930
+ msgid "Show Account Links"
931
  msgstr ""
932
 
933
+ #: modules/widgets/gravatar-profile.php:213
934
+ msgid "Links to services that you use across the web."
 
 
 
 
 
935
  msgstr ""
936
 
937
+ #: modules/widgets/gravatar-profile.php:217
938
+ msgid "Opens in new window"
 
 
 
 
 
939
  msgstr ""
940
 
941
+ #: modules/widgets/gravatar-profile.php:217
942
+ msgid "Edit Your Profile"
943
+ msgstr "Verander jou profiel"
944
+
945
+ #: modules/widgets/gravatar-profile.php:217
946
+ msgid "What's a Gravatar?"
947
+ msgstr "Wat is 'n Gravatar?"
948
 
949
+ #: modules/widgets/image-widget.php:12
950
+ msgid "Display an image in your sidebar"
951
+ msgstr "Wys 'n foto in jou kantkolom"
952
 
953
+ #: modules/widgets/image-widget.php:14
954
+ msgid "Image (Jetpack)"
955
+ msgstr "Foto (Jetpack)"
956
 
957
+ #: modules/widgets/image-widget.php:110
958
+ msgid "Image URL:"
959
  msgstr ""
960
 
961
+ #: modules/widgets/image-widget.php:113
962
+ msgid "Alternate text:"
963
  msgstr ""
964
 
965
+ #: modules/sso.php:325
966
+ msgid "WordPress.com Single Sign On"
967
  msgstr ""
968
 
969
+ #: modules/sso.php:326
970
+ msgid "Connecting with WordPress.com SSO enables you to log in via your WordPress.com account."
971
  msgstr ""
972
 
973
+ #: modules/sso.php:339
974
+ msgid "Unlink This Account"
975
+ msgstr "Verbreek die skakel met hierdie rekening"
976
+
977
+ #: modules/sso.php:384
978
+ msgid "This profile is not currently linked to a WordPress.com Profile."
979
+ msgstr "Hierdie profiel is tans nie verbind met 'n profiel op WordPress.com nie."
980
+
981
+ #: modules/stats.php:266 modules/stats.php:701
982
+ msgid "Site Stats"
983
  msgstr ""
984
 
985
+ #: modules/stats.php:354
986
+ msgid "Loading&hellip;"
987
+ msgstr ""
 
 
988
 
989
+ #: modules/stats.php:355
990
+ msgid "Your Site Stats work better with Javascript enabled."
991
  msgstr ""
992
 
993
+ #: modules/stats.php:356
994
  msgid "View Site Stats without Javascript"
995
  msgstr ""
996
 
997
+ #: modules/stats.php:537
998
  msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
999
  msgstr ""
1000
 
1001
+ #: modules/stats.php:542
1002
  msgid "Admin bar"
1003
  msgstr ""
1004
 
1005
+ #: modules/stats.php:543
1006
  msgid "Put a chart showing 48 hours of views in the admin bar."
1007
  msgstr ""
1008
 
1009
+ #: modules/stats.php:544
1010
  msgid "Registered users"
1011
  msgstr ""
1012
 
1013
+ #: modules/stats.php:546
1014
  msgid "Count the page views of registered users who are logged in."
1015
  msgstr ""
1016
 
1017
+ #: modules/stats.php:556
1018
  msgid "Smiley"
1019
  msgstr ""
1020
 
1021
+ #: modules/stats.php:557
1022
  msgid "Hide the stats smiley face image."
1023
  msgstr ""
1024
 
1025
+ #: modules/stats.php:557
1026
  msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
1027
  msgstr ""
1028
 
1029
+ #: modules/stats.php:557
1030
  msgid "Smiley face"
1031
  msgstr ""
1032
 
1033
+ #: modules/stats.php:558
1034
  msgid "Report visibility"
1035
  msgstr ""
1036
 
1037
+ #: modules/stats.php:560
1038
  msgid "Select the roles that will be able to view stats reports."
1039
  msgstr ""
1040
 
1041
+ #: modules/stats.php:571
1042
  msgid "Save configuration"
1043
  msgstr ""
1044
 
1045
+ #: modules/stats.php:635
1046
  msgid "Stats"
1047
  msgstr ""
1048
 
1049
+ #: modules/stats.php:637
1050
  msgid "Views over 48 hours. Click for more Site Stats."
1051
  msgstr ""
1052
 
1053
+ #: modules/stats.php:722
1054
  msgid "day"
1055
+ msgstr "dag"
1056
 
1057
+ #: modules/stats.php:723
1058
  msgid "week"
1059
+ msgstr "week"
1060
 
1061
+ #: modules/stats.php:724
1062
  msgid "month"
1063
+ msgstr "maand"
1064
 
1065
+ #: modules/stats.php:727
1066
  msgid "the past day"
1067
+ msgstr "die vorige dag"
1068
 
1069
+ #: modules/stats.php:728
1070
  msgid "the past week"
1071
  msgstr ""
1072
 
1073
+ #: modules/stats.php:729
1074
  msgid "the past month"
1075
  msgstr ""
1076
 
1077
+ #: modules/stats.php:730
1078
  msgid "the past quarter"
1079
  msgstr ""
1080
 
1081
+ #: modules/stats.php:731
1082
  msgid "the past year"
1083
  msgstr ""
1084
 
1085
+ #: modules/stats.php:753
1086
  msgid "Chart stats by"
1087
  msgstr ""
1088
 
1089
+ #: modules/stats.php:766
1090
  msgid "Show top posts over"
1091
  msgstr ""
1092
 
1093
+ #: modules/stats.php:779
1094
  msgid "Show top search terms over"
1095
  msgstr ""
1096
 
1097
+ #: modules/stats.php:945
1098
  msgid "%1$s %2$s Views"
1099
  msgstr ""
1100
 
1101
+ #: modules/stats.php:966
1102
  msgid "View All"
1103
  msgstr ""
1104
 
1105
+ #: modules/stats.php:970
1106
  msgid "Top Posts"
1107
+ msgstr "Top Skrywes"
1108
 
1109
+ #: modules/stats.php:974 modules/stats.php:998
1110
+ msgid "Sorry, nothing to report."
1111
  msgstr ""
1112
 
1113
+ #: modules/stats.php:994
1114
+ msgid "Top Searches"
1115
  msgstr ""
1116
 
1117
+ #: modules/stats.php:1022
1118
+ msgid "We were unable to get your stats just now. Please reload this page to try again."
1119
  msgstr ""
1120
 
1121
+ #: modules/stats.php:1029
1122
+ msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
1123
  msgstr ""
1124
 
1125
+ #: modules/subscriptions.php:123
1126
+ msgid "Jetpack Subscriptions Settings"
1127
  msgstr ""
1128
 
1129
+ #: modules/subscriptions.php:132
1130
+ msgid "Follow Blog"
1131
  msgstr ""
1132
 
1133
+ #: modules/subscriptions.php:147
1134
+ msgid "Follow Comments"
1135
+ msgstr "Volg die kommentaar"
1136
 
1137
+ #: modules/subscriptions.php:168
1138
+ msgid "Follower Settings"
1139
  msgstr ""
1140
 
1141
+ #: modules/subscriptions.php:175
1142
+ msgid "Blog follow email text"
1143
  msgstr ""
1144
 
1145
+ #: modules/subscriptions.php:183
1146
+ msgid "Comment follow email text"
1147
+ msgstr "E-posboodskap wanneer jy kommentaar volg"
1148
 
1149
+ #: modules/subscriptions.php:197
1150
+ msgid "Change whether your visitors can subscribe to your posts or comments or both."
1151
  msgstr ""
1152
 
1153
+ #: modules/subscriptions.php:212
1154
+ msgid "Show a <em>'follow blog'</em> option in the comment form"
1155
  msgstr ""
1156
 
1157
+ #: modules/subscriptions.php:227
1158
+ msgid "Show a <em>'follow comments'</em> option in the comment form"
1159
  msgstr ""
1160
 
1161
+ #: modules/subscriptions.php:252
1162
+ msgid "These settings change emails sent from your blog to followers."
1163
  msgstr ""
1164
 
1165
+ #: modules/subscriptions.php:258
1166
+ msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
1167
  msgstr ""
1168
 
1169
+ #: modules/subscriptions.php:264
1170
+ msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
1171
  msgstr ""
1172
 
1173
+ #: modules/subscriptions.php:269
1174
+ msgid ""
1175
+ "Howdy.\n"
1176
+ "\n"
1177
+ "You recently followed this blog's posts. This means you will receive each new post by email.\n"
1178
+ "\n"
1179
+ "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1180
  msgstr ""
1181
 
1182
+ #: modules/subscriptions.php:270
1183
+ msgid ""
1184
+ "Howdy.\n"
1185
+ "\n"
1186
+ "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
1187
+ "\n"
1188
+ "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1189
  msgstr ""
1190
 
1191
+ #: modules/subscriptions.php:472
1192
+ msgid "Notify me of follow-up comments by email."
1193
+ msgstr "Stel my in kennis van nuwe kommentaar per e-pos."
1194
+
1195
+ #: modules/subscriptions.php:479
1196
+ msgid "Notify me of new posts by email."
1197
+ msgstr "Stel my in kennis van nuwe artikels per e-pos."
1198
+
1199
+ #: modules/subscriptions.php:557
1200
+ msgid "Add an email signup form to allow people to subscribe to your blog."
1201
  msgstr ""
1202
 
1203
+ #: modules/subscriptions.php:560
1204
+ msgid "Blog Subscriptions (Jetpack)"
1205
  msgstr ""
1206
 
1207
+ #: modules/subscriptions.php:586
1208
+ msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
1209
  msgstr ""
1210
 
1211
+ #: modules/subscriptions.php:595
1212
+ msgid "The email you entered was invalid, please check and try again."
1213
  msgstr ""
1214
 
1215
+ #: modules/subscriptions.php:598
1216
+ msgid "You have already subscribed to this site, please check your inbox."
1217
  msgstr ""
1218
 
1219
+ #: modules/subscriptions.php:604
1220
+ msgid "There was an error when subscribing, please try again."
1221
  msgstr ""
1222
 
1223
+ #: modules/subscriptions.php:617
1224
+ msgid "Join %s other subscriber"
1225
+ msgid_plural "Join %s other subscribers"
1226
+ msgstr[0] ""
1227
+ msgstr[1] ""
1228
+
1229
+ #: modules/subscriptions.php:694
1230
+ msgid "Subscribe to Blog via Email"
1231
  msgstr ""
1232
 
1233
+ #: modules/subscriptions.php:695
1234
+ msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
1235
  msgstr ""
1236
 
1237
+ #: modules/subscriptions.php:697
1238
+ msgid "Click to subscribe to this blog and receive notifications of new posts by email."
1239
  msgstr ""
1240
 
1241
+ #: modules/subscriptions.php:713
1242
+ msgid "%s: %s"
1243
  msgstr ""
1244
 
1245
+ #: modules/subscriptions.php:720 modules/widgets/image-widget.php:107
1246
+ msgid "Widget title:"
1247
  msgstr ""
1248
 
1249
+ #: modules/subscriptions.php:726
1250
+ msgid "Optional text to display to your readers:"
1251
  msgstr ""
1252
 
1253
+ #: modules/subscriptions.php:732
1254
+ msgid "Subscribe Button:"
1255
  msgstr ""
1256
 
1257
+ #: modules/subscriptions.php:739
1258
+ msgid "Show total number of subscribers? (%s subscriber)"
1259
+ msgid_plural "Show total number of subscribers? (%s subscribers)"
1260
+ msgstr[0] ""
1261
+ msgstr[1] ""
1262
+
1263
+ #: modules/tiled-gallery/tiled-gallery.php:318
1264
+ msgid "Tiled Mosaic"
1265
  msgstr ""
1266
 
1267
+ #: modules/tiled-gallery/tiled-gallery.php:319 modules/widgets/gallery.php:328
1268
+ msgid "Square Tiles"
1269
  msgstr ""
1270
 
1271
+ #: modules/tiled-gallery/tiled-gallery.php:320 modules/widgets/gallery.php:329
1272
+ msgid "Circles"
1273
  msgstr ""
1274
 
1275
+ #: modules/tiled-gallery/tiled-gallery.php:349
1276
+ msgid "Display all your gallery pictures in a cool mosaic."
1277
  msgstr ""
1278
 
1279
+ #: class.jetpack-cli.php:155 modules/vaultpress.php:24
1280
+ msgid "Active"
1281
+ msgstr "Aktief"
1282
+
1283
+ #: modules/videopress/class.videopress-player.php:195
1284
+ msgid "%s Error"
1285
  msgstr ""
1286
 
1287
+ #: modules/videopress/class.videopress-player.php:230
1288
+ msgid "This video is intended for mature audiences."
1289
  msgstr ""
1290
 
1291
+ #: modules/videopress/class.videopress-player.php:230
1292
+ msgid "Please verify your birthday."
1293
  msgstr ""
1294
 
1295
+ #: modules/videopress/class.videopress-player.php:280
1296
+ msgid "Submit"
1297
+ msgstr "Dien in"
1298
+
1299
+ #: modules/videopress/class.videopress-player.php:326
1300
+ msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
1301
  msgstr ""
1302
 
1303
+ #: modules/videopress/class.videopress-player.php:382
1304
+ msgctxt "watch a video title"
1305
+ msgid "Watch: %s"
1306
  msgstr ""
1307
 
1308
+ #: modules/videopress/class.videopress-player.php:478
1309
+ #: modules/videopress/class.videopress-player.php:500
1310
+ msgid "this video"
1311
  msgstr ""
1312
 
1313
+ #: modules/videopress/class.videopress-player.php:507
1314
+ msgctxt "Play as in playback or view a movie"
1315
+ msgid "JavaScript required to play %s."
1316
  msgstr ""
1317
 
1318
+ #: modules/videopress/class.videopress-player.php:654
1319
+ msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
 
1320
  msgstr ""
1321
 
1322
+ #: modules/videopress/class.videopress-player.php:661
1323
+ msgid "Loading video..."
1324
  msgstr ""
1325
 
1326
+ #: modules/videopress/class.videopress-video.php:306
1327
+ msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
1328
  msgstr ""
1329
 
1330
+ #: modules/videopress/class.videopress-video.php:308
1331
+ msgid "<strong>%s</strong> is not an allowed embed site."
1332
  msgstr ""
1333
 
1334
+ #: modules/videopress/class.videopress-video.php:308
1335
+ msgid "Publisher limits playback of video embeds."
1336
  msgstr ""
1337
 
1338
+ #: modules/videopress/class.videopress-video.php:310
1339
+ msgid "No data found for VideoPress identifier: <strong>%s</strong>."
1340
  msgstr ""
1341
 
1342
+ #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
1343
+ msgid "Could not obtain a VideoPress upload token. Please try again later."
1344
  msgstr ""
1345
 
1346
+ #: modules/videopress/videopress.php:264
1347
+ msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
1348
  msgstr ""
1349
 
1350
+ #: modules/videopress/videopress.php:269
1351
+ msgid "Connected WordPress.com Blog"
1352
  msgstr ""
1353
 
1354
+ #: modules/videopress/videopress.php:278
1355
+ msgid "Only videos from the selected blog will be available in your media library."
1356
  msgstr ""
1357
 
1358
+ #: modules/videopress/videopress.php:279
1359
+ msgid "<a href=\"%s\">Click here</a> to refresh this list."
1360
  msgstr ""
1361
 
1362
+ #: modules/videopress/videopress.php:285
1363
+ msgid "Video Library Access"
1364
  msgstr ""
1365
 
1366
+ #: modules/videopress/videopress.php:289
1367
+ msgid "Do not allow other users to access my VideoPress library"
1368
  msgstr ""
1369
 
1370
+ #: modules/videopress/videopress.php:291
1371
+ msgid "Allow users to access my videos"
1372
  msgstr ""
1373
 
1374
+ #: modules/videopress/videopress.php:293
1375
+ msgid "Allow users to access and edit my videos"
1376
  msgstr ""
1377
 
1378
+ #: modules/sharedaddy/sharing-sources.php:242
1379
+ msgid "This post has been shared!"
1380
+ msgstr "Die artikel is suksesvol gedeel!"
1381
+
1382
+ #: modules/sharedaddy/sharing-sources.php:243
1383
+ msgid "You have shared this post with %s"
1384
+ msgstr "Die skakel na hierdie artikel is na %s gestuur"
1385
+
1386
+ #: modules/sharedaddy/sharing-sources.php:244
1387
+ #: modules/videopress/videopress.php:676
1388
+ msgid "Close"
1389
+ msgstr "Sluit"
1390
+
1391
+ #: modules/sharedaddy/sharing-sources.php:266
1392
+ msgctxt "share to"
1393
+ msgid "Email"
1394
+ msgstr "E-pos"
1395
+
1396
+ #: modules/sharedaddy/sharing-sources.php:266
1397
+ msgid "Click to email this to a friend"
1398
  msgstr ""
1399
 
1400
+ #: modules/sharedaddy/sharing-sources.php:279
1401
+ msgid "Send to Email Address"
1402
+ msgstr "Stuur na e-posadres"
1403
+
1404
+ #: modules/sharedaddy/sharing-sources.php:287
1405
+ msgid "Your Name"
1406
+ msgstr "Jou naam"
1407
+
1408
+ #: modules/sharedaddy/sharing-sources.php:290
1409
+ msgid "Your Email Address"
1410
+ msgstr "Jou e-posadres"
1411
+
1412
+ #: modules/sharedaddy/sharing-sources.php:298
1413
+ msgid "Send Email"
1414
+ msgstr "Stuur die e-pos"
1415
+
1416
  #: modules/sharedaddy/sharing-sources.php:302
1417
  msgid "Post was not sent - check your email addresses!"
1418
  msgstr ""
1539
  msgid "Click to share on Google+"
1540
  msgstr ""
1541
 
1542
+ #: modules/sharedaddy/sharing-sources.php:930
1543
+ msgid "Click to share"
1544
  msgstr ""
1545
 
1546
+ #: modules/sharedaddy/sharing-sources.php:985
1547
+ msgid "URL"
1548
+ msgstr "URL"
1549
+
1550
+ #: modules/sharedaddy/sharing-sources.php:990
1551
+ msgid "Icon"
1552
  msgstr ""
1553
 
1554
+ #: modules/sharedaddy/sharing-sources.php:997
1555
+ msgid "Save"
1556
+ msgstr "Stoor"
1557
+
1558
+ #: modules/sharedaddy/sharing-sources.php:998
1559
+ msgid "Remove Service"
1560
  msgstr ""
1561
 
1562
+ #: modules/sharedaddy/sharing-sources.php:1077
1563
+ msgid "Tumblr"
1564
  msgstr ""
1565
 
1566
+ #: modules/sharedaddy/sharing-sources.php:1088
1567
+ msgctxt "share to"
1568
+ msgid "Tumblr"
1569
  msgstr ""
1570
 
1571
+ #: modules/sharedaddy/sharing-sources.php:1088
1572
+ msgid "Click to share on Tumblr"
1573
  msgstr ""
1574
 
1575
+ #: modules/sharedaddy/sharing-sources.php:1124
1576
+ msgid "Pinterest"
 
1577
  msgstr ""
1578
 
1579
+ #: modules/sharedaddy/sharing-sources.php:1168
1580
+ msgid "Pin It"
1581
  msgstr ""
1582
 
1583
+ #: modules/sharedaddy/sharing-sources.php:1170
1584
+ msgctxt "share to"
1585
+ msgid "Pinterest"
1586
  msgstr ""
1587
 
1588
+ #: modules/sharedaddy/sharing-sources.php:1170
1589
+ msgid "Click to share on Pinterest"
1590
  msgstr ""
1591
 
1592
+ #: modules/sharedaddy/sharing-sources.php:1241
1593
+ #: modules/sharedaddy/sharing-sources.php:1259
1594
+ msgid "Pocket"
1595
  msgstr ""
1596
 
1597
+ #: modules/sharedaddy/sharing-sources.php:1264
1598
+ msgctxt "share to"
1599
+ msgid "Pocket"
1600
  msgstr ""
1601
 
1602
+ #: modules/sharedaddy/sharing-sources.php:1264
1603
+ msgid "Click to share on Pocket"
1604
  msgstr ""
1605
 
1606
+ #: modules/sharedaddy/sharing.php:153
1607
+ msgid "Warning! Multibyte support missing!"
1608
  msgstr ""
1609
 
1610
+ #: modules/sharedaddy/sharing.php:154
1611
+ msgid "This plugin will work without it, but multibyte support is used <a href=\"%s\">if available</a>. You may see minor problems with Tweets and other sharing services."
1612
  msgstr ""
1613
 
1614
+ #: modules/sharedaddy/sharing.php:171
1615
+ msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
1616
  msgstr ""
1617
 
1618
+ #: modules/sharedaddy/sharing.php:177
1619
+ msgid "Available Services"
 
1620
  msgstr ""
1621
 
1622
+ #: modules/sharedaddy/sharing.php:178
1623
+ msgid "Drag and drop the services you'd like to enable into the box below."
 
1624
  msgstr ""
1625
 
1626
+ #: modules/sharedaddy/sharing.php:179
1627
+ msgid "Add a new service"
 
1628
  msgstr ""
1629
 
1630
+ #: modules/sharedaddy/sharing.php:192
1631
+ msgid "Please note that your services have been restricted because your site is private."
1632
+ msgstr ""
1633
 
1634
+ #: modules/sharedaddy/sharing.php:203
1635
+ msgid "Enabled Services"
1636
+ msgstr ""
1637
 
1638
+ #: modules/sharedaddy/sharing.php:206
1639
+ msgid "Services dragged here will appear individually."
1640
+ msgstr ""
 
1641
 
1642
+ #: modules/sharedaddy/sharing.php:209
1643
+ msgid "Drag and drop available services here."
1644
+ msgstr ""
1645
+
1646
+ #: modules/sharedaddy/sharing.php:220
1647
+ msgid "Services dragged here will be hidden behind a share button."
1648
+ msgstr ""
1649
+
1650
+ #: modules/sharedaddy/sharing.php:235
1651
+ msgid "Live Preview"
1652
+ msgstr ""
1653
+
1654
+ #: modules/sharedaddy/sharing.php:238
1655
+ msgid "Sharing is off. Add services above to enable."
1656
+ msgstr ""
1657
+
1658
+ #: modules/sharedaddy/sharing.php:304
1659
+ msgid "Button style"
1660
+ msgstr ""
1661
+
1662
+ #: modules/sharedaddy/sharing.php:307
1663
+ msgid "Icon + text"
1664
+ msgstr ""
1665
+
1666
+ #: modules/sharedaddy/sharing.php:308
1667
+ msgid "Icon only"
1668
+ msgstr ""
1669
+
1670
+ #: modules/sharedaddy/sharing.php:309
1671
+ msgid "Text only"
1672
+ msgstr ""
1673
+
1674
+ #: modules/sharedaddy/sharing.php:310
1675
+ msgid "Official buttons"
1676
+ msgstr ""
1677
+
1678
+ #: modules/sharedaddy/sharing.php:315
1679
+ msgid "Sharing label"
1680
+ msgstr ""
1681
+
1682
+ #: modules/sharedaddy/sharing.php:321
1683
+ msgid "Open links in"
1684
+ msgstr ""
1685
+
1686
+ #: modules/sharedaddy/sharing.php:324
1687
+ msgid "New window"
1688
+ msgstr ""
1689
+
1690
+ #: modules/sharedaddy/sharing.php:325
1691
+ msgid "Same window"
1692
+ msgstr ""
1693
+
1694
+ #: modules/sharedaddy/sharing.php:363
1695
+ msgid "Service name"
1696
+ msgstr ""
1697
+
1698
+ #: modules/sharedaddy/sharing.php:369
1699
+ msgid "Sharing URL"
1700
+ msgstr ""
1701
+
1702
+ #: modules/sharedaddy/sharing.php:373
1703
+ msgid "You can add the following variables to your service sharing URL:"
1704
+ msgstr ""
1705
+
1706
+ #: modules/sharedaddy/sharing.php:378
1707
+ msgid "Icon URL"
1708
+ msgstr ""
1709
+
1710
+ #: modules/sharedaddy/sharing.php:381
1711
+ msgid "Enter the URL of a 16x16px icon you want to use for this service."
1712
+ msgstr ""
1713
+
1714
+ #: modules/sharedaddy/sharing.php:387
1715
+ msgid "Create Share Button"
1716
+ msgstr ""
1717
+
1718
+ #: modules/sharedaddy/sharing.php:399
1719
+ msgid "An error occurred creating your new sharing service - please check you gave valid details."
1720
+ msgstr ""
1721
+
1722
+ #: modules/shortcodes/archives.php:58
1723
+ msgid "Your blog does not currently have any published posts."
1724
+ msgstr ""
1725
+
1726
+ #: modules/shortcodes/audio.php:202
1727
+ msgid "Download: <a href=\"%s\">%s</a><br />"
1728
+ msgstr ""
1729
+
1730
+ #: modules/shortcodes/presentations.php:226
1731
+ msgid "This slideshow could not be started. Try refreshing the page or viewing it in another browser."
1732
+ msgstr ""
1733
 
1734
+ #: modules/shortcodes/presentations.php:242
1735
+ msgid "Click to autoplay the presentation!"
1736
+ msgstr "Kliek om die aanbieding outomaties te speel!"
1737
+
1738
+ #: modules/shortcodes/slideshow.php:58 modules/widgets/gallery.php:330
1739
+ msgid "Slideshow"
1740
  msgstr ""
1741
 
1742
+ #: modules/shortcodes/slideshow.php:131
1743
+ msgid "Click to view slideshow."
1744
+ msgstr ""
1745
 
1746
+ #: modules/shortcodes/slideshow.php:160
1747
+ msgid "This slideshow requires JavaScript."
1748
+ msgstr ""
1749
 
1750
+ #: modules/shortcodes/twitter-timeline.php:17
1751
+ msgid "Invalid username"
1752
+ msgstr ""
1753
 
1754
+ #: modules/shortcodes/twitter-timeline.php:20
1755
+ msgid "Invalid id"
1756
+ msgstr ""
1757
 
1758
+ #: modules/shortcodes/twitter-timeline.php:22
1759
+ msgid "Tweets by @%s"
1760
  msgstr ""
1761
 
1762
+ #: modules/social-links/social-links.php:157
1763
+ msgid "&mdash; Select &mdash;"
1764
  msgstr ""
1765
 
1766
+ #: modules/sso.php:39
1767
+ msgid "Error: This site's Jetpack connection is currently experiencing problems."
1768
  msgstr ""
1769
 
1770
+ #: modules/sso.php:124
1771
+ msgid "Error, invalid response data."
1772
  msgstr ""
1773
 
1774
+ #: modules/sso.php:167
1775
+ msgid "Error: Couldn't create suitable username."
1776
  msgstr ""
1777
 
1778
+ #: modules/sso.php:261
1779
+ msgid "Log in with WordPress.com"
1780
  msgstr ""
1781
 
1782
+ #: modules/sso.php:294
1783
+ msgid "We couldn't find an account with the email <strong><code>%1$s</code></strong> to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that <strong><code>%1$s</code></strong> is configured as the email address, or that you have connected to WordPress.com on your profile page."
1784
  msgstr ""
1785
 
1786
+ #: modules/sso.php:296
1787
+ msgid "We couldn't find any account on <strong>%2$s</strong> that is linked to your WordPress.com account to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that you have connected to WordPress.com on your profile page."
1788
  msgstr ""
1789
 
1790
+ #: modules/module-info.php:741
1791
+ msgid "Create elegant magazine-style mosaic layouts for your photos without having to use an external graphic editor."
1792
  msgstr ""
1793
 
1794
+ #: modules/module-info.php:742
1795
+ msgid "When adding a gallery to your post, you now have the option to select a layout style for your images. We've added support for Rectangular, Square, and Circular galleries. By default, galleries will continue to display using the standard thumbnail grid layout. To make the rectangular layout the default for all of your site's galleries, head over to <a href=\"%s\">Settings &rarr; Media</a> and check the box next to \"Display all your gallery pictures in a cool mosaic.\""
1796
  msgstr ""
1797
 
1798
+ #: modules/module-info.php:743
1799
+ msgid "Note: Images in tiled galleries require extra-special processing, so they will be served from WordPress.com's CDN even if the Photon module is disabled."
1800
  msgstr ""
1801
 
1802
+ #: modules/module-info.php:765
1803
+ msgid "Likes allow your readers to show their appreciation for your posts and other published content using their WordPress.com accounts. Your readers will then be able to review their liked posts from WordPress.com."
1804
  msgstr ""
1805
 
1806
+ #: modules/module-info.php:766
1807
+ msgid "Displayed below your posts will be how many people have liked your posts and the Gravatars of those who have liked them."
1808
  msgstr ""
1809
 
1810
+ #: modules/module-info.php:768
1811
+ msgid "More information on using Likes."
1812
  msgstr ""
1813
 
1814
+ #: modules/module-info.php:791
1815
+ msgid "The Google+ profile module allows you to connect your blog and Google+ accounts."
1816
  msgstr ""
1817
 
1818
+ #: modules/module-info.php:792
1819
+ msgid "Displayed below your posts will be a link back to your Google+ profile and a Google+ follow button. A link will also be added to your Google+ profile."
1820
  msgstr ""
1821
 
1822
+ #: modules/module-info.php:794
1823
+ msgid "More information on using Google+ Profile."
1824
  msgstr ""
1825
 
1826
+ #: modules/module-info.php:810 modules/omnisearch/omnisearch-core.php:59
1827
+ #: modules/omnisearch/omnisearch-core.php:64
1828
+ #: modules/omnisearch/omnisearch-core.php:85
1829
+ msgid "Omnisearch"
1830
  msgstr ""
1831
 
1832
+ #: modules/module-info.php:812
1833
+ msgid "Search once, get results from everything! Currently supports searching posts, pages, comments, media, and plugins."
1834
  msgstr ""
1835
 
1836
+ #: modules/module-info.php:814
1837
+ msgid "Omnisearch plays nice with other plugins by letting other providers offer results as well."
1838
  msgstr ""
1839
 
1840
+ #: modules/module-info.php:833
1841
+ msgid "Widget Visibility"
1842
  msgstr ""
1843
 
1844
+ #: modules/module-info.php:835
1845
+ msgid "Control which pages your widgets appear on with Widget Visibility."
1846
  msgstr ""
1847
 
1848
+ #: modules/module-info.php:836
1849
+ msgid "To control visibility, expand the widget and click the Visibility button next to the Save button, and then, choose a set of visibility options."
1850
  msgstr ""
1851
 
1852
+ #: modules/module-info.php:837
1853
+ msgid "For example, if you wanted the Archives widget to only appear on category archives and error pages, choose \"Show\" from the first dropdown and then add two rules: \"Page is 404 Error Page\" and \"Category is All Category Pages.\""
1854
  msgstr ""
1855
 
1856
+ #: modules/module-info.php:838
1857
+ msgid "You can also hide widgets based on the current page. For example, if you don't want the Archives widget to appear on search results pages, choose \"Hide\" and \"Page is Search results.\""
1858
  msgstr ""
1859
 
1860
+ #: modules/module-info.php:853 modules/videopress/videopress.php:330
1861
+ msgid "VideoPress"
1862
  msgstr ""
1863
 
1864
+ #: modules/module-info.php:854
1865
+ msgid "With the VideoPress module you can easily upload videos to your WordPress site and embed them in your posts and pages. This module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
1866
  msgstr ""
1867
 
1868
+ #: modules/module-info.php:867
1869
+ msgid "Single Sign On"
1870
  msgstr ""
1871
 
1872
+ #: modules/module-info.php:869
1873
+ msgid "With WordPress.com Single Sign On, your users will be able to log in to or register for your WordPress site with the same credentials they use on WordPress.com. It's safe and secure."
1874
  msgstr ""
1875
 
1876
+ #: modules/module-info.php:870
1877
+ msgid "Once enabled, a \"Log in with WordPress.com\" option will be added to your existing log in form."
1878
  msgstr ""
1879
 
1880
+ #: modules/module-info.php:885
1881
+ msgid "Monitor"
1882
  msgstr ""
1883
 
1884
+ #: modules/module-info.php:887
1885
+ msgid "Nobody likes downtime, and that's why Jetpack Monitor is on the job, keeping tabs on your site. As soon as any downtime is detected, you will receive an email notification alerting you to the issue. That way you can act quickly, to get your site back online again!"
1886
  msgstr ""
1887
 
1888
+ #: modules/module-info.php:889
1889
+ msgid "We’ll also let you know as soon as your site is up and running, so you can keep an eye on total downtime."
1890
  msgstr ""
1891
 
1892
  #: modules/omnisearch/omnisearch-comments.php:17
1936
  #: modules/omnisearch/omnisearch-plugins.php:21
1937
  #: modules/omnisearch/omnisearch-plugins.php:26
1938
  msgid "Plugins"
1939
+ msgstr "Laslappies"
1940
 
1941
  #: modules/omnisearch/omnisearch-plugins.php:23
1942
  msgid "Loading &hellip;"
1946
  #: modules/widgets/facebook-likebox.php:124
1947
  #: modules/widgets/gravatar-profile.php:174
1948
  msgid "Title"
1949
+ msgstr "Titel"
1950
 
1951
  #: modules/omnisearch/omnisearch-posts.php:45
1952
  msgid "Snippet"
1962
 
1963
  #: modules/omnisearch/omnisearch-posts.php:85
1964
  msgid "%s ago"
1965
+ msgstr "%s gelede"
1966
 
1967
  #: modules/omnisearch/omnisearch-posts.php:87
1968
  msgid "Y/m/d"
1969
+ msgstr "Y/m/d"
1970
 
1971
  #: modules/omnisearch/omnisearch-posts.php:93
1972
  msgid "Published"
1973
+ msgstr "Gepubliseer"
1974
 
1975
  #: modules/omnisearch/omnisearch-posts.php:96
1976
  msgid "Missed schedule"
1984
  msgid "Last Modified"
1985
  msgstr ""
1986
 
1987
+ #: modules/post-by-email.php:95 modules/subscriptions.php:621
1988
  msgid "Email Address"
1989
+ msgstr "E-posadres"
1990
 
1991
+ #: modules/post-by-email.php:110
1992
  msgid "Enable Post By Email"
1993
  msgstr ""
1994
 
1995
+ #: modules/post-by-email.php:114
1996
  #: modules/videopress/class.videopress-player.php:283
1997
  msgid "More information"
1998
  msgstr ""
1999
 
2000
+ #: modules/post-by-email.php:117
2001
+ msgid "Regenerate Address"
2002
  msgstr ""
2003
 
2004
+ #: modules/post-by-email.php:118
2005
+ msgid "Disable Post By Email"
2006
  msgstr ""
2007
 
2008
+ #: modules/post-by-email.php:126
2009
+ msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
2010
  msgstr ""
2011
 
2012
+ #: modules/post-by-email.php:129 modules/publicize/publicize-jetpack.php:64
2013
+ msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
2014
  msgstr ""
2015
 
2016
+ #: modules/post-by-email.php:170 modules/post-by-email.php:179
2017
+ msgid "Unable to create your Post By Email address. Please try again later."
 
2018
  msgstr ""
2019
 
2020
+ #: modules/post-by-email.php:198 modules/post-by-email.php:207
2021
+ msgid "Unable to regenerate your Post By Email address. Please try again later."
2022
  msgstr ""
2023
 
2024
+ #: modules/post-by-email.php:226 modules/post-by-email.php:235
2025
+ msgid "Unable to disable your Post By Email address. Please try again later."
2026
  msgstr ""
2027
 
2028
+ #: modules/publicize/publicize-jetpack.php:61
2029
+ msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
2030
  msgstr ""
2031
 
2032
+ #: modules/publicize/publicize-jetpack.php:178
2033
+ msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
2034
  msgstr ""
2035
 
2036
+ #: modules/publicize/publicize-jetpack.php:184
2037
+ msgid "An invalid request was made. This normally means that something intercepted or corrupted the request from your server to the Jetpack Server. Try again and see if it works this time."
2038
  msgstr ""
2039
 
2040
+ #: modules/publicize/publicize-jetpack.php:187
2041
+ msgid "We could not verify that your server is making an authorized request. Please try again, and make sure there is nothing interfering with requests from your server to the Jetpack Server."
 
2042
  msgstr ""
2043
 
2044
+ #: modules/publicize/publicize-jetpack.php:190
2045
+ msgid "No blog_id was included in your request. Please try disconnecting Jetpack from WordPress.com and then reconnecting it. Once you have done that, try connecting Publicize again."
2046
  msgstr ""
2047
 
2048
+ #: modules/publicize/publicize-jetpack.php:193
2049
+ msgid "No user information was included in your request. Please make sure that your user account has connected to Jetpack. Connect your user account by going to the <a href=\"%s\">Jetpack page</a> within wp-admin."
2050
  msgstr ""
2051
 
2052
+ #: modules/publicize/publicize-jetpack.php:196
2053
+ msgid "Something which should never happen, happened. Sorry about that. If you try again, maybe it will work."
2054
  msgstr ""
2055
 
2056
+ #: modules/publicize/publicize-jetpack.php:200
2057
+ msgid "There was a problem connecting with Publicize. Please try again in a moment."
2058
  msgstr ""
2059
 
2060
+ #: modules/publicize/publicize-jetpack.php:209
2061
+ msgid "Error code: %s"
2062
  msgstr ""
2063
 
2064
+ #: modules/publicize/publicize-jetpack.php:218
2065
+ msgid "That connection has been removed."
2066
  msgstr ""
2067
 
2068
+ #: modules/publicize/publicize-jetpack.php:348
2069
+ msgid "Refresh connection with %s"
2070
  msgstr ""
2071
 
2072
+ #: modules/publicize/publicize-jetpack.php:422
2073
+ #: modules/publicize/publicize-jetpack.php:439
2074
+ #: modules/publicize/publicize-jetpack.php:562
2075
+ msgid "Publicize to my %s:"
2076
  msgstr ""
2077
 
2078
+ #: modules/publicize/publicize-jetpack.php:423
2079
+ msgid "Facebook Wall"
2080
  msgstr ""
2081
 
2082
+ #: modules/publicize/publicize-jetpack.php:440
2083
+ msgid "Facebook Page"
 
 
2084
  msgstr ""
2085
 
2086
+ #: modules/publicize/publicize-jetpack.php:563
2087
+ msgid "Tumblr blog"
2088
  msgstr ""
2089
 
2090
+ #: modules/publicize/publicize.php:373
2091
+ msgid "This connection is working correctly."
2092
+ msgstr ""
2093
+
2094
+ #: modules/publicize/ui.php:76
2095
+ msgid "You have successfully connected your blog with your %s account."
2096
+ msgstr ""
2097
+
2098
+ #: modules/publicize/ui.php:82
2099
+ msgid "You have chosen not to connect your blog. Please click 'accept' when prompted if you wish to connect your accounts."
2100
+ msgstr ""
2101
+
2102
+ #: modules/publicize/ui.php:103
2103
+ msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
2104
+ msgstr ""
2105
+
2106
+ #: modules/publicize/ui.php:104
2107
+ msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
2108
+ msgstr ""
2109
+
2110
+ #: modules/publicize/ui.php:169
2111
+ msgid "Connected as: "
2112
+ msgstr ""
2113
+
2114
+ #: modules/publicize/ui.php:179
2115
+ msgid "Shared"
2116
+ msgstr ""
2117
+
2118
+ #: modules/publicize/ui.php:205 modules/social-links/social-links.php:81
2119
+ msgid "Connect"
2120
+ msgstr ""
2121
+
2122
+ #: modules/publicize/ui.php:223
2123
+ msgid "Are you sure you want to stop Publicizing posts to this connection?"
2124
+ msgstr ""
2125
+
2126
+ #: modules/publicize/ui.php:245
2127
+ msgid "Make this connection available to all users of this blog?"
2128
+ msgstr ""
2129
+
2130
+ #: modules/publicize/ui.php:253
2131
+ msgid "There was a problem connecting to %s. Please disconnect and try again."
2132
+ msgstr ""
2133
+
2134
+ #: modules/publicize/ui.php:427
2135
+ msgid "Before you hit Publish, please refresh the following connection(s) to make sure we can Publicize your post:"
2136
+ msgstr ""
2137
+
2138
+ #: modules/publicize/ui.php:515
2139
+ msgid "Publicize:"
2140
+ msgstr ""
2141
+
2142
+ #: modules/publicize/ui.php:595
2143
+ msgctxt "Service: Account connected as"
2144
+ msgid "%1$s: %2$s"
2145
+ msgstr ""
2146
+
2147
+ #: modules/publicize/ui.php:630
2148
+ msgid "Custom Message:"
2149
+ msgstr ""
2150
+
2151
+ #: modules/publicize/ui.php:635 modules/publicize/ui.php:664
2152
+ #: modules/publicize/ui.php:666
2153
+ msgid "Hide"
2154
+ msgstr ""
2155
+
2156
+ #: modules/publicize/ui.php:644
2157
+ msgid "Not Connected"
2158
+ msgstr ""
2159
+
2160
+ #: modules/publicize/ui.php:651
2161
+ msgid "Connect to"
2162
+ msgstr ""
2163
+
2164
+ #: modules/publicize/ui.php:656
2165
+ msgid "Connect and share your posts on %s"
2166
+ msgstr ""
2167
+
2168
+ #: modules/publicize/ui.php:679
2169
+ msgid "Show"
2170
+ msgstr ""
2171
+
2172
+ #: modules/publicize.php:90
2173
+ msgctxt "word count: words or characters?"
2174
+ msgid "words"
2175
+ msgstr ""
2176
+
2177
+ #: modules/sharedaddy/sharedaddy.php:18
2178
+ msgid "Shared Post"
2179
+ msgstr ""
2180
+
2181
+ #: modules/sharedaddy/sharedaddy.php:114
2182
+ msgid "Disable CSS and JS"
2183
  msgstr ""
2184
 
2185
+ #: modules/sharedaddy/sharedaddy.php:116
2186
+ msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
2187
  msgstr ""
2188
 
2189
+ #: modules/sharedaddy/sharing-service.php:12
2190
+ msgid "Share this:"
2191
  msgstr ""
2192
 
2193
+ #: modules/sharedaddy/sharing-service.php:551
2194
+ #: modules/sharedaddy/sharing.php:250 modules/sharedaddy/sharing.php:283
2195
+ msgid "More"
2196
  msgstr ""
2197
 
2198
+ #: modules/sharedaddy/sharing-service.php:553
2199
+ #: modules/videopress/videopress.php:635
2200
+ msgid "Share"
2201
  msgstr ""
2202
 
2203
+ #: modules/sharedaddy/sharing-sources.php:200
2204
+ msgctxt "as sharing source"
2205
+ msgid "Email"
2206
  msgstr ""
2207
 
2208
+ #: modules/module-info.php:60
2209
+ msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
 
2210
  msgstr ""
2211
 
2212
+ #: modules/module-info.php:74
2213
+ msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
2214
  msgstr ""
2215
 
2216
+ #: modules/module-info.php:75
2217
+ msgid "To see hovercards, look at any blog post on your blog that has comments. If the commenter has a hovercard associated with their gravatar, mouse over their image and the hovercard will appear. To turn hovercards off, click the Deactivate button above."
2218
  msgstr ""
2219
 
2220
+ #: modules/module-info.php:90 modules/module-info.php:94
2221
+ #: modules/module-info.php:103 modules/module-info.php:107
2222
+ msgid "Shortcode Embeds"
2223
  msgstr ""
2224
 
2225
+ #: modules/module-info.php:95 modules/module-info.php:108
2226
+ msgid "Shortcodes allow you to easily and safely embed media from other places in your site. With just one simple code, you can tell WordPress to embed YouTube, Flickr, and other media."
2227
  msgstr ""
2228
 
2229
+ #: modules/module-info.php:109
2230
+ msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
2231
  msgstr ""
2232
 
2233
+ #: modules/module-info.php:132
2234
+ msgid "Available shortcodes are: %l."
2235
  msgstr ""
2236
 
2237
+ #: modules/module-info.php:147 modules/module-info.php:151
2238
+ #: modules/module-info.php:161 modules/module-info.php:165
2239
+ msgid "WP.me Shortlinks"
2240
  msgstr ""
2241
 
2242
+ #: modules/module-info.php:152 modules/module-info.php:166
2243
+ msgid "Instead of typing or copy-pasting long URLs, you can now get a short and simple link to your posts and pages. This uses the super compact wp.me domain name, and gives you a unique URL you can use that will be safe and reliable."
2244
  msgstr ""
2245
 
2246
+ #: modules/module-info.php:153
2247
+ msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
2248
  msgstr ""
2249
 
2250
+ #: modules/module-info.php:167
2251
+ msgid "To use shortlinks, go to any already published post (or publish something new!). A &#8220;Get Shortlink&#8221; button will be visible under the Post title. When you click it, a dialog box will appear with the shortlink and you can copy and paste to Twitter, Facebook or wherever your heart desires."
2252
  msgstr ""
2253
 
2254
+ #: modules/module-info.php:182 modules/module-info.php:186
2255
+ #: modules/module-info.php:195 modules/module-info.php:199
2256
+ msgid "WordPress.com Stats"
2257
  msgstr ""
2258
 
2259
+ #: modules/module-info.php:187 modules/module-info.php:200
2260
+ msgid "There are many plugins and services that provide statistics, but data can be overwhelming. WordPress.com Stats makes the most popular metrics easy to understand through a clear and attractive interface."
2261
  msgstr ""
2262
 
2263
+ #: modules/module-info.php:201
2264
+ msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
2265
  msgstr ""
2266
 
2267
+ #: modules/module-info.php:215 modules/module-info.php:219
2268
+ #: modules/publicize/ui.php:95
2269
+ msgid "Publicize"
2270
  msgstr ""
2271
 
2272
+ #: modules/module-info.php:220
2273
+ msgid "Publicize allows you to connect your blog to popular social networking sites and automatically share new posts with your friends.\t You can make a connection for just yourself or for all users on your blog."
2274
  msgstr ""
2275
 
2276
+ #: modules/module-info.php:221
2277
+ msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
2278
  msgstr ""
2279
 
2280
+ #: modules/module-info.php:225
2281
+ msgid "Manage your <a href=\"%s\">Publicize settings</a>."
2282
  msgstr ""
2283
 
2284
+ #: modules/module-info.php:229 modules/publicize/ui.php:114
2285
+ msgid "More information on using Publicize."
2286
  msgstr ""
2287
 
2288
+ #: modules/module-info.php:245 modules/module-info.php:249
2289
+ #: modules/module-info.php:258 modules/module-info.php:262
2290
+ #: modules/notes.php:160
2291
+ msgid "Notifications"
2292
  msgstr ""
2293
 
2294
+ #: modules/module-info.php:250 modules/module-info.php:263
2295
+ msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
2296
  msgstr ""
2297
 
2298
+ #: modules/module-info.php:264
2299
+ msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
2300
  msgstr ""
2301
 
2302
+ #: modules/module-info.php:279 modules/module-info.php:294
2303
+ msgid "LaTeX"
2304
  msgstr ""
2305
 
2306
+ #: modules/module-info.php:284 modules/module-info.php:299
2307
+ msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
2308
  msgstr ""
2309
 
2310
+ #: modules/module-info.php:285
2311
+ msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
2312
  msgstr ""
2313
 
2314
+ #: modules/module-info.php:286
2315
+ msgid "Wow, that sounds nerdy."
2316
  msgstr ""
2317
 
2318
+ #: modules/module-info.php:300
2319
+ msgid "Use <code>$latex your latex code here$</code> or <code>[latex]your latex code here[/latex]</code> to include %s in your posts and comments. There are <a href=\"%s\" target=\"_blank\">all sorts of options</a> available."
2320
  msgstr ""
2321
 
2322
+ #: modules/module-info.php:319
2323
+ msgid "Share your posts with Twitter, Facebook, and a host of other services. You can configure services to appear as icons, text, or both. Some services have additional options to display smart buttons, such as Twitter, which will update the number of times the post has been shared."
2324
  msgstr ""
2325
 
2326
+ #: modules/module-info.php:323
2327
+ msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
2328
  msgstr ""
2329
 
2330
+ #: modules/module-info.php:325
2331
+ msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
2332
  msgstr ""
2333
 
2334
  #: modules/module-info.php:329
2447
  msgid "Subscriptions"
2448
  msgstr ""
2449
 
2450
+ #: modules/module-info.php:429
2451
+ msgid "Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog&#8217;s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers."
2452
  msgstr ""
2453
 
2454
+ #: modules/module-info.php:430
2455
+ msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
 
2456
  msgstr ""
2457
 
2458
+ #: modules/module-info.php:435
2459
+ msgid "To use the Subscriptions widget, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag the widget labeled &#8220;Blog Subscriptions (Jetpack)&#8221; into one of your sidebars and configure away."
2460
  msgstr ""
2461
 
2462
+ #: modules/module-info.php:436
2463
+ msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
2464
  msgstr ""
2465
 
2466
+ #: modules/module-info.php:449
2467
+ msgid "Enhanced Distribution"
2468
+ msgstr ""
2469
+
2470
+ #: modules/module-info.php:451
2471
+ msgid "Jetpack will automatically take the great published content from your blog or website and share it instantly with third party services like search engines, increasing your reach and traffic."
2472
+ msgstr ""
2473
+
2474
+ #: modules/module-info.php:466
2475
+ msgid "JSON API"
2476
+ msgstr ""
2477
+
2478
+ #: modules/module-info.php:468
2479
+ msgid "Jetpack will allow you to authorize applications and services to securely connect to your blog and allow them to use your content in new ways and offer you new functionality."
2480
+ msgstr ""
2481
+
2482
+ #: modules/module-info.php:470
2483
+ msgid "Developers can use WordPress.com's <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> authentication system and <a href='http://developer.wordpress.com/docs/api/'>WordPress.com REST API</a> to manage and access your site's content."
2484
+ msgstr ""
2485
+
2486
+ #: modules/module-info.php:498
2487
+ msgid "A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address."
2488
+ msgstr ""
2489
+
2490
+ #: modules/module-info.php:501
2491
+ msgid "Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through <a href=\"http://akismet.com/\">Akismet</a> (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area."
2492
+ msgstr ""
2493
+
2494
+ #: modules/module-info.php:518
2495
+ msgid "Jetpack Comments Screenshot"
2496
+ msgstr ""
2497
+
2498
+ #: modules/module-info.php:523
2499
+ msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
2500
+ msgstr ""
2501
+
2502
+ #: modules/module-info.php:528
2503
+ msgid "Jetpack tries to match your site's color scheme automatically, but you can make manual adjustments at the bottom of the <a href='%s'>Discussion Settings</a> page."
2504
+ msgstr ""
2505
+
2506
+ #: modules/module-info.php:549
2507
+ msgid "Gallery Carousel Screenshot"
2508
+ msgstr ""
2509
+
2510
+ #: modules/module-info.php:552 modules/widgets/gallery.php:334
2511
+ msgid "Carousel"
2512
+ msgstr ""
2513
+
2514
+ #: modules/module-info.php:554
2515
+ msgid "With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata."
2516
+ msgstr ""
2517
+
2518
+ #: modules/module-info.php:567 modules/module-info.php:570
2519
+ msgid "Custom CSS"
2520
+ msgstr ""
2521
+
2522
+ #: modules/module-info.php:571
2523
+ msgid "The Custom CSS editor gives you the ability to add to or replace your theme's CSS, all while supplying syntax coloring, auto-indentation, and immediate feedback on the validity of the CSS you're writing."
2524
+ msgstr ""
2525
+
2526
+ #: modules/module-info.php:572
2527
+ msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
2528
+ msgstr ""
2529
+
2530
+ #: modules/module-info.php:589 modules/module-info.php:592
2531
+ msgid "Mobile Theme"
2532
+ msgstr ""
2533
+
2534
+ #: modules/module-info.php:593
2535
+ msgid "There's a good chance that visitors to your site will be using a smartphone, and it's important to provide them with a great reading experience while on the small screen."
2536
+ msgstr ""
2537
+
2538
+ #: modules/module-info.php:594
2539
+ msgid "Jetpack's mobile theme is optimized for small screens. It uses the header image, background, and widgets from your current theme for a great custom look. Post format support is included, so your photos and galleries will look fantastic on a smartphone."
2540
+ msgstr ""
2541
+
2542
+ #: modules/module-info.php:595
2543
+ msgid "Visitors on iPhone, Android, Windows Phone, and other mobile devices will automatically see the mobile theme, with the option to view the full site. You can enable or disable the mobile theme by clicking the \"Activate\" or \"Deactive\" button above."
2544
+ msgstr ""
2545
+
2546
+ #: modules/module-info.php:611 modules/module-info.php:614
2547
+ msgid "Mobile Push Notifications"
2548
+ msgstr ""
2549
+
2550
+ #: modules/module-info.php:616
2551
+ msgid "If you use <a href=\"%1$s\">WordPress for iOS</a> or <a href=\"%2$s\">WordPress for Android</a>, you’ll now be able to opt in to receive push notifications of new comments, which makes it easier than ever to keep up with your readers and moderate comments on the go."
2552
+ msgstr ""
2553
+
2554
+ #: modules/module-info.php:634
2555
+ msgid "If you are a theme author, you can learn about adding support for Infinite Scroll at <a href=\"%1$s\">%1$s</a>."
2556
  msgstr ""
2557
 
2558
+ #: modules/module-info.php:637
2559
+ msgid "Infinite Scroll"
 
2560
  msgstr ""
2561
 
2562
+ #: modules/module-info.php:640
2563
+ msgid "When you write great content, all you really want is people to find it, right?"
2564
  msgstr ""
2565
 
2566
+ #: modules/module-info.php:642
2567
+ msgid "With the Infinite Scroll module and a supported theme, that's exactly what happens. Instead of the old way of navigating down a page by scrolling and then clicking a link to get to the next page, waiting for a page refresh&mdash;the document model of the web&mdash;infinite scrolling pulls the next set of posts automatically into view when the reader approaches the bottom of the page, more like an application."
2568
  msgstr ""
2569
 
2570
+ #: modules/module-info.php:645
2571
+ msgid "At this time, your theme, %s, doesn't support Infinite Scroll. Unlike other Jetpack modules, Infinite Scroll needs information from your theme to function properly."
2572
  msgstr ""
2573
 
2574
+ #: modules/module-info.php:647
2575
+ msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
 
2576
  msgstr ""
2577
 
2578
+ #: modules/module-info.php:657
2579
+ msgid "There is an update available for your theme. You may wish to check if this update adds Infinite Scroll support by visiting the <a href=\"%s\">WordPress Updates</a> page."
2580
  msgstr ""
2581
 
2582
+ #: modules/module-info.php:681 modules/module-info.php:684
2583
+ #: modules/post-by-email.php:92
2584
+ msgid "Post by Email"
2585
  msgstr ""
2586
 
2587
+ #: modules/module-info.php:686
2588
+ msgid "Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones."
 
2589
  msgstr ""
2590
 
2591
+ #: modules/module-info.php:690
2592
+ msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
2593
  msgstr ""
2594
 
2595
+ #: modules/module-info.php:694
2596
+ msgid "More information on sending emails, attachments, and customizing your posts."
2597
  msgstr ""
2598
 
2599
+ #: modules/module-info.php:714
2600
+ msgid "Photon"
2601
  msgstr ""
2602
 
2603
+ #: modules/module-info.php:716
2604
+ msgid "Give your site a boost by loading images in posts from the WordPress.com content delivery network. We cache your images and serve them from our super-fast network, reducing the burden on your Web host with the click of a button."
2605
  msgstr ""
2606
 
2607
+ #: modules/module-info.php:735 modules/module-info.php:738
2608
+ #: modules/tiled-gallery/tiled-gallery.php:342
2609
+ msgid "Tiled Galleries"
 
2610
  msgstr ""
2611
 
2612
+ #: modules/infinite-scroll/infinity.php:290
2613
+ msgid "Scroll Infinitely"
2614
  msgstr ""
2615
 
2616
+ #: modules/infinite-scroll/infinity.php:290
2617
+ msgid "(Shows %s posts on each load)"
2618
  msgstr ""
2619
 
2620
+ #: modules/infinite-scroll/infinity.php:524
2621
+ msgid "Older posts"
2622
  msgstr ""
2623
 
2624
+ #: modules/infinite-scroll/infinity.php:525
2625
+ msgid "Scroll back to top"
2626
  msgstr ""
2627
 
2628
+ #: modules/infinite-scroll/infinity.php:1042
2629
+ msgid "Theme: %1$s."
2630
  msgstr ""
2631
 
2632
+ #: modules/infinite-scroll.php:86
2633
+ msgid "Use Google Analytics with Infinite Scroll"
2634
  msgstr ""
2635
 
2636
+ #: modules/infinite-scroll.php:97
2637
+ msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
2638
  msgstr ""
2639
 
2640
+ #: modules/infinite-scroll.php:97
2641
+ msgid "By checking the box above, each new set of posts loaded via Infinite Scroll will be recorded as a page view in Google Analytics."
2642
  msgstr ""
2643
 
2644
+ #: modules/likes.php:112
2645
+ msgid "Likes and Shares"
2646
  msgstr ""
2647
 
2648
+ #: modules/likes.php:123 modules/likes.php:581 modules/module-info.php:759
2649
+ #: modules/module-info.php:763
2650
+ msgid "Likes"
2651
  msgstr ""
2652
 
2653
+ #: modules/likes.php:183
2654
+ msgid "Show likes."
2655
  msgstr ""
2656
 
2657
+ #: modules/likes.php:199 modules/sharedaddy/sharedaddy.php:37
2658
+ msgid "Show sharing buttons."
2659
  msgstr ""
2660
 
2661
+ #: modules/likes.php:211
2662
+ msgid "Likes Notifications"
2663
  msgstr ""
2664
 
2665
+ #: modules/likes.php:212
2666
+ msgid "Email me whenever"
2667
  msgstr ""
2668
 
2669
+ #: modules/likes.php:251
2670
+ msgid "Someone likes one of my posts"
2671
  msgstr ""
2672
 
2673
+ #: modules/likes.php:270
2674
+ msgid "WordPress.com Likes are"
2675
  msgstr ""
2676
 
2677
+ #: modules/likes.php:276
2678
+ msgid "On for all posts"
2679
  msgstr ""
2680
 
2681
+ #: modules/likes.php:282
2682
+ msgid "Turned on per post"
2683
  msgstr ""
2684
 
2685
+ #: modules/likes.php:308 modules/sharedaddy/sharing.php:330
2686
+ msgid "Show buttons on"
 
 
 
2687
  msgstr ""
2688
 
2689
+ #: modules/likes.php:317 modules/sharedaddy/sharing.php:336
2690
+ msgid "Front Page, Archive Pages, and Search Results"
2691
  msgstr ""
2692
 
2693
+ #: modules/likes.php:450 modules/sharedaddy/sharing.php:158
2694
+ msgid "Settings have been saved"
2695
  msgstr ""
2696
 
2697
+ #: modules/likes.php:457 modules/sharedaddy/sharing.php:170
2698
+ msgid "Sharing Buttons"
2699
  msgstr ""
2700
 
2701
+ #: modules/likes.php:466 modules/sharedaddy/sharing.php:352
2702
+ msgid "Save Changes"
2703
+ msgstr "Stoor wysigings"
2704
 
2705
+ #: modules/likes.php:616
2706
+ msgid "Like this:"
2707
  msgstr ""
2708
 
2709
+ #: modules/likes.php:617
2710
+ msgid "Like"
2711
  msgstr ""
2712
 
2713
+ #: modules/likes.php:617 modules/widget-visibility/widget-conditions.php:168
2714
+ msgid "Loading..."
2715
  msgstr ""
2716
 
2717
+ #: modules/likes.php:709
2718
+ msgid "<span>%d</span> bloggers like this:"
2719
  msgstr ""
2720
 
2721
+ #: modules/minileven/minileven.php:93
2722
+ msgid "View Mobile Site"
2723
  msgstr ""
2724
 
2725
+ #: modules/minileven/minileven.php:260
2726
+ msgid "Mobile-compatible:"
2727
  msgstr ""
2728
 
2729
+ #: modules/minileven/minileven.php:261
2730
+ msgid "No"
2731
+ msgstr "Geen"
2732
+
2733
+ #: modules/minileven/minileven.php:267 modules/minileven/minileven.php:318
2734
+ msgid "Include this CSS in the Mobile Theme"
2735
  msgstr ""
2736
 
2737
+ #: modules/minileven/theme/pub/minileven/comments.php:15
2738
+ msgid "This post is password protected. Enter the password to view any comments."
2739
  msgstr ""
2740
 
2741
+ #: modules/minileven/theme/pub/minileven/comments.php:45
2742
+ msgid "Comment navigation"
2743
  msgstr ""
2744
 
2745
+ #: modules/minileven/theme/pub/minileven/comments.php:46
2746
+ msgid "&larr; Older Comments"
2747
+ msgstr "&larr; Ouer kommentaar"
2748
+
2749
+ #: modules/minileven/theme/pub/minileven/comments.php:47
2750
+ msgid "Newer Comments &rarr;"
2751
+ msgstr "Nuwer kommentaar &rarr;"
2752
+
2753
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2754
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2755
+ #: modules/minileven/theme/pub/minileven/content.php:13
2756
+ #: modules/minileven/theme/pub/minileven/content.php:18
2757
+ #: modules/minileven/theme/pub/minileven/content.php:22
2758
+ msgid "Permalink to %s"
2759
  msgstr ""
2760
 
2761
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2762
+ #: modules/widgets/gallery.php:26
2763
+ msgid "Gallery"
2764
  msgstr ""
2765
 
2766
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2767
+ #: modules/minileven/theme/pub/minileven/content.php:41
2768
+ #: modules/minileven/theme/pub/minileven/inc/tweaks.php:30
2769
+ msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2770
  msgstr ""
2771
 
2772
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2773
+ msgid "This gallery contains <a %1$s>%2$s photo</a>."
2774
+ msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2775
+ msgstr[0] ""
2776
+ msgstr[1] ""
2777
+
2778
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2779
+ #: modules/minileven/theme/pub/minileven/content.php:43
2780
+ #: modules/minileven/theme/pub/minileven/image.php:64
2781
+ #: modules/minileven/theme/pub/minileven/page.php:27
2782
+ msgid "Pages:"
2783
  msgstr ""
2784
 
2785
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2786
+ #: modules/minileven/theme/pub/minileven/content.php:51
2787
+ #: modules/minileven/theme/pub/minileven/image.php:80
2788
+ msgid "<b>1</b> Reply"
2789
  msgstr ""
2790
 
2791
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2792
+ #: modules/minileven/theme/pub/minileven/content.php:51
2793
+ #: modules/minileven/theme/pub/minileven/image.php:80
2794
+ msgid "<b>%</b> Replies"
2795
  msgstr ""
2796
 
2797
+ #: modules/minileven/theme/pub/minileven/content.php:19
2798
+ msgid "Featured"
2799
  msgstr ""
2800
 
2801
  #: modules/minileven/theme/pub/minileven/content.php:28
2819
  #: modules/minileven/theme/pub/minileven/content.php:60
2820
  #: modules/minileven/theme/pub/minileven/image.php:88
2821
  msgid "&laquo; Previous"
2822
+ msgstr "&laquo; Vorige"
2823
 
2824
  #: modules/minileven/theme/pub/minileven/content.php:61
2825
  msgid "Next &raquo;"
2826
+ msgstr "Volgende &raquo;"
2827
 
2828
  #: modules/minileven/theme/pub/minileven/footer.php:27
2829
  msgid "http://wordpress.org/"
2889
 
2890
  #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2891
  msgid "%1$s on %2$s"
2892
+ msgstr "%1$s op %2$s"
2893
 
2894
  #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
2895
  msgid "%1$s at %2$s"
2896
+ msgstr "%1$s om %2$s"
2897
 
2898
  #: modules/minileven/theme/pub/minileven/inc/template-tags.php:68
2899
  msgid "Your comment is awaiting moderation."
2900
+ msgstr "Jou kommentaar word gemodereer."
2901
 
2902
  #: modules/minileven/theme/pub/minileven/inc/template-tags.php:76
2903
  msgid "Reply"
2919
  msgid "Monthly Archives: %s"
2920
  msgstr ""
2921
 
2922
+ #: modules/minileven/theme/pub/minileven/index.php:27
2923
+ msgid "Yearly Archives: %s"
2924
+ msgstr "Jaarlikse Argiewe: %s "
 
 
 
 
 
 
 
 
2925
 
2926
+ #: modules/minileven/theme/pub/minileven/index.php:29
2927
+ msgid "Posted in %s"
2928
  msgstr ""
2929
 
2930
+ #: modules/minileven/theme/pub/minileven/index.php:31
2931
+ msgid "Tagged with %s"
2932
  msgstr ""
2933
 
2934
+ #: modules/minileven/theme/pub/minileven/index.php:33
2935
+ msgid "Posted by"
2936
+ msgstr "Bygedra deur"
2937
 
2938
+ #: modules/minileven/theme/pub/minileven/index.php:35
2939
+ msgid "Blog Archives"
2940
  msgstr ""
2941
 
2942
+ #: modules/minileven/theme/pub/minileven/index.php:43
2943
+ msgid "Search Results for: %s"
2944
  msgstr ""
2945
 
2946
+ #: modules/minileven/theme/pub/minileven/index.php:57
2947
+ msgid "Nothing Found"
2948
+ msgstr "Geen Bevingdings"
2949
 
2950
+ #: modules/minileven/theme/pub/minileven/index.php:61
2951
+ msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
2952
  msgstr ""
2953
 
2954
+ #: modules/minileven/theme/pub/minileven/searchform.php:9
2955
+ #: modules/minileven/theme/pub/minileven/searchform.php:10
2956
+ #: modules/minileven/theme/pub/minileven/searchform.php:11
2957
+ #: modules/omnisearch/omnisearch-core.php:156
2958
+ msgid "Search"
2959
+ msgstr "Soek"
2960
 
2961
+ #: modules/minileven.php:51
2962
+ msgid "Excerpts"
2963
  msgstr ""
2964
 
2965
+ #: modules/minileven.php:55
2966
+ msgid "Enable excerpts on front page and on archive pages"
2967
  msgstr ""
2968
 
2969
+ #: modules/minileven.php:60
2970
+ msgid "Show full posts on front page and on archive pages"
2971
  msgstr ""
2972
 
2973
+ #: modules/minileven.php:65
2974
+ msgid "Mobile App Promos"
2975
  msgstr ""
2976
 
2977
+ #: modules/minileven.php:69
2978
+ msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
2979
  msgstr ""
2980
 
2981
+ #: modules/minileven.php:78
2982
+ msgid "Mobile Apps"
2983
  msgstr ""
2984
 
2985
+ #: modules/minileven.php:79
2986
+ msgid "Take WordPress with you."
2987
  msgstr ""
2988
 
2989
+ #: modules/minileven.php:81
2990
+ msgid "We have apps for <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a>, and <a href=\"%s\">more</a>!"
2991
  msgstr ""
2992
 
2993
+ #: modules/module-info.php:22 modules/module-info.php:26
2994
+ msgid "VaultPress"
 
 
 
 
 
 
 
 
 
 
 
 
2995
  msgstr ""
2996
 
2997
+ #: modules/module-info.php:28
2998
+ msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
 
2999
  msgstr ""
3000
 
3001
+ #: modules/module-info.php:29
3002
+ msgctxt "Visit your _VaultPress_dashboard_."
3003
+ msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
 
3004
  msgstr ""
3005
 
3006
+ #: modules/module-info.php:29
3007
+ msgid "VaultPress dashboard"
 
 
 
 
 
 
 
 
 
3008
  msgstr ""
3009
 
3010
+ #: modules/module-info.php:31
3011
+ msgid "With a monthly subscription, the VaultPress plugin will backup your site&#8217;s content, themes, and plugins in real-time, as well as perform regular security scans for common threats and attacks."
 
 
3012
  msgstr ""
3013
 
3014
+ #: modules/module-info.php:32
3015
+ msgctxt "View _Plans_&_Pricing_. (VaultPress)"
3016
+ msgid "View %s."
 
3017
  msgstr ""
3018
 
3019
+ #: modules/module-info.php:32
3020
+ msgid "Plans & Pricing"
3021
  msgstr ""
3022
 
3023
+ #: modules/module-info.php:53 modules/module-info.php:68
3024
+ msgid "Gravatar Hovercard"
 
3025
  msgstr ""
3026
 
3027
+ #: modules/module-info.php:58 modules/module-info.php:73
3028
+ msgid "What&#8217;s a Hovercard?"
3029
  msgstr ""
3030
 
3031
+ #: modules/module-info.php:59
3032
+ msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services they use on the web like Twitter, Facebook, or LinkedIn."
3033
  msgstr ""
3034
 
3035
+ #: modules/custom-post-types/nova.php:120
3036
+ msgid "Edit Menu Item Label"
3037
  msgstr ""
3038
 
3039
+ #: modules/custom-post-types/nova.php:121
3040
+ msgid "View Menu Item Label"
3041
  msgstr ""
3042
 
3043
+ #: modules/custom-post-types/nova.php:122
3044
+ msgid "Update Menu Item Label"
3045
  msgstr ""
3046
 
3047
+ #: modules/custom-post-types/nova.php:123
3048
+ msgid "Add New Menu Item Label"
3049
  msgstr ""
3050
 
3051
+ #: modules/custom-post-types/nova.php:124
3052
+ msgid "New Menu Item Label Name"
3053
  msgstr ""
3054
 
3055
+ #: modules/custom-post-types/nova.php:125
3056
+ #: modules/custom-post-types/nova.php:759
3057
+ msgid "Separate Labels with commas"
3058
  msgstr ""
3059
 
3060
+ #: modules/custom-post-types/nova.php:126
3061
+ msgid "Add or remove Labels"
3062
  msgstr ""
3063
 
3064
+ #: modules/custom-post-types/nova.php:127
3065
+ msgid "Choose from the most used Labels"
3066
  msgstr ""
3067
 
3068
+ #: modules/custom-post-types/nova.php:129
3069
+ msgid "No Labels found"
3070
  msgstr ""
3071
 
3072
+ #: modules/custom-post-types/nova.php:136
3073
+ #: modules/custom-post-types/nova.php:167
3074
+ msgid "Food Menus"
3075
  msgstr ""
3076
 
3077
+ #: modules/custom-post-types/nova.php:137
3078
+ msgid "Food Menu"
3079
  msgstr ""
3080
 
3081
+ #: modules/custom-post-types/nova.php:138
3082
+ msgid "Search Menus"
3083
  msgstr ""
3084
 
3085
+ #: modules/custom-post-types/nova.php:139
3086
+ msgid "All Menus"
3087
  msgstr ""
3088
 
3089
+ #: modules/custom-post-types/nova.php:140
3090
+ msgid "Parent Menu"
3091
  msgstr ""
3092
 
3093
+ #: modules/custom-post-types/nova.php:141
3094
+ msgid "Parent Menu:"
3095
  msgstr ""
3096
 
3097
+ #: modules/custom-post-types/nova.php:142
3098
+ msgid "Edit Menu"
3099
  msgstr ""
3100
 
3101
+ #: modules/custom-post-types/nova.php:143
3102
+ msgid "View Menu"
3103
  msgstr ""
3104
 
3105
+ #: modules/custom-post-types/nova.php:144
3106
+ msgid "Update Menu"
3107
  msgstr ""
3108
 
3109
+ #: modules/custom-post-types/nova.php:145
3110
+ msgid "Add New Menu"
3111
  msgstr ""
3112
 
3113
+ #: modules/custom-post-types/nova.php:146
3114
+ msgid "New Menu Name"
3115
  msgstr ""
3116
 
3117
+ #: modules/custom-post-types/nova.php:162
3118
+ msgid "Items on your restaurant's menu"
3119
  msgstr ""
3120
 
3121
+ #: modules/custom-post-types/nova.php:165
3122
+ #: modules/custom-post-types/nova.php:168
3123
+ msgid "Menu Items"
3124
  msgstr ""
3125
 
3126
+ #: modules/custom-post-types/nova.php:166
3127
+ msgid "Menu Item"
3128
  msgstr ""
3129
 
3130
+ #: modules/custom-post-types/nova.php:169
3131
+ #: modules/custom-post-types/nova.php:170
3132
+ msgid "Add One Item"
3133
  msgstr ""
3134
 
3135
+ #: modules/custom-post-types/nova.php:171
3136
+ msgid "Edit Menu Item"
3137
  msgstr ""
3138
 
3139
+ #: modules/custom-post-types/nova.php:172
3140
+ msgid "New Menu Item"
3141
  msgstr ""
3142
 
3143
+ #: modules/custom-post-types/nova.php:173
3144
+ msgid "View Menu Item"
3145
  msgstr ""
3146
 
3147
+ #: modules/custom-post-types/nova.php:174
3148
+ msgid "Search Menu Items"
3149
  msgstr ""
3150
 
3151
+ #: modules/custom-post-types/nova.php:175
3152
+ msgid "No Menu Items found"
3153
  msgstr ""
3154
 
3155
+ #: modules/custom-post-types/nova.php:176
3156
+ msgid "No Menu Items found in Trash"
3157
  msgstr ""
3158
 
3159
+ #: modules/custom-post-types/nova.php:277
3160
+ #: modules/custom-post-types/nova.php:278
3161
+ #: modules/custom-post-types/nova.php:724
3162
+ msgid "Add Many Items"
3163
  msgstr ""
3164
 
3165
+ #: modules/custom-post-types/nova.php:313
3166
+ msgid "Menu Items re-ordered."
3167
  msgstr ""
3168
 
3169
+ #: modules/custom-post-types/nova.php:332
3170
+ msgid "Labels"
3171
  msgstr ""
3172
 
3173
+ #: modules/custom-post-types/nova.php:333
3174
+ #: modules/custom-post-types/nova.php:742
3175
+ #: modules/custom-post-types/nova.php:778
3176
+ #: modules/custom-post-types/nova.php:784
3177
+ msgid "Price"
3178
  msgstr ""
3179
 
3180
+ #: modules/custom-post-types/nova.php:334
3181
+ msgid "Order"
3182
  msgstr ""
3183
 
3184
+ #: modules/custom-post-types/nova.php:390
3185
+ #: modules/custom-post-types/nova.php:442
3186
+ msgid "Re-order"
3187
  msgstr ""
3188
 
3189
+ #: modules/custom-post-types/nova.php:637
3190
+ msgid "Move menu section up"
3191
  msgstr ""
3192
 
3193
+ #: modules/custom-post-types/nova.php:637
3194
+ msgid "UP"
3195
  msgstr ""
3196
 
3197
+ #: modules/custom-post-types/nova.php:639
3198
+ msgid "Move menu section down"
3199
  msgstr ""
3200
 
3201
+ #: modules/custom-post-types/nova.php:639
3202
+ msgid "DOWN"
3203
  msgstr ""
3204
 
3205
+ #: modules/custom-post-types/nova.php:726
3206
+ msgid "Use the <kbd>TAB</kbd> key on your keyboard to move between colums and the <kbd>ENTER</kbd> or <kbd>RETURN</kbd> key to save each row and move on to the next."
3207
  msgstr ""
3208
 
3209
+ #: modules/custom-post-types/nova.php:741
3210
+ msgid "Description"
3211
+ msgstr "Beskrywing"
3212
 
3213
+ #: modules/custom-post-types/nova.php:743
3214
+ msgid "Labels: <small>spicy, favorite, etc.</small>"
3215
  msgstr ""
3216
 
3217
+ #: modules/custom-post-types/nova.php:765
3218
+ msgid "Add These New Menu Items"
3219
  msgstr ""
3220
 
3221
+ #: modules/custom-post-types/nova.php:847
3222
+ #: modules/custom-post-types/nova.php:866
3223
+ msgctxt "Nova label separator"
3224
+ msgid ", "
3225
  msgstr ""
3226
 
3227
+ #: modules/custom-post-types/nova.php:868
3228
+ msgid "No Labels"
3229
  msgstr ""
3230
 
3231
+ #: modules/custom-post-types/testimonial.php:66
3232
+ msgid "Customer Testimonials"
3233
  msgstr ""
3234
 
3235
+ #: modules/custom-post-types/testimonial.php:68
3236
+ #: modules/custom-post-types/testimonial.php:70
3237
+ #: modules/custom-post-types/testimonial.php:194
3238
+ #: modules/custom-post-types/testimonial.php:199
3239
+ msgid "Testimonials"
3240
  msgstr ""
3241
 
3242
+ #: modules/custom-post-types/testimonial.php:69
3243
+ msgid "Testimonial"
 
 
 
 
3244
  msgstr ""
3245
 
3246
+ #: modules/custom-post-types/testimonial.php:71
3247
+ msgid "All Testimonials"
 
 
 
3248
  msgstr ""
3249
 
3250
+ #: modules/custom-post-types/testimonial.php:73
3251
+ msgid "Add New Testimonial"
3252
  msgstr ""
3253
 
3254
+ #: modules/custom-post-types/testimonial.php:74
3255
+ msgid "Edit Testimonial"
3256
  msgstr ""
3257
 
3258
+ #: modules/custom-post-types/testimonial.php:75
3259
+ msgid "New Testimonial"
3260
  msgstr ""
3261
 
3262
+ #: modules/custom-post-types/testimonial.php:76
3263
+ msgid "View Testimonial"
 
3264
  msgstr ""
3265
 
3266
+ #: modules/custom-post-types/testimonial.php:77
3267
+ msgid "Search Testimonials"
 
3268
  msgstr ""
3269
 
3270
+ #: modules/custom-post-types/testimonial.php:78
3271
+ msgid "No Testimonials found"
3272
  msgstr ""
3273
 
3274
+ #: modules/custom-post-types/testimonial.php:79
3275
+ msgid "No Testimonials found in Trash"
3276
  msgstr ""
3277
 
3278
+ #: modules/custom-post-types/testimonial.php:110
3279
+ msgid "Enter the customer's name here"
3280
  msgstr ""
3281
 
3282
+ #: modules/custom-post-types/testimonial.php:119
3283
+ msgid "Customer Name"
3284
  msgstr ""
3285
 
3286
+ #: modules/custom-post-types/testimonial.php:132
3287
+ msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
3288
  msgstr ""
3289
 
3290
+ #: modules/custom-post-types/testimonial.php:135
3291
+ msgid "Testimonial updated."
3292
  msgstr ""
3293
 
3294
+ #: modules/custom-post-types/testimonial.php:137
3295
+ msgid "Testimonial restored to revision from %s"
3296
  msgstr ""
3297
 
3298
+ #: modules/custom-post-types/testimonial.php:138
3299
+ msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
3300
  msgstr ""
3301
 
3302
+ #: modules/custom-post-types/testimonial.php:139
3303
+ msgid "Testimonial saved."
 
3304
  msgstr ""
3305
 
3306
+ #: modules/custom-post-types/testimonial.php:140
3307
+ msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
 
3308
  msgstr ""
3309
 
3310
+ #: modules/custom-post-types/testimonial.php:141
3311
+ msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
3312
  msgstr ""
3313
 
3314
+ #: modules/custom-post-types/testimonial.php:144
3315
+ msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
3316
  msgstr ""
3317
 
3318
+ #: modules/custom-post-types/testimonial.php:180
3319
+ msgid "Customize Testimonials Archive"
3320
  msgstr ""
3321
 
3322
+ #: modules/custom-post-types/testimonial.php:181
3323
+ msgid "Customize"
3324
  msgstr ""
3325
 
3326
+ #: modules/custom-post-types/testimonial.php:205
3327
+ msgid "Testimonial Page Title"
3328
  msgstr ""
3329
 
3330
+ #: modules/custom-post-types/testimonial.php:217
3331
+ msgid "Testimonial Page Content"
3332
  msgstr ""
3333
 
3334
+ #: modules/custom-post-types/testimonial.php:228
3335
+ msgid "Testimonial Page Featured Image"
 
3336
  msgstr ""
3337
 
3338
+ #: modules/featured-content/featured-content.php:348
3339
+ msgid "Featured content"
3340
  msgstr ""
3341
 
3342
+ #: modules/featured-content/featured-content.php:367
3343
+ msgid "Tag name:"
3344
  msgstr ""
3345
 
3346
+ #: modules/featured-content/featured-content.php:372
3347
+ msgid "Number of posts:"
 
 
 
 
 
 
 
 
3348
  msgstr ""
3349
 
3350
+ #: modules/featured-content/featured-content.php:377
3351
+ msgid "Hide tag from displaying in post meta and tag clouds."
3352
  msgstr ""
3353
 
3354
+ #: modules/gplus-authorship/admin/ui.php:54
3355
+ #: modules/gplus-authorship/admin/ui.php:65 modules/likes.php:427
3356
+ #: modules/likes.php:439 modules/publicize/ui.php:35
3357
+ #: modules/publicize/ui.php:45 modules/sharedaddy/sharing.php:57
3358
+ #: modules/sharedaddy/sharing.php:163
3359
+ msgid "Sharing Settings"
3360
  msgstr ""
3361
 
3362
+ #: modules/gplus-authorship/admin/ui.php:54 modules/likes.php:427
3363
+ #: modules/module-info.php:315 modules/module-info.php:318
3364
+ #: modules/module-info.php:339 modules/publicize/ui.php:35
3365
+ #: modules/sharedaddy/sharedaddy.php:23 modules/sharedaddy/sharing.php:57
3366
+ msgid "Sharing"
3367
  msgstr ""
3368
 
3369
+ #: modules/gplus-authorship/admin/ui.php:79
3370
+ msgid "Your Google+ account has been connected."
3371
  msgstr ""
3372
 
3373
+ #: modules/gplus-authorship/admin/ui.php:80
3374
+ msgid "There was a problem connecting your Google+ account. Please try again."
3375
  msgstr ""
3376
 
3377
+ #: modules/gplus-authorship/admin/ui.php:81
3378
+ msgid "You must click 'Accept' in the Google+ dialog to connect your account."
3379
  msgstr ""
3380
 
3381
+ #: modules/gplus-authorship/admin/ui.php:113 modules/module-info.php:785
3382
+ #: modules/module-info.php:789
3383
+ msgid "Google+ Profile"
3384
  msgstr ""
3385
 
3386
+ #: modules/gplus-authorship/admin/ui.php:125 modules/publicize/ui.php:182
3387
+ #: modules/publicize/ui.php:186
3388
+ msgid "Disconnect"
3389
  msgstr ""
3390
 
3391
+ #: modules/gplus-authorship/admin/ui.php:129
3392
+ msgid "Connect your WordPress account to Google+ to add this blog to your Google+ profile and improve the visibility of your blog posts on Google."
 
 
 
 
 
 
3393
  msgstr ""
3394
 
3395
+ #: modules/gplus-authorship/admin/ui.php:131
3396
+ msgid "Need help?"
3397
  msgstr ""
3398
 
3399
+ #: modules/gplus-authorship/admin/ui.php:138
3400
+ msgid "Your Google+ profile and WordPress.com accounts have been disconnected, including your Publicize connections. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
3401
+ msgstr "Jou rekeninge op Google+ en WordPress.com is nie meer verbind nie, insluitend die opgestelde rekeninge by Die Groot Klok (Publisize). Indien jy nie meer met hierdie blog op Google+ geassosieer wil wees nie, moet jy ook die blogadres op jou <a href='%s' target='_blank'>Google+-profiel</a> verwyder."
3402
+
3403
+ #: modules/gplus-authorship/admin/ui.php:140
3404
+ msgid "Your Google+ profile and WordPress.com accounts have been disconnected. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
3405
+ msgstr "Jou rekeninge op Google+ en WordPress.com is nie meer verbind nie. Indien jy nie meer met hierdie blog op Google+ geassosieer wil wees nie, moet jy ook die blogadres op jou <a href='%s' target='_blank'>Google+-profiel</a> verwyder. "
3406
+
3407
+ #: modules/gplus-authorship/admin/ui.php:147
3408
+ msgid "Your Google+ profile name and URL will be displayed in the sharing area of your posts."
3409
  msgstr ""
3410
 
3411
+ #: modules/gplus-authorship/admin/ui.php:155 modules/sso.php:336
3412
+ msgid "Connected"
 
 
 
3413
  msgstr ""
3414
 
3415
+ #: modules/gplus-authorship/admin/ui.php:165 modules/gplus-authorship.php:175
3416
+ msgid "Google+"
3417
+ msgstr ""
 
 
3418
 
3419
+ #: modules/gplus-authorship/admin/ui.php:191
3420
+ msgid "Show Google+ infomation with this post"
3421
  msgstr ""
3422
 
3423
+ #: modules/gplus-authorship.php:132
3424
+ msgid "on Google+"
 
3425
  msgstr ""
3426
 
3427
+ #: modules/gravatar-hovercards.php:47 modules/module-info.php:57
3428
+ #: modules/module-info.php:72
3429
+ msgid "Gravatar Hovercards"
3430
  msgstr ""
3431
 
3432
+ #: modules/gravatar-hovercards.php:59
3433
+ msgid "View people's profiles when you mouse over their Gravatars"
3434
  msgstr ""
3435
 
3436
+ #: modules/gravatar-hovercards.php:86
3437
+ msgid "Put your mouse over your Gravatar to check out your profile."
3438
  msgstr ""
3439
 
3440
+ #: modules/holiday-snow.php:19
3441
+ msgid "Snow"
3442
  msgstr ""
3443
 
3444
+ #: modules/holiday-snow.php:28
3445
+ msgid "Show falling snow on my blog until January 4<sup>th</sup>."
3446
  msgstr ""
3447
 
3448
+ #: modules/infinite-scroll/infinity.php:275
3449
+ msgid "To infinity and beyond"
 
 
3450
  msgstr ""
3451
 
3452
+ #: modules/infinite-scroll/infinity.php:284
3453
+ msgid "We've disabled this option for you since you have footer widgets in Appearance &rarr; Widgets, or because your theme does not support infinite scroll."
3454
  msgstr ""
3455
 
3456
+ #: modules/contact-form/grunion-form-view.php:121
3457
+ msgid "Email notifications"
3458
  msgstr ""
3459
 
3460
+ #: modules/contact-form/grunion-form-view.php:126
3461
+ msgid "How does this work?"
3462
  msgstr ""
3463
 
3464
+ #: modules/contact-form/grunion-form-view.php:127
3465
+ msgid "By adding a contact form, your readers will be able to submit feedback to you. All feedback is automatically scanned for spam, and the legitimate feedback will be emailed to you."
3466
  msgstr ""
3467
 
3468
+ #: modules/contact-form/grunion-form-view.php:128
3469
+ msgid "Can I add more fields?"
3470
  msgstr ""
3471
 
3472
+ #: modules/contact-form/grunion-form-view.php:130
3473
+ msgctxt "%1$s = \"Click here\" in an HTML link"
3474
+ msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
3475
  msgstr ""
3476
 
3477
+ #: modules/contact-form/grunion-form-view.php:131
3478
+ msgid "Click here"
3479
+ msgstr ""
 
 
3480
 
3481
+ #: modules/contact-form/grunion-form-view.php:133
3482
+ msgid "Can I view my feedback within WordPress?"
3483
  msgstr ""
3484
 
3485
+ #: modules/contact-form/grunion-form-view.php:135
3486
+ msgctxt "%1$s = \"Feedback\" in an HTML link"
3487
+ msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
3488
  msgstr ""
3489
 
3490
+ #: modules/contact-form/grunion-form-view.php:141
3491
+ msgid "Do I need to fill this out?"
3492
  msgstr ""
3493
 
3494
+ #: modules/contact-form/grunion-form-view.php:142
3495
+ msgid "Nope. However, if you&#8217;d like to modify where your feedback is sent, or the subject line you can. If you don&#8217;t make any changes here, feedback will be sent to the author of the page/post and the subject will be the name of this page/post."
3496
  msgstr ""
3497
 
3498
+ #: modules/contact-form/grunion-form-view.php:146
3499
+ msgid "Edit this new field"
3500
  msgstr ""
3501
 
3502
+ #: modules/contact-form/grunion-form-view.php:148
3503
+ #: modules/sharedaddy/sharing-sources.php:980
3504
+ msgid "Label"
3505
  msgstr ""
3506
 
3507
+ #: modules/contact-form/grunion-form-view.php:149
3508
+ msgid "New field"
 
 
3509
  msgstr ""
3510
 
3511
+ #: modules/contact-form/grunion-form-view.php:151
3512
+ msgid "Field type"
3513
  msgstr ""
3514
 
3515
+ #: modules/contact-form/grunion-form-view.php:153
3516
+ msgid "Checkbox"
3517
  msgstr ""
3518
 
3519
  #: modules/contact-form/grunion-form-view.php:154
3526
 
3527
  #: modules/contact-form/grunion-form-view.php:158
3528
  msgid "Text"
3529
+ msgstr "Teks"
3530
 
3531
  #: modules/contact-form/grunion-form-view.php:159
3532
  msgid "Textarea"
3593
  msgid "Preview: changes must be saved or they will be lost"
3594
  msgstr ""
3595
 
3596
+ #: modules/custom-css/custom-css.php:604
3597
+ msgid "Edit CSS"
3598
+ msgstr ""
3599
+
3600
+ #: modules/custom-css/custom-css.php:617
3601
+ msgid "CSS"
3602
+ msgstr ""
3603
+
3604
+ #: modules/custom-css/custom-css.php:637
3605
+ msgid "Custom CSS Stylesheet"
3606
+ msgstr ""
3607
+
3608
+ #: modules/custom-css/custom-css.php:658
3609
+ msgid "Stylesheet saved."
3610
+ msgstr ""
3611
+
3612
+ #: modules/custom-css/custom-css.php:662
3613
+ msgid "Publish"
3614
+ msgstr "Publiseer"
3615
+
3616
+ #: modules/custom-css/custom-css.php:668
3617
+ msgid "CSS Revisions"
3618
+ msgstr ""
3619
+
3620
+ #: modules/custom-css/custom-css.php:672
3621
+ msgid "CSS Stylesheet Editor"
3622
+ msgstr ""
3623
+
3624
+ #: modules/custom-css/custom-css.php:679
3625
+ msgid ""
3626
+ "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
3627
+ "\t\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
3628
+ msgstr ""
3629
+
3630
+ #: modules/custom-css/custom-css.php:716
3631
+ msgid "Content Width:"
3632
+ msgstr ""
3633
+
3634
+ #: modules/custom-css/custom-css.php:717
3635
+ msgid "Default"
3636
+ msgstr ""
3637
+
3638
+ #: modules/custom-css/custom-css.php:717
3639
+ msgid "%s px"
3640
+ msgstr ""
3641
+
3642
+ #: modules/custom-css/custom-css.php:718 modules/custom-css/custom-css.php:813
3643
+ #: modules/custom-css/custom-css.php:843 modules/minileven/minileven.php:262
3644
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:74
3645
+ #: modules/minileven/theme/pub/minileven/content.php:53
3646
+ #: modules/minileven/theme/pub/minileven/image.php:82
3647
+ #: modules/minileven/theme/pub/minileven/page.php:31
3648
+ #: modules/publicize/ui.php:677
3649
+ msgid "Edit"
3650
+ msgstr "Wysig"
3651
+
3652
+ #: modules/custom-css/custom-css.php:725
3653
+ msgid "Limit width to %1$s pixels for videos, full size images, and other shortcodes. (<a href=\"%2$s\">More info</a>.)"
3654
+ msgstr ""
3655
+
3656
+ #: modules/custom-css/custom-css.php:741
3657
+ msgid "The default content width for the %s theme is %d pixels."
3658
+ msgstr ""
3659
+
3660
+ #: modules/custom-css/custom-css.php:746 modules/custom-css/custom-css.php:828
3661
+ #: modules/custom-css/custom-css.php:857 modules/minileven/minileven.php:270
3662
+ #: modules/publicize/publicize-jetpack.php:470
3663
+ #: modules/publicize/publicize-jetpack.php:582 modules/publicize/ui.php:274
3664
+ msgid "OK"
3665
+ msgstr "OK"
3666
+
3667
+ #: modules/custom-css/custom-css.php:747 modules/custom-css/custom-css.php:829
3668
+ #: modules/custom-css/custom-css.php:858 modules/minileven/minileven.php:271
3669
+ #: modules/sharedaddy/sharing-sources.php:299
3670
+ msgid "Cancel"
3671
+ msgstr "Kanselleer"
3672
+
3673
+ #: modules/custom-css/custom-css.php:811
3674
+ msgid "Preprocessor:"
3675
+ msgstr ""
3676
+
3677
+ #: modules/custom-css/custom-css.php:812 modules/custom-css/custom-css.php:817
3678
+ #: modules/videopress/videopress.php:273 modules/widgets/image-widget.php:124
3679
+ msgid "None"
3680
+ msgstr "Geen"
3681
+
3682
+ #: modules/custom-css/custom-css.php:841
3683
+ msgid "Mode:"
3684
+ msgstr ""
3685
+
3686
+ #: modules/custom-css/custom-css.php:842
3687
+ msgid "Add-on"
3688
+ msgstr ""
3689
+
3690
+ #: modules/custom-css/custom-css.php:842
3691
+ msgid "Replacement"
3692
+ msgstr ""
3693
+
3694
+ #: modules/custom-css/custom-css.php:849
3695
+ msgid "Add-on CSS <b>(Recommended)</b>"
3696
+ msgstr ""
3697
+
3698
+ #: modules/custom-css/custom-css.php:854
3699
+ msgid "Replace <a href=\"%s\">theme's CSS</a> <b>(Advanced)</b>"
3700
+ msgstr ""
3701
+
3702
+ #: modules/custom-css/custom-css.php:865
3703
+ #: modules/custom-post-types/comics.php:235
3704
+ #: modules/videopress/videopress.php:662
3705
+ msgid "Preview"
3706
+ msgstr "Vooraf Kyk"
3707
+
3708
+ #: modules/custom-css/custom-css.php:867
3709
+ msgid "Save &amp; Buy Upgrade"
3710
+ msgstr ""
3711
+
3712
+ #: modules/custom-css/custom-css.php:867
3713
+ msgid "Save Stylesheet"
3714
  msgstr ""
3715
 
3716
+ #: modules/custom-css/custom-css.php:929
3717
+ msgid "Show more"
3718
  msgstr ""
3719
 
3720
+ #: modules/custom-post-types/comics.php:83
3721
+ msgid "Convert to Comic"
3722
  msgstr ""
3723
 
3724
+ #: modules/custom-post-types/comics.php:89
3725
+ msgid "Convert to Post"
3726
  msgstr ""
3727
 
3728
+ #: modules/custom-post-types/comics.php:113
3729
+ msgid "You are not allowed to make this change."
3730
  msgstr ""
3731
 
3732
+ #: modules/custom-post-types/comics.php:160
3733
+ msgid "Post converted."
3734
+ msgid_plural "%s posts converted"
3735
+ msgstr[0] ""
3736
+ msgstr[1] ""
3737
 
3738
+ #: modules/custom-post-types/comics.php:173
3739
+ msgid "Drop images to upload"
3740
  msgstr ""
3741
 
3742
+ #: modules/custom-post-types/comics.php:174
3743
+ msgid "Uploading..."
 
 
3744
  msgstr ""
3745
 
3746
+ #: modules/custom-post-types/comics.php:175
3747
+ msgid "Processing..."
3748
  msgstr ""
3749
 
3750
+ #: modules/custom-post-types/comics.php:176
3751
+ msgid "Sorry, your browser isn't supported. Upgrade at browsehappy.com."
3752
  msgstr ""
3753
 
3754
+ #: modules/custom-post-types/comics.php:177
3755
+ msgid "Only images can be uploaded here."
3756
  msgstr ""
3757
 
3758
+ #: modules/custom-post-types/comics.php:178
3759
+ msgid "Your upload didn't complete; try again later or cross your fingers and try again right now."
 
 
 
 
 
 
3760
  msgstr ""
3761
 
3762
+ #: modules/custom-post-types/comics.php:191
3763
+ #: modules/custom-post-types/comics.php:193
3764
+ #: modules/custom-post-types/comics.php:195
3765
+ msgid "Comics"
3766
  msgstr ""
3767
 
3768
+ #: modules/custom-post-types/comics.php:194
3769
+ msgid "Comic"
 
3770
  msgstr ""
3771
 
3772
+ #: modules/custom-post-types/comics.php:196
3773
+ msgid "All Comics"
 
3774
  msgstr ""
3775
 
3776
+ #: modules/custom-post-types/comics.php:197
3777
+ #: modules/custom-post-types/testimonial.php:72 modules/publicize/ui.php:207
3778
+ msgid "Add New"
3779
  msgstr ""
3780
 
3781
+ #: modules/custom-post-types/comics.php:198
3782
+ msgid "Add New Comic"
 
 
3783
  msgstr ""
3784
 
3785
+ #: modules/custom-post-types/comics.php:199
3786
+ msgid "Edit Comic"
 
3787
  msgstr ""
3788
 
3789
+ #: modules/custom-post-types/comics.php:200
3790
+ msgid "New Comic"
 
3791
  msgstr ""
3792
 
3793
+ #: modules/custom-post-types/comics.php:201
3794
+ msgid "View Comic"
3795
  msgstr ""
3796
 
3797
+ #: modules/custom-post-types/comics.php:202
3798
+ msgid "Search Comics"
 
 
 
 
 
3799
  msgstr ""
3800
 
3801
+ #: modules/custom-post-types/comics.php:203
3802
+ msgid "No Comics found"
3803
  msgstr ""
3804
 
3805
+ #: modules/custom-post-types/comics.php:204
3806
+ msgid "No Comics found in Trash"
3807
  msgstr ""
3808
 
3809
+ #: modules/custom-post-types/comics.php:273
3810
+ msgid "Comic updated. <a href=\"%s\">View comic</a>"
3811
  msgstr ""
3812
 
3813
+ #: modules/custom-post-types/comics.php:274
3814
+ #: modules/custom-post-types/testimonial.php:133
3815
+ msgid "Custom field updated."
3816
  msgstr ""
3817
 
3818
+ #: modules/custom-post-types/comics.php:275
3819
+ #: modules/custom-post-types/testimonial.php:134
3820
+ msgid "Custom field deleted."
3821
  msgstr ""
3822
 
3823
+ #: modules/custom-post-types/comics.php:276
3824
+ msgid "Comic updated."
3825
  msgstr ""
3826
 
3827
+ #: modules/custom-post-types/comics.php:278
3828
+ msgid "Comic restored to revision from %s"
 
3829
  msgstr ""
3830
 
3831
+ #: modules/custom-post-types/comics.php:279
3832
+ msgid "Comic published. <a href=\"%s\">View comic</a>"
3833
  msgstr ""
3834
 
3835
+ #: modules/custom-post-types/comics.php:280
3836
+ msgid "Comic saved."
3837
  msgstr ""
3838
 
3839
+ #: modules/custom-post-types/comics.php:281
3840
+ msgid "Comic submitted. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
 
3841
  msgstr ""
3842
 
3843
+ #: modules/custom-post-types/comics.php:282
3844
+ msgid "Comic scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview comic</a>"
3845
  msgstr ""
3846
 
3847
+ #: modules/custom-post-types/comics.php:284
3848
+ #: modules/custom-post-types/testimonial.php:143
3849
+ msgid "M j, Y @ G:i"
3850
  msgstr ""
3851
 
3852
+ #: modules/custom-post-types/comics.php:285
3853
+ msgid "Comic draft updated. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
3854
  msgstr ""
3855
 
3856
+ #: modules/custom-post-types/comics.php:353
3857
+ msgid "Invalid or expired nonce."
 
3858
  msgstr ""
3859
 
3860
+ #: modules/custom-post-types/comics.php:462
3861
+ msgid ""
3862
+ "Welcome! Ready to publish your first strip?\n"
3863
+ "\n"
3864
+ "Your webcomic's new site is ready to go. Get started by <a href=\"BLOG_URLwp-admin/customize.php#title\">setting your comic's title and tagline</a> so your readers know what it's all about.\n"
3865
+ "\n"
3866
+ "Looking for more help with setting up your site? Check out the WordPress.com <a href=\"http://learn.wordpress.com/\">beginner's tutorial</a> and the <a href=\"http://en.support.wordpress.com/comics/\">guide to comics on WordPress.com</a>. Dive right in by <a href=\"BLOG_URLwp-admin/customize.php#title\">publishing your first strip!</a>\n"
3867
+ "\n"
3868
+ "Lots of laughs,\n"
3869
+ "The WordPress.com Team"
3870
  msgstr ""
3871
 
3872
+ #: modules/custom-post-types/nova.php:115
3873
+ msgid "Menu Item Labels"
3874
  msgstr ""
3875
 
3876
+ #: modules/custom-post-types/nova.php:116
3877
+ msgid "Menu Item Label"
3878
  msgstr ""
3879
 
3880
+ #: modules/custom-post-types/nova.php:117
3881
+ msgid "Search Menu Item Labels"
 
3882
  msgstr ""
3883
 
3884
+ #: modules/custom-post-types/nova.php:118
3885
+ msgid "Popular Labels"
3886
+ msgstr ""
 
 
3887
 
3888
+ #: modules/custom-post-types/nova.php:119
3889
+ msgid "All Menu Item Labels"
3890
  msgstr ""
3891
 
3892
+ #: modules/carousel/jetpack-carousel.php:336
3893
+ msgid "Comments on this post are closed."
3894
+ msgstr "Hierdie artikel se kommentaar is gesluit."
 
3895
 
3896
+ #: modules/carousel/jetpack-carousel.php:346
3897
+ msgid "Sorry, but we could not authenticate your request."
3898
  msgstr ""
3899
 
3900
+ #: modules/carousel/jetpack-carousel.php:355
3901
+ msgid "Please provide your name."
3902
  msgstr ""
3903
 
3904
+ #: modules/carousel/jetpack-carousel.php:358
3905
+ msgid "Please provide an email address."
3906
  msgstr ""
3907
 
3908
+ #: modules/carousel/jetpack-carousel.php:361
3909
+ msgid "Please provide a valid email address."
3910
  msgstr ""
3911
 
3912
+ #: modules/carousel/jetpack-carousel.php:390
3913
+ msgid "Image Gallery Carousel"
 
 
 
3914
  msgstr ""
3915
 
3916
+ #: modules/carousel/jetpack-carousel.php:393
3917
+ msgid "Enable carousel"
 
3918
  msgstr ""
3919
 
3920
+ #: modules/carousel/jetpack-carousel.php:397
3921
+ msgid "Background color"
 
3922
  msgstr ""
3923
 
3924
+ #: modules/carousel/jetpack-carousel.php:400
3925
+ msgid "Metadata"
 
 
 
 
3926
  msgstr ""
3927
 
3928
+ #: modules/carousel/jetpack-carousel.php:457
3929
+ msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
3930
  msgstr ""
3931
 
3932
+ #: modules/carousel/jetpack-carousel.php:465
3933
+ msgid "Show map of photo location in carousel, when available."
3934
  msgstr ""
3935
 
3936
+ #: modules/carousel/jetpack-carousel.php:473
3937
+ msgid "Black"
 
 
3938
  msgstr ""
3939
 
3940
+ #: modules/carousel/jetpack-carousel.php:473
3941
+ msgid "White"
3942
  msgstr ""
3943
 
3944
+ #: modules/carousel/jetpack-carousel.php:481
3945
+ msgid "Display images in full-size carousel slideshow."
3946
  msgstr ""
3947
 
3948
+ #: modules/comments/admin.php:50 modules/comments/comments.php:211
3949
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
3950
+ msgid "Leave a Reply"
3951
+ msgstr "Lewer kommentaar"
3952
 
3953
+ #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:156
3954
+ #: modules/widgets/twitter-timeline.php:217
3955
+ msgid "Light"
3956
+ msgstr "Lig"
3957
 
3958
+ #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:157
3959
+ #: modules/widgets/twitter-timeline.php:218
3960
+ msgid "Dark"
3961
+ msgstr "Donker"
3962
 
3963
+ #: modules/comments/admin.php:56
3964
+ msgid "Transparent"
3965
+ msgstr "Deurskynend"
3966
+
3967
+ #: modules/comments/admin.php:72 modules/module-info.php:521
3968
+ msgid "Jetpack Comments"
3969
  msgstr ""
3970
 
3971
+ #: modules/comments/admin.php:81
3972
+ msgid "Greeting Text"
3973
+ msgstr "Verwelkoming"
3974
 
3975
+ #: modules/comments/admin.php:97 modules/comments/admin.php:168
3976
+ #: modules/widgets/facebook-likebox.php:154
3977
+ msgid "Color Scheme"
3978
+ msgstr "Kleurskema"
 
 
 
 
 
3979
 
3980
+ #: modules/comments/admin.php:118
3981
+ msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
 
3982
  msgstr ""
3983
 
3984
+ #: modules/comments/admin.php:134
3985
+ msgid "A few catchy words to motivate your readers to comment"
3986
+ msgstr ""
3987
+
3988
+ #: modules/comments/base.php:83
3989
+ msgid "Invalid request"
3990
  msgstr ""
3991
 
3992
+ #: modules/comments/base.php:230
3993
+ msgid "Error: please fill the required fields (name, email)."
3994
+ msgstr "Fout: vul asseblief die verpligde velde in."
 
3995
 
3996
+ #: modules/comments/base.php:232
3997
+ msgid "Error: please enter a valid email address."
 
3998
  msgstr ""
3999
 
4000
  #: modules/comments/comments.php:187
4043
  msgstr ""
4044
 
4045
  #: modules/contact-form/admin.php:197
4046
+ #: modules/contact-form/grunion-contact-form.php:762
4047
  #: modules/contact-form/grunion-omnisearch.php:37
4048
  msgid "Message"
4049
  msgstr ""
4068
 
4069
  #: modules/contact-form/admin.php:275 modules/contact-form/admin.php:374
4070
  msgid "Delete Permanently"
4071
+ msgstr "Skrap Vir Altyd"
4072
 
4073
  #: modules/contact-form/admin.php:306
4074
  msgid "Mark this message as spam"
4085
  msgstr ""
4086
 
4087
  #: modules/contact-form/admin.php:406
4088
+ #: modules/contact-form/grunion-contact-form.php:1187
4089
  msgctxt "{$date_format} \\a\\t {$time_format}"
4090
  msgid "%1$s \\a\\t %2$s"
4091
  msgstr ""
4124
  msgid "Search Feedback"
4125
  msgstr ""
4126
 
4127
+ #: modules/contact-form/grunion-contact-form.php:85
4128
+ #: modules/contact-form/grunion-contact-form.php:86
4129
+ msgid "No feedback found"
4130
  msgstr ""
4131
 
4132
+ #: modules/contact-form/grunion-contact-form.php:103
4133
+ msgid "Spam <span class=\"count\">(%s)</span>"
4134
+ msgid_plural "Spam <span class=\"count\">(%s)</span>"
4135
+ msgstr[0] ""
4136
+ msgstr[1] ""
4137
+
4138
+ #: modules/contact-form/grunion-contact-form.php:192
4139
+ msgid "An error occurred. Please try again later."
4140
  msgstr ""
4141
 
4142
+ #: modules/contact-form/grunion-contact-form.php:200
4143
+ #: modules/contact-form/grunion-contact-form.php:853
4144
+ msgid "Message Sent"
4145
+ msgstr "Boodskap gestuur"
4146
 
4147
+ #: modules/contact-form/grunion-contact-form.php:358
4148
+ msgid "Export feedback as CSV"
4149
+ msgstr ""
4150
 
4151
+ #: modules/contact-form/grunion-contact-form.php:364
4152
+ msgid "Select feedback to download"
4153
  msgstr ""
4154
 
4155
+ #: modules/contact-form/grunion-contact-form.php:366
4156
+ msgid "All posts"
4157
  msgstr ""
4158
 
4159
+ #: modules/contact-form/grunion-contact-form.php:371
4160
+ msgid "Download"
4161
  msgstr ""
4162
 
4163
+ #: modules/contact-form/grunion-contact-form.php:418
4164
+ #: modules/contact-form/grunion-contact-form.php:510
4165
+ #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
4166
+ #: modules/module-info.php:495
4167
+ msgid "Contact Form"
4168
  msgstr ""
4169
 
4170
+ #: modules/contact-form/grunion-contact-form.php:724
4171
+ msgctxt "%1$s = blog name"
4172
+ msgid "%1$s Sidebar"
4173
  msgstr ""
4174
 
4175
+ #: modules/contact-form/grunion-contact-form.php:727
4176
+ msgctxt "%1$s = blog name, %2$s = post title"
4177
+ msgid "%1$s %2$s"
4178
  msgstr ""
4179
 
4180
+ #: modules/contact-form/grunion-contact-form.php:738
4181
+ msgid "Submit &#187;"
4182
+ msgstr "Stuur &#187;"
4183
+
4184
+ #: modules/contact-form/grunion-contact-form.php:758
4185
+ msgid "Subject"
4186
  msgstr ""
4187
 
4188
+ #: modules/contact-form/grunion-contact-form.php:839
4189
+ msgid "Error!"
4190
+ msgstr "Oeps!"
4191
+
4192
+ #: modules/contact-form/grunion-contact-form.php:854
4193
+ msgid "go back"
4194
  msgstr ""
4195
 
4196
+ #: modules/contact-form/grunion-contact-form.php:928
4197
+ #: modules/contact-form/grunion-contact-form.php:944
4198
+ msgctxt "%1$s = form field label, %2$s = form field value"
4199
+ msgid "%1$s: %2$s"
4200
  msgstr ""
4201
 
4202
+ #: modules/contact-form/grunion-contact-form.php:1209
4203
+ msgid "Time:"
4204
  msgstr ""
4205
 
4206
+ #: modules/contact-form/grunion-contact-form.php:1210
4207
+ msgid "IP Address:"
4208
  msgstr ""
4209
 
4210
+ #: modules/contact-form/grunion-contact-form.php:1218
4211
+ msgid "Contact Form URL:"
4212
  msgstr ""
4213
 
4214
+ #: modules/contact-form/grunion-contact-form.php:1223
4215
+ msgid "Sent by a verified %s user."
4216
  msgstr ""
4217
 
4218
+ #: modules/contact-form/grunion-contact-form.php:1227
4219
+ msgid "Sent by an unverified visitor to your site."
4220
+ msgstr ""
 
4221
 
4222
+ #: modules/contact-form/grunion-contact-form.php:1466
4223
+ msgid "%s requires a valid email address"
4224
+ msgstr ""
 
4225
 
4226
+ #: modules/contact-form/grunion-contact-form.php:1472
4227
+ msgid "%s is required"
4228
+ msgstr "%s is word vereis"
 
4229
 
4230
+ #: modules/contact-form/grunion-contact-form.php:1519
4231
+ #: modules/contact-form/grunion-contact-form.php:1525
4232
+ #: modules/contact-form/grunion-contact-form.php:1530
4233
+ #: modules/contact-form/grunion-contact-form.php:1544
4234
+ #: modules/contact-form/grunion-contact-form.php:1550
4235
+ #: modules/contact-form/grunion-contact-form.php:1561
4236
+ #: modules/contact-form/grunion-contact-form.php:1571
4237
+ msgid "(required)"
4238
+ msgstr "(vereisde) "
4239
 
4240
+ #: modules/contact-form/grunion-contact-form.php:1543
4241
+ #: modules/minileven/minileven.php:261
4242
+ msgid "Yes"
4243
+ msgstr "Ja"
4244
+
4245
+ #: modules/contact-form/grunion-form-view.php:8
4246
+ msgctxt "Label for HTML form \"Name\" field in contact form builder"
4247
+ msgid "Name"
4248
  msgstr ""
4249
 
4250
+ #: modules/contact-form/grunion-form-view.php:9
4251
+ msgctxt "Label for HTML form \"Email\" field in contact form builder"
4252
+ msgid "Email"
4253
+ msgstr "E-posadres"
4254
 
4255
+ #: modules/contact-form/grunion-form-view.php:10
4256
+ msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
4257
+ msgid "Website"
4258
+ msgstr "Webwerf"
4259
 
4260
+ #: modules/contact-form/grunion-form-view.php:11
4261
+ msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
4262
+ msgid "Comment"
4263
+ msgstr "Kommentaar"
4264
+
4265
+ #: modules/contact-form/grunion-form-view.php:12
4266
+ msgctxt "Default label for new HTML form field in contact form builder"
4267
+ msgid "New Field"
4268
  msgstr ""
4269
 
4270
+ #: modules/contact-form/grunion-form-view.php:13
4271
+ msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
4272
+ msgid "Options"
4273
  msgstr ""
4274
 
4275
+ #: modules/contact-form/grunion-form-view.php:14
4276
+ msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
4277
+ msgid "Option"
4278
  msgstr ""
4279
 
4280
+ #: modules/contact-form/grunion-form-view.php:15
4281
+ msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
4282
+ msgid "First option"
4283
+ msgstr ""
4284
 
4285
+ #: modules/contact-form/grunion-form-view.php:16
4286
+ msgctxt "error message in contact form builder"
4287
+ msgid "Oops, there was a problem generating your form. You'll likely need to try again."
4288
  msgstr ""
4289
 
4290
+ #: modules/contact-form/grunion-form-view.php:17
4291
+ msgid ""
4292
+ "Drag up or down\n"
4293
+ "to re-arrange"
4294
  msgstr ""
4295
 
4296
+ #: modules/contact-form/grunion-form-view.php:18
4297
+ msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
4298
+ msgid "move"
4299
  msgstr ""
4300
 
4301
+ #: modules/contact-form/grunion-form-view.php:19
4302
+ msgctxt "Link to edit an HTML form field in contact form builder"
4303
+ msgid "edit"
4304
  msgstr ""
4305
 
4306
+ #: modules/contact-form/grunion-form-view.php:20
4307
+ msgid "Saved successfully"
4308
  msgstr ""
4309
 
4310
+ #: modules/contact-form/grunion-form-view.php:21
4311
+ msgctxt "This HTML form field is marked as required by the user in contact form builder"
4312
+ msgid "(required)"
4313
+ msgstr "(verplig)"
4314
+
4315
+ #: modules/contact-form/grunion-form-view.php:22
4316
+ msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
4317
  msgstr ""
4318
 
4319
+ #: modules/contact-form/grunion-form-view.php:118
4320
+ msgid "Your new field was saved successfully"
4321
  msgstr ""
4322
 
4323
+ #: modules/contact-form/grunion-form-view.php:120
4324
+ msgid "Form builder"
 
4325
  msgstr ""
4326
 
4327
+ #: class.jetpack.php:2800
4328
+ msgid "Terms of Service"
4329
  msgstr ""
4330
 
4331
+ #: class.jetpack.php:2802
4332
+ msgid "Debug"
4333
+ msgstr ""
4334
 
4335
+ #: class.jetpack.php:2804 modules/sharedaddy/sharedaddy.php:84
4336
+ msgid "Support"
4337
+ msgstr ""
4338
 
4339
+ #: class.jetpack.php:2934
4340
+ msgid "Configure %s"
4341
+ msgstr ""
4342
 
4343
+ #: class.jetpack.php:2993
4344
+ msgid "Deactivate"
4345
  msgstr ""
4346
 
4347
+ #: class.jetpack.php:3006
4348
+ msgid "Activate"
4349
+ msgstr "Aktiveer"
4350
 
4351
+ #: class.jetpack.php:3026
4352
+ msgid "Free"
4353
+ msgstr ""
4354
+
4355
+ #: class.jetpack.php:3026
4356
+ msgid "Purchase"
4357
+ msgstr ""
4358
+
4359
+ #: class.jetpack.php:3034
4360
+ msgid "New"
4361
+ msgstr ""
4362
+
4363
+ #: class.jetpack.php:3037
4364
+ msgid "Updated"
4365
+ msgstr ""
4366
+
4367
+ #: class.jetpack.php:3065
4368
+ msgid "Configure"
4369
+ msgstr ""
4370
+
4371
+ #: class.jetpack.php:3103
4372
+ msgid "Coming soon&#8230;"
4373
+ msgstr ""
4374
+
4375
+ #: class.jetpack.php:3242
4376
+ msgid "Something is being cranky!"
4377
+ msgstr ""
4378
+
4379
+ #: class.jetpack.php:3243
4380
+ msgid "Your site is configured to only permit SSL connections to Jetpack, but SSL connections don't seem to be functional!"
4381
+ msgstr ""
4382
+
4383
+ #: class.jetpack.php:3331
4384
+ msgid "Error Details: Jetpack ID is empty. Do not publicly post this error message! %s"
4385
+ msgstr ""
4386
+
4387
+ #: class.jetpack.php:3333
4388
+ msgid "Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s"
4389
+ msgstr ""
4390
+
4391
+ #: class.jetpack.php:3335
4392
+ msgid "Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s"
4393
+ msgstr ""
4394
+
4395
+ #: class.jetpack.php:3493
4396
+ msgid "Jetpack Plugin Version"
4397
+ msgstr ""
4398
+
4399
+ #: class.jetpack.php:3499
4400
+ msgid "The Client ID/WP.com Blog ID of this site"
4401
+ msgstr ""
4402
+
4403
+ #: class.jetpack.php:3749
4404
+ msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
4405
+ msgstr ""
4406
 
4407
+ #: class.jetpack.php:3752
4408
+ msgid "Someone may be trying to trick you into giving them access to your site. Or it could be you just encountered a bug :). Either way, please close this window."
4409
+ msgstr ""
4410
 
4411
+ #: class.jetpack.php:3780
4412
+ msgid "The authorization process expired. Please go back and try again."
4413
+ msgstr ""
4414
 
4415
+ #: class.jetpack.php:3820
4416
+ msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
4417
+ msgstr ""
4418
 
4419
+ #: class.jetpack.php:3988
4420
+ msgid "Something has gotten mixed up!"
4421
+ msgstr ""
4422
 
4423
+ #: class.jetpack.php:3990
4424
+ msgid "Your <code>%1$s</code> option is set up as <strong>%2$s</strong>, but your WordPress.com connection lists it as <strong>%3$s</strong>!"
4425
  msgstr ""
4426
 
4427
+ #: class.jetpack.php:3992
4428
+ msgid "The data listed above is not for my current site. Please disconnect, and then form a new connection to WordPress.com for this site using my current settings."
4429
  msgstr ""
4430
 
4431
+ #: class.jetpack.php:3993
4432
+ msgid "Ignore the difference. This is just a staging site for the real site referenced above."
4433
  msgstr ""
4434
 
4435
+ #: class.jetpack.php:3994
4436
+ msgid "That used to be my URL for this site before I changed it. Update the WordPress.com Cloud's data to match my current settings."
4437
  msgstr ""
4438
 
4439
+ #: class.json-api-endpoints.php:1174
4440
+ msgid "This post is password protected."
4441
+ msgstr "Hierdie inskrywing word deur 'n wagwoord beskerm"
4442
 
4443
+ #: class.json-api-endpoints.php:2865
4444
+ msgid "Comment cache problem?"
4445
+ msgstr ""
4446
 
4447
+ #: functions.gallery.php:12
4448
+ msgid "Thumbnail Grid"
4449
  msgstr ""
4450
 
4451
+ #: functions.gallery.php:40
4452
+ msgid "Type"
4453
+ msgstr "Tipe"
 
 
4454
 
4455
+ #: functions.opengraph.php:81
4456
+ msgid "(no title)"
4457
+ msgstr "(geen titel nie)"
4458
+
4459
+ #: locales.php:29
4460
+ msgctxt "locales"
4461
+ msgid "%1$s/%2$s"
4462
  msgstr ""
4463
 
4464
+ #: modules/after-the-deadline/atd-l10n.php:12
4465
+ msgid "Spelling"
4466
  msgstr ""
4467
 
4468
+ #: modules/after-the-deadline/atd-l10n.php:13
4469
+ msgid "Repeated Word"
4470
+ msgstr ""
4471
+
4472
+ #: modules/after-the-deadline/atd-l10n.php:15
4473
+ msgid "No suggestions"
4474
+ msgstr "Geen voorstelle nie"
4475
+
4476
+ #: modules/after-the-deadline/atd-l10n.php:17
4477
+ msgid "Explain..."
4478
  msgstr ""
4479
 
4480
  #: modules/after-the-deadline/atd-l10n.php:18
4487
 
4488
  #: modules/after-the-deadline/atd-l10n.php:20
4489
  msgid "Ignore all"
4490
+ msgstr "Ignoreer alle"
4491
 
4492
  #: modules/after-the-deadline/atd-l10n.php:22
4493
  msgid "Edit Selection..."
4502
  msgstr ""
4503
 
4504
  #: modules/after-the-deadline/atd-l10n.php:26
4505
+ #: modules/after-the-deadline.php:227
4506
  msgid "Proofread Writing"
4507
  msgstr ""
4508
 
4600
  msgid "Redundant Phrases"
4601
  msgstr ""
4602
 
4603
+ #: modules/after-the-deadline/config-options.php:83
4604
+ msgid "<a href=\"%s\">Learn more</a> about these options."
4605
  msgstr ""
4606
 
4607
+ #: modules/after-the-deadline/config-options.php:86
4608
+ msgid "Language"
4609
+ msgstr "Taal"
4610
+
4611
+ #: modules/after-the-deadline/config-options.php:89
4612
+ msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
4613
+ msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
4614
  msgstr ""
4615
 
4616
+ #: modules/after-the-deadline/config-options.php:95
4617
+ msgid "Use automatically detected language to proofread posts and pages"
4618
  msgstr ""
4619
 
4620
+ #: modules/after-the-deadline/config-unignore.php:129
4621
+ msgid "Ignored Phrases"
4622
  msgstr ""
4623
 
4624
+ #: modules/after-the-deadline/config-unignore.php:131
4625
+ msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
4626
  msgstr ""
4627
 
4628
+ #: modules/after-the-deadline/config-unignore.php:133
4629
+ #: modules/widget-visibility/widget-conditions.php:174
4630
+ msgid "Add"
4631
+ msgstr "Voeg by"
4632
+
4633
+ #: modules/after-the-deadline/config-unignore.php:138
4634
+ msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
4635
  msgstr ""
4636
 
4637
+ #: modules/carousel/jetpack-carousel.php:106
4638
+ msgid "Comment"
4639
+ msgstr "Kommentaar"
4640
+
4641
+ #: modules/carousel/jetpack-carousel.php:107
4642
+ msgid "Post Comment"
4643
+ msgstr "Publiseer kommentaar"
4644
+
4645
+ #: modules/carousel/jetpack-carousel.php:109
4646
+ msgid "Loading Comments..."
4647
+ msgstr "Die kommentaar is aan't laai..."
4648
+
4649
+ #: modules/carousel/jetpack-carousel.php:110
4650
+ msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
4651
  msgstr ""
4652
 
4653
+ #: modules/carousel/jetpack-carousel.php:111
4654
+ msgid "Please be sure to submit some text with your comment."
4655
+ msgstr "Maak seker jou kommentaar bevat teks."
4656
+
4657
+ #: modules/carousel/jetpack-carousel.php:112
4658
+ msgid "Please provide an email address to comment."
4659
+ msgstr "Verskaf asseblief jou e-posadres om kommentaar te kan lewer."
4660
+
4661
+ #: modules/carousel/jetpack-carousel.php:113
4662
+ msgid "Please provide your name to comment."
4663
+ msgstr "Verskaf asseblief jou naam om kommentaar te lewer."
4664
+
4665
+ #: modules/carousel/jetpack-carousel.php:114
4666
+ msgid "Sorry, but there was an error posting your comment. Please try again later."
4667
+ msgstr "Jammer, maar daar was 'n fout met die publiseer van jou kommentaar. Probeer asseblief later weer."
4668
+
4669
+ #: modules/carousel/jetpack-carousel.php:115
4670
+ msgid "Your comment was approved."
4671
+ msgstr "Jou kommentaar is goedgekeur."
4672
+
4673
+ #: modules/carousel/jetpack-carousel.php:116
4674
+ msgid "Your comment is in moderation."
4675
+ msgstr "Jou kommentaar word gemodereer."
4676
+
4677
+ #: modules/carousel/jetpack-carousel.php:117
4678
+ msgid "Camera"
4679
  msgstr ""
4680
 
4681
+ #: modules/carousel/jetpack-carousel.php:118
4682
+ msgid "Aperture"
4683
  msgstr ""
4684
 
4685
+ #: modules/carousel/jetpack-carousel.php:119
4686
+ msgid "Shutter Speed"
4687
  msgstr ""
4688
 
4689
+ #: modules/carousel/jetpack-carousel.php:120
4690
+ msgid "Focal Length"
4691
  msgstr ""
4692
 
4693
+ #: modules/carousel/jetpack-carousel.php:130
4694
+ msgid "Commenting as %s"
4695
+ msgstr "Jy lewer kommentaar as %s"
4696
+
4697
+ #: modules/carousel/jetpack-carousel.php:133
4698
+ msgid "You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in</a> to post a comment."
4699
+ msgstr "Jy moet <a href=\"#\" class=\"jp-carousel-comment-login\">ingeteken</a> wees om kommentaar te lewer."
4700
+
4701
+ #: modules/carousel/jetpack-carousel.php:135
4702
+ msgid "%s (Required)"
4703
  msgstr ""
4704
 
4705
+ #: modules/carousel/jetpack-carousel.php:137
4706
+ #: modules/contact-form/grunion-contact-form.php:753
4707
+ #: modules/contact-form/grunion-form-view.php:155
4708
+ msgid "Email"
4709
+ msgstr "Epos"
4710
+
4711
+ #: modules/carousel/jetpack-carousel.php:141
4712
+ #: modules/contact-form/grunion-contact-form.php:754
4713
+ #: modules/contact-form/grunion-form-view.php:160
4714
+ msgid "Website"
4715
+ msgstr "Webwerf"
4716
+
4717
+ #: modules/carousel/jetpack-carousel.php:274
4718
+ msgid "Missing attachment ID."
4719
  msgstr ""
4720
 
4721
+ #: modules/carousel/jetpack-carousel.php:311
4722
+ msgid "Nonce verification failed."
4723
  msgstr ""
4724
 
4725
+ #: modules/carousel/jetpack-carousel.php:318
4726
+ msgid "Missing target blog ID."
4727
  msgstr ""
4728
 
4729
+ #: modules/carousel/jetpack-carousel.php:321
4730
+ msgid "Missing target post ID."
4731
  msgstr ""
4732
 
4733
+ #: modules/carousel/jetpack-carousel.php:324
4734
+ msgid "No comment text was submitted."
4735
+ msgstr "Geen kommentaar is gestuur nie."
4736
+
4737
+ #: class.jetpack-debugger.php:139
4738
+ msgid "It may be caused by one of these issues, which you can diagnose yourself:"
4739
  msgstr ""
4740
 
4741
+ #: class.jetpack-debugger.php:141
4742
+ msgid "A known issue."
4743
  msgstr ""
4744
 
4745
+ #: class.jetpack-debugger.php:141
4746
+ msgid "Some themes and plugins have <a href=\"%1$s\" target=\"_blank\">known conflicts</a> with Jetpack – check the <a href=\"%2$s\" target=\"_blank\">list</a>. (You can also browse the <a href=\"%3$s\">Jetpack support pages</a> or <a href=\"%4$s\">Jetpack support forum</a> to see if others have experienced and solved the problem.)"
4747
  msgstr ""
4748
 
4749
+ #: class.jetpack-debugger.php:142
4750
+ msgid "An incompatible plugin."
4751
  msgstr ""
4752
 
4753
+ #: class.jetpack-debugger.php:142
4754
+ msgid "Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help."
4755
  msgstr ""
4756
 
4757
+ #: class.jetpack-debugger.php:143
4758
+ msgid "A theme conflict."
4759
  msgstr ""
4760
 
4761
+ #: class.jetpack-debugger.php:143
4762
+ msgid "If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know."
4763
  msgstr ""
4764
 
4765
+ #: class.jetpack-debugger.php:144
4766
+ msgid "A problem with your XMLRPC file."
 
4767
  msgstr ""
4768
 
4769
+ #: class.jetpack-debugger.php:144
4770
+ msgid "Load your <a href=\"%s\">XMLRPC file</a>. It should say “XML-RPC server accepts POST requests only.” on a line by itself."
4771
  msgstr ""
4772
 
4773
+ #: class.jetpack-debugger.php:146
4774
+ msgid "If it's not by itself, a theme or plugin is displaying extra characters. Try steps 2 and 3."
4775
  msgstr ""
4776
 
4777
+ #: class.jetpack-debugger.php:147
4778
+ msgid "If you get a 404 message, contact your web host. Their security may block XMLRPC."
4779
  msgstr ""
4780
 
4781
+ #: class.jetpack-debugger.php:152
4782
+ msgid "If none of these help you find a solution, <a href=\"#\">click here to contact Jetpack support</a>. Tell us as much as you can about the issue and what steps you've tried to resolve it, and one of our Happiness Engineers will be in touch to help."
4783
  msgstr ""
4784
 
4785
+ #: class.jetpack-debugger.php:166
4786
+ msgid "Please describe the problem you are having."
4787
  msgstr ""
4788
 
4789
+ #: class.jetpack-debugger.php:171 modules/carousel/jetpack-carousel.php:139
4790
+ #: modules/contact-form/grunion-contact-form.php:752
4791
+ #: modules/contact-form/grunion-form-view.php:156
4792
+ #: modules/custom-post-types/nova.php:740
4793
+ msgid "Name"
4794
+ msgstr "Naam"
4795
+
4796
+ #: class.jetpack-debugger.php:172
4797
+ msgid "Let us know your name."
4798
  msgstr ""
4799
 
4800
+ #: class.jetpack-debugger.php:177
4801
+ msgid "E-mail"
4802
+ msgstr "E-pos"
4803
+
4804
+ #: class.jetpack-debugger.php:178
4805
+ msgid "Use a valid email address."
4806
  msgstr ""
4807
 
4808
+ #: class.jetpack-debugger.php:183
4809
+ msgid "The test results and some other useful debug information will be sent to the support team. Please feel free to <a href=\"#\">review/modify</a> this information."
4810
  msgstr ""
4811
 
4812
+ #: class.jetpack-debugger.php:187
4813
+ msgid "Debug Info"
4814
  msgstr ""
4815
 
4816
+ #: class.jetpack-heartbeat.php:128
4817
+ msgid "Jetpack weekly"
4818
  msgstr ""
4819
 
4820
+ #: class.jetpack.php:1311
4821
+ msgid "Jetpack requires WordPress version %s or later."
4822
+ msgstr ""
4823
+
4824
+ #: class.jetpack.php:1555 class.jetpack.php:1571
4825
+ msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
4826
+ msgstr ""
4827
+
4828
+ #: class.jetpack.php:1592
4829
+ msgid "One New Jetpack Module"
4830
+ msgid_plural "%s New Jetpack Modules"
4831
+ msgstr[0] ""
4832
+ msgstr[1] ""
4833
+
4834
+ #: class.jetpack.php:1595
4835
+ msgid "Jetpack"
4836
+ msgstr ""
4837
+
4838
+ #: class.jetpack.php:1765 class.jetpack.php:1790 class.jetpack.php:1803
4839
+ #: class.jetpack.php:2680 class.jetpack.php:2933
4840
+ msgid "Jetpack by WordPress.com"
4841
+ msgstr ""
4842
+
4843
+ #: class.jetpack.php:1766 class.jetpack.php:1791 class.jetpack.php:2683
4844
+ msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
4845
+ msgstr ""
4846
+
4847
+ #: class.jetpack.php:1767 class.jetpack.php:1792
4848
+ msgid "On this page, you are able to view the modules available within Jetpack, learn more about them, and activate or deactivate them as needed."
4849
  msgstr ""
4850
 
4851
+ #: class.jetpack.php:1768
4852
+ msgid "Jetpack Module Options"
4853
  msgstr ""
4854
 
4855
+ #: class.jetpack.php:1769
4856
+ msgid "<strong>To Activate/Deactivate a Module</strong> - Click on Learn More. An Activate or Deactivate button will now appear next to the Learn More button. Click the Activate/Deactivate button."
4857
  msgstr ""
4858
 
4859
+ #: class.jetpack.php:1770 class.jetpack.php:1817
4860
+ msgid "For more information:"
4861
  msgstr ""
4862
 
4863
+ #: class.jetpack.php:1771 class.jetpack.php:1818
4864
+ msgid "Jetpack FAQ"
4865
  msgstr ""
4866
 
4867
+ #: class.jetpack.php:1772 class.jetpack.php:1819
4868
+ msgid "Jetpack Support"
 
4869
  msgstr ""
4870
 
4871
+ #: class.jetpack.php:1788
4872
+ msgid "Overview"
4873
  msgstr ""
4874
 
4875
+ #: class.jetpack.php:1801
4876
+ msgid "Modules"
 
4877
  msgstr ""
4878
 
4879
+ #: class.jetpack.php:1804
4880
+ msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
4881
  msgstr ""
4882
 
4883
+ #: class.jetpack.php:1806
4884
+ msgid "Find the component you want to manage"
4885
  msgstr ""
4886
 
4887
+ #: class.jetpack.php:1807
4888
+ msgid "Click on Learn More"
4889
  msgstr ""
4890
 
4891
+ #: class.jetpack.php:1808
4892
+ msgid "An Activate or Deactivate button will appear"
4893
  msgstr ""
4894
 
4895
+ #: class.jetpack.php:1809
4896
+ msgid "If additional settings are available, a link to them will appear"
4897
  msgstr ""
4898
 
4899
+ #: class.jetpack.php:1889 modules/publicize/ui.php:677
4900
+ #: modules/sharedaddy/sharedaddy.php:76 modules/sharedaddy/sharedaddy.php:83
4901
+ msgid "Settings"
4902
+ msgstr "Instellings"
4903
+
4904
+ #: class.jetpack.php:1906
4905
+ msgid "Dismiss this notice and deactivate Jetpack."
4906
  msgstr ""
4907
 
4908
+ #: class.jetpack.php:1912
4909
+ msgid "<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!"
4910
  msgstr ""
4911
 
4912
+ #: class.jetpack.php:1914
4913
+ msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
4914
  msgstr ""
4915
 
4916
+ #: class.jetpack.php:1920 class.jetpack.php:2716
4917
+ msgid "Connect to WordPress.com"
4918
  msgstr ""
4919
 
4920
+ #: class.jetpack.php:1922 modules/module-info.php:45 modules/module-info.php:81
4921
+ #: modules/module-info.php:138 modules/module-info.php:173
4922
+ #: modules/module-info.php:207 modules/module-info.php:237
4923
+ #: modules/module-info.php:270 modules/module-info.php:306
4924
+ #: modules/module-info.php:357 modules/module-info.php:379
4925
+ #: modules/module-info.php:417 modules/module-info.php:442
4926
+ #: modules/module-info.php:460 modules/module-info.php:479
4927
+ #: modules/module-info.php:485 modules/module-info.php:512
4928
+ #: modules/module-info.php:543 modules/module-info.php:578
4929
+ #: modules/module-info.php:600 modules/module-info.php:622
4930
+ #: modules/module-info.php:672 modules/module-info.php:700
4931
+ #: modules/module-info.php:728 modules/module-info.php:749
4932
+ #: modules/module-info.php:775 modules/module-info.php:801
4933
+ #: modules/module-info.php:824 modules/module-info.php:843
4934
+ #: modules/module-info.php:860 modules/module-info.php:876
4935
+ #: modules/module-info.php:896
4936
+ msgid "Learn More"
4937
  msgstr ""
4938
 
4939
+ #: class.jetpack.php:1935
4940
+ msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
4941
  msgstr ""
4942
 
4943
+ #: class.jetpack.php:1962
4944
+ msgid "Jetpack now includes Jetpack Comments, which enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site. To activate Jetpack Comments, <a href=\"%s\">%s</a>."
4945
  msgstr ""
4946
 
4947
+ #: class.jetpack.php:1973
4948
+ msgid "click here"
4949
  msgstr ""
4950
 
4951
+ #: class.jetpack.php:2143
4952
+ msgid "Cheatin&#8217; uh?"
4953
+ msgstr "Verneuk jy, huh?"
4954
+
4955
+ #: class.jetpack.php:2146
4956
+ msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
4957
  msgstr ""
4958
 
4959
+ #: class.jetpack.php:2149
4960
+ msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
4961
  msgstr ""
4962
 
4963
+ #: class.jetpack.php:2153
4964
  msgid "Return to sender. Whoops! It looks like you got the wrong Jetpack in the mail; deactivate then reactivate the Jetpack plugin to get a new one."
4965
  msgstr ""
4966
 
4967
+ #: class.jetpack.php:2156
4968
  msgid "Wrong size. Hm&#8230; it seems your Jetpack doesn&#8217;t quite fit. Have you lost weight? Click &#8220;Connect to WordPress.com&#8221; again to get your Jetpack adjusted."
4969
  msgstr ""
4970
 
4971
+ #: class.jetpack.php:2160
4972
  msgid "Your website needs to be publicly accessible to use Jetpack: %s"
4973
  msgstr ""
4974
 
4975
+ #: class.jetpack.php:2165
4976
  msgid "%s could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
4977
  msgstr ""
4978
 
4979
+ #: class.jetpack.php:2167
4980
  msgid "Do you still have the %s plugin installed?"
4981
  msgstr ""
4982
 
4983
+ #: class.jetpack.php:2170
4984
  msgid "Module could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
4985
  msgstr ""
4986
 
4987
+ #: class.jetpack.php:2178
4988
  msgid "<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."
4989
  msgstr ""
4990
 
4991
+ #: class.jetpack.php:2184
4992
  msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
4993
  msgstr ""
4994
 
4995
+ #: class.jetpack.php:2188
4996
  msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
4997
  msgstr ""
4998
 
4999
+ #: class.jetpack.php:2228
5000
  msgid "<strong>Your Jetpack has a glitch.</strong> Something went wrong that&#8217;s never supposed to happen. Guess you&#8217;re just lucky: %s"
5001
  msgstr ""
5002
 
5003
+ #: class.jetpack.php:2231
5004
  msgid "Try connecting again."
5005
  msgstr ""
5006
 
5007
+ #: class.jetpack.php:2255
5008
  msgid "Welcome to <strong>Jetpack %s</strong>!"
5009
  msgstr ""
5010
 
5011
+ #: class.jetpack.php:2267
5012
  msgid "The following new modules have been activated: %l."
5013
  msgstr ""
5014
 
5015
+ #: class.jetpack.php:2279
5016
  msgid "The following modules have been updated: %l."
5017
  msgstr ""
5018
 
5019
+ #: class.jetpack.php:2288
5020
  msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
5021
  msgstr ""
5022
 
5023
+ #: class.jetpack.php:2314
5024
  msgctxt "%l = list of Jetpack module/feature names"
5025
  msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
5026
  msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
5027
  msgstr[0] ""
5028
  msgstr[1] ""
5029
 
5030
+ #: class.jetpack.php:2326
5031
  msgid "<strong>Module settings were saved.</strong> "
5032
  msgstr ""
5033
 
5034
+ #: class.jetpack.php:2330
5035
  msgid "<strong>Your Jetpack is already connected.</strong> "
5036
  msgstr ""
5037
 
5038
+ #: class.jetpack.php:2334 class.jetpack.php:2341
5039
  msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
5040
  msgstr ""
5041
 
5042
+ #: class.jetpack.php:2336
5043
  msgid "The features below are now active. Click the learn more buttons to explore each feature."
5044
  msgstr ""
5045
 
5046
+ #: class.jetpack.php:2347
5047
  msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
5048
  msgstr ""
5049
 
5050
+ #: class.jetpack.php:2370
5051
  msgid "Jetpack contains the most recent version of the old %l plugin."
5052
  msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
5053
  msgstr[0] ""
5054
  msgstr[1] ""
5055
 
5056
+ #: class.jetpack.php:2381
5057
  msgid "The old version has been deactivated and can be removed from your site."
5058
  msgid_plural "The old versions have been deactivated and can be removed from your site."
5059
  msgstr[0] ""
5060
  msgstr[1] ""
5061
 
5062
+ #: class.jetpack.php:2446
5063
  msgid "Is this site private?"
5064
  msgstr ""
5065
 
5066
+ #: class.jetpack.php:2451
5067
  msgctxt "%l = list of Jetpack module/feature names"
5068
  msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
5069
  msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
5070
  msgstr[0] ""
5071
  msgstr[1] ""
5072
 
5073
+ #: class.jetpack.php:2468
5074
  msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
5075
  msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
5076
  msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
5077
  msgstr[0] ""
5078
  msgstr[1] ""
5079
 
5080
+ #: class.jetpack.php:2485
5081
  msgctxt "%l = list of Jetpack module/feature names"
5082
  msgid "Deactivate %l"
5083
  msgstr ""
5084
 
5085
+ #: class.jetpack.php:2670
5086
  msgid "Connected to WordPress.com"
5087
  msgstr ""
5088
 
5089
+ #: class.jetpack.php:2670
5090
  msgid "Disconnect from WordPress.com"
5091
  msgstr ""
5092
 
5093
+ #: class.jetpack.php:2675
5094
+ msgid "User linked to WordPress.com"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5095
  msgstr ""
5096
 
5097
+ #: class.jetpack.php:2675
5098
+ msgid "Unlink user from WordPress.com"
5099
  msgstr ""
5100
 
5101
+ #: class.jetpack.php:2693
5102
+ msgid "Jetpack is network activated and notices can not be dismissed."
5103
  msgstr ""
5104
 
5105
+ #: class.jetpack.php:2707
5106
+ msgid "Dismiss this notice."
5107
  msgstr ""
5108
 
5109
+ #: class.jetpack.php:2712
5110
+ msgid "To enable all of the Jetpack features you&#8217;ll need to connect your website to WordPress.com using the button to the right. Once you&#8217;ve made the connection you&#8217;ll activate all the delightful features below."
5111
  msgstr ""
5112
 
5113
+ #: class.jetpack.php:2727
5114
+ msgid "To enable all of the Jetpack features you&#8217;ll need to link your account here to your WordPress.com account using the button to the right."
5115
  msgstr ""
5116
 
5117
+ #: class.jetpack.php:2731 modules/post-by-email.php:132
5118
+ #: modules/publicize/publicize-jetpack.php:68
5119
+ msgid "Link account with WordPress.com"
5120
  msgstr ""
5121
 
5122
+ #: class.jetpack.php:2752
5123
+ msgid "Have feedback on Jetpack?"
5124
  msgstr ""
5125
 
5126
+ #: class.jetpack.php:2754
5127
+ msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
5128
  msgstr ""
5129
 
5130
+ #: class.jetpack.php:2757
5131
+ msgid "Take Survey"
5132
  msgstr ""
5133
 
5134
+ #: class.jetpack.php:2763
5135
+ msgid "Checking email updates status&hellip;"
5136
  msgstr ""
5137
 
5138
+ #: class.jetpack.php:2769
5139
+ msgctxt "%s = Unsubscribe link"
5140
+ msgid "You are currently subscribed to email updates. %s"
5141
  msgstr ""
5142
 
5143
+ #: class.jetpack.php:2770
5144
+ msgid "Unsubscribe"
5145
  msgstr ""
5146
 
5147
+ #: class.jetpack.php:2774
5148
+ msgctxt "%s = Subscribe link"
5149
+ msgid "Want to receive updates about Jetpack by email? %s"
5150
  msgstr ""
5151
 
5152
+ #: class.jetpack.php:2775 modules/subscriptions.php:696
5153
+ msgid "Subscribe"
 
5154
  msgstr ""
5155
 
5156
+ #: class.jetpack.php:2782
5157
+ msgid "You have been subscribed to receive email updates."
5158
  msgstr ""
5159
 
5160
+ #: class.jetpack.php:2784
5161
+ msgid "You will no longer receive email updates about Jetpack."
5162
  msgstr ""
5163
 
5164
+ #: class.jetpack.php:2796
5165
+ msgid "An <span>Automattic</span> Airline"
5166
  msgstr ""
5167
 
5168
+ #: class.jetpack.php:2799
5169
+ msgid "Privacy Policy"
5170
  msgstr ""
5171
 
5172
+ #: class.jetpack-client-server.php:141
5173
+ msgid "An administrator for this blog must set up the Jetpack connection."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5174
  msgstr ""
5175
 
5176
+ #: class.jetpack-client-server.php:146
5177
+ msgid "You need to register your Jetpack before connecting it."
5178
  msgstr ""
5179
 
5180
+ #: class.jetpack-client-server.php:188 class.jetpack.php:3319
5181
+ #: class.jetpack.php:3321 class.jetpack.php:3323 class.jetpack.php:3326
5182
+ msgid "Error Details: %s"
5183
  msgstr ""
5184
 
5185
+ #: class.jetpack-debugger.php:24
5186
+ msgid "You do not have sufficient permissions to access this page."
5187
  msgstr ""
5188
 
5189
+ #: class.jetpack-debugger.php:68
5190
+ msgid "Your site isn’t reaching the Jetpack servers."
5191
  msgstr ""
5192
 
5193
+ #: class.jetpack-debugger.php:71
5194
+ msgid "Your site isn’t securely reaching the Jetpack servers."
5195
  msgstr ""
5196
 
5197
+ #: class.jetpack-debugger.php:76
5198
+ msgid "Your `%1$s` option is set up as `%2$s`, but your WordPress.com connection lists it as `%3$s`!"
5199
  msgstr ""
5200
 
5201
  #: class.jetpack-debugger.php:83
5206
  msgid "It looks like your site can not communicate properly with Jetpack."
5207
  msgstr ""
5208
 
5209
+ #: class.jetpack-debugger.php:99 class.jetpack.php:1600 class.jetpack.php:1820
5210
  msgid "Jetpack Debugging Center"
5211
  msgstr ""
5212
 
5224
 
5225
  #: class.jetpack-debugger.php:138
5226
  msgid "Trouble with Jetpack?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5227
  msgstr ""
languages/jetpack-ar.mo CHANGED
Binary file
languages/jetpack-ar.po CHANGED
@@ -1,42 +1,130 @@
1
- # Translation of 2.5 in Arabic
2
- # This file is distributed under the same license as the 2.5 package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2013-09-19 15:16:25+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
10
  "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: 2.5\n"
12
 
13
- #: modules/videopress/videopress.php:664
14
- msgid "The preview is unavailable while this video is being processed."
15
  msgstr ""
16
 
17
- #: modules/shortcodes/presentations.php:242
18
- msgid "Click to autoplay the presentation!"
 
19
  msgstr ""
20
 
21
- #: modules/gplus-authorship/admin/ui.php:138
22
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected, including your Publicize connections. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
 
23
  msgstr ""
24
 
25
- #: modules/gplus-authorship/admin/ui.php:140
26
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
27
  msgstr ""
28
 
29
- msgid "Likes are a way for people to show their appreciation for content you have written. It’s also a way for you to show the world how popular your content has become."
30
- msgstr "الإعجابات هي وسيلة لإظهار تقدير القراء لمواضيعك التي قمت بكتابتها. كما أنها طريقة لتظهر للعالم مدى شعبية محتويات موقعك."
 
 
31
 
32
- msgid "Automatically optimize your site for mobile devices."
33
- msgstr "إضافة لتحسين قراءة قالب موقعك تلقائياً للهواتف المحمولة."
 
 
34
 
35
- msgid "Receive notifications on your mobile device."
 
 
36
  msgstr ""
37
 
38
- msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
39
- msgstr "مراقبة وإدارة نشاط موقعك مع التنبيهات والإشعارات في شريط المدير الخاص بك على WordPress.com."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
 
41
  msgid "A single search box, that lets you search many different things."
42
  msgstr "مربع بحث واحد، يتيح لك البحث عن الكثير من الأشياء المختلفة."
@@ -59,6 +147,12 @@ msgstr "تضمين مقاطع الفيديو بسهولة والمزيد من ا
59
  msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
60
  msgstr "تمكين دعم WP.me الروابط القصيرة لجميع المواضيع الخاصة بك والصفحات لتسهيل مشاركتها"
61
 
 
 
 
 
 
 
62
  msgid "Simple, concise site stats with no additional load on your server."
63
  msgstr "إحصائيات بسيطة ومختصرة للموقع بدون تحميل إضافي على الخادم."
64
 
@@ -80,108 +174,166 @@ msgstr ""
80
  msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
81
  msgstr "إضافة الصور بسهولة، وتحديثات التويتر، وروابط RSS للشريط الجانبي لقالبك."
82
 
83
- msgid "Let users login with their WordPress.com Credentials, through <a href=\"http://jetpack.me/support/wpcc/\">WordPress.com Connect</a>"
84
- msgstr ""
 
85
 
86
- #: modules/wpcc/wpcc-sign-on.php:98
87
- msgid "WPCC Client Secret"
88
- msgstr ""
89
 
90
- #: modules/wpcc/wpcc-sign-on.php:123
91
- msgid "<strong>Almost done.</strong> Before WordPress.com Connect can finish activating, you'll need to <a href=\"%s\">register your website as an application on WordPress.com</a>"
92
- msgstr ""
93
 
94
- #: modules/wpcc/wpcc-sign-on.php:146
95
- msgid "Visit WordPress.com to <a href=\"%s\">register a new WPCC client id and secret key</a>."
96
- msgstr ""
97
 
98
- #: modules/wpcc/wpcc-sign-on.php:148
99
- msgid "Visit WordPress.com to <a href=\"%s\">manage your WPCC client settings</a>."
100
- msgstr ""
101
 
102
- #: modules/wpcc/wpcc-sign-on.php:175
103
- msgid "Connecting with WordPress.com Connect enables you to log on via your WordPress.com account."
104
- msgstr ""
105
 
106
- #: modules/wpcc/wpcc-sign-on.php:188
107
- msgid "Unlink This Account"
108
- msgstr ""
109
 
110
- #: modules/wpcc/wpcc-sign-on.php:231
111
- msgid "This profile is not currently linked to a WordPress.com Profile."
112
- msgstr ""
113
 
114
- #: modules/wpcc/wpcc-sign-on.php:238
115
- msgid "Warning! State variable missing after authentication."
116
- msgstr ""
117
 
118
- #: modules/wpcc/wpcc-sign-on.php:242
119
- msgid "Warning! State mismatch. Authentication attempt may have been compromised."
120
- msgstr ""
121
 
122
- #: modules/wpcc/wpcc-sign-on.php:262
123
- msgid "Warning! Could not confirm request token url!"
124
- msgstr ""
125
 
126
- #: modules/wpcc/wpcc-sign-on.php:276
127
- msgid "Warning! Could not fetch user data!"
128
- msgstr ""
129
 
130
- #: modules/wpcc/wpcc-sign-on.php:409
131
- msgid "We couldn't find an account with the email <strong><code>%1$s</code></strong> to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that <strong><code>%1$s</code></strong> is configured as the email address, or that you have connected to WordPress.com on your profile page."
132
- msgstr ""
133
 
134
- #: modules/wpcc/wpcc-sign-on.php:411
135
- msgid "We couldn't find any account on <strong>%2$s</strong> that is linked to your WordPress.com account to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that you have connected to WordPress.com on your profile page."
136
- msgstr ""
137
 
138
- msgid "http://wordpress.org/extend/plugins/jetpack/"
139
- msgstr "http://wordpress.org/extend/plugins/jetpack/"
 
140
 
141
- msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
142
- msgstr "إضافة تجلب القوة السحابية لموقعك وتمكنك من ربط حسابك على موقع WordPress.com لاستخدام ميزات قوية متوفرة فقط لمستخدمي موقع WordPress.com"
 
143
 
144
- msgid "Automattic"
145
- msgstr "Automattic"
 
146
 
147
- msgid "http://jetpack.me"
148
- msgstr "http://jetpack.me"
 
149
 
150
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
151
- msgstr "تحسين التهجئة والنمط والتدقيق النحوي من موقع <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> خدمة التدقيق اللغوي."
 
152
 
153
- msgid "Transform your standard image galleries into an immersive full-screen experience."
154
- msgstr "تحويل معرض صورك القياسية للمغامرة بتجربة عرض الصور بملء الشاشة."
 
155
 
156
- msgid "A new comment system that has integrated social media login options."
157
- msgstr "نظام تعليقات جديد مدمج بوسائط خيارات تسجيل الدخول لمواقع التواصل الاجتماعية."
 
158
 
159
- msgid "Easily insert a contact form anywhere on your site."
160
- msgstr "إدخال نموذج للمراسلة بسهولة في أي مكان داخل موقعك."
 
 
161
 
162
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
163
- msgstr "قم بتخصيص مظهر موقعك باستخدام CSS ولكن بدون التعديل على قالبك."
 
164
 
165
- msgid "Share your public posts and comments to search engines and other services in real-time."
166
- msgstr "شارك مواضيعك العامة والتعليقات لمحركات البحث وغيرها من الخدمات في الوقت الحقيقي."
 
167
 
168
- msgid "Show a link to your Google+ in the sharing area of your posts and add your blog URL to your Google+ profile."
169
- msgstr ""
 
170
 
171
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
172
- msgstr "إظهار بطاقة عمل منبثقة للمستخدمين عن طريق الملفات الشخصية في التعليقات."
 
173
 
174
- msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
175
- msgstr "سحب المجموعة التالية من المواضيع تلقائياً إلى القارئ عند الاقتراب من أسفل الصفحة."
 
176
 
177
- msgid "Allow applications to securely access your content through the cloud."
178
- msgstr "السماح للتطبيقات من الوصول إلى محتوى موقعك بشكل آمن من خلال الخدمات السحابية."
 
179
 
180
- msgid "Beautiful Math"
181
- msgstr "الرياضيات الجميلة"
 
182
 
183
- msgid "Mark up your posts with the <img src=\"//s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
184
- msgstr "وضع علامة على مواضيعك بواسطة <img src=\"//s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> اللغة الترميزية، مثالية للمعادلات الرياضية المعقدة وغيرها &#252; مثل الرموز اللاتينية."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
 
186
  #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
187
  msgid "Top Posts &amp; Pages"
@@ -291,362 +443,211 @@ msgstr "لون الحدود (ست عشري):"
291
  msgid "Timeline Theme:"
292
  msgstr "قالب الجدول الزمني:"
293
 
294
- #: modules/widgets.php:49
295
- msgid "%s (Jetpack)"
296
- msgstr "%s (Jetpack)"
297
 
298
- #: modules/wpcc/wpcc-sign-on.php:91
299
- msgid "WPCC Client ID"
300
  msgstr ""
301
 
302
- #: modules/widgets/readmill.php:47
303
- msgid "Just enter the URL to your book, make sure it's a PDF or EPUB file, and you are ready to go. For more help, head to <a href='%s'>the Readmill WordPress Widget support page</a>."
304
- msgstr "أدخل الرابط فقط لكتابك، تأكد بأنه من نوع PDF أو EPUB، وتكون جاهز للتحميل. لمزيد من المعلومات، أذهب إلى <a href='%s'>Readmill WordPress صفحة دعم إضافة</a>."
 
305
 
306
- #: modules/widgets/readmill.php:55
307
- msgid "Download URL:"
308
- msgstr "رابط التحميل:"
309
 
310
- #: modules/widgets/readmill.php:60
311
- msgid "Item URL:"
312
- msgstr "رابط العنصر:"
313
-
314
- #: modules/widgets/readmill.php:65
315
- msgid "What size icon?"
316
- msgstr "ما حجم الأيقونة؟"
317
 
318
- #: modules/widgets/readmill.php:67 modules/widgets/rsslinks-widget.php:101
319
- msgid "Large"
320
- msgstr "كبير"
321
 
322
- #: modules/widgets/readmill.php:68 modules/widgets/rsslinks-widget.php:99
323
- msgid "Small"
324
- msgstr "صغير"
325
 
326
- #: modules/widgets/readmill.php:125
327
- msgid "Your ePub link is empty. Provide an ePub link to display the Send to Readmill widget."
328
- msgstr "رابط EPUB فارغ. قدم رابط EPUB لإظهار المربع الجانبي \"أرسل إلى Readmill\"."
329
 
330
- #: modules/widgets/rsslinks-widget.php:12
331
- msgid "Links to your blog's RSS feeds"
332
- msgstr "روابط موقعك لتغذية RSS"
333
 
334
- #: modules/widgets/rsslinks-widget.php:13
335
- msgid "RSS Links (Jetpack)"
336
- msgstr "روابط التغذية (Jetpack)"
337
 
338
- #: modules/widgets/rsslinks-widget.php:67
339
- #: modules/widgets/rsslinks-widget.php:133
340
- msgid "Posts"
341
- msgstr "تدوينات"
342
 
343
- #: modules/widgets/rsslinks-widget.php:69
344
- msgid "Posts & Comments"
345
- msgstr "المواضيع والتعليقات"
346
 
347
- #: modules/widgets/rsslinks-widget.php:71
348
- msgid "Feed(s) to Display:"
349
- msgstr "عرض التغذية: "
350
 
351
- #: modules/widgets/rsslinks-widget.php:81
352
- msgid "Text Link"
353
- msgstr "رابط نصي"
354
 
355
- #: modules/widgets/rsslinks-widget.php:82
356
- msgid "Image Link"
357
- msgstr "رابط صورة"
358
 
359
- #: modules/widgets/rsslinks-widget.php:83
360
- msgid "Text & Image Links"
361
- msgstr "روابط نصية وروابط صور"
362
 
363
- #: modules/widgets/rsslinks-widget.php:85
364
- msgid "Format:"
365
- msgstr "صيغة:"
366
 
367
- #: modules/widgets/rsslinks-widget.php:96
368
- msgid "Image Settings:"
369
- msgstr "إعدادات الصورة"
370
 
371
- #: modules/widgets/rsslinks-widget.php:100
372
- msgid "Medium"
373
- msgstr "متوسط"
374
 
375
- #: modules/widgets/rsslinks-widget.php:103
376
- msgid "Image Size:"
377
- msgstr "حجم الصورة:"
378
 
379
- #: modules/widgets/rsslinks-widget.php:113
380
- msgid "Red"
381
- msgstr "أحمر"
382
 
383
- #: modules/widgets/rsslinks-widget.php:114
384
- msgid "Orange"
385
- msgstr "برتقالي"
386
 
387
- #: modules/widgets/rsslinks-widget.php:115
388
- msgid "Green"
389
- msgstr "أخضر"
390
 
391
- #: modules/widgets/rsslinks-widget.php:116
392
- msgid "Blue"
393
- msgstr "ازرق"
394
 
395
- #: modules/widgets/rsslinks-widget.php:117
396
- msgid "Purple"
397
- msgstr "أرجواني"
398
 
399
- #: modules/widgets/rsslinks-widget.php:118
400
- msgid "Pink"
401
- msgstr "زهري"
402
 
403
- #: modules/widgets/rsslinks-widget.php:119
404
- msgid "Silver"
405
- msgstr "فضي"
406
 
407
- #: modules/widgets/rsslinks-widget.php:121
408
- msgid "Image Color:"
409
- msgstr "لون الصورة:"
410
 
411
- #: modules/widgets/rsslinks-widget.php:140
412
- msgid "Subscribe to %s"
413
- msgstr "اشترك بـ %s"
414
 
415
- #: modules/widgets/gravatar-profile.php:115
416
- msgid "Personal Links"
417
- msgstr "الروابط الشخصية"
418
 
419
- #: modules/widgets/gravatar-profile.php:135
420
- msgid "Verified Services"
421
- msgstr "الحسابات الموثوقة"
422
 
423
- #: modules/widgets/gravatar-profile.php:146
424
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
425
- msgid "%1$s on %2$s"
426
- msgstr "%1$s على %2$s"
427
 
428
- #: modules/widgets/gravatar-profile.php:180
429
- msgid "Select a user or pick \"custom\" and enter a custom email address."
430
- msgstr "حدد مستخدم أو اختر \"مخصص\" وأدخل البريد الإلكتروني المخصص."
431
 
432
- #: modules/widgets/gravatar-profile.php:184
433
- msgid "Custom"
434
- msgstr "مخصص"
435
 
436
- #: modules/widgets/gravatar-profile.php:194
437
- msgid "Custom Email Address"
438
- msgstr "بريد إلكتروني مخصص"
439
 
440
- #: modules/widgets/gravatar-profile.php:202
441
- msgid "Show Personal Links"
442
- msgstr "عرض الروابط الشخصية"
443
 
444
- #: modules/widgets/gravatar-profile.php:204
445
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
446
- msgstr "روابط مواقعك، مدوناتك، أو أي مواقع أخرى تساعد في التعريف بنفسك."
447
 
448
- #: modules/widgets/gravatar-profile.php:211
449
- msgid "Show Account Links"
450
- msgstr "عرض روابط الحساب"
451
 
452
- #: modules/widgets/gravatar-profile.php:213
453
- msgid "Links to services that you use across the web."
454
- msgstr "روابط للخدمات التي تستخدمها على شبكة الإنترنت."
455
 
456
- #: modules/widgets/gravatar-profile.php:217
457
- msgid "Opens in new window"
458
- msgstr "تفتح في نافذة جديدة"
459
 
460
- #: modules/widgets/gravatar-profile.php:217
461
- msgid "Edit Your Profile"
462
- msgstr "تعديل الملف الشخصي"
 
463
 
464
- #: modules/widgets/gravatar-profile.php:217
465
- msgid "What's a Gravatar?"
466
- msgstr "ما هو Gravatar؟"
467
 
468
- #: modules/widgets/image-widget.php:12
469
- msgid "Display an image in your sidebar"
470
- msgstr "عرض صورة في القائمة الجانبية"
471
 
472
- #: modules/widgets/image-widget.php:14
473
- msgid "Image (Jetpack)"
474
- msgstr "صورة (جيت باك)"
475
 
476
- #: modules/widgets/image-widget.php:110
477
- msgid "Image URL:"
478
- msgstr "رابط الصورة:"
479
 
480
- #: modules/widgets/image-widget.php:113
481
- msgid "Alternate text:"
482
- msgstr "النص البديل:"
483
 
484
- #: modules/widgets/image-widget.php:116
485
- msgid "Image title:"
486
- msgstr "عنوان الصورة:"
487
 
488
- #: modules/widgets/image-widget.php:119
489
- msgid "Caption:"
490
- msgstr "الشرح:"
491
 
492
- #: modules/widgets/image-widget.php:125
493
- msgid "Left"
494
- msgstr "يسار"
495
 
496
- #: modules/widgets/image-widget.php:126
497
- msgid "Center"
498
- msgstr "وسط"
499
 
500
- #: modules/widgets/image-widget.php:127
501
- msgid "Right"
502
- msgstr "يمين"
503
 
504
- #: modules/widgets/image-widget.php:129
505
- msgid "Image Alignment:"
506
- msgstr "محاذاة الصورة:"
507
 
508
- #: modules/widgets/image-widget.php:139
509
- msgid "Width:"
510
- msgstr "العرض:"
511
-
512
- #: modules/widgets/image-widget.php:142
513
- msgid "Height:"
514
- msgstr "الإرتفاع:"
515
-
516
- #: modules/widgets/image-widget.php:145
517
- msgid "If empty, we will attempt to determine the image size."
518
- msgstr "إذا كانت فارغة، فسنحاول تحديد حجم الصورة."
519
-
520
- #: modules/widgets/image-widget.php:146
521
- msgid "Link URL (when the image is clicked):"
522
- msgstr "رابط للصورة (في حال تم الضغط على الصورة):"
523
-
524
- #: modules/widgets/readmill.php:11 modules/widgets/readmill.php:21
525
- msgid "Send To Readmill"
526
- msgstr "إرسال إلى Readmill"
527
-
528
- #: modules/widgets/readmill.php:13
529
- msgid "Readmill is the best book reader for phones and tablets. With this widget you can enable users to send a book to their device with one click."
530
- msgstr "Readmill هو أفضل قارئ للكتب للهواتف المحمولة والأجهزة اللوحية. مع هذا الويدجت يمكنك تفعيل الميزة للمستخدمين لإرسال الكتاب إلى أجهزتهم بضغطة زر واحدة."
531
-
532
- #: modules/widgets/facebook-likebox.php:31
533
- msgid "Facebook Like Box"
534
- msgstr "مربع إعجاب فيس بوك"
535
-
536
- #: modules/widgets/facebook-likebox.php:34
537
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
538
- msgstr "عرض مربع إعجاب فيس بوك لربط زوار موقعك بصفحتك على فيس بوك"
539
-
540
- #: modules/widgets/facebook-likebox.php:48
541
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
542
- msgstr "يبدو وكأنه يتم تكوين رابط الفيس بوك بشكل غير صحيح. يرجى التحقق من ذلك في ضبط <a href=\"%s\">إعدادات المربع الجانبي</a>."
543
-
544
- #: modules/widgets/facebook-likebox.php:131
545
- msgid "Facebook Page URL"
546
- msgstr "رابط صفحة فيس بوك"
547
-
548
- #: modules/widgets/facebook-likebox.php:134
549
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
550
- msgstr "صندوق الإعجاب يعمل مع <a href=\"http://www.facebook.com/help/?faq=174987089221178\">صفحات فيس بوك</a> فقط."
551
-
552
- #: modules/widgets/facebook-likebox.php:140
553
- msgid "Width"
554
- msgstr "عرض"
555
-
556
- #: modules/widgets/facebook-likebox.php:147
557
- msgid "Height"
558
- msgstr "ارتفاع"
559
-
560
- #: modules/widgets/facebook-likebox.php:165
561
- msgid "Show Faces"
562
- msgstr "إظهار الوجوه"
563
-
564
- #: modules/widgets/facebook-likebox.php:167
565
- msgid "Show profile photos in the plugin."
566
- msgstr "إظهار صور الملف الشخصي في الإضافة."
567
-
568
- #: modules/widgets/facebook-likebox.php:174
569
- msgid "Show Stream"
570
- msgstr "إظهار التدفق"
571
-
572
- #: modules/widgets/facebook-likebox.php:176
573
- msgid "Show the profile stream for the public profile."
574
- msgstr "إظهار تدفق الملف الشخصي للملف الشخصي العام."
575
-
576
- #: modules/widgets/facebook-likebox.php:183
577
- msgid "Show Border"
578
- msgstr "إظهار الحدود"
579
-
580
- #: modules/widgets/facebook-likebox.php:185
581
- msgid "Show a border around the plugin."
582
- msgstr "إظهار الحدود حول الإضافة."
583
-
584
- #: modules/widgets/facebook-likebox.php:192
585
- msgid "Show Wall"
586
- msgstr "إظهار الحائط"
587
-
588
- #: modules/widgets/facebook-likebox.php:194
589
- msgid "Show the wall for a Places page rather than friend activity."
590
- msgstr "إظهار الحائط لصفحة الأماكن بدلاً من أنشطة الأصدقاء."
591
-
592
- #: modules/widgets/gallery/templates/form.php:2 modules/widgets/readmill.php:50
593
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
594
- #: modules/widgets/twitter-timeline.php:160
595
- msgid "Title:"
596
- msgstr "العنوان:"
597
-
598
- #: modules/widgets/gallery/templates/form.php:10
599
- msgid "Images:"
600
- msgstr ""
601
-
602
- #: modules/widgets/gallery/templates/form.php:43
603
- msgid "Link To:"
604
- msgstr ""
605
-
606
- #: modules/widgets/gallery/templates/form.php:58
607
- msgid "Random Order:"
608
- msgstr ""
609
-
610
- #: modules/widgets/gallery/templates/form.php:69
611
- msgid "Style:"
612
- msgstr ""
613
-
614
- #: modules/widgets/gallery.php:20
615
- msgid "Display a photo gallery or slideshow"
616
  msgstr ""
617
 
618
- #: modules/widgets/gallery.php:327
619
- msgid "Tiles"
620
- msgstr ""
621
 
622
- #: modules/widgets/gallery.php:335
623
- msgid "Attachment Page"
624
- msgstr ""
625
 
626
- #: modules/widgets/gallery.php:336
627
- msgid "Media File"
628
  msgstr ""
629
 
630
- #: modules/widgets/gravatar-profile.php:21
631
- msgid "Gravatar Profile"
632
- msgstr "الملف الشخصي لـ Gravatar"
633
-
634
- #: modules/widgets/gravatar-profile.php:24
635
- msgid "Display a mini version of your Gravatar Profile"
636
- msgstr "اعرض نسخة مصغرة من ملفك الشخصي في Gravatar"
637
-
638
- #: modules/widgets/gravatar-profile.php:41
639
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
640
- msgstr "تحتاج أن تختار ما يجب عرضه في القطعة من ملفك الشخصي في <a href=\"%s\">Gravatar</a>."
641
-
642
- #: modules/widgets/gravatar-profile.php:95
643
- msgid "View Full Profile &rarr;"
644
- msgstr "عرض الملف الشخصي &larr;"
645
-
646
- #: modules/widgets/gravatar-profile.php:103
647
- msgid "Error loading profile"
648
- msgstr "هناك خطأ في تحميل الملف الشخصي"
649
-
650
  #: modules/videopress/videopress.php:673
651
  msgid "Video Preview:"
652
  msgstr ""
@@ -773,313 +774,403 @@ msgstr ""
773
  msgid "Delete"
774
  msgstr "حذف"
775
 
776
- #: modules/videopress/videopress.php:278
777
- msgid "Only videos from the selected blog will be available in your media library."
778
- msgstr ""
779
 
780
- #: modules/videopress/videopress.php:279
781
- msgid "<a href=\"%s\">Click here</a> to refresh this list."
782
- msgstr ""
783
 
784
- #: modules/videopress/videopress.php:285
785
- msgid "Video Library Access"
786
- msgstr ""
787
 
788
- #: modules/videopress/videopress.php:289
789
- msgid "Do not allow other users to access my VideoPress library"
790
- msgstr ""
791
 
792
- #: modules/videopress/videopress.php:291
793
- msgid "Allow users to access my videos"
794
- msgstr ""
795
 
796
- #: modules/videopress/videopress.php:293
797
- msgid "Allow users to access and edit my videos"
798
- msgstr ""
799
 
800
- #: modules/videopress/videopress.php:295
801
- msgid "Allow users to access, edit, and delete my videos"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
802
  msgstr ""
803
 
804
- #: modules/videopress/videopress.php:298
805
- msgid "Allow users to upload videos"
806
  msgstr ""
807
 
808
- #: modules/videopress/videopress.php:303
809
- msgid "Free formats"
810
  msgstr ""
811
 
812
- #: modules/videopress/videopress.php:307
813
- msgid "Only display videos in free software formats"
814
  msgstr ""
815
 
816
- #: modules/videopress/videopress.php:308
817
- msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
818
  msgstr ""
819
 
820
- #: modules/videopress/videopress.php:313
821
- msgid "Default quality"
822
  msgstr ""
823
 
824
- #: modules/videopress/videopress.php:317
825
- msgid "Display higher quality video by default."
826
  msgstr ""
827
 
828
- #: modules/videopress/videopress.php:318
829
- msgid "This setting may be overridden for individual videos."
830
  msgstr ""
831
 
832
- #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
833
- #: modules/videopress/videopress.php:593
834
- msgid "VideoPress Library"
835
- msgstr ""
836
 
837
- #: modules/videopress/videopress.php:340
838
- msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
839
- msgstr ""
840
 
841
- #: modules/videopress/videopress.php:341
842
- msgid "Browse Your VideoPress Library"
843
- msgstr ""
844
 
845
- #: modules/videopress/videopress.php:342
846
- msgid "Please enable JavaScript support in your browser to use VideoPress."
847
- msgstr ""
848
 
849
- #: modules/videopress/videopress.php:589
850
- msgid "Please select a video file to upload."
851
- msgstr ""
852
 
853
- #: modules/videopress/videopress.php:590
854
- msgid "Your video is uploading... Please do not close this window."
855
- msgstr ""
856
 
857
- #: modules/videopress/videopress.php:591
858
- msgid "An unknown error has occurred. Please try again later."
859
- msgstr ""
860
 
861
- #: modules/videopress/videopress.php:592
862
- msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
863
- msgstr ""
 
864
 
865
- #: modules/videopress/videopress.php:594
866
- msgid "Upload a Video"
867
- msgstr ""
868
 
869
- #: modules/videopress/videopress.php:595
870
- msgid "Insert Video"
871
- msgstr "إدراج فيديو"
872
 
873
- #: modules/videopress/videopress.php:628
874
- msgid "Ogg File URL"
875
- msgstr ""
876
 
877
- #: modules/videopress/videopress.php:630
878
- msgid "Location of the Ogg video file."
879
- msgstr "موقع ملف فيديو الـ Ogg."
880
 
881
- #: modules/videopress/videopress.php:638
882
- msgid "Display share menu and allow viewers to embed or download this video"
883
- msgstr ""
884
 
885
- #: modules/videopress/videopress.php:644
886
- msgid "Rating"
887
- msgstr "التقدير"
888
 
889
- #: modules/videopress/videopress.php:657
890
- msgid "Shortcode"
891
- msgstr "رمز مختصر"
892
 
893
- #: modules/subscriptions.php:694
894
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
895
- msgstr "أدخل بريدك الإلكتروني للإشتراك في هذا الموقع لتستقبل أحدث المواضيع من خلال البريد الإلكتروني."
896
 
897
- #: modules/subscriptions.php:696
898
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
899
- msgstr "اضغط للاشتراك بهذا الموقع لتستقبل أحدث المواضيع من خلال بريدك الإلكتروني."
900
 
901
- #: modules/subscriptions.php:712
902
- msgid "%s: %s"
903
- msgstr "%s: %s"
904
 
905
- #: modules/subscriptions.php:719 modules/widgets/image-widget.php:107
906
- msgid "Widget title:"
907
- msgstr "عنوان المربع الجانبي:"
908
 
909
- #: modules/subscriptions.php:725
910
- msgid "Optional text to display to your readers:"
911
- msgstr "نص اختياري لعرضه لقراء موقعك:"
912
 
913
- #: modules/subscriptions.php:731
914
- msgid "Subscribe Button:"
915
- msgstr "زر الاشتراك:"
916
 
917
- #: modules/subscriptions.php:738
918
- msgid "Show total number of subscribers? (%s subscriber)"
919
- msgid_plural "Show total number of subscribers? (%s subscribers)"
920
- msgstr[0] "إظهار عدد المشتركين؟ (%s مشترك)"
921
- msgstr[1] "إظهار عدد المشتركين؟ (%s مشترك واحد)"
922
- msgstr[2] "إظهار عدد المشتركين؟ (%s مشتركان)"
923
- msgstr[3] "إظهار عدد المشتركين؟ (%s مشتركين)"
924
- msgstr[4] "إظهار عدد المشتركين؟ (%s مشترك)"
925
- msgstr[5] "إظهار عدد المشتركين؟ (%s مشترك)"
926
 
927
- #: modules/tiled-gallery/tiled-gallery.php:318
928
- msgid "Tiled Mosaic"
929
  msgstr ""
930
 
931
- #: modules/tiled-gallery/tiled-gallery.php:319 modules/widgets/gallery.php:328
932
- msgid "Square Tiles"
933
- msgstr "بلاط مربع"
934
 
935
- #: modules/tiled-gallery/tiled-gallery.php:320 modules/widgets/gallery.php:329
936
- msgid "Circles"
937
- msgstr "دوائر"
938
 
939
- #: modules/tiled-gallery/tiled-gallery.php:349
940
- msgid "Display all your gallery pictures in a cool mosaic."
941
- msgstr "عرض كافة الصور كلوحة فسيفسائية رائعة"
942
 
943
- #: modules/vaultpress.php:24
944
- msgid "Active"
945
- msgstr "نشط"
946
 
947
- #: modules/videopress/class.videopress-player.php:195
948
- msgid "%s Error"
949
- msgstr "%s خطأ"
950
 
951
- #: modules/videopress/class.videopress-player.php:230
952
- msgid "This video is intended for mature audiences."
953
- msgstr "يستهدف هذا الفيديو الجماهير الناضجة."
954
 
955
- #: modules/videopress/class.videopress-player.php:230
956
- msgid "Please verify your birthday."
957
- msgstr "يرجى التحقق من تاريخ ميلادك."
958
 
959
- #: modules/videopress/class.videopress-player.php:280
960
- msgid "Submit"
961
- msgstr "تنفيذ"
962
 
963
- #: modules/videopress/class.videopress-player.php:326
964
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
965
- msgstr "ليس لديك ما يكفي من <a rel=\"nofollow\" href=\"%s\">مستويات الحرية</a> لمشاهدة هذا الفيديو. أدعم البرامج المجانية وقم بالترقية."
966
 
967
- #: modules/videopress/class.videopress-player.php:382
968
- msgctxt "watch a video title"
969
- msgid "Watch: %s"
970
- msgstr "شاهد: %s"
971
 
972
- #: modules/videopress/class.videopress-player.php:478
973
- #: modules/videopress/class.videopress-player.php:500
974
- msgid "this video"
975
- msgstr "هذا الفيديو"
976
 
977
- #: modules/videopress/class.videopress-player.php:507
978
- msgctxt "Play as in playback or view a movie"
979
- msgid "JavaScript required to play %s."
980
- msgstr "الجافا سكريبت المطلوبة للتشغيل %s."
981
 
982
- #: modules/videopress/class.videopress-player.php:654
983
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
984
- msgstr "هذا الفيديو يتطلب وجود مشغل <a rel=\"nofollow\" href=\"%s\">أدوبي فلاش</a> ليتم تشغيله."
985
 
986
- #: modules/videopress/class.videopress-player.php:661
987
- msgid "Loading video..."
988
- msgstr "تحميل الفيديو..."
989
 
990
- #: modules/videopress/class.videopress-video.php:306
991
- msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
992
- msgstr "لا يستطيع VideoPress الاتصال مع ملقمات VideoPress. فمن الأرجح بأن يكون سبب هذا الخطأ بتكوين الإضافة. الرجاء إعادة التثبيت أو الترقية."
993
 
994
- #: modules/videopress/class.videopress-video.php:308
995
- msgid "<strong>%s</strong> is not an allowed embed site."
996
- msgstr "<strong>%s</strong> لا يسمح بتضمين الموقع."
997
 
998
- #: modules/videopress/class.videopress-video.php:308
999
- msgid "Publisher limits playback of video embeds."
1000
- msgstr "يحد الناشر تشغيل ملفات الفيديو المتضمنة."
1001
 
1002
- #: modules/videopress/class.videopress-video.php:310
1003
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
1004
- msgstr "لم يتم العثور لتعريف VideoPress: <strong>%s</strong>."
1005
 
1006
- #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
1007
- msgid "Could not obtain a VideoPress upload token. Please try again later."
1008
- msgstr ""
1009
 
1010
- #: modules/videopress/videopress.php:264
1011
- msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>.</p>"
1012
- msgstr ""
1013
 
1014
- #: modules/videopress/videopress.php:269
1015
- msgid "Connected WordPress.com Blog"
1016
- msgstr ""
1017
 
1018
- #: modules/stats.php:951 modules/stats.php:975
1019
- msgid "Sorry, nothing to report."
1020
- msgstr "نأسف، لا يوجد شيء للتبليغ عنه."
1021
 
1022
- #: modules/stats.php:971
1023
- msgid "Top Searches"
1024
- msgstr "أعلى الأبحاث"
1025
 
1026
- #: modules/stats.php:999
1027
- msgid "We were unable to get your stats just now. Please reload this page to try again."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1028
  msgstr "لم نتمكن من الحصول على إحصائياتك الآن. الرجاء إعادة تحميل هذه الصفحة للمحاولة مرة أخرى."
1029
 
1030
- #: modules/stats.php:1006
1031
  msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
1032
  msgstr "لم نتمكن من الحصول على إحصائياتك الخاصة بك فقط الآن. الرجاء إعادة تحميل هذه الصفحة للمحاولة مرة أخرى. إذا استمر ظهور هذا الخطأ، الرجاء <a href=\"%1$s\">الاتصال بالدعم</a>. يرجى تضمين المعلومات الواردة أدناه في تقريرك."
1033
 
1034
- #: modules/subscriptions.php:122
1035
  msgid "Jetpack Subscriptions Settings"
1036
  msgstr "إعدادات الاشتراكات في Jetpack"
1037
 
1038
- #: modules/subscriptions.php:131
1039
  msgid "Follow Blog"
1040
  msgstr "متابعة الموقع"
1041
 
1042
- #: modules/subscriptions.php:146
1043
  msgid "Follow Comments"
1044
  msgstr "متابعة التعليقات"
1045
 
1046
- #: modules/subscriptions.php:167
1047
  msgid "Follower Settings"
1048
  msgstr "إعدادات المتابعين"
1049
 
1050
- #: modules/subscriptions.php:174
1051
  msgid "Blog follow email text"
1052
  msgstr "نص متابعة الموقع على البريد الإلكتروتي"
1053
 
1054
- #: modules/subscriptions.php:182
1055
  msgid "Comment follow email text"
1056
  msgstr "نص متابعة التعليق على البريد الإلكتروني"
1057
 
1058
- #: modules/subscriptions.php:196
1059
  msgid "Change whether your visitors can subscribe to your posts or comments or both."
1060
  msgstr "تحديد ما يمكن لزوار موقعك بالاشتراك في مواضيعك أو التعليقات أو كلاهما."
1061
 
1062
- #: modules/subscriptions.php:211
1063
  msgid "Show a <em>'follow blog'</em> option in the comment form"
1064
  msgstr "إظهار خيار <em>'متابعة الموقع'</em> في نموذج التعليقات"
1065
 
1066
- #: modules/subscriptions.php:226
1067
  msgid "Show a <em>'follow comments'</em> option in the comment form"
1068
  msgstr "إظهار خيار <em>'متابعة التعليقات'</em> في نموذج التعليقات"
1069
 
1070
- #: modules/subscriptions.php:251
1071
  msgid "These settings change emails sent from your blog to followers."
1072
  msgstr "هذه الإعدادات تقوم بتغيير رسائل البريد الإلكتروني المرسلة من موقعك إلى المتابعين."
1073
 
1074
- #: modules/subscriptions.php:257
1075
  msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
1076
  msgstr "مقدمة لنص الإرسال عندما يقوم أحد الأشخاص بمتابعة موقعك. (الموقع وتفاصيل التأكيد ستضاف تلقائياً.)"
1077
 
1078
- #: modules/subscriptions.php:263
1079
  msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
1080
  msgstr "مقدمة لنص الإرسال عندما يقوم أحد الأشخاص بمتابعة موضوع على موقعك. (الموقع وتفاصيل التأكيد ستضاف تلقائياً.)"
1081
 
1082
- #: modules/subscriptions.php:268
1083
  msgid ""
1084
  "Howdy.\n"
1085
  "\n"
@@ -1093,7 +1184,7 @@ msgstr ""
1093
  "\n"
1094
  "للتفعيل، اضغط فوق تأكيد أدناه. إذا كنت تعتقد بأن هذا خطأ، تجاهل هذه الرسالة ولن نزعجك مرة أخرى."
1095
 
1096
- #: modules/subscriptions.php:269
1097
  msgid ""
1098
  "Howdy.\n"
1099
  "\n"
@@ -1107,39 +1198,39 @@ msgstr ""
1107
  "\n"
1108
  "للتفعيل، اضغط فوق تأكيد أدناه. إذا كنت تعتقد بأن هذا خطأ، تجاهل هذه الرسالة ولن نزعجك مرة أخرى."
1109
 
1110
- #: modules/subscriptions.php:471
1111
  msgid "Notify me of follow-up comments by email."
1112
  msgstr "أعلمني بمتابعة التعليقات بواسطة البريد الإلكتروني."
1113
 
1114
- #: modules/subscriptions.php:478
1115
  msgid "Notify me of new posts by email."
1116
  msgstr "أعلمني بالمواضيع الجديدة بواسطة البريد الإلكتروني."
1117
 
1118
- #: modules/subscriptions.php:556
1119
  msgid "Add an email signup form to allow people to subscribe to your blog."
1120
  msgstr "أضف بريداً إلكترونياً للاشتراك منه لتسمح للزوار بتسجيل الاشتراك في موقعك."
1121
 
1122
- #: modules/subscriptions.php:559
1123
  msgid "Blog Subscriptions (Jetpack)"
1124
  msgstr "الاشتراك في الموقع (Jetpack)"
1125
 
1126
- #: modules/subscriptions.php:585
1127
  msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
1128
  msgstr "لقد تم إرسال رسالة لتأكيد اشتراكك. يرجى تفعيل الاشتراك من خلال بريدك الإلكتروني."
1129
 
1130
- #: modules/subscriptions.php:594
1131
  msgid "The email you entered was invalid, please check and try again."
1132
  msgstr "البريد الذي أدخلته غير صحيح، الرجاء التأكد والمحاولة من جديد."
1133
 
1134
- #: modules/subscriptions.php:597
1135
  msgid "You have already subscribed to this site, please check your inbox."
1136
  msgstr "لقد قمت بالإشتراك بهذا الموقع مسبقاً، يرجى التحقق من البريد الوارد."
1137
 
1138
- #: modules/subscriptions.php:603
1139
  msgid "There was an error when subscribing, please try again."
1140
  msgstr "حدث خطأ بالاشتراك، يرجى المحاولة من جديد."
1141
 
1142
- #: modules/subscriptions.php:616
1143
  msgid "Join %s other subscriber"
1144
  msgid_plural "Join %s other subscribers"
1145
  msgstr[0] "انضم مع %s مشترك"
@@ -1149,241 +1240,322 @@ msgstr[3] "انضم مع %s مشتركين"
1149
  msgstr[4] "انضم مع %s مشترك"
1150
  msgstr[5] "انضم مع %s مشترك"
1151
 
1152
- #: modules/subscriptions.php:693
1153
  msgid "Subscribe to Blog via Email"
1154
  msgstr "اشترك بالنشرة البريدية للموقع"
1155
 
1156
- #: modules/stats.php:358
1157
- msgid "View Site Stats without Javascript"
1158
- msgstr "عرض إحصائيات الموقع بدون استخدام الجافا سكريبت"
1159
-
1160
- #: modules/stats.php:539
1161
- msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
1162
- msgstr "قم بزيارة <a href=\"%s\">إحصائيات الموقع</a> لتشاهد إحصائياتك."
1163
 
1164
- #: modules/stats.php:544
1165
- msgid "Admin bar"
1166
- msgstr "شريط المدير"
1167
 
1168
- #: modules/stats.php:545
1169
- msgid "Put a chart showing 48 hours of views in the admin bar."
1170
- msgstr "وضع مخطط يعرض المشاهدات آخر 48 ساعة في شريط تنبيهات المدير."
1171
 
1172
- #: modules/stats.php:546
1173
- msgid "Registered users"
1174
- msgstr "المستخدمون المسجلون"
1175
 
1176
- #: modules/stats.php:548
1177
- msgid "Count the page views of registered users who are logged in."
1178
- msgstr "قم بعد مشاهدات الصفحة للأعضاء المسجلين الذين قاموا بتسجيل الدخول."
1179
 
1180
- #: modules/stats.php:558
1181
- msgid "Smiley"
1182
- msgstr "ابتسامة"
1183
 
1184
- #: modules/stats.php:559
1185
- msgid "Hide the stats smiley face image."
1186
- msgstr "إخفاء الإحصائيات لصورة وجه الابتسامة."
 
 
 
 
 
 
1187
 
1188
- #: modules/stats.php:559
1189
- msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
1190
- msgstr "تساعد الصورة بجمع الإحصاء و <strong>تجعل العالم أفضل مكان</strong> لكن تبقى تعمل عند الإخفاء"
1191
 
1192
- #: modules/stats.php:559
1193
- msgid "Smiley face"
1194
- msgstr "وجه مضحك"
1195
 
1196
- #: modules/stats.php:560
1197
- msgid "Report visibility"
1198
- msgstr "تقرير المشاهدة"
1199
 
1200
- #: modules/stats.php:562
1201
- msgid "Select the roles that will be able to view stats reports."
1202
- msgstr "اختلا القواعد لتكون قادراً من مشاهدة تقارير الإحصائيات."
1203
 
1204
- #: modules/stats.php:573
1205
- msgid "Save configuration"
1206
- msgstr "حفظ التغييرات"
1207
 
1208
- #: modules/stats.php:637
1209
- msgid "Stats"
1210
- msgstr "الحالة"
1211
 
1212
- #: modules/stats.php:639
1213
- msgid "Views over 48 hours. Click for more Site Stats."
1214
- msgstr "عدد المشاهدات لما يزيد عن 48 ساعة. اضغط للحصول على المزيد من إحصائيات الموقع."
1215
 
1216
- #: modules/stats.php:706
1217
- msgid "day"
1218
- msgstr "يوم"
1219
 
1220
- #: modules/stats.php:707
1221
- msgid "week"
1222
- msgstr "أسبوع"
1223
 
1224
- #: modules/stats.php:708
1225
- msgid "month"
1226
- msgstr "شهر"
1227
 
1228
- #: modules/stats.php:711
1229
- msgid "the past day"
1230
- msgstr "اليوم السابق"
 
1231
 
1232
- #: modules/stats.php:712
1233
- msgid "the past week"
1234
- msgstr "الأسبوع الماضي"
 
1235
 
1236
- #: modules/stats.php:713
1237
- msgid "the past month"
1238
- msgstr "الشهر الماضي"
 
1239
 
1240
- #: modules/stats.php:714
1241
- msgid "the past quarter"
1242
- msgstr "الثلاثة الأشهر الماضية"
1243
 
1244
- #: modules/stats.php:715
1245
- msgid "the past year"
1246
- msgstr "السنة الماضية"
1247
 
1248
- #: modules/stats.php:737
1249
- msgid "Chart stats by"
1250
- msgstr "جدول الإحصائيات لغاية"
1251
 
1252
- #: modules/stats.php:750
1253
- msgid "Show top posts over"
1254
- msgstr "أظهر المواضيع الأفضل على"
1255
 
1256
- #: modules/stats.php:763
1257
- msgid "Show top search terms over"
1258
- msgstr "إظهار أعلى مصطلحات البحث من"
1259
 
1260
- #: modules/stats.php:922
1261
- msgid "%1$s %2$s Views"
1262
- msgstr "%1$s %2$s مشاهدة"
1263
 
1264
- #: modules/stats.php:943
1265
- msgid "View All"
1266
- msgstr "عرض الكل"
1267
 
1268
- #: modules/stats.php:947
1269
- msgid "Top Posts"
1270
- msgstr "أحسن مشاركات"
1271
 
1272
- #: modules/sharedaddy/sharing.php:307
1273
- msgid "Icon + text"
1274
- msgstr "أيقونة + نص"
1275
 
1276
- #: modules/sharedaddy/sharing.php:308
1277
- msgid "Icon only"
1278
- msgstr "الأيقونة فقط"
1279
 
1280
- #: modules/sharedaddy/sharing.php:309
1281
- msgid "Text only"
1282
- msgstr "النص فقط"
1283
 
1284
- #: modules/sharedaddy/sharing.php:310
1285
- msgid "Official buttons"
1286
- msgstr "أزرار عالمية"
1287
 
1288
- #: modules/sharedaddy/sharing.php:315
1289
- msgid "Sharing label"
1290
- msgstr "علامة المشاركة"
1291
 
1292
- #: modules/sharedaddy/sharing.php:321
1293
- msgid "Open links in"
1294
- msgstr "فتح الروابط في"
1295
 
1296
- #: modules/sharedaddy/sharing.php:324
1297
- msgid "New window"
1298
- msgstr "نافذة جديدة"
1299
 
1300
- #: modules/sharedaddy/sharing.php:325
1301
- msgid "Same window"
1302
- msgstr "نفس النافذة"
1303
 
1304
- #: modules/sharedaddy/sharing.php:363
1305
- msgid "Service name"
1306
- msgstr "اسم الخدمة"
1307
 
1308
- #: modules/sharedaddy/sharing.php:369
1309
- msgid "Sharing URL"
1310
- msgstr "رابط المشاركة"
 
1311
 
1312
- #: modules/sharedaddy/sharing.php:373
1313
- msgid "You can add the following variables to your service sharing URL:"
1314
- msgstr "يمكنك إضافة المتغيرات التالية إلى رابط خدمة المشاركة:"
 
1315
 
1316
- #: modules/sharedaddy/sharing.php:378
1317
- msgid "Icon URL"
1318
- msgstr "رابط الأيقونة"
1319
 
1320
- #: modules/sharedaddy/sharing.php:381
1321
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
1322
- msgstr "أدخل رابط للأيقونة بقياس 16×16 بيكسل التي تريد استخدامها لهذه الخدمة."
1323
 
1324
- #: modules/sharedaddy/sharing.php:387
1325
- msgid "Create Share Button"
1326
- msgstr "إنشاء زر مشاركة"
1327
 
1328
- #: modules/sharedaddy/sharing.php:399
1329
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
1330
- msgstr "حدث خطأ أثناء إنشاء خدمة المشاركة الجديدة - يرجى مراجعة ما إذا قدمت تفاصيل صحيحة."
1331
 
1332
- #: modules/shortcodes/archives.php:50
1333
- msgid "Your blog does not currently have any published posts."
1334
- msgstr "موقعك لا يحتوي على أي موضوع منشور."
1335
 
1336
- #: modules/shortcodes/audio.php:202
1337
- msgid "Download: <a href=\"%s\">%s</a><br />"
1338
- msgstr "تحميل: <a href=\"%s\">%s</a><br />"
1339
 
1340
- #: modules/shortcodes/presentations.php:226
1341
- msgid "This slideshow could not be started. Try refreshing the page or viewing it in another browser."
1342
- msgstr ""
1343
 
1344
- #: modules/shortcodes/slideshow.php:58 modules/widgets/gallery.php:330
1345
- msgid "Slideshow"
1346
- msgstr "عرض شرائح"
1347
 
1348
- #: modules/shortcodes/slideshow.php:131
1349
- msgid "Click to view slideshow."
1350
- msgstr "اضغط لمشاهدة عرض الشرائح."
1351
 
1352
- #: modules/shortcodes/slideshow.php:160
1353
- msgid "This slideshow requires JavaScript."
1354
- msgstr "تتطلب عرض الشرائح هذه للجافا سكريبت."
 
1355
 
1356
- #: modules/shortcodes/twitter-timeline.php:17
1357
- msgid "Invalid username"
1358
- msgstr ""
1359
 
1360
- #: modules/shortcodes/twitter-timeline.php:20
1361
- msgid "Invalid id"
1362
- msgstr ""
1363
 
1364
- #: modules/shortcodes/twitter-timeline.php:22
1365
- msgid "Tweets by @%s"
1366
- msgstr ""
 
1367
 
1368
- #: modules/social-links/social-links.php:81
1369
- msgid "Connect"
1370
- msgstr ""
1371
 
1372
- #: modules/social-links/social-links.php:157
1373
- msgid "&mdash; Select &mdash;"
1374
- msgstr ""
 
1375
 
1376
- #: modules/stats.php:265 modules/stats.php:685
1377
- msgid "Site Stats"
1378
- msgstr "إحصائيات الموقع"
1379
 
1380
- #: modules/stats.php:356
1381
- msgid "Loading&hellip;"
1382
- msgstr "تحميل..."
1383
 
1384
- #: modules/stats.php:357
1385
- msgid "Your Site Stats work better with Javascript enabled."
1386
- msgstr "تعمل إحصائيات موقعك بشكل أفضل مع تفعيل الجافا سكريبت."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1387
 
1388
  #: modules/sharedaddy/sharing-sources.php:930
1389
  msgid "Click to share"
@@ -1505,389 +1677,239 @@ msgstr "المشاركة متوقفة حالياً. يرجى إضافة الخد
1505
  msgid "Button style"
1506
  msgstr "قالب الزر"
1507
 
1508
- #: modules/sharedaddy/sharing-sources.php:302
1509
- msgid "Post was not sent - check your email addresses!"
1510
- msgstr "لم يتم إرسال الموضوع - تحقق من عناوين بريدك الإلكترونية!"
1511
-
1512
- #: modules/sharedaddy/sharing-sources.php:306
1513
- msgid "Email check failed, please try again"
1514
- msgstr "فشل التأكد من البريد الإلكتروني، من فضلك أعد المحاولة"
1515
 
1516
- #: modules/sharedaddy/sharing-sources.php:310
1517
- msgid "Sorry, your blog cannot share posts by email."
1518
- msgstr "عفواً، لا يستطيع موقعك مشاركة المواضيع من خلال البريد الإلكتروني."
1519
 
1520
- #: modules/sharedaddy/sharing-sources.php:333
1521
- msgid "Twitter"
1522
- msgstr "Twitter"
1523
 
1524
- #: modules/sharedaddy/sharing-sources.php:379
1525
- msgctxt "share to"
1526
- msgid "Twitter"
1527
- msgstr "تويتر"
1528
 
1529
- #: modules/sharedaddy/sharing-sources.php:379
1530
- msgid "Click to share on Twitter"
1531
- msgstr "اضغط للمشاركة على تويتر"
1532
 
1533
- #: modules/sharedaddy/sharing-sources.php:454
1534
- msgid "StumbleUpon"
1535
- msgstr "StumbleUpon"
1536
 
1537
- #: modules/sharedaddy/sharing-sources.php:465
1538
- msgctxt "share to"
1539
- msgid "StumbleUpon"
1540
- msgstr "StumbleUpon"
1541
 
1542
- #: modules/sharedaddy/sharing-sources.php:465
1543
- msgid "Click to share on StumbleUpon"
1544
- msgstr "اضغط لمشاركة الموضوع على StumbleUpon"
1545
 
1546
- #: modules/sharedaddy/sharing-sources.php:492
1547
- #: modules/sharedaddy/sharing-sources.php:499
1548
- msgid "Reddit"
1549
- msgstr "Reddit"
1550
 
1551
- #: modules/sharedaddy/sharing-sources.php:499
1552
- msgid "Click to share on Reddit"
1553
- msgstr "اضغط لمشاركة الموضوع على Reddit"
1554
 
1555
- #: modules/sharedaddy/sharing-sources.php:526
1556
- msgid "Digg"
1557
- msgstr "Digg"
1558
 
1559
- #: modules/sharedaddy/sharing-sources.php:535
1560
- #: modules/sharedaddy/sharing-sources.php:538
1561
- msgid "Click to Digg this post"
1562
- msgstr "شارك الموضوع على Digg"
1563
 
1564
- #: modules/sharedaddy/sharing-sources.php:538
1565
- msgctxt "share to"
1566
- msgid "Digg"
1567
- msgstr "Digg"
1568
 
1569
- #: modules/sharedaddy/sharing-sources.php:582
1570
- msgid "LinkedIn"
1571
- msgstr "LinkedIn"
1572
 
1573
- #: modules/sharedaddy/sharing-sources.php:596
1574
- msgctxt "share to"
1575
- msgid "LinkedIn"
1576
- msgstr "LinkedIn"
1577
 
1578
- #: modules/sharedaddy/sharing-sources.php:596
1579
- msgid "Click to share on LinkedIn"
1580
- msgstr "اضغط لتشارك على LinkedIn"
1581
 
1582
- #: modules/sharedaddy/sharing-sources.php:659
1583
- msgid "Facebook"
1584
- msgstr "فيس بوك"
1585
 
1586
- #: modules/sharedaddy/sharing-sources.php:733
1587
- msgctxt "share to"
1588
- msgid "Facebook"
1589
- msgstr "فيس بوك"
1590
 
1591
- #: modules/sharedaddy/sharing-sources.php:733
1592
- msgid "Share on Facebook"
1593
- msgstr "شارك على فيس بوك"
1594
 
1595
- #: modules/sharedaddy/sharing-sources.php:764
1596
- msgid "Print"
1597
- msgstr "اطبع"
1598
 
1599
- #: modules/sharedaddy/sharing-sources.php:768
1600
- msgctxt "share to"
1601
- msgid "Print"
1602
- msgstr "طباعة"
1603
 
1604
- #: modules/sharedaddy/sharing-sources.php:768
1605
- msgid "Click to print"
1606
- msgstr "اضغط للطباعة"
1607
 
1608
- #: modules/sharedaddy/sharing-sources.php:784
1609
- msgid "Press This"
1610
- msgstr "انشر"
1611
 
1612
- #: modules/sharedaddy/sharing-sources.php:812
1613
- msgctxt "share to"
1614
- msgid "Press This"
1615
- msgstr "نشر"
1616
 
1617
- #: modules/sharedaddy/sharing-sources.php:812
1618
- msgid "Click to Press This!"
1619
- msgstr "اضغط للنشر!"
1620
 
1621
- #: modules/sharedaddy/sharing-sources.php:830
1622
- msgid "Google"
1623
- msgstr "قوقل"
1624
 
1625
- #: modules/sharedaddy/sharing-sources.php:843
1626
- msgctxt "share to"
1627
- msgid "Google"
1628
  msgstr ""
1629
 
1630
- #: modules/sharedaddy/sharing-sources.php:843
1631
- msgid "Click to share on Google+"
1632
- msgstr "اضغط للمشاركة على Google+"
1633
 
1634
- #: modules/publicize/ui.php:194
1635
- msgid "Are you sure you want to stop Publicizing posts to this connection?"
1636
- msgstr "هل أنت متأكد بأنك تريد إيقاف نشر المواضيع لهذا الاتصال؟"
1637
 
1638
- #: modules/publicize/ui.php:216
1639
- msgid "Make this connection available to all users of this blog?"
1640
- msgstr "جعل هذا الاتصال متاحاً لكافة زوار موقعك؟"
1641
 
1642
- #: modules/publicize/ui.php:224
1643
- msgid "There was a problem connecting to %s. Please disconnect and try again."
1644
- msgstr "هناك مشكلة بالاتصال بـ %s. يرجى قطع الاتصال والمحاولة مرة أخرى."
1645
 
1646
- #: modules/publicize/ui.php:414
1647
- msgid "Publicize:"
1648
- msgstr "النشر:"
1649
 
1650
- #: modules/publicize/ui.php:494
1651
- msgctxt "Service: Account connected as"
1652
- msgid "%1$s: %2$s"
1653
- msgstr "%1$s: %2$s"
1654
 
1655
- #: modules/publicize/ui.php:529
1656
- msgid "Custom Message:"
1657
- msgstr "رسالة مخصصة"
1658
 
1659
- #: modules/publicize/ui.php:534 modules/publicize/ui.php:563
1660
- #: modules/publicize/ui.php:565
1661
- msgid "Hide"
1662
- msgstr "إخفاء "
1663
 
1664
- #: modules/publicize/ui.php:543
1665
- msgid "Not Connected"
1666
- msgstr "غير متلصة"
1667
 
1668
- #: modules/publicize/ui.php:550
1669
- msgid "Connect to"
1670
- msgstr "متصل بـ"
1671
 
1672
- #: modules/publicize/ui.php:555
1673
- msgid "Connect and share your posts on %s"
1674
- msgstr "ربط ومشاركة مواضيعك على %s"
1675
 
1676
- #: modules/publicize/ui.php:578
1677
- msgid "Show"
1678
- msgstr "عرض"
1679
 
1680
- #: modules/publicize.php:89
1681
- msgctxt "word count: words or characters?"
1682
- msgid "words"
1683
- msgstr "كلمة"
1684
 
1685
- #: modules/sharedaddy/sharedaddy.php:18
1686
- msgid "Shared Post"
1687
- msgstr "موضوع مشارك"
1688
 
1689
- #: modules/sharedaddy/sharedaddy.php:114
1690
- msgid "Disable CSS and JS"
1691
- msgstr "تعطيل CSS و JS"
 
 
1692
 
1693
- #: modules/sharedaddy/sharedaddy.php:116
1694
- msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
1695
- msgstr "متقدم. إذا كان هذا الخيار مفعلاً فيجب عليك تضمين هذه الملفات في قالبك بشكل يدوي لتعمل روابط المشاركة."
1696
 
1697
- #: modules/sharedaddy/sharing-service.php:12
1698
- msgid "Share this:"
1699
- msgstr "شارك هذا الموضوع:"
1700
 
1701
- #: modules/sharedaddy/sharing-service.php:551
1702
- #: modules/sharedaddy/sharing.php:250 modules/sharedaddy/sharing.php:283
1703
- msgid "More"
1704
- msgstr "المزيد"
1705
 
1706
- #: modules/sharedaddy/sharing-service.php:553
1707
- #: modules/videopress/videopress.php:635
1708
- msgid "Share"
1709
- msgstr "مشاركة"
1710
 
1711
- #: modules/sharedaddy/sharing-sources.php:200
1712
- msgctxt "as sharing source"
1713
- msgid "Email"
1714
  msgstr ""
1715
 
1716
- #: modules/sharedaddy/sharing-sources.php:242
1717
- msgid "This post has been shared!"
1718
- msgstr "تم مشاركة هذا الموضوع!"
1719
 
1720
- #: modules/sharedaddy/sharing-sources.php:243
1721
- msgid "You have shared this post with %s"
1722
- msgstr "لقد قمت بمشاركة هذا الموضوع مع %s"
1723
 
1724
- #: modules/sharedaddy/sharing-sources.php:244
1725
- #: modules/videopress/videopress.php:676 modules/wpcc/wpcc-sign-on.php:122
1726
- msgid "Close"
1727
- msgstr "إغلاق"
1728
 
1729
- #: modules/sharedaddy/sharing-sources.php:266
1730
- msgctxt "share to"
1731
- msgid "Email"
1732
- msgstr "البريد الإلكتروني"
1733
 
1734
- #: modules/sharedaddy/sharing-sources.php:266
1735
- msgid "Click to email this to a friend"
1736
- msgstr "اضغط لإرسال هذا الموضوع لصديق بواسطة البريد الإلكتروني"
1737
 
1738
- #: modules/sharedaddy/sharing-sources.php:279
1739
- msgid "Send to Email Address"
1740
- msgstr "إرسال إلى بريد إلكتروني"
1741
 
1742
- #: modules/sharedaddy/sharing-sources.php:287
1743
- msgid "Your Name"
1744
- msgstr "إسمك"
1745
 
1746
- #: modules/sharedaddy/sharing-sources.php:290
1747
- msgid "Your Email Address"
1748
- msgstr "بريدك الإلكتروني"
1749
 
1750
- #: modules/sharedaddy/sharing-sources.php:298
1751
- msgid "Send Email"
1752
- msgstr "إرسال بريد إلكتروني"
1753
 
1754
- #: modules/post-by-email.php:116
1755
- msgid "Regenerate Address"
1756
- msgstr "إعادة إنشاء العنوان"
1757
 
1758
- #: modules/post-by-email.php:117
1759
- msgid "Disable Post By Email"
1760
- msgstr "تعطيل التدوين بواسطة البريد الإلكتروني"
1761
-
1762
- #: modules/post-by-email.php:125
1763
- msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
1764
- msgstr "لتفعيل التدوين بواسطة البريد الإلكتروني، ستحتاج لربط حسابك %s بحسابك في موقع WordPress.com."
1765
-
1766
- #: modules/post-by-email.php:128 modules/publicize/publicize-jetpack.php:62
1767
- msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
1768
- msgstr "إن لم يكن لديك حساب WordPress.com بعد، يمكنك التسجيل مجاناً في بضعة ثواني."
1769
-
1770
- #: modules/post-by-email.php:169 modules/post-by-email.php:178
1771
- msgid "Unable to create your Post By Email address. Please try again later."
1772
- msgstr "لا تستطيع إنشاء موضوع بواسطة البريد الإلكتروني. يرجى المحاولة مرة أخرى لاحقاً."
1773
-
1774
- #: modules/post-by-email.php:197 modules/post-by-email.php:206
1775
- msgid "Unable to regenerate your Post By Email address. Please try again later."
1776
- msgstr "لا تستطيع إعادة إنشاء موضوع بواسطة البريد الإلكتروني. يرجى المحاولة مرة أخرى لاحقاً."
1777
-
1778
- #: modules/post-by-email.php:225 modules/post-by-email.php:234
1779
- msgid "Unable to disable your Post By Email address. Please try again later."
1780
- msgstr "لا تستطيع تعطيل موضوعك بواسطة البريد الإلكتروني. يرجى المحاولة مرة أخرى لاحقاً."
1781
-
1782
- #: modules/publicize/publicize-jetpack.php:59
1783
- msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
1784
- msgstr "لاستخدام خدمة النشر، ستحتاج لربط حسابك %s بحسابك في موقع WordPress.com باستخدام الزر على اليمين."
1785
-
1786
- #: modules/publicize/publicize-jetpack.php:176
1787
- msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
1788
- msgstr "هناك مشكلة في الاتصال بـ %s. الرجاء إعادة المحاولة بعد قليل."
1789
-
1790
- #: modules/publicize/publicize-jetpack.php:182
1791
- msgid "An invalid request was made. This normally means that something intercepted or corrupted the request from your server to the Jetpack Server. Try again and see if it works this time."
1792
- msgstr "تم طلب غير صحيح. ذلك يعني بأن شيئاً ما اعترض أو أتلف الطلب من ملقمك بملقم Jetpack. حاول مرة أخرى وانظر إذا كانت المشكلة ستعود هذه المرة."
1793
-
1794
- #: modules/publicize/publicize-jetpack.php:185
1795
- msgid "We could not verify that your server is making an authorized request. Please try again, and make sure there is nothing interfering with requests from your server to the Jetpack Server."
1796
- msgstr "لم نتمكن من التحقق من أن ملقمك يطلب تصريح. يرجى المحاولة مرة أخرى، وتأكد بأنه لا يوجد شيئاً من التداخل مع طلبات ملقمك بملقم Jetpack."
1797
-
1798
- #: modules/publicize/publicize-jetpack.php:188
1799
- msgid "No blog_id was included in your request. Please try disconnecting Jetpack from WordPress.com and then reconnecting it. Once you have done that, try connecting Publicize again."
1800
- msgstr "لم يتم إدراج blog_id في طلبك. يرجى محاولة فصل اتصال Jetpack من WordPress.com ومن ثم إعادة الاتصال به. عندما تقوم بذلك، حاول الاتصال مرة أخرى بخدمة النشر."
1801
-
1802
- #: modules/publicize/publicize-jetpack.php:191
1803
- msgid "No user information was included in your request. Please make sure that your user account has connected to Jetpack. Connect your user account by going to the <a href=\"%s\">Jetpack page</a> within wp-admin."
1804
- msgstr "لا توجد معلومات لأي مستخدم في طلبك. الرجاء التأكد من أن حسابك متصل بـ Jetpack. قم بربط حسابك عن طريق الذهاب إلى <a href=\"%s\">صفحة Jetpack</a>داخل لوحة التحكم."
1805
-
1806
- #: modules/publicize/publicize-jetpack.php:194
1807
- msgid "Something which should never happen, happened. Sorry about that. If you try again, maybe it will work."
1808
- msgstr "ثمة شيء ما لن يحدث أبداً، ها هو حدث. آسف لذلك. إذا حاولت مرة أخرى ربما ستعمل."
1809
-
1810
- #: modules/publicize/publicize-jetpack.php:198
1811
- msgid "There was a problem connecting with Publicize. Please try again in a moment."
1812
- msgstr "هناك مشكلة في الاتصال مع خدمة النشر. الرجاء إعادة المحاولة بعد قليل."
1813
-
1814
- #: modules/publicize/publicize-jetpack.php:207
1815
- msgid "Error code: %s"
1816
- msgstr "خطأ بالخصائص: %s"
1817
-
1818
- #: modules/publicize/publicize-jetpack.php:216
1819
- msgid "That connection has been removed."
1820
- msgstr "تم حذف الاتصال."
1821
-
1822
- #: modules/publicize/publicize-jetpack.php:381
1823
- #: modules/publicize/publicize-jetpack.php:398
1824
- #: modules/publicize/publicize-jetpack.php:521
1825
- msgid "Publicize to my %s:"
1826
- msgstr "نشر في %s:"
1827
-
1828
- #: modules/publicize/publicize-jetpack.php:382
1829
- msgid "Facebook Wall"
1830
- msgstr "حائط الفيس بوك"
1831
-
1832
- #: modules/publicize/publicize-jetpack.php:399
1833
- msgid "Facebook Page"
1834
- msgstr "صفحة الفيس بوك"
1835
-
1836
- #: modules/publicize/publicize-jetpack.php:522
1837
- msgid "Tumblr blog"
1838
- msgstr "مدونة Tumblr"
1839
-
1840
- #: modules/publicize/publicize-jetpack.php:623
1841
- msgid "Before you hit Publish, please refresh your connection to make sure we can Publicize your post:"
1842
- msgstr "قبل الضغط على نشر، الرجاء تحديث الاتصال لتتأكد بأننا نستطيع نشر موضوعك:"
1843
-
1844
- #: modules/publicize/publicize-jetpack.php:633
1845
- msgid "Refresh connection with %s"
1846
- msgstr "تحديث الاتصال مع %s"
1847
-
1848
- #: modules/publicize/ui.php:76
1849
- msgid "You have successfully connected your blog with your %s account."
1850
- msgstr "لقد تم ربط حسابك على %s بنجاح."
1851
-
1852
- #: modules/publicize/ui.php:82
1853
- msgid "You have chosen not to connect your blog. Please click 'accept' when prompted if you wish to connect your accounts."
1854
- msgstr ""
1855
-
1856
- #: modules/publicize/ui.php:103
1857
- msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
1858
- msgstr "أربط موقعك بشبكات التواصل الاجتماعية وشارك مواضيعك الجديدة تلقائياً مع أصدقائك."
1859
-
1860
- #: modules/publicize/ui.php:104
1861
- msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
1862
- msgstr "يمكنك إنشاء اتصال لعضويتك أو لكافة الأعضاء في موقعك. يتم وضع علامة لاتصالات المشاركة بنص (تم مشاركته)."
1863
-
1864
- #: modules/publicize/ui.php:165
1865
- msgid "Shared"
1866
- msgstr "تم مشاركته"
1867
-
1868
- #: modules/publicize/ui.php:181
1869
- msgid "Add new %s connection."
1870
- msgstr "إضافة اتصال %s جديد"
1871
-
1872
- #: modules/module-info.php:855
1873
- msgid "With WordPress.com Connect, your users will be able to log into your WordPress admin with the same credentials they use to log into WordPress.com. It's safe and secure."
1874
- msgstr ""
1875
-
1876
- #: modules/module-info.php:856
1877
- msgid "Once enabled, a \"Connect with WordPress.com\" option will be added to your existing log-in form."
1878
- msgstr ""
1879
-
1880
- #: modules/module-info.php:872 modules/videopress/videopress.php:330
1881
- msgid "VideoPress"
1882
- msgstr ""
1883
-
1884
- #: modules/module-info.php:873
1885
- msgid "With the VideoPress module you can easily upload videos to your WordPress site and embed them in your posts and pages. This module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
1886
- msgstr ""
1887
-
1888
- #: modules/omnisearch/omnisearch-comments.php:17
1889
- msgid "Search Comments"
1890
- msgstr "ابحث في التعليقات"
1891
 
1892
  #: modules/omnisearch/omnisearch-comments.php:18
1893
  #: modules/omnisearch/omnisearch-comments.php:27
@@ -1980,255 +2002,352 @@ msgstr "مجدول"
1980
  msgid "Last Modified"
1981
  msgstr "آخر تعديل"
1982
 
1983
- #: modules/post-by-email.php:94 modules/subscriptions.php:620
1984
  msgid "Email Address"
1985
  msgstr "عنوان البريد الإلكتروني"
1986
 
1987
- #: modules/post-by-email.php:109
1988
  msgid "Enable Post By Email"
1989
  msgstr "تفعيل التدوين بواسطة البريد الإلكتروني"
1990
 
1991
- #: modules/post-by-email.php:113
1992
  #: modules/videopress/class.videopress-player.php:283
1993
  msgid "More information"
1994
  msgstr "المزيد من المعلومات"
1995
 
1996
- #: modules/module-info.php:642
1997
- msgid "With the Infinite Scroll module and a supported theme, that's exactly what happens. Instead of the old way of navigating down a page by scrolling and then clicking a link to get to the next page, waiting for a page refresh&mdash;the document model of the web&mdash;infinite scrolling pulls the next set of posts automatically into view when the reader approaches the bottom of the page, more like an application."
1998
- msgstr "مع إضافة Infinite Scroll وقالب مدعوم، هذا هو بالضبط ما يحدث. فبدلاً من الطريقة القديمة في التنقل إلى أسفل الصفحة ومن ثم الضغط على رابط الوصول إلى الصفحة التالية، والانتظار لصفحة التحديث&mdash;نموذج مستندات الانترنت&mdash;فإن إضافة Infinite Scroll تقوم بسحب المجموعة التالية من المواضيع تلقائياً للقارئ عندما يقترب من أسفل الصفحة، إنها أشبه بالتطبيق."
1999
 
2000
- #: modules/module-info.php:645
2001
- msgid "At this time, your theme, %s, doesn't support Infinite Scroll. Unlike other Jetpack modules, Infinite Scroll needs information from your theme to function properly."
2002
- msgstr "في الوقت الحالي، إن قالبك %s، لا يدعم خدمة Infinite Scroll. على عكس إضافات Jetpack الأخرى، فإن خدمة Infinite Scroll تحتاج لمعلومات من قالبك لتعمل بشكل صحيح."
2003
 
2004
- #: modules/module-info.php:647
2005
- msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
2006
- msgstr "لحين يصبح قالبك يدعم خدمة Infinite Scroll، فلن تكن قادراً من تفعيل هذه الخدمة."
2007
 
2008
- #: modules/module-info.php:657
2009
- msgid "There is an update available for your theme. You may wish to check if this update adds Infinite Scroll support by visiting the <a href=\"%s\">WordPress Updates</a> page."
2010
- msgstr "هناك تحديث متاح لقالبك. قد ترغب في معرفة ما إذا كان هذا التحديث أضاف دعم Infinite Scroll من خلال زيارتك لصفحة <a href=\"%s\">تحديثات ووردبريس</a>."
2011
 
2012
- #: modules/module-info.php:681 modules/module-info.php:684
2013
- #: modules/post-by-email.php:91
2014
- msgid "Post by Email"
2015
- msgstr "كتابة موضوع ونشره بواسطة البريد الإلكتروني"
2016
 
2017
- #: modules/module-info.php:686
2018
- msgid "Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones."
2019
- msgstr "النشر بواسطة البريد الإلكتروني هو وسيلة لنشر المواضيع على موقعك عن طريق البريد الإلكتروني. جميع أنظمة البريد الإلكتروني يمكن استخدامها لإرسال البريد الإلكتروني، مما يسمح لك بالنشر بسرعة وسهولة من الأجهزة مثل الهواتف المحمولة."
2020
 
2021
- #: modules/module-info.php:690
2022
- msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
2023
- msgstr "تفعيل التدوين بواسطة البريد الإلكتروني من صفحة <a href=\"%s\">إعدادات الملف الشخصي</a>"
2024
 
2025
- #: modules/module-info.php:694
2026
- msgid "More information on sending emails, attachments, and customizing your posts."
2027
- msgstr "المزيد من المعلومات حول إرسال رسائل البريد الإلكتروني والمرفقات وتخصيص مواضيعك."
2028
 
2029
- #: modules/module-info.php:714
2030
- msgid "Photon"
2031
- msgstr "Photon"
2032
 
2033
- #: modules/module-info.php:716
2034
- msgid "Give your site a boost by loading images in posts from the WordPress.com content delivery network. We cache your images and serve them from our super-fast network, reducing the burden on your Web host with the click of a button."
2035
- msgstr "تسريع تحميل الصور من موقعك عن طريق تحميل الصور في المواضيع من محتوى شبكة WordPress.com. سنقوم بتخزين صورك في شبكتنا بسرعة فائقة، مما يقلل من العبء على استضافة الويب الخاص بك بضغطة زر واحدة."
2036
 
2037
- #: modules/module-info.php:735 modules/module-info.php:738
2038
- #: modules/tiled-gallery/tiled-gallery.php:342
2039
- msgid "Tiled Galleries"
2040
- msgstr "Tiled Galleries"
2041
 
2042
- #: modules/module-info.php:741
2043
- msgid "Create elegant magazine-style mosaic layouts for your photos without having to use an external graphic editor."
2044
- msgstr "إنشاء قالب مجلة أنيقة للصور الفوتوغرافية بدون الحاجة لاستخدام محرر خارجي للرسوم البيانية."
2045
 
2046
- #: modules/module-info.php:742
2047
- msgid "When adding a gallery to your post, you now have the option to select a layout style for your images. We've added support for Rectangular, Square, and Circular galleries. By default, galleries will continue to display using the standard thumbnail grid layout. To make the rectangular layout the default for all of your site's galleries, head over to <a href=\"%s\">Settings &rarr; Media</a> and check the box next to \"Display all your gallery pictures in a cool mosaic.\""
2048
- msgstr "عند إضافة معرض الصور إلى موضوعك، سيظهر لديك خيار لتحديد شكل لمعرض الصور. لقد قمنا بإضافة دعم لمعارض الصور مستطيلة الشكل، المربعة، والدائرية. بشكل افتراضي، سوف تستمر المعارض بعرض الصور باستخدام الصورة المصغرة القياسية بنمط تخطيط الشبكة. لتجعل شكل معرض الصور مستطيلاً بشكل افتراضي لكافة معارض الصور على موقعك، توجه إلى <a href=\"%s\">إعدادات &larr; وسائط</a> واختر المربع بجانب \"عرض كافة الصور كلوحة فسيفسائية رائعة.\""
2049
 
2050
- #: modules/module-info.php:743
2051
- msgid "Note: Images in tiled galleries require extra-special processing, so they will be served from WordPress.com's CDN even if the Photon module is disabled."
2052
- msgstr "ملاحظة: الصور في Tiled Galleries تتطلب معالجة إضافية خاصة، لذا سيتم تحميل الصور على WordPress.com حتى إذا تم تعطيل إضافة Photon."
2053
 
2054
- #: modules/module-info.php:765
2055
- msgid "Likes allow your readers to show their appreciation for your posts and other published content using their WordPress.com accounts. Your readers will then be able to review their liked posts from WordPress.com."
2056
- msgstr "تسمح لك الإعجابات من إظهار تقدير القراء لمواضيعك وإلى محتويات موقعك الأخرى باستخدام حساباتهم على WordPress.com. سيكونوا القراء قادرين بعد ذلك من مراجعة المواضيع التي أعجبوا بها من WordPress.com."
2057
 
2058
- #: modules/module-info.php:766
2059
- msgid "Displayed below your posts will be how many people have liked your posts and the Gravatars of those who have liked them."
2060
- msgstr "إظهار عدد الأشخاص الذين أعجبوا بمواضيعك مع صور لملفاتهم الشخصية على Gravatars في أسفل الموضوع."
2061
 
2062
- #: modules/module-info.php:768
2063
- msgid "More information on using Likes."
2064
- msgstr "لمزيد من المعلومات حول كيفية استخدام ميزة الإعجاب."
2065
 
2066
- #: modules/module-info.php:791
2067
- msgid "The Google+ profile module allows you to connect your blog and Google+ accounts."
2068
- msgstr ""
2069
 
2070
- #: modules/module-info.php:792
2071
- msgid "Displayed below your posts will be a link back to your Google+ profile and a Google+ follow button. A link will also be added to your Google+ profile."
2072
- msgstr ""
 
 
2073
 
2074
- #: modules/module-info.php:794
2075
- msgid "More information on using Google+ Profile."
2076
- msgstr ""
2077
 
2078
- #: modules/module-info.php:810 modules/omnisearch/omnisearch-core.php:59
2079
- #: modules/omnisearch/omnisearch-core.php:64
2080
- #: modules/omnisearch/omnisearch-core.php:85
2081
- msgid "Omnisearch"
2082
- msgstr "بحث Jetpack"
2083
 
2084
- #: modules/module-info.php:812
2085
- msgid "Search once, get results from everything! Currently supports searching posts, pages, comments, and plugins."
2086
- msgstr ""
2087
 
2088
- #: modules/module-info.php:814
2089
- msgid "Omnisearch plays nice with other plugins by letting other providers offer results as well."
2090
  msgstr ""
2091
 
2092
- #: modules/module-info.php:833
2093
- msgid "Widget Visibility"
2094
- msgstr ""
2095
 
2096
- #: modules/module-info.php:835
2097
- msgid "Control which pages your widgets appear on with Widget Visibility."
2098
  msgstr ""
2099
 
2100
- #: modules/module-info.php:836
2101
- msgid "To control visibility, expand the widget and click the Visibility button next to the Save button, and then, choose a set of visibility options."
2102
- msgstr ""
2103
 
2104
- #: modules/module-info.php:837
2105
- msgid "For example, if you wanted the Archives widget to only appear on category archives and error pages, choose \"Show\" from the first dropdown and then add two rules: \"Page is 404 Error Page\" and \"Category is All Category Pages.\""
2106
- msgstr ""
2107
 
2108
- #: modules/module-info.php:838
2109
- msgid "You can also hide widgets based on the current page. For example, if you don't want the Archives widget to appear on search results pages, choose \"Hide\" and \"Page is Search results.\""
2110
  msgstr ""
2111
 
2112
- #: modules/module-info.php:853 modules/wpcc/wpcc-sign-on.php:84
2113
- #: modules/wpcc/wpcc-sign-on.php:174
2114
- msgid "WordPress.com Connect"
 
 
 
2115
  msgstr ""
2116
 
2117
- #: modules/module-info.php:429
2118
- msgid "Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog&#8217;s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers."
2119
- msgstr "تسمح لأي زائر الإشتراك في كافة مواضيعك بسهولة عبر البريد الإلكتروني من خلال مربع جانبي في الشريط الجانبي لموقعك. وفي كل مرة تقوم بنشر موضوع، سوف يقوم WordPress.com بإرسال إشعار لكافة المشتركين."
2120
 
2121
- #: modules/module-info.php:430
2122
- msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
2123
- msgstr "عند إضافة تعليقات، يستطيع الزوار الإشتراك أيضاً بالتعليقات أو المواضيع لمتابعة المحادثة."
2124
 
2125
- #: modules/module-info.php:435
2126
- msgid "To use the Subscriptions widget, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag the widget labeled &#8220;Blog Subscriptions (Jetpack)&#8221; into one of your sidebars and configure away."
2127
- msgstr "لاستخدام المربع الجانبي للاشتراكات، إذهب إلى المظهر &larr; <a href=\"%s\">مربعات القائمة الجانبية</a>. اسحب المربع المسمى &#8220;الاشتراك في الموقع (Jetpack)&#8221; إلى إحدى الأشرطة الجانبية وقم بإعدادها كما شئت."
2128
 
2129
- #: modules/module-info.php:436
2130
- msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
2131
- msgstr "كما يمكنك إجراء التعديلات على إعدادات الاشتراكات من أسفل صفحة <a href=\"%s\">إعدادات المناقشة</a>."
2132
 
2133
- #: modules/module-info.php:449
2134
- msgid "Enhanced Distribution"
2135
- msgstr "التوزيع المحسن"
2136
 
2137
- #: modules/module-info.php:451
2138
- msgid "Jetpack will automatically take the great published content from your blog or website and share it instantly with third party services like search engines, increasing your reach and traffic."
2139
- msgstr "سيقوم Jetpack بأخذ محتوى جيد من مواضيعك المنشورة تلقائياً من موقعك ويقوم بمشاركتها على الفور مع خدمات محركات البحث، مما يزيد الوصول إليها لاحقاً."
 
2140
 
2141
- #: modules/module-info.php:466
2142
- msgid "JSON API"
2143
- msgstr "JSON الوصلة البينية البرمجية التطبيقية"
2144
 
2145
- #: modules/module-info.php:468
2146
- msgid "Jetpack will allow you to authorize applications and services to securely connect to your blog and allow them to use your content in new ways and offer you new functionality."
2147
- msgstr "تسمح لك إضافة Jetpack السماح للتطبيقات والخدمات بالاتصال بشكل آمن بموقعك والسماح لهم باستخدام محتوى موقعك بطرق جديدة وتقدم لك وظائف جديدة."
 
2148
 
2149
- #: modules/module-info.php:470
2150
- msgid "Developers can use WordPress.com's <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> authentication system and <a href='http://developer.wordpress.com/docs/api/'>WordPress.com REST API</a> to manage and access your site's content."
2151
- msgstr "يمكن للمطورين استخدام نظام التوثيق الخاص بموقع WordPress.com <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> وبرنامج <a href='http://developer.wordpress.com/docs/api/'>WordPress.com تصفير الوصلة البينية البرمجية التطبيقية لموقع</a> لإدارة محتوى موقعك والوصول إليه."
2152
 
2153
- #: modules/module-info.php:498
2154
- msgid "A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address."
2155
- msgstr "نموذج الاتصال هو وسيلة رائعة لتقديم إمكانية الحصول على اتصال لقراءك، وبدون إعطاء عنوان بريدك الإلكتروني الخاص."
2156
 
2157
- #: modules/module-info.php:501
2158
- msgid "Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through <a href=\"http://akismet.com/\">Akismet</a> (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area."
2159
- msgstr "يمكنك بسهولة تخصيص كل شكل من أشكال نماذج الاتصال لتناسب احتياجاتك. عندما يرسل مستخدم نموذج اتصالك، سوف يتم تصفيتها من خلال رسائل <a href=\"http://akismet.com/\">أكيسميت</a> (إذا كانت مفعلة على موقعك) للتأكد من أنها ليست رسائل مزعجة سبام. وسوف ترسل لك عبر البريد الإلكتروني، وتتم إضافتها إلى منطقة الإدارة."
2160
 
2161
- #: modules/module-info.php:518
2162
- msgid "Jetpack Comments Screenshot"
2163
- msgstr "صورة تعليقات Jetpack"
2164
 
2165
- #: modules/module-info.php:523
2166
- msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
2167
- msgstr "تعليقات Jetpack تقوم بتفعيل حسابات الزوار على موقع ووردبريس والتويتر أو الفيس بوك لاستخدامها بالتعليق في موقعك."
 
2168
 
2169
- #: modules/module-info.php:528
2170
- msgid "Jetpack tries to match your site's color scheme automatically, but you can make manual adjustments at the bottom of the <a href='%s'>Discussion Settings</a> page."
2171
- msgstr "يحاول Jetpack بأن يطابق ألوان موقعك بشكل تلقائي، ولكن يمكنك إجراء التعديلات اليدوية من صفحة <a href='%s'>إعدادات المناقشة</a> في موقعك."
2172
 
2173
- #: modules/module-info.php:549
2174
- msgid "Gallery Carousel Screenshot"
2175
- msgstr "صورة معرض صور Carousel"
2176
 
2177
- #: modules/module-info.php:552 modules/widgets/gallery.php:334
2178
- msgid "Carousel"
2179
- msgstr "معرض صور Carousel"
2180
 
2181
- #: modules/module-info.php:554
2182
- msgid "With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata."
2183
- msgstr "إذا كان Carousel مفعلاً، فإن أي معرض صور تدمجه في المواضيع أو الصفحات سيعمل بملئ الشاشة لتقوم باختبار تصفح الصور مع إمكانية التعليق عليها كما يمكنك إظهار بيانات التعريف EXIF الخاصة بالكاميرات الرقمية."
2184
 
2185
- #: modules/module-info.php:567 modules/module-info.php:570
2186
- msgid "Custom CSS"
2187
- msgstr "تخصيص CSS"
 
2188
 
2189
- #: modules/module-info.php:571
2190
- msgid "The Custom CSS editor gives you the ability to add to or replace your theme's CSS, all while supplying syntax coloring, auto-indentation, and immediate feedback on the validity of the CSS you're writing."
2191
- msgstr "محرر Custom CSS يعطيك المقدرة بإضافة أو استبدال ملف CSS في قالبك، كل ذلك مع توفير تلوين السياق، المسافات البادئة الذاتية، وعلى الفور يسري المفعول في ملف CSS الذي قمت بكتابته."
 
2192
 
2193
- #: modules/module-info.php:572
2194
- msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
2195
- msgstr "لاستخدام محرر CSS, اذهب إلى المظهر &larr; <a href=\"%s\">تعديل CSS</a>."
 
2196
 
2197
- #: modules/module-info.php:589 modules/module-info.php:592
2198
- msgid "Mobile Theme"
2199
- msgstr "قالب الموبايل"
2200
 
2201
- #: modules/module-info.php:593
2202
- msgid "There's a good chance that visitors to your site will be using a smartphone, and it's important to provide them with a great reading experience while on the small screen."
2203
- msgstr "هناك احتمال بأن يقوموا زوار موقعك باستخدام الهاتف الذكي، وإنه لمن المهم أن توفر لهم التجربة أثناء القراءة على الشاشات الصغيرة."
2204
 
2205
- #: modules/module-info.php:594
2206
- msgid "Jetpack's mobile theme is optimized for small screens. It uses the header image, background, and widgets from your current theme for a great custom look. Post format support is included, so your photos and galleries will look fantastic on a smartphone."
2207
- msgstr "قالب الموبايل مستحسن للشاشات الصغيرة. فإنه يستخدم صورة الهيدر، والخلفية، ومربعات القائمة الجانبية من القالب الحالي ليظهره بمظهر مخصص ورائع. كما يدعم تنسيق الموضوع، لذا ستبدو صورك وألبوماتك رائعة على أجهزة الهاتف."
2208
 
2209
- #: modules/module-info.php:595
2210
- msgid "Visitors on iPhone, Android, Windows Phone, and other mobile devices will automatically see the mobile theme, with the option to view the full site. You can enable or disable the mobile theme by clicking the \"Activate\" or \"Deactive\" button above."
2211
- msgstr "الزوار مستخدمي أجهزة آيفون وأندرويد وويندوز فون، وباقي أجهزة الهاتف سيشاهدون قالب الموبايل وبشكل تلقائي، مع الحفاظ على خيار مشاهدة الموقع بشكل كامل. يمكنك تفعيل أو تعطيل قالب الموبايل بالضغط على زر \"تغعيل\" أو \"تعطيل\" أعلاه."
 
2212
 
2213
- #: modules/module-info.php:611 modules/module-info.php:614
2214
- msgid "Mobile Push Notifications"
2215
- msgstr "دفع الإشعارات للموبايل"
2216
 
2217
- #: modules/module-info.php:616
2218
- msgid "If you use <a href=\"%1$s\">WordPress for iOS</a> or <a href=\"%2$s\">WordPress for Android</a>, you’ll now be able to opt in to receive push notifications of new comments, which makes it easier than ever to keep up with your readers and moderate comments on the go."
2219
- msgstr ""
2220
 
2221
- #: modules/module-info.php:634
2222
- msgid "If you are a theme author, you can learn about adding support for Infinite Scroll at <a href=\"%1$s\">%1$s</a>."
2223
- msgstr "إذا كنت مؤلف القالب، تستطيع تعلم كيفية إضافة الدعم لخدمة Infinite Scroll من هنا <a href=\"%1$s\">%1$s</a>."
2224
 
2225
- #: modules/module-info.php:637
2226
- msgid "Infinite Scroll"
2227
- msgstr "Infinite Scroll"
 
2228
 
2229
- #: modules/module-info.php:640
2230
- msgid "When you write great content, all you really want is people to find it, right?"
2231
- msgstr "عندما تقوم بكتابة محتوى رائع، كل ما تريده في الحقيقة هو بأن يعثر عليه الناس، أليس كذلك؟"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2232
 
2233
  #: modules/module-info.php:329
2234
  msgid "Additionally you can define your own custom services."
@@ -2349,244 +2468,360 @@ msgstr "صورة الاشتراكات"
2349
  msgid "Subscriptions"
2350
  msgstr "اشتراكات"
2351
 
2352
- #: modules/module-info.php:75
2353
- msgid "To see hovercards, look at any blog post on your blog that has comments. If the commenter has a hovercard associated with their gravatar, mouse over their image and the hovercard will appear. To turn hovercards off, click the Deactivate button above."
2354
- msgstr "لمشاهدة hovercards، أنظر لأي موضوع في الموقع يحتوي على تعليقات. إذا كان المعلق لديه حساب hovercard، ضع مؤشر الفأرة فوق صورته وستظهر معلوماته على hovercard. لتعطيل ميزة hovercards، اضغط على زر تعطيل أعلاه."
2355
 
2356
- #: modules/module-info.php:90 modules/module-info.php:94
2357
- #: modules/module-info.php:103 modules/module-info.php:107
2358
- msgid "Shortcode Embeds"
2359
- msgstr "الأكواد القصيرة المدمجة"
2360
 
2361
- #: modules/module-info.php:95 modules/module-info.php:108
2362
- msgid "Shortcodes allow you to easily and safely embed media from other places in your site. With just one simple code, you can tell WordPress to embed YouTube, Flickr, and other media."
2363
- msgstr "الأكواد القصيرة تسمح لك بسهولة وبأمان بدمج الوسائط من أماكن أخرى لداخل موقعك. مع رمز بسيط واحد فقط، يمكنك أن تقول تضمين يوتيوب، فليكر، وغيرها من الوسائط."
2364
 
2365
- #: modules/module-info.php:109
2366
- msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
2367
- msgstr "أدخل كود قصير مباشرة داخل الموضوع / الصفحة لتدمج وسائط الميديا. للحصول على تعليمات محددة اتبع الروابط أدناه."
2368
 
2369
- #: modules/module-info.php:132
2370
- msgid "Available shortcodes are: %l."
2371
- msgstr "الأكواد القصيرة المتوفرة هي: %l."
2372
 
2373
- #: modules/module-info.php:147 modules/module-info.php:151
2374
- #: modules/module-info.php:161 modules/module-info.php:165
2375
- msgid "WP.me Shortlinks"
2376
- msgstr "الروابط المختصرة من WP.me"
2377
 
2378
- #: modules/module-info.php:152 modules/module-info.php:166
2379
- msgid "Instead of typing or copy-pasting long URLs, you can now get a short and simple link to your posts and pages. This uses the super compact wp.me domain name, and gives you a unique URL you can use that will be safe and reliable."
2380
- msgstr "بدلاً من كتابة أو نسخ ولصق عناوين المواقع الطويلة، يمكنك الآن الحصول على رابط قصير وسهل لمواضيعك وصفحاتك. تستخدم الإضافة المدمجة اسم النظاق wp.me، ويقوم بتوليد عنوان URL فريد من نوعه يمكنك استخدامه ليكون آمناً وموثوقاً به."
2381
 
2382
- #: modules/module-info.php:153
2383
- msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
2384
- msgstr "إنها مثالية للاستخدام على تويتر، الفيس بوك، ورسائل الهاتف المحمول حيث تكون الأحرف معدودة."
2385
 
2386
- #: modules/module-info.php:167
2387
- msgid "To use shortlinks, go to any already published post (or publish something new!). A &#8220;Get Shortlink&#8221; button will be visible under the Post title. When you click it, a dialog box will appear with the shortlink and you can copy and paste to Twitter, Facebook or wherever your heart desires."
2388
- msgstr "لاستخدام الروابط المختصرة، اذهب إلى أي موضوع قد سبق وتم نشره (أو أنشأ موضوعاً جديداً). سيظهر زر &#8221;الحصول على الرابط المختصر&#8220; تحت عنوان الموضوع. عند الضغط فوقه، سوف يظهر مربع حوار مع الرابط المختصر ويمكنك عندها نسخه ولصقه إلى تويتر، الفيسبوك أو في أي مكان تفضله."
2389
 
2390
- #: modules/module-info.php:182 modules/module-info.php:186
2391
- #: modules/module-info.php:195 modules/module-info.php:199
2392
- msgid "WordPress.com Stats"
2393
- msgstr "إحصائيات WordPress.com"
2394
 
2395
- #: modules/module-info.php:187 modules/module-info.php:200
2396
- msgid "There are many plugins and services that provide statistics, but data can be overwhelming. WordPress.com Stats makes the most popular metrics easy to understand through a clear and attractive interface."
2397
- msgstr "هناك العديد من الإضافات والخدمات التي توفر الإحصائيات، ولكن يمكن أن تكون البيانات ساحقة. إحصائيات WordPress.com تجعل المقاييس أكثر شعبية وسهلة الفهم من خلال واجهة واضحة وجذابة."
2398
 
2399
- #: modules/module-info.php:201
2400
- msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
2401
- msgstr "يمكنك <a href=\"%s\">عرض لوحة تحكم الإحصائيات من هنا</a>."
2402
 
2403
- #: modules/module-info.php:215 modules/module-info.php:219
2404
- #: modules/publicize/ui.php:95
2405
- msgid "Publicize"
2406
- msgstr "النشر"
2407
 
2408
- #: modules/module-info.php:220
2409
- msgid "Publicize allows you to connect your blog to popular social networking sites and automatically share new posts with your friends.\t You can make a connection for just yourself or for all users on your blog."
2410
- msgstr "خدمة النشر تسمح لك بربط موقعك بشبكات التواصل الاجتماعية وتقوم تلقائياً بمشاركة مواضيعك الجديدة مع أصدقائك.\\t يمكنك إنشاء اتصال لعضويتك أو لكافة الأعضاء في موقعك."
2411
 
2412
- #: modules/module-info.php:221
2413
- msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
2414
- msgstr "خدمة النشر تسمح لك بمشاركة مواضيعك على فيس بوك، تويتر، تمبلر، ياهو! والمزيد."
2415
 
2416
- #: modules/module-info.php:225
2417
- msgid "Manage your <a href=\"%s\">Publicize settings</a>."
2418
- msgstr "إدارة <a href=\"%s\">إعدادات النشر</a>."
2419
 
2420
- #: modules/module-info.php:229 modules/publicize/ui.php:114
2421
- msgid "More information on using Publicize."
2422
- msgstr "المزيد من المعلومات حول استخدام خدمة النشر."
2423
 
2424
- #: modules/module-info.php:245 modules/module-info.php:249
2425
- #: modules/module-info.php:258 modules/module-info.php:262
2426
- #: modules/notes.php:159
2427
- msgid "Notifications"
2428
- msgstr "الإشعارات"
2429
 
2430
- #: modules/module-info.php:250 modules/module-info.php:263
2431
- msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
2432
- msgstr "أحرص على متابعة الأحداث الأخيرة في كافة مواقعك في WordPress.com وتفاعل مع مستخدمين آخرين في WordPress.com."
2433
 
2434
- #: modules/module-info.php:264
2435
- msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
2436
- msgstr "بإمكانك مشاهدة التنبيهات في شريط الأدوات وعلى <a href=\"%s\">WordPress.com</a> أيضاً."
2437
 
2438
- #: modules/module-info.php:279 modules/module-info.php:294
2439
- msgid "LaTeX"
2440
- msgstr "LaTeX"
2441
 
2442
- #: modules/module-info.php:284 modules/module-info.php:299
2443
- msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
2444
- msgstr "%s هي لغة ترميز قوية لكتابة المعادلات والصيغ الرياضية المعقدة، الصيغ، الخ."
2445
 
2446
- #: modules/module-info.php:285
2447
- msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
2448
- msgstr "Jetpack يجمع بين قوة %s وبساطة ووردبرس ليعطيك الأفضل في منصات تدوين الرياضيات."
2449
 
2450
- #: modules/module-info.php:286
2451
- msgid "Wow, that sounds nerdy."
2452
- msgstr "نجاح باهر، وهذا يبدو تميز المهووسين بالدراسة."
2453
 
2454
- #: modules/module-info.php:300
2455
- msgid "Use <code>$latex your latex code here$</code> or <code>[latex]your latex code here[/latex]</code> to include %s in your posts and comments. There are <a href=\"%s\" target=\"_blank\">all sorts of options</a> available."
2456
- msgstr "استخدم <code>$الكود ضمن الإشارات هنا$</code> أو <code>[latex]اكتب الكود ضمن هذه العبارة[/latex]</code> لتستطيع إدراج معادلتك %s في مواضيعك أو ضمن التعليقات. كما يوجد <a href=\"%s\" target=\"_blank\">خيارات لكافة الأنواع</a> متاحة من هنا."
2457
 
2458
- #: modules/module-info.php:319
2459
- msgid "Share your posts with Twitter, Facebook, and a host of other services. You can configure services to appear as icons, text, or both. Some services have additional options to display smart buttons, such as Twitter, which will update the number of times the post has been shared."
2460
- msgstr "شارك مواضيعك على تويتر وفيس بوك ومجموعة من الخدمات الأخرى. يمكنك تخصيص الخدمات لتظهر كنص، أو أيقونة أو كلاهما. بعض الخدمات لديها خيارات إضافية لإظهار أزرار زكية، مثل تويتر، والتي تقوم بتحديث عدد مرات مشاركة الموضوع."
2461
 
2462
- #: modules/module-info.php:323
2463
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
2464
- msgstr "تم تضمين الخدمات التالية: تويتر، فيس بوك، Reddit، StumbleUpon، PressThis، Digg، LinkedIn، غوغل +1، طباعة، البريد الإلكتروني."
2465
 
2466
- #: modules/module-info.php:325
2467
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
2468
- msgstr "تم تضمين الخدمات التالية: تويتر، فيس بوك، Reddit، StumbleUpon، Digg، LinkedIn، غوغل +1، طباعة، البريد الإلكتروني."
2469
 
2470
- #: modules/minileven/theme/pub/minileven/index.php:27
2471
- msgid "Yearly Archives: %s"
2472
- msgstr "الأرشيف السنوي: %s"
2473
 
2474
- #: modules/minileven/theme/pub/minileven/index.php:29
2475
- msgid "Posted in %s"
2476
- msgstr "أرسلت فى %s "
2477
 
2478
- #: modules/minileven/theme/pub/minileven/index.php:31
2479
- msgid "Tagged with %s"
2480
- msgstr "تمت الإشارة إليه مع %s"
2481
 
2482
- #: modules/minileven/theme/pub/minileven/index.php:33
2483
- msgid "Posted by"
2484
- msgstr "تم النشر بواسطة"
2485
 
2486
- #: modules/minileven/theme/pub/minileven/index.php:35
2487
- msgid "Blog Archives"
2488
- msgstr "أرشيف المدونة"
2489
 
2490
- #: modules/minileven/theme/pub/minileven/index.php:43
2491
- msgid "Search Results for: %s"
2492
- msgstr "نتائج البحث عن: %s"
 
2493
 
2494
- #: modules/minileven/theme/pub/minileven/index.php:57
2495
- msgid "Nothing Found"
2496
- msgstr "لم يتم العثور على نتائج"
2497
 
2498
- #: modules/minileven/theme/pub/minileven/index.php:61
2499
- msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
2500
- msgstr "معذرة، ولكن لم يتم العثور على نتائج الأرشيف المطلوبة. ربما سوف تساعد في البحث العثور على موضوع ذات صلة."
2501
 
2502
- #: modules/minileven/theme/pub/minileven/searchform.php:9
2503
- #: modules/minileven/theme/pub/minileven/searchform.php:10
2504
- #: modules/minileven/theme/pub/minileven/searchform.php:11
2505
- #: modules/omnisearch/omnisearch-core.php:156
2506
- msgid "Search"
2507
- msgstr "بحث"
2508
 
2509
- #: modules/minileven.php:50
2510
- msgid "Excerpts"
2511
- msgstr "مقتطفات"
2512
 
2513
- #: modules/minileven.php:54
2514
- msgid "Enable excerpts on front page and on archive pages"
2515
- msgstr "تفعيل المقتطفات على الصفحة الرئيسية وصفحات الأرشيف"
2516
 
2517
- #: modules/minileven.php:59
2518
- msgid "Show full posts on front page and on archive pages"
2519
- msgstr "إظهار مواضيع كاملة على الصفحة الرئيسية وعلى صفحات الأرشيف"
 
2520
 
2521
- #: modules/minileven.php:64
2522
- msgid "Mobile App Promos"
2523
- msgstr "ترويجات تطبيق الموبايل"
2524
 
2525
- #: modules/minileven.php:68
2526
- msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
2527
- msgstr "إظهار دعاية عن تطبيق الووردبريس للموبايل في فوتر قالب الموبايل."
2528
 
2529
- #: modules/minileven.php:77
2530
- msgid "Mobile Apps"
2531
- msgstr "تطبيق الموبايل"
2532
 
2533
- #: modules/minileven.php:78
2534
- msgid "Take WordPress with you."
2535
- msgstr "خذ الموقع معك."
2536
 
2537
- #: modules/minileven.php:80
2538
- msgid "We have apps for <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a>, and <a href=\"%s\">more</a>!"
2539
- msgstr "لدينا تطبيقات للأجهزة التالية أيضاً <a href=\"%s\">iOS (آيفون، آيباد، آيبود تاتش)</a>, <a href=\"%s\">أندرويد</a>, <a href=\"%s\">بلاك بيري</a>, <a href=\"%s\">ويندوز فون</a>, و <a href=\"%s\">المزيد</a>!"
2540
 
2541
- #: modules/module-info.php:22 modules/module-info.php:26
2542
- msgid "VaultPress"
2543
- msgstr "VaultPress"
2544
 
2545
- #: modules/module-info.php:28
2546
- msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
2547
- msgstr "تنصيب موقعك محمي حالياً مع أفضل برامج الأمن والدعم والتخزين في العالم."
2548
 
2549
- #: modules/module-info.php:29
2550
- msgctxt "Visit your _VaultPress_dashboard_."
2551
- msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
2552
- msgstr "لتفحص نسخك الاحتياطية، ومشاهدة أي تنبيهات أمنية، أو لفحص نشاط VaultPress. قم بزيارة لوحة التحكم %s. "
2553
 
2554
- #: modules/module-info.php:29
2555
- msgid "VaultPress dashboard"
2556
- msgstr "لوحة تحكم VaultPress"
2557
 
2558
- #: modules/module-info.php:31
2559
- msgid "With a monthly subscription, the VaultPress plugin will backup your site&#8217;s content, themes, and plugins in real-time, as well as perform regular security scans for common threats and attacks."
2560
- msgstr "بدفع رسم اشتراك شهري، فإن VaultPress يقوم بأخذ نسخة احتياطية لكافة محتويات موقعك، القوالب، والإضافات في الوقت الحقيقي، ويعمل على حماية أمن موقعك من التهديدات والهجمات المشتركة."
 
2561
 
2562
- #: modules/module-info.php:32
2563
- msgctxt "View _Plans_&_Pricing_. (VaultPress)"
2564
- msgid "View %s."
2565
- msgstr "عرض %s."
2566
 
2567
- #: modules/module-info.php:32
2568
- msgid "Plans & Pricing"
2569
- msgstr "العروض والأسعار"
2570
 
2571
- #: modules/module-info.php:53 modules/module-info.php:68
2572
- msgid "Gravatar Hovercard"
2573
- msgstr "بطاقات Gravatar"
2574
 
2575
- #: modules/module-info.php:58 modules/module-info.php:73
2576
- msgid "What&#8217;s a Hovercard?"
2577
- msgstr "ما هو Hovercard؟"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2578
 
2579
- #: modules/module-info.php:59
2580
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services they use on the web like Twitter, Facebook, or LinkedIn."
2581
- msgstr "Hovercards يعزز صورة ملفك الشخصي بالمعلومات حول الشخصية مثل: الاسم والصورة والمعلومات الشخصية وخدمات أخرى تستخدم الانترنت مثل التويتر والفيس بوك أو LinkedIn."
 
 
2582
 
2583
- #: modules/module-info.php:60
2584
- msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
2585
- msgstr "Hovercards توفر وسيلة عظيمة لإظهار حالتك على الإنترنت ومساعدة الناس بالعثور على موقعك."
 
 
2586
 
2587
- #: modules/module-info.php:74
2588
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
2589
- msgstr "Hovercards يعزز صورة ملفك الشخصي بالمعلومات حول الشخصية مثل: الاسم والصورة والمعلومات الشخصية وخدمات أخرى."
2590
 
2591
  #: modules/minileven/theme/pub/minileven/content.php:28
2592
  msgid "Posted by "
@@ -2709,346 +2944,435 @@ msgstr "الأرشيف اليومي : %s"
2709
  msgid "Monthly Archives: %s"
2710
  msgstr "الأرشيف الشهري: %s"
2711
 
2712
- #: modules/likes.php:251
2713
- msgid "Someone likes one of my posts"
2714
- msgstr "شخص ما أعجب بأحد مواضيعي"
2715
 
2716
- #: modules/likes.php:270
2717
- msgid "WordPress.com Likes are"
2718
- msgstr "خيار إعجابات WordPress.com"
2719
 
2720
- #: modules/likes.php:276
2721
- msgid "On for all posts"
2722
- msgstr "مفعلاً في كافة المواضيع"
2723
 
2724
- #: modules/likes.php:282
2725
- msgid "Turned on per post"
2726
- msgstr "يتطلب تفعيله في كل موضوع"
2727
 
2728
- #: modules/likes.php:308 modules/sharedaddy/sharing.php:330
2729
- msgid "Show buttons on"
2730
- msgstr "إظهار الأزرار في"
2731
 
2732
- #: modules/likes.php:317 modules/sharedaddy/sharing.php:336
2733
- msgid "Front Page, Archive Pages, and Search Results"
2734
- msgstr "الصفحة الرئيسية، صفحات الأرشيف، ونتائج البحث"
2735
 
2736
- #: modules/likes.php:450 modules/sharedaddy/sharing.php:158
2737
- msgid "Settings have been saved"
2738
- msgstr "تم حفظ الإعدادات"
2739
 
2740
- #: modules/likes.php:457 modules/sharedaddy/sharing.php:170
2741
- msgid "Sharing Buttons"
2742
- msgstr "أزرار المشاركة"
2743
 
2744
- #: modules/likes.php:466 modules/sharedaddy/sharing.php:352
2745
- msgid "Save Changes"
2746
- msgstr "حفظ التغييرات"
 
 
 
2747
 
2748
- #: modules/likes.php:616
2749
- msgid "Like this:"
2750
- msgstr "معجب بهذه:"
2751
 
2752
- #: modules/likes.php:617
2753
- msgid "Like"
2754
- msgstr "إعجاب"
2755
 
2756
- #: modules/likes.php:617 modules/widget-visibility/widget-conditions.php:168
2757
- msgid "Loading..."
2758
- msgstr "تحميل..."
2759
 
2760
- #: modules/likes.php:709
2761
- msgid "<span>%d</span> bloggers like this:"
2762
- msgstr "<span>%d</span> مدونون معجبون بهذه:"
2763
 
2764
- #: modules/minileven/minileven.php:93
2765
- msgid "View Mobile Site"
2766
- msgstr "استخدام القالب الخاص بالهاتف"
2767
 
2768
- #: modules/minileven/minileven.php:260
2769
- msgid "Mobile-compatible:"
2770
- msgstr "توافق الهاتف المحمول:"
2771
 
2772
- #: modules/minileven/minileven.php:261
2773
- msgid "No"
2774
- msgstr "لا"
2775
 
2776
- #: modules/minileven/minileven.php:267 modules/minileven/minileven.php:318
2777
- msgid "Include this CSS in the Mobile Theme"
2778
- msgstr "تضمين ملف CSS هذا على قالب الموبايل"
2779
 
2780
- #: modules/minileven/theme/pub/minileven/comments.php:15
2781
- msgid "This post is password protected. Enter the password to view any comments."
2782
- msgstr "هذه التدوينة محمية بكلمة سر. أدخل كلمة السر لاستعراض التعليقات."
2783
 
2784
- #: modules/minileven/theme/pub/minileven/comments.php:45
2785
- msgid "Comment navigation"
2786
- msgstr "استعراض التعليق"
2787
 
2788
- #: modules/minileven/theme/pub/minileven/comments.php:46
2789
- msgid "&larr; Older Comments"
2790
- msgstr "&rarr; تعليقات أقدم"
 
2791
 
2792
- #: modules/minileven/theme/pub/minileven/comments.php:47
2793
- msgid "Newer Comments &rarr;"
2794
- msgstr "تعليقات أقدم &larr;"
2795
 
2796
- #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2797
- #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2798
- #: modules/minileven/theme/pub/minileven/content.php:13
2799
- #: modules/minileven/theme/pub/minileven/content.php:18
2800
- #: modules/minileven/theme/pub/minileven/content.php:22
2801
- msgid "Permalink to %s"
2802
- msgstr "الوصلة الدائمة لـ%s"
2803
 
2804
- #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2805
- #: modules/widgets/gallery.php:26
2806
- msgid "Gallery"
2807
- msgstr "معرض"
2808
 
2809
- #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2810
- #: modules/minileven/theme/pub/minileven/content.php:41
2811
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:30
2812
- msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2813
- msgstr "إقرأ المزيد <span class=\"meta-nav\">&larr;</span>"
2814
 
2815
- #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2816
- msgid "This gallery contains <a %1$s>%2$s photo</a>."
2817
- msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2818
- msgstr[0] "يحتوي معرض الصور هذا على <a %1$s>%2$s صورة</a>."
2819
- msgstr[1] "يحتوي معرض الصور هذا على <a %1$s>%2$s صورة</a>."
2820
- msgstr[2] "يحتوي معرض الصور هذا على <a %1$s>%2$s صورة</a>."
2821
- msgstr[3] "يحتوي معرض الصور هذا على <a %1$s>%2$s صور</a>."
2822
- msgstr[4] "يحتوي معرض الصور هذا على <a %1$s>%2$s صورة</a>."
2823
- msgstr[5] "يحتوي معرض الصور هذا على <a %1$s>%2$s صورة</a>."
2824
 
2825
- #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2826
- #: modules/minileven/theme/pub/minileven/content.php:43
2827
- #: modules/minileven/theme/pub/minileven/image.php:64
2828
- #: modules/minileven/theme/pub/minileven/page.php:27
2829
- msgid "Pages:"
2830
- msgstr "الصفحات:"
2831
 
2832
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2833
- #: modules/minileven/theme/pub/minileven/content.php:51
2834
- #: modules/minileven/theme/pub/minileven/image.php:80
2835
- msgid "<b>1</b> Reply"
2836
- msgstr "<b>1</b> رد"
2837
 
2838
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2839
- #: modules/minileven/theme/pub/minileven/content.php:51
2840
- #: modules/minileven/theme/pub/minileven/image.php:80
2841
- msgid "<b>%</b> Replies"
2842
- msgstr "<b>%</b> الردود"
2843
 
2844
- #: modules/minileven/theme/pub/minileven/content.php:19
2845
- msgid "Featured"
2846
- msgstr "المميز"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2847
 
2848
- #: modules/gplus-authorship/admin/ui.php:125 modules/publicize/ui.php:168
2849
- #: modules/publicize/ui.php:172
2850
- msgid "Disconnect"
2851
- msgstr "قطع الاتصال"
2852
 
2853
- #: modules/gplus-authorship/admin/ui.php:129
2854
- msgid "Connect your WordPress account to Google+ to add this blog to your Google+ profile and improve the visibility of your blog posts on Google."
2855
  msgstr ""
2856
 
2857
- #: modules/gplus-authorship/admin/ui.php:131
2858
- msgid "Need help?"
2859
  msgstr ""
2860
 
2861
- #: modules/gplus-authorship/admin/ui.php:147
2862
- msgid "Your Google+ profile name and URL will be displayed in the sharing area of your posts."
2863
  msgstr ""
2864
 
2865
- #: modules/gplus-authorship/admin/ui.php:155 modules/wpcc/wpcc-sign-on.php:185
2866
- msgid "Connected"
2867
  msgstr ""
2868
 
2869
- #: modules/gplus-authorship/admin/ui.php:165 modules/gplus-authorship.php:191
2870
- msgid "Google+"
2871
  msgstr ""
2872
 
2873
- #: modules/gplus-authorship/admin/ui.php:191
2874
- msgid "Show Google+ infomation with this post"
 
 
2875
  msgstr ""
2876
 
2877
- #: modules/gplus-authorship.php:150
2878
- msgid "on Google+"
2879
  msgstr ""
2880
 
2881
- #: modules/gravatar-hovercards.php:46 modules/module-info.php:57
2882
- #: modules/module-info.php:72
2883
- msgid "Gravatar Hovercards"
2884
- msgstr "بطاقات Gravatar"
2885
 
2886
- #: modules/gravatar-hovercards.php:58
2887
- msgid "View people's profiles when you mouse over their Gravatars"
2888
- msgstr "إظهار الملفات الشخصية للمستخدمين عند تمرير الفأرة فوق صورهم في Gravatars"
 
 
 
2889
 
2890
- #: modules/gravatar-hovercards.php:85
2891
- msgid "Put your mouse over your Gravatar to check out your profile."
2892
- msgstr "ضع مؤشر الفأرة فوق صورة Gravatar لتتفحص ملفك الشخصي."
2893
 
2894
- #: modules/holiday-snow.php:19
2895
- msgid "Snow"
2896
- msgstr "ثلج"
 
2897
 
2898
- #: modules/holiday-snow.php:28
2899
- msgid "Show falling snow on my blog until January 4<sup>th</sup>."
2900
- msgstr "عرض تساقط الثلوج على موقعي لغاية 4 <sup>كانون الثاني</sup>."
2901
 
2902
- #: modules/infinite-scroll/infinity.php:262
2903
- msgid "To infinity and beyond"
2904
- msgstr "إلى ما لا نهاية وما بعدها"
2905
 
2906
- #: modules/infinite-scroll/infinity.php:271
2907
- msgid "We've disabled this option for you since you have footer widgets in Appearance &rarr; Widgets, or because your theme does not support infinite scroll."
2908
- msgstr "لقد قمنا بتعطيل هذا الخيار من أجلك لأنك وضعت ويدجت في أسفل الصفحة(الفوتر) في المظهر &larr; مربعات القائمة الجانبية، أو بسبب أن قالبك لا يدعم ميزة infinite scroll."
2909
 
2910
- #: modules/infinite-scroll/infinity.php:277
2911
- msgid "Scroll Infinitely"
2912
- msgstr "Scroll Infinitely"
2913
 
2914
- #: modules/infinite-scroll/infinity.php:277
2915
- msgid "(Shows %s posts on each load)"
2916
- msgstr "(إظهار %s مواضيع في كل تحميل)"
2917
 
2918
- #: modules/infinite-scroll/infinity.php:478
2919
- msgid "Older posts"
2920
- msgstr "المواضيع القديمة"
2921
 
2922
- #: modules/infinite-scroll/infinity.php:479
2923
- msgid "Scroll back to top"
2924
- msgstr "الرجوع إلى الأعلى"
2925
 
2926
- #: modules/infinite-scroll/infinity.php:915
2927
- msgid "Theme: %1$s."
2928
- msgstr "القالب: %1$s."
2929
 
2930
- #: modules/infinite-scroll.php:85
2931
- msgid "Use Google Analytics with Infinite Scroll"
2932
- msgstr "استخدام خدمة التحليل من غوغل Google Analytics مع Infinite Scroll"
 
 
2933
 
2934
- #: modules/infinite-scroll.php:96
2935
- msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
2936
- msgstr "تعقب كل استخدام Infinite Scroll عند تحميل موضوع كمعاينة الصفحة في تحليلات غوغل Google Analytics"
2937
 
2938
- #: modules/infinite-scroll.php:96
2939
- msgid "By checking the box above, each new set of posts loaded via Infinite Scroll will be recorded as a page view in Google Analytics."
2940
- msgstr "عند تحديد الخيار أعلاه، سيتم تسجيل كل مجموعة جديدة من المواضيع التي يتم تحميلها بواسطة Infinite Scroll كمعاينة الصفحة في تحليلات غوغل Google Analytics."
2941
 
2942
- #: modules/likes.php:112
2943
- msgid "Likes and Shares"
2944
- msgstr "الإعجابات والمشاركات"
 
 
 
2945
 
2946
- #: modules/likes.php:123 modules/likes.php:581 modules/module-info.php:759
2947
- #: modules/module-info.php:763
2948
- msgid "Likes"
2949
- msgstr "الإعجابات"
2950
 
2951
- #: modules/likes.php:183
2952
- msgid "Show likes."
2953
- msgstr "إظهار الإعجابات."
2954
 
2955
- #: modules/likes.php:199 modules/sharedaddy/sharedaddy.php:37
2956
- msgid "Show sharing buttons."
2957
- msgstr "إظهار أزرار المشاركة."
2958
 
2959
- #: modules/likes.php:211
2960
- msgid "Likes Notifications"
2961
- msgstr "تنبيهات الإعجابات"
2962
 
2963
- #: modules/likes.php:212
2964
- msgid "Email me whenever"
2965
- msgstr "راسلني في أي وقت"
 
 
 
 
2966
 
2967
- #: modules/custom-post-types/testimonial.php:65
2968
  msgid "Search Testimonials"
2969
  msgstr ""
2970
 
2971
- #: modules/custom-post-types/testimonial.php:66
2972
  msgid "No Testimonials found"
2973
  msgstr ""
2974
 
2975
- #: modules/custom-post-types/testimonial.php:67
2976
  msgid "No Testimonials found in Trash"
2977
  msgstr ""
2978
 
2979
- #: modules/custom-post-types/testimonial.php:98
2980
  msgid "Enter the customer's name here"
2981
  msgstr ""
2982
 
2983
- #: modules/custom-post-types/testimonial.php:107
2984
  msgid "Customer Name"
2985
  msgstr ""
2986
 
2987
- #: modules/custom-post-types/testimonial.php:120
2988
  msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
2989
  msgstr ""
2990
 
2991
- #: modules/custom-post-types/testimonial.php:123
2992
  msgid "Testimonial updated."
2993
  msgstr ""
2994
 
2995
- #: modules/custom-post-types/testimonial.php:125
2996
  msgid "Testimonial restored to revision from %s"
2997
  msgstr ""
2998
 
2999
- #: modules/custom-post-types/testimonial.php:126
3000
  msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
3001
  msgstr ""
3002
 
3003
- #: modules/custom-post-types/testimonial.php:127
3004
  msgid "Testimonial saved."
3005
  msgstr ""
3006
 
3007
- #: modules/custom-post-types/testimonial.php:128
3008
  msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
3009
  msgstr ""
3010
 
3011
- #: modules/custom-post-types/testimonial.php:129
3012
  msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
3013
  msgstr ""
3014
 
3015
- #: modules/custom-post-types/testimonial.php:132
3016
  msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
3017
  msgstr ""
3018
 
3019
- #: modules/custom-post-types/testimonial.php:168
3020
  msgid "Customize Testimonials Archive"
3021
  msgstr ""
3022
 
3023
- #: modules/custom-post-types/testimonial.php:169
3024
  msgid "Customize"
3025
  msgstr ""
3026
 
3027
- #: modules/custom-post-types/testimonial.php:193
3028
  msgid "Testimonial Page Title"
3029
  msgstr ""
3030
 
3031
- #: modules/custom-post-types/testimonial.php:205
3032
  msgid "Testimonial Page Content"
3033
  msgstr ""
3034
 
3035
- #: modules/custom-post-types/testimonial.php:216
3036
  msgid "Testimonial Page Featured Image"
3037
  msgstr ""
3038
 
3039
- #: modules/featured-content/featured-content.php:324
3040
  msgid "Featured content"
3041
  msgstr "محتوى مميز"
3042
 
3043
- #: modules/featured-content/featured-content.php:343
3044
  msgid "Tag name:"
3045
  msgstr "اسم الوسم:"
3046
 
3047
- #: modules/featured-content/featured-content.php:348
3048
  msgid "Number of posts:"
3049
  msgstr "عدد المواضيع:"
3050
 
3051
- #: modules/featured-content/featured-content.php:353
3052
  msgid "Hide tag from displaying in post meta and tag clouds."
3053
  msgstr "إخفاء الوسم من الظهور في بيانات الموضوع وسحابة الوسوم."
3054
 
@@ -3084,274 +3408,138 @@ msgstr ""
3084
  msgid "Google+ Profile"
3085
  msgstr ""
3086
 
3087
- #: modules/custom-post-types/comics.php:200
3088
- #: modules/custom-post-types/testimonial.php:60
3089
- msgid "Add New"
3090
- msgstr "أضف جديدا"
3091
-
3092
- #: modules/custom-post-types/comics.php:201
3093
- msgid "Add New Comic"
3094
- msgstr ""
3095
-
3096
- #: modules/custom-post-types/comics.php:202
3097
- msgid "Edit Comic"
3098
- msgstr ""
3099
-
3100
- #: modules/custom-post-types/comics.php:203
3101
- msgid "New Comic"
3102
- msgstr ""
3103
-
3104
- #: modules/custom-post-types/comics.php:204
3105
- msgid "View Comic"
3106
- msgstr ""
3107
-
3108
- #: modules/custom-post-types/comics.php:205
3109
- msgid "Search Comics"
3110
- msgstr ""
3111
-
3112
- #: modules/custom-post-types/comics.php:206
3113
- msgid "No Comics found"
3114
- msgstr ""
3115
-
3116
- #: modules/custom-post-types/comics.php:207
3117
- msgid "No Comics found in Trash"
3118
- msgstr ""
3119
-
3120
- #: modules/custom-post-types/comics.php:276
3121
- msgid "Comic updated. <a href=\"%s\">View comic</a>"
3122
- msgstr ""
3123
-
3124
- #: modules/custom-post-types/comics.php:277
3125
- #: modules/custom-post-types/testimonial.php:121
3126
- msgid "Custom field updated."
3127
- msgstr "تم تحديث الحقل الإضافي"
3128
-
3129
- #: modules/custom-post-types/comics.php:278
3130
- #: modules/custom-post-types/testimonial.php:122
3131
- msgid "Custom field deleted."
3132
- msgstr "تم حذف الخاصية الإضافية."
3133
-
3134
- #: modules/custom-post-types/comics.php:279
3135
- msgid "Comic updated."
3136
- msgstr ""
3137
-
3138
- #: modules/custom-post-types/comics.php:281
3139
- msgid "Comic restored to revision from %s"
3140
- msgstr ""
3141
-
3142
- #: modules/custom-post-types/comics.php:282
3143
- msgid "Comic published. <a href=\"%s\">View comic</a>"
3144
- msgstr ""
3145
-
3146
- #: modules/custom-post-types/comics.php:283
3147
- msgid "Comic saved."
3148
- msgstr ""
3149
-
3150
- #: modules/custom-post-types/comics.php:284
3151
- msgid "Comic submitted. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
3152
- msgstr ""
3153
-
3154
- #: modules/custom-post-types/comics.php:285
3155
- msgid "Comic scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview comic</a>"
3156
- msgstr ""
3157
-
3158
- #: modules/custom-post-types/comics.php:287
3159
- #: modules/custom-post-types/testimonial.php:131
3160
- msgid "M j, Y @ G:i"
3161
- msgstr "M j, Y @ G:i "
3162
-
3163
- #: modules/custom-post-types/comics.php:288
3164
- msgid "Comic draft updated. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
3165
- msgstr ""
3166
-
3167
- #: modules/custom-post-types/comics.php:349
3168
- msgid "Invalid or expired nonce."
3169
- msgstr ""
3170
-
3171
- #: modules/custom-post-types/comics.php:458
3172
- msgid ""
3173
- "Welcome! Ready to publish your first strip?\n"
3174
- "\n"
3175
- "Your webcomic's new site is ready to go. Get started by <a href=\"BLOG_URLwp-admin/customize.php#title\">setting your comic's title and tagline</a> so your readers know what it's all about.\n"
3176
- "\n"
3177
- "Looking for more help with setting up your site? Check out the WordPress.com <a href=\"http://learn.wordpress.com/\">beginner's tutorial</a> and the <a href=\"http://en.support.wordpress.com/comics/\">guide to comics on WordPress.com</a>. Dive right in by <a href=\"BLOG_URLwp-admin/customize.php#title\">publishing your first strip!</a>\n"
3178
- "\n"
3179
- "Lots of laughs,\n"
3180
- "The WordPress.com Team"
3181
- msgstr ""
3182
-
3183
- #: modules/custom-post-types/testimonial.php:54
3184
- msgid "Customer Testimonials"
3185
- msgstr ""
3186
-
3187
- #: modules/custom-post-types/testimonial.php:56
3188
- #: modules/custom-post-types/testimonial.php:58
3189
- #: modules/custom-post-types/testimonial.php:182
3190
- #: modules/custom-post-types/testimonial.php:187
3191
- msgid "Testimonials"
3192
- msgstr ""
3193
 
3194
- #: modules/custom-post-types/testimonial.php:57
3195
- msgid "Testimonial"
3196
  msgstr ""
3197
 
3198
- #: modules/custom-post-types/testimonial.php:59
3199
- msgid "All Testimonials"
3200
  msgstr ""
3201
 
3202
- #: modules/custom-post-types/testimonial.php:61
3203
- msgid "Add New Testimonial"
3204
  msgstr ""
3205
 
3206
- #: modules/custom-post-types/testimonial.php:62
3207
- msgid "Edit Testimonial"
3208
  msgstr ""
3209
 
3210
- #: modules/custom-post-types/testimonial.php:63
3211
- msgid "New Testimonial"
3212
  msgstr ""
3213
 
3214
- #: modules/custom-post-types/testimonial.php:64
3215
- msgid "View Testimonial"
3216
  msgstr ""
3217
 
3218
- #: modules/custom-css/custom-css.php:747 modules/custom-css/custom-css.php:842
3219
- #: modules/custom-css/custom-css.php:872 modules/minileven/minileven.php:262
3220
- #: modules/minileven/theme/pub/minileven/content-gallery.php:74
3221
- #: modules/minileven/theme/pub/minileven/content.php:53
3222
- #: modules/minileven/theme/pub/minileven/image.php:82
3223
- #: modules/minileven/theme/pub/minileven/page.php:31
3224
- #: modules/publicize/ui.php:576
3225
- msgid "Edit"
3226
- msgstr "تحرير"
3227
-
3228
- #: modules/custom-css/custom-css.php:754
3229
- msgid "Limit width to %1$s pixels for videos, full size images, and other shortcodes. (<a href=\"%2$s\">More info</a>.)"
3230
  msgstr ""
3231
 
3232
- #: modules/custom-css/custom-css.php:770
3233
- msgid "The default content width for the %s theme is %d pixels."
3234
  msgstr ""
3235
 
3236
- #: modules/custom-css/custom-css.php:775 modules/custom-css/custom-css.php:857
3237
- #: modules/custom-css/custom-css.php:886 modules/minileven/minileven.php:270
3238
- #: modules/publicize/publicize-jetpack.php:429
3239
- #: modules/publicize/publicize-jetpack.php:541 modules/publicize/ui.php:245
3240
- msgid "OK"
3241
- msgstr "موافق"
3242
-
3243
- #: modules/custom-css/custom-css.php:776 modules/custom-css/custom-css.php:858
3244
- #: modules/custom-css/custom-css.php:887 modules/minileven/minileven.php:271
3245
- #: modules/sharedaddy/sharing-sources.php:299
3246
- msgid "Cancel"
3247
- msgstr "إلغاء"
3248
-
3249
- #: modules/custom-css/custom-css.php:840
3250
- msgid "Preprocessor:"
3251
  msgstr ""
3252
 
3253
- #: modules/custom-css/custom-css.php:841 modules/custom-css/custom-css.php:846
3254
- #: modules/videopress/videopress.php:273 modules/widgets/image-widget.php:124
3255
- msgid "None"
3256
- msgstr "بدون"
3257
-
3258
- #: modules/custom-css/custom-css.php:870
3259
- msgid "Mode:"
3260
- msgstr "النمط:"
3261
 
3262
- #: modules/custom-css/custom-css.php:871
3263
- msgid "Add-on"
3264
- msgstr "الإضافة"
3265
 
3266
- #: modules/custom-css/custom-css.php:871
3267
- msgid "Replacement"
3268
- msgstr "بديل"
3269
 
3270
- #: modules/custom-css/custom-css.php:878
3271
- msgid "Add-on CSS <b>(Recommended)</b>"
3272
- msgstr "إضافة CSS <b>(مستحسن)</b>"
3273
 
3274
- #: modules/custom-css/custom-css.php:883
3275
- msgid "Replace <a href=\"%s\">theme's CSS</a> <b>(Advanced)</b>"
3276
- msgstr "استبدال<a href=\"%s\">CSS القالب</a> <b>(متقدم)</b>"
3277
 
3278
- #: modules/custom-css/custom-css.php:894
3279
- #: modules/custom-post-types/comics.php:238
3280
- #: modules/videopress/videopress.php:662
3281
- msgid "Preview"
3282
- msgstr "معاينة"
3283
 
3284
- #: modules/custom-css/custom-css.php:896
3285
- msgid "Save &amp; Buy Upgrade"
3286
- msgstr "حفظ وشراء الترقية"
3287
 
3288
- #: modules/custom-css/custom-css.php:896
3289
- msgid "Save Stylesheet"
3290
- msgstr "حفظ القالب"
3291
 
3292
- #: modules/custom-css/custom-css.php:958
3293
- msgid "Show more"
3294
- msgstr "عرض المزيد"
3295
 
3296
- #: modules/custom-post-types/comics.php:86
3297
- msgid "Convert to Comic"
3298
- msgstr ""
3299
 
3300
- #: modules/custom-post-types/comics.php:92
3301
- msgid "Convert to Post"
3302
- msgstr ""
3303
 
3304
- #: modules/custom-post-types/comics.php:116
3305
- msgid "You are not allowed to make this change."
3306
- msgstr ""
 
3307
 
3308
- #: modules/custom-post-types/comics.php:163
3309
- msgid "Post converted."
3310
- msgid_plural "%s posts converted"
3311
- msgstr[0] ""
3312
- msgstr[1] ""
3313
- msgstr[2] ""
3314
- msgstr[3] ""
3315
- msgstr[4] ""
3316
- msgstr[5] ""
3317
 
3318
- #: modules/custom-post-types/comics.php:176
3319
- msgid "Drop images to upload"
3320
- msgstr ""
3321
 
3322
- #: modules/custom-post-types/comics.php:177
3323
- msgid "Uploading..."
 
3324
  msgstr ""
3325
 
3326
- #: modules/custom-post-types/comics.php:178
3327
- msgid "Processing..."
3328
- msgstr ""
3329
 
3330
- #: modules/custom-post-types/comics.php:179
3331
- msgid "Sorry, your browser isn't supported. Upgrade at browsehappy.com."
3332
- msgstr ""
3333
 
3334
- #: modules/custom-post-types/comics.php:180
3335
- msgid "Only images can be uploaded here."
3336
- msgstr ""
3337
 
3338
- #: modules/custom-post-types/comics.php:181
3339
- msgid "Your upload didn't complete; try again later or cross your fingers and try again right now."
3340
- msgstr ""
 
3341
 
3342
- #: modules/custom-post-types/comics.php:194
3343
- #: modules/custom-post-types/comics.php:196
3344
- #: modules/custom-post-types/comics.php:198
3345
- msgid "Comics"
3346
- msgstr ""
3347
 
3348
- #: modules/custom-post-types/comics.php:197
3349
- msgid "Comic"
3350
- msgstr ""
3351
 
3352
- #: modules/custom-post-types/comics.php:199
3353
- msgid "All Comics"
3354
- msgstr ""
3355
 
3356
  #: modules/contact-form/grunion-form-view.php:154
3357
  msgid "Drop down"
@@ -3439,316 +3627,409 @@ msgstr "عرض: يجب حفظ التغييرات أو سيتم فقدها."
3439
  msgid "Edit CSS"
3440
  msgstr "تعديل CSS"
3441
 
3442
- #: modules/custom-css/custom-css.php:618
3443
  msgid "CSS"
3444
  msgstr "CSS"
3445
 
3446
- #: modules/custom-css/custom-css.php:638
3447
  msgid "Custom CSS Stylesheet"
3448
  msgstr "قالب CSS مخصص"
3449
 
3450
- #: modules/custom-css/custom-css.php:677
3451
  msgid "Stylesheet saved."
3452
  msgstr "تم حفظ القالب."
3453
 
3454
- #: modules/custom-css/custom-css.php:681
3455
  msgid "Publish"
3456
  msgstr "نشر"
3457
 
3458
- #: modules/custom-css/custom-css.php:687
3459
  msgid "CSS Revisions"
3460
  msgstr "مراجعات CSS"
3461
 
3462
- #: modules/custom-css/custom-css.php:691
3463
  msgid "CSS Stylesheet Editor"
3464
  msgstr "محرر قالب CSS"
3465
 
3466
- #: modules/custom-css/custom-css.php:698
3467
  msgid ""
3468
  "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
3469
  "\t\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
3470
  msgstr ""
3471
 
3472
- #: modules/custom-css/custom-css.php:745
3473
  msgid "Content Width:"
3474
  msgstr ""
3475
 
3476
- #: modules/custom-css/custom-css.php:746
3477
  msgid "Default"
3478
  msgstr "افتراضي"
3479
 
3480
- #: modules/custom-css/custom-css.php:746
3481
  msgid "%s px"
3482
  msgstr ""
3483
 
3484
- #: modules/contact-form/grunion-form-view.php:11
3485
- msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
3486
- msgid "Comment"
3487
- msgstr "التعليقات"
 
 
 
 
 
3488
 
3489
- #: modules/contact-form/grunion-form-view.php:12
3490
- msgctxt "Default label for new HTML form field in contact form builder"
3491
- msgid "New Field"
3492
- msgstr "حقل جديد"
3493
 
3494
- #: modules/contact-form/grunion-form-view.php:13
3495
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
3496
- msgid "Options"
3497
- msgstr "خيارات"
3498
 
3499
- #: modules/contact-form/grunion-form-view.php:14
3500
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
3501
- msgid "Option"
3502
- msgstr "الخيار"
 
 
3503
 
3504
- #: modules/contact-form/grunion-form-view.php:15
3505
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
3506
- msgid "First option"
3507
- msgstr "الخيار الأول"
 
3508
 
3509
- #: modules/contact-form/grunion-form-view.php:16
3510
- msgctxt "error message in contact form builder"
3511
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
3512
- msgstr "عفواً، هناك مشكلة في توليد النموذج الخاص بك. ستحتاج على الأرجح لإعادة المحاولة."
3513
 
3514
- #: modules/contact-form/grunion-form-view.php:17
3515
- msgid ""
3516
- "Drag up or down\n"
3517
- "to re-arrange"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3518
  msgstr ""
3519
- "سحب للأعلى أو للأسفل\n"
3520
- "لإعادة الترتيب"
3521
 
3522
- #: modules/contact-form/grunion-form-view.php:18
3523
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
3524
- msgid "move"
3525
- msgstr "تحريك"
3526
 
3527
- #: modules/contact-form/grunion-form-view.php:19
3528
- msgctxt "Link to edit an HTML form field in contact form builder"
3529
- msgid "edit"
3530
- msgstr "تحرير"
3531
 
3532
- #: modules/contact-form/grunion-form-view.php:20
3533
- msgid "Saved successfully"
3534
- msgstr "تم الحفظ بنجاح"
 
 
 
 
 
 
3535
 
3536
- #: modules/contact-form/grunion-form-view.php:21
3537
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
3538
- msgid "(required)"
3539
- msgstr "(مطلوب)"
3540
 
3541
- #: modules/contact-form/grunion-form-view.php:22
3542
- msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
3543
- msgstr "هل أنت متأكد بأنك تريد إنهاء محرر النموذج من دون أن تقوم بحفظه؟ سيتم فقدان أية تغييرات قد قمت بها."
3544
 
3545
- #: modules/contact-form/grunion-form-view.php:118
3546
- msgid "Your new field was saved successfully"
3547
- msgstr "تم حفظ الحقل الجديد بنجاح"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3548
 
3549
- #: modules/contact-form/grunion-form-view.php:120
3550
- msgid "Form builder"
3551
- msgstr "صانع النماذج"
3552
 
3553
- #: modules/contact-form/grunion-form-view.php:121
3554
- msgid "Email notifications"
3555
- msgstr "تنبيهات البريد الإلكتروني"
3556
 
3557
- #: modules/contact-form/grunion-form-view.php:126
3558
- msgid "How does this work?"
3559
- msgstr "كيف يعمل هذا؟"
3560
 
3561
- #: modules/contact-form/grunion-form-view.php:127
3562
- msgid "By adding a contact form, your readers will be able to submit feedback to you. All feedback is automatically scanned for spam, and the legitimate feedback will be emailed to you."
3563
- msgstr "عن طريق إضافة نموذج الاتصال، سيكون القراء قادرون على مراسلتك. يتم مسح المراسلات تلقائياً من الرسائل المزعجة، وسوف يتم إرسال الرسائل المشروعة لك عبر البريد الإلكتروني."
3564
 
3565
- #: modules/contact-form/grunion-form-view.php:128
3566
- msgid "Can I add more fields?"
3567
- msgstr "هل يمكنني إضافة المزيد من الحقول؟"
3568
 
3569
- #: modules/contact-form/grunion-form-view.php:130
3570
- msgctxt "%1$s = \"Click here\" in an HTML link"
3571
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
3572
- msgstr "بالتأكيد يمكنك ذلك. %1$s لإضافة مربع نص جديد، ومحتويات صندوق الكتابة والاختيارات، ومربع الاختيار، أو حقل القائمة المنسدلة."
3573
 
3574
- #: modules/contact-form/grunion-form-view.php:131
3575
- msgid "Click here"
3576
- msgstr "اضغط هنا"
 
3577
 
3578
- #: modules/contact-form/grunion-form-view.php:133
3579
- msgid "Can I view my feedback within WordPress?"
3580
- msgstr "هل يمكنني عرض المراسلات داخل موقعي؟"
 
3581
 
3582
- #: modules/contact-form/grunion-form-view.php:135
3583
- msgctxt "%1$s = \"Feedback\" in an HTML link"
3584
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
3585
  msgstr ""
3586
 
3587
- #: modules/contact-form/grunion-form-view.php:141
3588
- msgid "Do I need to fill this out?"
3589
- msgstr "هل يجب أن أقوم بتعبئة هذا النموذج؟"
3590
-
3591
- #: modules/contact-form/grunion-form-view.php:142
3592
- msgid "Nope. However, if you&#8217;d like to modify where your feedback is sent, or the subject line you can. If you don&#8217;t make any changes here, feedback will be sent to the author of the page/post and the subject will be the name of this page/post."
3593
- msgstr "كلا. ومع ذلك، إذا كنت ترغب في تعديل أين يتم إرسال الرسائل، أو سطر الموضوع فبإمكانك ذلك. إذا لم يتم إجراء أية تغييرات هنا، سيتم إرسال الرسائل إلى المؤلف على الصفحة أو الموضوع وسيكون اسم الموضوع على هذه الصفحة أو الموضوع."
3594
 
3595
- #: modules/contact-form/grunion-form-view.php:146
3596
- msgid "Edit this new field"
3597
- msgstr "تحرير هذا الحقل الجديد"
3598
 
3599
- #: modules/contact-form/grunion-form-view.php:148
3600
- #: modules/sharedaddy/sharing-sources.php:980
3601
- msgid "Label"
3602
- msgstr "العلامة"
3603
 
3604
- #: modules/contact-form/grunion-form-view.php:149
3605
- msgid "New field"
3606
- msgstr "حقل جديد"
3607
 
3608
- #: modules/contact-form/grunion-form-view.php:151
3609
- msgid "Field type"
3610
- msgstr "نوع الحقل"
3611
 
3612
- #: modules/contact-form/grunion-form-view.php:153
3613
- msgid "Checkbox"
3614
- msgstr "مربع اختيار"
 
3615
 
3616
- #: modules/contact-form/grunion-contact-form.php:85
3617
- #: modules/contact-form/grunion-contact-form.php:86
3618
- msgid "No feedback found"
3619
- msgstr "لم يتم إيجاد أية رسائل"
3620
 
3621
- #: modules/contact-form/grunion-contact-form.php:103
3622
- msgid "Spam <span class=\"count\">(%s)</span>"
3623
- msgid_plural "Spam <span class=\"count\">(%s)</span>"
3624
- msgstr[0] "مزعج <span class=\"count\">(%s)</span>"
3625
- msgstr[1] "مزعج <span class=\"count\">(%s)</span>"
3626
- msgstr[2] "مزعج <span class=\"count\">(%s)</span>"
3627
- msgstr[3] "مزعج <span class=\"count\">(%s)</span>"
3628
- msgstr[4] "مزعج <span class=\"count\">(%s)</span>"
3629
- msgstr[5] "مزعج <span class=\"count\">(%s)</span>"
3630
 
3631
- #: modules/contact-form/grunion-contact-form.php:190
3632
- msgid "An error occurred. Please try again later."
3633
- msgstr "حدث خطأ. يرجى المحاولة مرة أخرى في وقت لاحق."
 
 
 
 
 
 
 
 
3634
 
3635
- #: modules/contact-form/grunion-contact-form.php:198
3636
- #: modules/contact-form/grunion-contact-form.php:851
3637
- msgid "Message Sent"
3638
- msgstr "تم إرسال الرسالة"
3639
 
3640
- #: modules/contact-form/grunion-contact-form.php:356
3641
- msgid "Export feedback as CSV"
3642
  msgstr ""
3643
 
3644
- #: modules/contact-form/grunion-contact-form.php:362
3645
- msgid "Select feedback to download"
3646
  msgstr ""
3647
 
3648
- #: modules/contact-form/grunion-contact-form.php:364
3649
- msgid "All posts"
3650
  msgstr ""
3651
 
3652
- #: modules/contact-form/grunion-contact-form.php:369
3653
- msgid "Download"
3654
  msgstr ""
3655
 
3656
- #: modules/contact-form/grunion-contact-form.php:416
3657
- #: modules/contact-form/grunion-contact-form.php:508
3658
- #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
3659
- #: modules/module-info.php:495
3660
- msgid "Contact Form"
3661
- msgstr "نموذج المراسلة"
3662
 
3663
- #: modules/contact-form/grunion-contact-form.php:722
3664
- msgctxt "%1$s = blog name"
3665
- msgid "%1$s Sidebar"
3666
- msgstr "القائمة الجانبية %1$s"
3667
 
3668
- #: modules/contact-form/grunion-contact-form.php:725
3669
- msgctxt "%1$s = blog name, %2$s = post title"
3670
- msgid "%1$s %2$s"
3671
- msgstr "%1$s %2$s"
3672
 
3673
- #: modules/contact-form/grunion-contact-form.php:736
3674
- msgid "Submit &#187;"
3675
- msgstr "أرسل &#187; "
3676
 
3677
- #: modules/contact-form/grunion-contact-form.php:756
3678
- msgid "Subject"
3679
- msgstr "الموضوع"
3680
 
3681
- #: modules/contact-form/grunion-contact-form.php:837
3682
- msgid "Error!"
3683
- msgstr "خطأ!"
3684
 
3685
- #: modules/contact-form/grunion-contact-form.php:852
3686
- msgid "go back"
3687
- msgstr "الرجوع للخلف"
3688
 
3689
- #: modules/contact-form/grunion-contact-form.php:924
3690
- #: modules/contact-form/grunion-contact-form.php:940
3691
- msgctxt "%1$s = form field label, %2$s = form field value"
3692
- msgid "%1$s: %2$s"
3693
- msgstr "%1$s: %2$s"
3694
 
3695
- #: modules/contact-form/grunion-contact-form.php:1205
3696
- msgid "Time:"
3697
- msgstr "الوقت:"
3698
 
3699
- #: modules/contact-form/grunion-contact-form.php:1206
3700
- msgid "IP Address:"
3701
- msgstr "عنوان الأيبي IP"
3702
 
3703
- #: modules/contact-form/grunion-contact-form.php:1214
3704
- msgid "Contact Form URL:"
3705
- msgstr "رابط لنموذج المراسلة:"
3706
 
3707
- #: modules/contact-form/grunion-contact-form.php:1219
3708
- msgid "Sent by a verified %s user."
3709
- msgstr "أرسلت بواسطة مستخدم %s موثوق."
3710
 
3711
- #: modules/contact-form/grunion-contact-form.php:1223
3712
- msgid "Sent by an unverified visitor to your site."
3713
- msgstr "أرسلت بواسطة زائر غير متأكد منه إلي موقعك"
3714
 
3715
- #: modules/contact-form/grunion-contact-form.php:1461
3716
- msgid "%s requires a valid email address"
3717
- msgstr "%s يتطلب عنوان بريد إلكتروني صحيح"
3718
 
3719
- #: modules/contact-form/grunion-contact-form.php:1467
3720
- msgid "%s is required"
3721
- msgstr "%s مطلوب"
 
3722
 
3723
- #: modules/contact-form/grunion-contact-form.php:1514
3724
- #: modules/contact-form/grunion-contact-form.php:1520
3725
- #: modules/contact-form/grunion-contact-form.php:1525
3726
- #: modules/contact-form/grunion-contact-form.php:1539
3727
- #: modules/contact-form/grunion-contact-form.php:1545
3728
- #: modules/contact-form/grunion-contact-form.php:1556
3729
- #: modules/contact-form/grunion-contact-form.php:1566
3730
- msgid "(required)"
3731
- msgstr "**مطلوب"
3732
 
3733
- #: modules/contact-form/grunion-contact-form.php:1538
3734
- #: modules/minileven/minileven.php:261
3735
- msgid "Yes"
3736
- msgstr "نعم"
3737
 
3738
- #: modules/contact-form/grunion-form-view.php:8
3739
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
3740
- msgid "Name"
3741
- msgstr "الاسم"
3742
 
3743
- #: modules/contact-form/grunion-form-view.php:9
3744
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
3745
- msgid "Email"
3746
- msgstr "البريد الإلكتروني"
3747
 
3748
- #: modules/contact-form/grunion-form-view.php:10
3749
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
3750
- msgid "Website"
3751
- msgstr "الموقع"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3752
 
3753
  #: modules/comments/comments.php:187
3754
  msgid "You must <a href=\"%s\">log in</a> to post a comment."
@@ -3796,7 +4077,7 @@ msgid "From"
3796
  msgstr "من"
3797
 
3798
  #: modules/contact-form/admin.php:197
3799
- #: modules/contact-form/grunion-contact-form.php:760
3800
  #: modules/contact-form/grunion-omnisearch.php:37
3801
  msgid "Message"
3802
  msgstr "رسالة"
@@ -3838,7 +4119,7 @@ msgid "Mark this message as NOT spam"
3838
  msgstr "تعليم هذه الرسالة بأنها ليست مزعجة"
3839
 
3840
  #: modules/contact-form/admin.php:406
3841
- #: modules/contact-form/grunion-contact-form.php:1183
3842
  msgctxt "{$date_format} \\a\\t {$time_format}"
3843
  msgid "%1$s \\a\\t %2$s"
3844
  msgstr "%1$s \\a\\t %2$s"
@@ -3877,247 +4158,364 @@ msgstr "الرسائل"
3877
  msgid "Search Feedback"
3878
  msgstr "بحث في الرسائل"
3879
 
3880
- #: modules/carousel/jetpack-carousel.php:317
3881
- msgid "Missing target blog ID."
3882
- msgstr "رقم المدونة الهدف مفقود."
 
3883
 
3884
- #: modules/carousel/jetpack-carousel.php:320
3885
- msgid "Missing target post ID."
3886
- msgstr "رقم الموضوع الهدف مفقود."
 
 
 
 
 
 
3887
 
3888
- #: modules/carousel/jetpack-carousel.php:323
3889
- msgid "No comment text was submitted."
3890
- msgstr "لم يتم تقديم أي نص لتعليق."
3891
 
3892
- #: modules/carousel/jetpack-carousel.php:335
3893
- msgid "Comments on this post are closed."
3894
- msgstr "التعليقات مغلقة في هذا الموضوع."
 
3895
 
3896
- #: modules/carousel/jetpack-carousel.php:345
3897
- msgid "Sorry, but we could not authenticate your request."
3898
- msgstr "عفواً، لكن لا يمكننا تصديق طلبك."
3899
 
3900
- #: modules/carousel/jetpack-carousel.php:354
3901
- msgid "Please provide your name."
3902
- msgstr "من فضلك أذكر اسمك."
3903
 
3904
- #: modules/carousel/jetpack-carousel.php:357
3905
- msgid "Please provide an email address."
3906
- msgstr "من فضلك أذكر بريدك الإلكتروني."
3907
 
3908
- #: modules/carousel/jetpack-carousel.php:360
3909
- msgid "Please provide a valid email address."
3910
- msgstr "من فضلك أذكر بريد إلكتروني صحيح."
3911
 
3912
- #: modules/carousel/jetpack-carousel.php:389
3913
- msgid "Image Gallery Carousel"
3914
- msgstr "صورة معرض صور Carousel"
 
 
 
3915
 
3916
- #: modules/carousel/jetpack-carousel.php:392
3917
- msgid "Enable carousel"
3918
- msgstr "تفعيل Carousel"
 
3919
 
3920
- #: modules/carousel/jetpack-carousel.php:396
3921
- msgid "Background color"
3922
- msgstr "لون الخلفية"
 
3923
 
3924
- #: modules/carousel/jetpack-carousel.php:399
3925
- msgid "Metadata"
3926
- msgstr "بيانات التعريف"
3927
 
3928
- #: modules/carousel/jetpack-carousel.php:456
3929
- msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
3930
- msgstr "إظهار بيانات تعريف الصورة (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) في Carousel عند توفرها."
3931
 
3932
- #: modules/carousel/jetpack-carousel.php:464
3933
- msgid "Show map of photo location in carousel, when available."
3934
- msgstr "عرض الخريطة عن مكان الصورة في Carousel عند توفرها."
3935
 
3936
- #: modules/carousel/jetpack-carousel.php:472
3937
- msgid "Black"
3938
- msgstr "اسود"
3939
 
3940
- #: modules/carousel/jetpack-carousel.php:472
3941
- msgid "White"
3942
- msgstr "أبيض"
 
 
3943
 
3944
- #: modules/carousel/jetpack-carousel.php:480
3945
- msgid "Display images in full-size carousel slideshow."
3946
- msgstr "إظهار الصور بالحجم الكامل في عرض الشرائح Carousel."
3947
 
3948
- #: modules/comments/admin.php:50 modules/comments/comments.php:211
3949
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
3950
- msgid "Leave a Reply"
3951
- msgstr "اترك رد"
3952
 
3953
- #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:156
3954
- #: modules/widgets/twitter-timeline.php:217
3955
- msgid "Light"
3956
- msgstr "خفيف"
3957
 
3958
- #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:157
3959
- #: modules/widgets/twitter-timeline.php:218
3960
- msgid "Dark"
3961
- msgstr "غامق"
3962
 
3963
- #: modules/comments/admin.php:56
3964
- msgid "Transparent"
3965
- msgstr "شفاف"
3966
 
3967
- #: modules/comments/admin.php:72 modules/module-info.php:521
3968
- msgid "Jetpack Comments"
3969
- msgstr "تعليقات الجيت باك"
3970
 
3971
- #: modules/comments/admin.php:81
3972
- msgid "Greeting Text"
3973
- msgstr "نص التحية"
3974
 
3975
- #: modules/comments/admin.php:97 modules/comments/admin.php:168
3976
- #: modules/widgets/facebook-likebox.php:154
3977
- msgid "Color Scheme"
3978
- msgstr "نظام الألوان"
 
 
 
 
 
3979
 
3980
- #: modules/comments/admin.php:118
3981
- msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
3982
- msgstr "ضبط نموذج تعليقات Jetpack مع نظام التحية ونظام الألوان الذكي."
 
3983
 
3984
- #: modules/comments/admin.php:134
3985
- msgid "A few catchy words to motivate your readers to comment"
3986
- msgstr "بضع كلمات جذابة لتحفيز القراء على التعليق"
 
3987
 
3988
- #: modules/comments/base.php:83
3989
- msgid "Invalid request"
3990
- msgstr "طلب خاطئ"
 
3991
 
3992
- #: modules/comments/base.php:230
3993
- msgid "Error: please fill the required fields (name, email)."
3994
- msgstr "خطأ: الرجاء كتابة اسمك و بريد الإلكتروني."
 
3995
 
3996
- #: modules/comments/base.php:232
3997
- msgid "Error: please enter a valid email address."
3998
- msgstr "خطأ: رجاءاً تأكد من البريد الإلكتروني."
 
3999
 
4000
- #: modules/after-the-deadline/config-options.php:83
4001
- msgid "<a href=\"%s\">Learn more</a> about these options."
4002
- msgstr "<a href=\"%s\">تعلم المزيد</a> حول هذه الخيارات."
 
4003
 
4004
- #: modules/after-the-deadline/config-options.php:86
4005
- msgid "Language"
4006
- msgstr "اللغة"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4007
 
4008
- #: modules/after-the-deadline/config-options.php:89
4009
- msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
4010
- msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
4011
- msgstr "المدقق اللغوي يدعم اللغات التالية: الإنكليزية، الفرنسية، الألمانية، البرتغالية والإسبانية. أنت تستخدم اللغة <a href=\"%1$s\">%2$s</a> للمدقق اللغوي للغة الافتراضية لديك."
4012
 
4013
- #: modules/after-the-deadline/config-options.php:95
4014
- msgid "Use automatically detected language to proofread posts and pages"
4015
- msgstr "استخدم الكشف التلقائي للغة لتستخدم التدقيق اللغوي في المواضيع والصفحات"
4016
 
4017
- #: modules/after-the-deadline/config-unignore.php:129
4018
- msgid "Ignored Phrases"
4019
- msgstr "تجاهل العبارات"
4020
 
4021
- #: modules/after-the-deadline/config-unignore.php:131
4022
- msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
4023
- msgstr "تحديد الكلمات والعبارات لتجاهلها عند التدقيق اللغوي في مواضيعك وصفحاتك:"
4024
 
4025
- #: modules/after-the-deadline/config-unignore.php:133
4026
- #: modules/widget-visibility/widget-conditions.php:174
4027
- msgid "Add"
4028
- msgstr "اضف"
4029
 
4030
- #: modules/after-the-deadline/config-unignore.php:138
4031
- msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
4032
- msgstr "تأكد بالضغط على \"تحديث الملف الشخصي\" في أسفل الشاشة لحفظ تغييراتك."
4033
 
4034
- #: modules/carousel/jetpack-carousel.php:106
4035
- msgid "Comment"
4036
- msgstr "تعليق"
4037
 
4038
- #: modules/carousel/jetpack-carousel.php:107
4039
- msgid "Post Comment"
4040
- msgstr "أضف تعليقاً"
4041
 
4042
- #: modules/carousel/jetpack-carousel.php:108
4043
- msgid "Loading Comments..."
4044
- msgstr "تحميل التعليقات..."
4045
 
4046
- #: modules/carousel/jetpack-carousel.php:109
4047
- msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
4048
- msgstr "عرض بالحجم الكامل <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
4049
 
4050
- #: modules/carousel/jetpack-carousel.php:110
4051
- msgid "Please be sure to submit some text with your comment."
4052
- msgstr "يرجى التأكد من كتابة بعض النصوص داخل تعليقك."
4053
 
4054
- #: modules/carousel/jetpack-carousel.php:111
4055
- msgid "Please provide an email address to comment."
4056
- msgstr "رجاء قم بتفعيل بريدك الالكتروني لوضع تعليقك."
4057
 
4058
- #: modules/carousel/jetpack-carousel.php:112
4059
- msgid "Please provide your name to comment."
4060
- msgstr "رجاء قم بتفعيل أسمك لوضع تعليقك."
4061
 
4062
- #: modules/carousel/jetpack-carousel.php:113
4063
- msgid "Sorry, but there was an error posting your comment. Please try again later."
4064
- msgstr "عفواً، لكن هناك مشكلة بنشر تعليقك. يرجى المحاولة مرة أخرى لاحقاً."
4065
 
4066
- #: modules/carousel/jetpack-carousel.php:114
4067
- msgid "Your comment was approved."
4068
- msgstr "تمت الموافقة على تعليقك."
4069
 
4070
- #: modules/carousel/jetpack-carousel.php:115
4071
- msgid "Your comment is in moderation."
4072
- msgstr "تعليقك بحاجة لموافقة المدير."
4073
 
4074
- #: modules/carousel/jetpack-carousel.php:116
4075
- msgid "Camera"
4076
- msgstr "الكاميرا"
4077
 
4078
- #: modules/carousel/jetpack-carousel.php:117
4079
- msgid "Aperture"
4080
- msgstr "فتحة العدسة"
4081
 
4082
- #: modules/carousel/jetpack-carousel.php:118
4083
- msgid "Shutter Speed"
4084
- msgstr "سرعة الغالق"
4085
 
4086
- #: modules/carousel/jetpack-carousel.php:119
4087
- msgid "Focal Length"
4088
- msgstr "البعد البؤري"
4089
 
4090
- #: modules/carousel/jetpack-carousel.php:129
4091
- msgid "Commenting as %s"
4092
- msgstr "تعليقاً على %s"
4093
 
4094
- #: modules/carousel/jetpack-carousel.php:132
4095
- msgid "You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in</a> to post a comment."
4096
- msgstr "يجب عليك <a href=\"#\" class=\"jp-carousel-comment-login\">تسجيل الدخول</a> لكتابة تعليق."
4097
 
4098
- #: modules/carousel/jetpack-carousel.php:134
4099
- msgid "%s (Required)"
4100
- msgstr "%s (مطلوب)"
4101
 
4102
- #: modules/carousel/jetpack-carousel.php:136
4103
- #: modules/contact-form/grunion-contact-form.php:751
4104
- #: modules/contact-form/grunion-form-view.php:155
4105
- msgid "Email"
4106
- msgstr "البريد الإلكتروني"
4107
 
4108
- #: modules/carousel/jetpack-carousel.php:140
4109
- #: modules/contact-form/grunion-contact-form.php:752
4110
- #: modules/contact-form/grunion-form-view.php:160
4111
- msgid "Website"
4112
- msgstr "الموقع"
4113
 
4114
- #: modules/carousel/jetpack-carousel.php:273
4115
- msgid "Missing attachment ID."
4116
- msgstr "رقم المرفق مفقود."
4117
 
4118
- #: modules/carousel/jetpack-carousel.php:310
4119
- msgid "Nonce verification failed."
4120
- msgstr "فشل التحقق من المناسبة الحالية."
 
 
 
 
4121
 
4122
  #: modules/after-the-deadline/atd-l10n.php:18
4123
  msgid "Ignore suggestion"
@@ -4144,7 +4542,7 @@ msgid "edit text"
4144
  msgstr "تعديل نص"
4145
 
4146
  #: modules/after-the-deadline/atd-l10n.php:26
4147
- #: modules/after-the-deadline.php:226
4148
  msgid "Proofread Writing"
4149
  msgstr "التدقيق الإملائي"
4150
 
@@ -4248,299 +4646,431 @@ msgstr "العبارات التي يجب تجنبها"
4248
  msgid "Redundant Phrases"
4249
  msgstr "عبارات مكررة"
4250
 
4251
- #: class.jetpack.php:2909
4252
- msgid "Configure"
4253
- msgstr "أعداد"
4254
 
4255
- #: class.jetpack.php:2947
4256
- msgid "Coming soon&#8230;"
4257
- msgstr "قريبا&#8230;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4258
 
4259
- #: class.jetpack.php:3086
4260
- msgid "Something is being cranky!"
4261
- msgstr ""
4262
 
4263
- #: class.jetpack.php:3087
4264
- msgid "Your site is configured to only permit SSL connections to Jetpack, but SSL connections don't seem to be functional!"
4265
- msgstr ""
4266
 
4267
- #: class.jetpack.php:3175
4268
- msgid "Error Details: Jetpack ID is empty. Do not publicly post this error message! %s"
4269
- msgstr "خطأ بالخصائص: معرف Jetpack فارغ. لا تنشر رسالة الخطأ %s على الملأ!"
4270
 
4271
- #: class.jetpack.php:3177
4272
- msgid "Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s"
4273
- msgstr "خطأ بالخصائص: معرف Jetpack ليس قيم فردية. لا تنشر رسالة الخطأ %s على الملأ!"
4274
 
4275
- #: class.jetpack.php:3179
4276
- msgid "Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s"
4277
- msgstr "خطأ بالخصائص: معرف Jetpack يبدأ بالأرقام. لا تنشر رسالة الخطأ %s على الملأ!"
4278
 
4279
- #: class.jetpack.php:3337
4280
- msgid "Jetpack Plugin Version"
4281
- msgstr "إصدار إضافة Jetpack"
4282
 
4283
- #: class.jetpack.php:3343
4284
- msgid "The Client ID/WP.com Blog ID of this site"
4285
- msgstr "معرف عميل المدونة WP.com من هذا الموقع"
4286
 
4287
- #: class.jetpack.php:3593
4288
- msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
4289
- msgstr "يجب عمل اتصال Jetpack مع حساب WordPress.com حتى تستخدم هذه الميزة."
4290
 
4291
- #: class.jetpack.php:3596
4292
- msgid "Someone may be trying to trick you into giving them access to your site. Or it could be you just encountered a bug :). Either way, please close this window."
4293
- msgstr "قد يكون شخص ما يحاول خداعك لمنحهم إمكانية الوصول إلى موقعك. أو من الممكن واجهك خطأ :). في كلتا الحالتين، يرجى إغلاق هذه النافذة."
4294
 
4295
- #: class.jetpack.php:3624
4296
- msgid "The authorization process expired. Please go back and try again."
4297
- msgstr "انتهت عملية المصادقة. يرجى الرجوع والمحاولة مرة أخرى."
4298
 
4299
- #: class.jetpack.php:3664
4300
- msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
4301
- msgstr "%s يريد الوصول إلى بيانات مواقعك. قم بتسجيل الدخول لتسمح بالوصول."
4302
 
4303
- #: class.jetpack.php:3835
4304
- msgid "Something has gotten mixed up!"
4305
- msgstr ""
4306
 
4307
- #: class.jetpack.php:3837
4308
- msgid "Your <code>%1$s</code> option is set up as <strong>%2$s</strong>, but your WordPress.com connection lists it as <strong>%3$s</strong>!"
4309
- msgstr ""
4310
 
4311
- #: class.jetpack.php:3839
4312
- msgid "The data listed above is not for my current site. Please disconnect, and then form a new connection to WordPress.com for this site using my current settings."
4313
- msgstr ""
4314
 
4315
- #: class.jetpack.php:3840
4316
- msgid "Ignore the difference. This is just a staging site for the real site referenced above."
4317
- msgstr ""
4318
 
4319
- #: class.jetpack.php:3841
4320
- msgid "That used to be my URL for this site before I changed it. Update the WordPress.com Cloud's data to match my current settings."
4321
- msgstr ""
4322
 
4323
- #: class.json-api-endpoints.php:1162
4324
- msgid "This post is password protected."
4325
- msgstr "هذه التدوينة محمية بكلمة سر."
4326
 
4327
- #: class.json-api-endpoints.php:2850
4328
- msgid "Comment cache problem?"
4329
- msgstr "مشكلة في ذاكرة التخزين المؤقت بالتعليق؟"
 
 
 
4330
 
4331
- #: functions.gallery.php:12
4332
- msgid "Thumbnail Grid"
4333
- msgstr "شبكة صور مصغرة"
4334
 
4335
- #: functions.gallery.php:40
4336
- msgid "Type"
4337
- msgstr "النوع"
4338
 
4339
- #: functions.opengraph.php:81
4340
- msgid "(no title)"
4341
- msgstr "(لا عنوان)"
4342
 
4343
- #: locales.php:29
4344
- msgctxt "locales"
4345
- msgid "%1$s/%2$s"
4346
- msgstr "%1$s/%2$s"
4347
 
4348
- #: modules/after-the-deadline/atd-l10n.php:12
4349
- msgid "Spelling"
4350
- msgstr "التدقيق الإملائي"
4351
 
4352
- #: modules/after-the-deadline/atd-l10n.php:13
4353
- msgid "Repeated Word"
4354
- msgstr "كلمة مكررة"
4355
 
4356
- #: modules/after-the-deadline/atd-l10n.php:15
4357
- msgid "No suggestions"
4358
- msgstr "لا اقتراحات"
4359
 
4360
- #: modules/after-the-deadline/atd-l10n.php:17
4361
- msgid "Explain..."
4362
- msgstr "إشرح.."
4363
 
4364
- #: class.jetpack.php:2519
4365
- msgid "User linked to WordPress.com"
4366
- msgstr "ربط عضو بموقع WordPress.com"
 
 
 
 
 
 
4367
 
4368
- #: class.jetpack.php:2519
4369
- msgid "Unlink user from WordPress.com"
4370
- msgstr "فصل العضو بموقع WordPress.com"
4371
 
4372
- #: class.jetpack.php:2537
4373
- msgid "Jetpack is network activated and notices can not be dismissed."
4374
- msgstr "Jetpack منشط على الشبكة والملاحظات لا يمكن استبعادها."
 
4375
 
4376
- #: class.jetpack.php:2551
4377
- msgid "Dismiss this notice."
4378
- msgstr "إغلاق هذه الملاحظة."
4379
 
4380
- #: class.jetpack.php:2556
4381
- msgid "To enable all of the Jetpack features you&#8217;ll need to connect your website to WordPress.com using the button to the right. Once you&#8217;ve made the connection you&#8217;ll activate all the delightful features below."
4382
- msgstr "لتفعيل كافة الوظائف في إضافة Jetpack ستحتاج للاتصال بموقع WordPress.com باستخدام الزر على اليمين. عندما تقوم بالاتصال سيكون بمقدورك تفعيل كافة الوظائف المذكورة أدناه."
4383
 
4384
- #: class.jetpack.php:2571
4385
- msgid "To enable all of the Jetpack features you&#8217;ll need to link your account here to your WordPress.com account using the button to the right."
4386
- msgstr "لتفعيل كافة الوظائف في إضافة Jetpack ستحتاج لربط حسابك هنا بحسابك في موقع WordPress.com باستخدام الزر على اليمين."
4387
 
4388
- #: class.jetpack.php:2575 modules/post-by-email.php:131
4389
- #: modules/publicize/publicize-jetpack.php:66
4390
- msgid "Link account with WordPress.com"
4391
- msgstr "ربط الحساب بموقع WordPress.com"
4392
 
4393
- #: class.jetpack.php:2596
4394
- msgid "Have feedback on Jetpack?"
4395
- msgstr "لديك اقتراح لJetpack؟"
4396
 
4397
- #: class.jetpack.php:2598
4398
- msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
4399
- msgstr "أجب عن أسئلتنا القصيرة لنعلم كيف نعمل لتطوير هذا البرنامج في المستقبل."
4400
 
4401
- #: class.jetpack.php:2601
4402
- msgid "Take Survey"
4403
- msgstr "دراسة استقصائية"
4404
 
4405
- #: class.jetpack.php:2607
4406
- msgid "Checking email updates status&hellip;"
4407
- msgstr "التحقق من حالة تحديثات البريد الإلكتروني..."
4408
 
4409
- #: class.jetpack.php:2613
4410
- msgctxt "%s = Unsubscribe link"
4411
- msgid "You are currently subscribed to email updates. %s"
4412
- msgstr "أنت مشترك حالياً بالتحديثات على البريد الإلكتروني. %s"
4413
 
4414
- #: class.jetpack.php:2614
4415
- msgid "Unsubscribe"
4416
- msgstr "إلغاء الاشتراك"
4417
 
4418
- #: class.jetpack.php:2618
4419
- msgctxt "%s = Subscribe link"
4420
- msgid "Want to receive updates about Jetpack by email? %s"
4421
- msgstr "هل تريد استقبال التحديثات حول Jetpack عبر البريد الإلكتروني؟ %s"
4422
 
4423
- #: class.jetpack.php:2619 modules/subscriptions.php:695
4424
- msgid "Subscribe"
4425
- msgstr "اشترك"
4426
 
4427
- #: class.jetpack.php:2626
4428
- msgid "You have been subscribed to receive email updates."
4429
- msgstr "لقد قمت بالاشتراك لاستقبال التحديثات عبر البريد الإلكتروني."
4430
 
4431
- #: class.jetpack.php:2628
4432
- msgid "You will no longer receive email updates about Jetpack."
4433
- msgstr "لا يمكنك استقبال تحديثات Jetpack عبر البريد الإلكتروني."
4434
 
4435
- #: class.jetpack.php:2640
4436
- msgid "An <span>Automattic</span> Airline"
4437
- msgstr "شركة <span>أوتوماتيك</span> لخدمات التدوين"
 
4438
 
4439
- #: class.jetpack.php:2643
4440
- msgid "Privacy Policy"
4441
- msgstr "سياسة الخصوصية"
4442
 
4443
- #: class.jetpack.php:2644
4444
- msgid "Terms of Service"
4445
- msgstr "شروط الخدمة"
4446
 
4447
- #: class.jetpack.php:2646
4448
- msgid "Debug"
4449
- msgstr "تصحيح الأخطاء"
4450
 
4451
- #: class.jetpack.php:2648 modules/sharedaddy/sharedaddy.php:84
4452
- msgid "Support"
4453
- msgstr "الدعم الفني "
4454
 
4455
- #: class.jetpack.php:2778
4456
- msgid "Configure %s"
4457
- msgstr "تهيئة %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4458
 
4459
- #: class.jetpack.php:2837
4460
- msgid "Deactivate"
4461
- msgstr "تعطيل"
4462
 
4463
- #: class.jetpack.php:2850
4464
- msgid "Activate"
4465
- msgstr "تفعيل"
4466
 
4467
- #: class.jetpack.php:2870
4468
- msgid "Free"
4469
- msgstr "مجاني"
4470
 
4471
- #: class.jetpack.php:2870
4472
- msgid "Purchase"
4473
- msgstr "شراء"
4474
 
4475
- #: class.jetpack.php:2878
4476
- msgid "New"
4477
- msgstr "جديد"
4478
 
4479
- #: class.jetpack.php:2881
4480
- msgid "Updated"
4481
- msgstr "تم التحديث"
4482
 
4483
- #: class.jetpack.php:1997
4484
  msgid "Return to sender. Whoops! It looks like you got the wrong Jetpack in the mail; deactivate then reactivate the Jetpack plugin to get a new one."
4485
  msgstr "الرجوع إلى المرسل. انتبه! يبدو أنك حصلت على Jetpack خاطئ في بريدك، يرجى تعطيل وإعادة تفعيل الإضافة من جديد للحصول على واحدة جديدة."
4486
 
4487
- #: class.jetpack.php:2000
4488
  msgid "Wrong size. Hm&#8230; it seems your Jetpack doesn&#8217;t quite fit. Have you lost weight? Click &#8220;Connect to WordPress.com&#8221; again to get your Jetpack adjusted."
4489
  msgstr "خطأ بالحجم. يبدو بأن Jetpack غير متناسبة تماماً. هل فقدت الوزن؟ اضغط &#8220;الاتصال بـ WordPress.com&#8221; مرة أخرى ليتم تعديل Jetpack."
4490
 
4491
- #: class.jetpack.php:2004
4492
  msgid "Your website needs to be publicly accessible to use Jetpack: %s"
4493
  msgstr "يجب أن يكون موقعك متاح للعموم لاستخدام Jetpack: %s"
4494
 
4495
- #: class.jetpack.php:2009
4496
  msgid "%s could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
4497
  msgstr "لا يمكن تنشيط %s لأنها تسبب <strong>خطأ فادح</strong>. ربما هناك تعارض مع إضافة أخرى قد قمت بتثبيتها؟"
4498
 
4499
- #: class.jetpack.php:2011
4500
  msgid "Do you still have the %s plugin installed?"
4501
  msgstr "هل ما زالت إضافة %s مثبتة لديك؟"
4502
 
4503
- #: class.jetpack.php:2014
4504
  msgid "Module could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
4505
  msgstr "لا يمكن تفعيل الوحدة لأنها تسبب <strong>خطأ فادح</strong>. ربما هناك تعارض مع إضافة أخرى قد قمت بتثبيتها؟"
4506
 
4507
- #: class.jetpack.php:2022
4508
  msgid "<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."
4509
  msgstr "<strong>يوجد خلل بإضافة Jetpack.</strong> ربط هذا الموقع مع WordPress.com غير ممكن. هذا يعني بأن موقعك غير متاح للزوار (سيرفر محلي)."
4510
 
4511
- #: class.jetpack.php:2028
4512
  msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
4513
  msgstr "يوجد مشاكل حالياً مع WordPress.com وغير قادر على الربط مع Jetpack. يرجى المحاولة مرة أخرى في وقت لاحق."
4514
 
4515
- #: class.jetpack.php:2032
4516
  msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
4517
  msgstr "لم يتمكن Jetpack بالاتصال بموقع WordPress.com: %s. وهذا يعني بأن هناك إعدادات خاطئة باستضافة موقعك على الخادم."
4518
 
4519
- #: class.jetpack.php:2072
4520
  msgid "<strong>Your Jetpack has a glitch.</strong> Something went wrong that&#8217;s never supposed to happen. Guess you&#8217;re just lucky: %s"
4521
  msgstr "<strong>يوجد خلل بإضافة Jetpack.</strong> لقد حصل خطأ من المفترض أن يحدث. أنت محظوظ: %s"
4522
 
4523
- #: class.jetpack.php:2075
4524
  msgid "Try connecting again."
4525
  msgstr "حاول الاتصال مرة أخرى."
4526
 
4527
- #: class.jetpack.php:2099
4528
  msgid "Welcome to <strong>Jetpack %s</strong>!"
4529
  msgstr "مرحباً بك في <strong>Jetpack الإصدار: %s</strong>!"
4530
 
4531
- #: class.jetpack.php:2111
4532
  msgid "The following new modules have been activated: %l."
4533
  msgstr "لقد تم تفعيل الإضافات الجديدة التالية: %l."
4534
 
4535
- #: class.jetpack.php:2123
4536
  msgid "The following modules have been updated: %l."
4537
  msgstr "تم تحديث الإضافات التالية: %l."
4538
 
4539
- #: class.jetpack.php:2132
4540
  msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
4541
  msgstr "<strong>تم تفعيل إضافة %s!</strong> يمكنك تعطيلها في أي وقت بالضغط على زر تعلم المزيد ومن ثم تعطيل."
4542
 
4543
- #: class.jetpack.php:2158
4544
  msgctxt "%l = list of Jetpack module/feature names"
4545
  msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
4546
  msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
@@ -4551,27 +5081,27 @@ msgstr[3] "<strong>تم تعطيل الإضافات %l</strong> يمكنك تف
4551
  msgstr[4] "<strong>تم تعطيل الإضافات %l</strong> يمكنك تفعيلها مرة أخرى في أي وقت باستخدام زر تفعيل الموجود على بطاقة الإضافة."
4552
  msgstr[5] "<strong>تم تعطيل الإضافات %l</strong> يمكنك تفعيلها مرة أخرى في أي وقت باستخدام زر تفعيل الموجود على بطاقة الإضافة."
4553
 
4554
- #: class.jetpack.php:2170
4555
  msgid "<strong>Module settings were saved.</strong> "
4556
  msgstr "<strong>تم حفظ إعدادات الإضافة.</strong> "
4557
 
4558
- #: class.jetpack.php:2174
4559
  msgid "<strong>Your Jetpack is already connected.</strong> "
4560
  msgstr "<strong>إضافة Jetpack متصلة بالفعل</strong>"
4561
 
4562
- #: class.jetpack.php:2178 class.jetpack.php:2185
4563
  msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
4564
  msgstr "<strong>أنت جاهز لاستخدام Jetpack</strong> "
4565
 
4566
- #: class.jetpack.php:2180
4567
  msgid "The features below are now active. Click the learn more buttons to explore each feature."
4568
  msgstr "تم تنشيط الميزات أدناه. اضغط زر تعلم المزيد لتتصفح كل ميزة."
4569
 
4570
- #: class.jetpack.php:2191
4571
  msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
4572
  msgstr "<strong>لم تقم بربط حسابك (%s) من موقع WordPress.com.</strong>"
4573
 
4574
- #: class.jetpack.php:2214
4575
  msgid "Jetpack contains the most recent version of the old %l plugin."
4576
  msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
4577
  msgstr[0] "يحتوي Jetpack على أحدث نسخة من أقدم إضافة %l."
@@ -4581,7 +5111,7 @@ msgstr[3] "يحتوي Jetpack على أحدث نسخة من أقدم إضافة
4581
  msgstr[4] "يحتوي Jetpack على أحدث نسخة من أقدم إضافة %l."
4582
  msgstr[5] "يحتوي Jetpack على أحدث نسخة من أقدم إضافة %l."
4583
 
4584
- #: class.jetpack.php:2225
4585
  msgid "The old version has been deactivated and can be removed from your site."
4586
  msgid_plural "The old versions have been deactivated and can be removed from your site."
4587
  msgstr[0] "تم تعطيل الإصدار القديم ويمكن حذفه من موقعك."
@@ -4591,11 +5121,11 @@ msgstr[3] "تم تعطيل الإصدار القديم ويمكن حذفه من
4591
  msgstr[4] "تم تعطيل الإصدار القديم ويمكن حذفه من موقعك."
4592
  msgstr[5] "تم تعطيل الإصدار القديم ويمكن حذفه من موقعك."
4593
 
4594
- #: class.jetpack.php:2290
4595
  msgid "Is this site private?"
4596
  msgstr "هل هذا الموقع خاص؟"
4597
 
4598
- #: class.jetpack.php:2295
4599
  msgctxt "%l = list of Jetpack module/feature names"
4600
  msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
4601
  msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
@@ -4606,7 +5136,7 @@ msgstr[3] "هل أحببت خلاصات RSS لموقعك، تسمح إضافة %
4606
  msgstr[4] "هل أحببت خلاصات RSS لموقعك، تسمح إضافة %l بالوصول إلى مواضيعك ومحتويات أخرى لجهات أخرى."
4607
  msgstr[5] "هل أحببت خلاصات RSS لموقعك، تسمح إضافة %l بالوصول إلى مواضيعك ومحتويات أخرى لجهات أخرى."
4608
 
4609
- #: class.jetpack.php:2312
4610
  msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
4611
  msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
4612
  msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
@@ -4617,156 +5147,126 @@ msgstr[3] "إذا كان موقعك غير متاح للعامة، يرجى <a h
4617
  msgstr[4] "إذا كان موقعك غير متاح للعامة، يرجى <a href=\"%1$s\" title=\"%2$s\">تعطيل هذه الميزات</a>."
4618
  msgstr[5] "إذا كان موقعك غير متاح للعامة، يرجى <a href=\"%1$s\" title=\"%2$s\">تعطيل هذه الميزات</a>."
4619
 
4620
- #: class.jetpack.php:2329
4621
  msgctxt "%l = list of Jetpack module/feature names"
4622
  msgid "Deactivate %l"
4623
  msgstr "تعطيل %l"
4624
 
4625
- #: class.jetpack.php:2514
4626
  msgid "Connected to WordPress.com"
4627
  msgstr "متصل بموقع WordPress.com"
4628
 
4629
- #: class.jetpack.php:2514
4630
  msgid "Disconnect from WordPress.com"
4631
  msgstr "قطع الاتصال بموقع WordPress.com"
4632
 
4633
- #: class.jetpack.php:1441
4634
- msgid "One New Jetpack Module"
4635
- msgid_plural "%s New Jetpack Modules"
4636
- msgstr[0] "%s إضافة Jetpack جديدة"
4637
- msgstr[1] "إضافة Jetpack جديدة"
4638
- msgstr[2] "%s إضافات Jetpack جديدة"
4639
- msgstr[3] "%s إضافات Jetpack جديدة"
4640
- msgstr[4] "%s إضافات Jetpack جديدة"
4641
- msgstr[5] "%s إضافات Jetpack جديدة"
4642
-
4643
- #: class.jetpack.php:1444
4644
- msgid "Jetpack"
4645
- msgstr "Jetpack"
4646
-
4647
- #: class.jetpack.php:1614 class.jetpack.php:1639 class.jetpack.php:1652
4648
- #: class.jetpack.php:2524 class.jetpack.php:2777
4649
- msgid "Jetpack by WordPress.com"
4650
- msgstr "خدمة Jetpack من WordPress.com"
4651
-
4652
- #: class.jetpack.php:1615 class.jetpack.php:1640 class.jetpack.php:2527
4653
- msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
4654
- msgstr "يقوم Jetpack بشحن موقعك بالقوة الرائعة من الخدمات السحابية من موقع WordPress.com"
4655
 
4656
- #: class.jetpack.php:1616 class.jetpack.php:1641
4657
- msgid "On this page, you are able to view the modules available within Jetpack, learn more about them, and activate or deactivate them as needed."
4658
- msgstr "في هذه الصفحة، تستطيع عرض الإضافات ضمن Jetpack، تعلم المزيد حولها وقم بتفعيلها أو تعطيلها عند الحاجة."
4659
 
4660
- #: class.jetpack.php:1617
4661
- msgid "Jetpack Module Options"
4662
- msgstr "خيارات إضافات Jetpack"
4663
 
4664
- #: class.jetpack.php:1618
4665
- msgid "<strong>To Activate/Deactivate a Module</strong> - Click on Learn More. An Activate or Deactivate button will now appear next to the Learn More button. Click the Activate/Deactivate button."
4666
- msgstr "<strong>لتفعيل أو تعطيل الإضافات</strong> - اضغط على تعلم المزيد. سيظهر زر تفعيل أو تعطيل بالقرب من زر تعلم المزيد. اضغط زر تفعيل/تعطيل."
4667
 
4668
- #: class.jetpack.php:1619 class.jetpack.php:1666
4669
- msgid "For more information:"
4670
- msgstr "للمزيد من المعلومات:"
4671
 
4672
- #: class.jetpack.php:1620 class.jetpack.php:1667
4673
- msgid "Jetpack FAQ"
4674
- msgstr "الأسئلة الشائعة عن Jetpack"
4675
 
4676
- #: class.jetpack.php:1621 class.jetpack.php:1668
4677
- msgid "Jetpack Support"
4678
- msgstr "الدعم الفني لخدمة Jetpack"
 
4679
 
4680
- #: class.jetpack.php:1637
4681
- msgid "Overview"
4682
- msgstr "نظرة عامة"
4683
 
4684
- #: class.jetpack.php:1650
4685
- msgid "Modules"
4686
- msgstr "إضافات"
4687
 
4688
- #: class.jetpack.php:1653
4689
- msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
4690
- msgstr "يمكنك تفعيل أو تعطيل إضافات Jetpack بشكل فردي لتناسب احتياجاتك."
4691
 
4692
- #: class.jetpack.php:1655
4693
- msgid "Find the component you want to manage"
4694
- msgstr "أبحث عن العنصر الذي تريد إدارته"
4695
 
4696
- #: class.jetpack.php:1656
4697
- msgid "Click on Learn More"
4698
- msgstr "اضغط على تعلم المزيد"
 
4699
 
4700
- #: class.jetpack.php:1657
4701
- msgid "An Activate or Deactivate button will appear"
4702
- msgstr "ستظهر أزرار تفعيل أوتعطيل"
4703
 
4704
- #: class.jetpack.php:1658
4705
- msgid "If additional settings are available, a link to them will appear"
4706
- msgstr "إذا كانت الإعدادات الإضافية متاحة، فسيظهر رابط متعلق بهم"
 
4707
 
4708
- #: class.jetpack.php:1738 modules/publicize/ui.php:576
4709
- #: modules/sharedaddy/sharedaddy.php:76 modules/sharedaddy/sharedaddy.php:83
4710
- msgid "Settings"
4711
- msgstr "الإعدادات"
4712
 
4713
- #: class.jetpack.php:1755
4714
- msgid "Dismiss this notice and deactivate Jetpack."
4715
- msgstr "أصرف النظر عن هذه الملاحظة وقم بتعطيل Jetpack."
4716
 
4717
- #: class.jetpack.php:1761
4718
- msgid "<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!"
4719
- msgstr "<strong>Jetpack جاهز تقريباً</strong> &#8211; قم بالاتصال بموقع WordPress.com لتفعيل الوظائف مثل التعليقات والإحصائيات ونموذج الاتصال والاشتراكات."
4720
 
4721
- #: class.jetpack.php:1763
4722
- msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
4723
- msgstr "<strong>Jetpack مثبت</strong> وهو جاهز لإعطاء موقعك الخدمات السحابية الرائعة."
4724
 
4725
- #: class.jetpack.php:1769 class.jetpack.php:2560
4726
- msgid "Connect to WordPress.com"
4727
- msgstr "الاتصال بموقع WordPress.com"
4728
 
4729
- #: class.jetpack.php:1771 modules/module-info.php:45 modules/module-info.php:81
4730
- #: modules/module-info.php:138 modules/module-info.php:173
4731
- #: modules/module-info.php:207 modules/module-info.php:237
4732
- #: modules/module-info.php:270 modules/module-info.php:306
4733
- #: modules/module-info.php:357 modules/module-info.php:379
4734
- #: modules/module-info.php:417 modules/module-info.php:442
4735
- #: modules/module-info.php:460 modules/module-info.php:479
4736
- #: modules/module-info.php:485 modules/module-info.php:512
4737
- #: modules/module-info.php:543 modules/module-info.php:578
4738
- #: modules/module-info.php:600 modules/module-info.php:622
4739
- #: modules/module-info.php:672 modules/module-info.php:700
4740
- #: modules/module-info.php:728 modules/module-info.php:749
4741
- #: modules/module-info.php:775 modules/module-info.php:801
4742
- #: modules/module-info.php:824 modules/module-info.php:843
4743
- #: modules/module-info.php:862 modules/module-info.php:879
4744
- msgid "Learn More"
4745
- msgstr "تعلم المزيد"
4746
 
4747
- #: class.jetpack.php:1784
4748
- msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
4749
- msgstr "<strong>تم تفعيل Jetpack!</strong> كل موقع على شبكتك يجب أن يكون مرتبط بشكل منفرد بواسطة المدير العام على ذلك الموقع."
4750
 
4751
- #: class.jetpack.php:1811
4752
- msgid "Jetpack now includes Jetpack Comments, which enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site. To activate Jetpack Comments, <a href=\"%s\">%s</a>."
4753
- msgstr "Jetpack الآن يتضمن تعليقات Jetpack، الذي يقوم بتفعيل حسابات الزوار على موقع ووردبريس والتويتر أو الفيس بوك لاستخدامها بالتعليق في موقعك. لتفعيل تعليقات Jetpack ، <a href=\"%s\">%s</a>."
 
4754
 
4755
- #: class.jetpack.php:1822
4756
- msgid "click here"
4757
- msgstr "اضغط هنا"
4758
 
4759
- #: class.jetpack.php:1987
4760
- msgid "Cheatin&#8217; uh?"
4761
- msgstr "عفواً ، لا تملك الصلاحية الكافية."
4762
 
4763
- #: class.jetpack.php:1990
4764
- msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
4765
- msgstr "تحتاج مصادقة اتصال Jetpack بين موقعك وموقع WordPress.com لتفعيل الميزات المذهلة."
4766
 
4767
- #: class.jetpack.php:1993
4768
- msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
4769
- msgstr "لا تعبر التيارات! تحتاج أن تبقى مسجل الدخول في موقعك أثناء مصادقة إضافة Jetpack."
4770
 
4771
  #: class.jetpack-debugger.php:83
4772
  msgid "Something has gotten mixed up in your Jetpack Connection!"
@@ -4776,7 +5276,7 @@ msgstr ""
4776
  msgid "It looks like your site can not communicate properly with Jetpack."
4777
  msgstr ""
4778
 
4779
- #: class.jetpack-debugger.php:99 class.jetpack.php:1449 class.jetpack.php:1669
4780
  msgid "Jetpack Debugging Center"
4781
  msgstr "مركز تصحيح الأخطاء"
4782
 
@@ -4794,123 +5294,4 @@ msgstr ""
4794
 
4795
  #: class.jetpack-debugger.php:138
4796
  msgid "Trouble with Jetpack?"
4797
- msgstr "يوجد مشكلة في Jetpack؟"
4798
-
4799
- #: class.jetpack-debugger.php:139
4800
- msgid "It may be caused by one of these issues, which you can diagnose yourself:"
4801
- msgstr "قد يكون سببه واحدة من هذه المشكلات التي يمكنك تشخيصها بنفسك:"
4802
-
4803
- #: class.jetpack-debugger.php:141
4804
- msgid "A known issue."
4805
- msgstr "مشكلة معروفة."
4806
-
4807
- #: class.jetpack-debugger.php:141
4808
- msgid "Some themes and plugins have <a href=\"%1$s\" target=\"_blank\">known conflicts</a> with Jetpack – check the <a href=\"%2$s\" target=\"_blank\">list</a>. (You can also browse the <a href=\"%3$s\">Jetpack support pages</a> or <a href=\"%4$s\">Jetpack support forum</a> to see if others have experienced and solved the problem.)"
4809
- msgstr "بعض القوالب والإضافات لها <a href=\"%1$s\" target=\"_blank\">تعارضات معروفة</a> مع Jetpack – إفحص <a href=\"%2$s\" target=\"_blank\">القائمة</a>. (يمكنك أيضاً تصفح <a href=\"%3$s\">صفحات دعم Jetpack</a> أو <a href=\"%4$s\">منتدى الدعم الفني Jetpack</a> لمعرفة ما إذا كان أحداً ما من ذوي الخبرة الآخرين قد حل المشكلة.)"
4810
-
4811
- #: class.jetpack-debugger.php:142
4812
- msgid "An incompatible plugin."
4813
- msgstr "إضافة غير متوافقة."
4814
-
4815
- #: class.jetpack-debugger.php:142
4816
- msgid "Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help."
4817
- msgstr "ولمعرفة ذلك من خلال تعطيل جميع الإضافات باستثناء Jetpack. إذا استمرت المشكلة، فهذه ليست مشكلة إضافة. وإذا تم حل المشكلة، قم بتفعيل الإضافات واحدة تلو الآخرى حتى تظهر المشكلة مرة أخرى - هكذا تعرف من هو المتهم! دعنا نعرف وسوف نحاول المساعدة."
4818
-
4819
- #: class.jetpack-debugger.php:143
4820
- msgid "A theme conflict."
4821
- msgstr "تعارض في القالب."
4822
-
4823
- #: class.jetpack-debugger.php:143
4824
- msgid "If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know."
4825
- msgstr "في حال عدم معرفة مشكلتك أو الناجمة عن الإضافة، حاول تفعيل قالب 2012 (القالب الافتراضي). إذا كان هذا قد حل المشكلة، فشيئاً ما في القالب يوجد به خلل على الأرجح - دع مؤلف القالب يعلم بذلك."
4826
-
4827
- #: class.jetpack-debugger.php:144
4828
- msgid "A problem with your XMLRPC file."
4829
- msgstr "مشكلة في ملف XMLRPC."
4830
-
4831
- #: class.jetpack-debugger.php:144
4832
- msgid "Load your <a href=\"%s\">XMLRPC file</a>. It should say “XML-RPC server accepts POST requests only.” on a line by itself."
4833
- msgstr "تحميل <a href=\"%s\">XMLRPC ملف</a>. ينبغي أن نقول بأن \"خادم XML-RPC يقبل طلبات الموضوع فقط.\" على سطر منفرد."
4834
-
4835
- #: class.jetpack-debugger.php:146
4836
- msgid "If it's not by itself, a theme or plugin is displaying extra characters. Try steps 2 and 3."
4837
- msgstr "إذا لم يكن بحد ذاته، قالب أو إضافة يظهر أحرف إضافية. حاول الخطوتين 2 و 3."
4838
-
4839
- #: class.jetpack-debugger.php:147
4840
- msgid "If you get a 404 message, contact your web host. Their security may block XMLRPC."
4841
- msgstr "إذا ظهرت رسالة الخطأ 404، اتصل بمستضيفك. قد تكون حمايتهم قد حظرت XMLRPC."
4842
-
4843
- #: class.jetpack-debugger.php:151
4844
- msgid "If none of these help you find a solution, <a href=\"#\">click here to contact Jetpack support</a>. Tell us as much as you can about the issue and what steps you've tried to resolve it, and one of our Happiness Engineers will be in touch to help."
4845
- msgstr "إذا كان أي من هذه ساعدتك على إيجاد حل، <a href=\"#\">اضغط هنا للإتصال بالدعم الفني ل Jetpack</a>. أخبرنا بقدر ما تستطيع عن المشكلة وما هي الخطوات التي اتبعتها لحل المشكلة، سيكون هناك أحد المهندسين للمساعدة وسيقى على اتصال دائم معك."
4846
-
4847
- #: class.jetpack-debugger.php:164
4848
- msgid "Please describe the problem you are having."
4849
- msgstr "الرجاء وصف المشكلة التي تواجهها."
4850
-
4851
- #: class.jetpack-debugger.php:169 modules/carousel/jetpack-carousel.php:138
4852
- #: modules/contact-form/grunion-contact-form.php:750
4853
- #: modules/contact-form/grunion-form-view.php:156
4854
- msgid "Name"
4855
- msgstr "الاسم"
4856
-
4857
- #: class.jetpack-debugger.php:170
4858
- msgid "Let us know your name."
4859
- msgstr "دعنا نعرف اسمك."
4860
-
4861
- #: class.jetpack-debugger.php:175
4862
- msgid "E-mail"
4863
- msgstr "البريد الإلكتروني"
4864
-
4865
- #: class.jetpack-debugger.php:176
4866
- msgid "Use a valid email address."
4867
- msgstr "استخدم عنوان بريد إلكتروني صحيح."
4868
-
4869
- #: class.jetpack-debugger.php:181
4870
- msgid "The test results and some other useful debug information will be sent to the support team. Please feel free to <a href=\"#\">review/modify</a> this information."
4871
- msgstr "سيتم إرسال نتائج الاختبار وبعض المعلومات الأخرى المفيدة عن تصحيح الأخطاء إلى فريق الدعم. لا تتردد في <a href=\"#\">مراجعة / تعديل</a> هذه المعلومات."
4872
-
4873
- #: class.jetpack-debugger.php:185
4874
- msgid "Debug Info"
4875
- msgstr "معلومات تصحيح الأخطاء"
4876
-
4877
- #: class.jetpack-heartbeat.php:112
4878
- msgid "Jetpack weekly"
4879
- msgstr ""
4880
-
4881
- #: class.jetpack.php:1164
4882
- msgid "Jetpack requires WordPress version %s or later."
4883
- msgstr "إن إضافة Jetpackتتطلب ووردبريس الإصدار %sأو الأحدث."
4884
-
4885
- #: class.jetpack.php:1404 class.jetpack.php:1420
4886
- msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
4887
- msgstr "Jetpack يتضمن آخر إصدار قديم من إضافة &#8220;%1$s&#8221;."
4888
-
4889
- #: class.jetpack-client-server.php:141
4890
- msgid "An administrator for this blog must set up the Jetpack connection."
4891
- msgstr "يجب على مدير الموقع أن يقوم بإعداد اتصال Jetpack."
4892
-
4893
- #: class.jetpack-client-server.php:146
4894
- msgid "You need to register your Jetpack before connecting it."
4895
- msgstr "تحتاج لتسجيل Jetpack قبل الاتصال به."
4896
-
4897
- #: class.jetpack-client-server.php:188 class.jetpack.php:3163
4898
- #: class.jetpack.php:3165 class.jetpack.php:3167 class.jetpack.php:3170
4899
- msgid "Error Details: %s"
4900
- msgstr "تفاصيل الخطا: %s"
4901
-
4902
- #: class.jetpack-debugger.php:24
4903
- msgid "You do not have sufficient permissions to access this page."
4904
- msgstr "ليس لديك الصلاحيات الكافية لدخول هذه الصفحة."
4905
-
4906
- #: class.jetpack-debugger.php:68
4907
- msgid "Your site isn’t reaching the Jetpack servers."
4908
- msgstr ""
4909
-
4910
- #: class.jetpack-debugger.php:71
4911
- msgid "Your site isn’t securely reaching the Jetpack servers."
4912
- msgstr ""
4913
-
4914
- #: class.jetpack-debugger.php:76
4915
- msgid "Your `%1$s` option is set up as `%2$s`, but your WordPress.com connection lists it as `%3$s`!"
4916
- msgstr ""
1
+ # Translation of 2.6 in Arabic
2
+ # This file is distributed under the same license as the 2.6 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2013-11-25 20:13:10+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
10
  "X-Generator: GlotPress/0.1\n"
11
+ "Project-Id-Version: 2.6\n"
12
 
13
+ #: modules/carousel/jetpack-carousel.php:108
14
+ msgid "Write a comment..."
15
  msgstr ""
16
 
17
+ #: class.jetpack.php:999
18
+ msgctxt "Module Tag"
19
+ msgid "Mobile"
20
  msgstr ""
21
 
22
+ #: class.jetpack.php:1000
23
+ msgctxt "Module Tag"
24
+ msgid "Other"
25
  msgstr ""
26
 
27
+ #: class.jetpack-cli.php:169
28
+ msgid "%s has been deactivated."
29
  msgstr ""
30
 
31
+ #: class.jetpack.php:993
32
+ msgctxt "Module Tag"
33
+ msgid "Photos and Videos"
34
+ msgstr ""
35
 
36
+ #: class.jetpack.php:994
37
+ msgctxt "Module Tag"
38
+ msgid "Social"
39
+ msgstr ""
40
 
41
+ #: class.jetpack.php:995
42
+ msgctxt "Module Tag"
43
+ msgid "WordPress.com Stats"
44
  msgstr ""
45
 
46
+ #: class.jetpack.php:996
47
+ msgctxt "Module Tag"
48
+ msgid "Writing"
49
+ msgstr ""
50
+
51
+ #: class.jetpack.php:997
52
+ msgctxt "Module Tag"
53
+ msgid "Appearance"
54
+ msgstr ""
55
+
56
+ #: class.jetpack.php:998
57
+ msgctxt "Module Tag"
58
+ msgid "Developers"
59
+ msgstr ""
60
+
61
+ #: class.jetpack-cli.php:82
62
+ msgid "Please specify a user."
63
+ msgstr ""
64
+
65
+ #: class.jetpack-cli.php:163
66
+ msgid "%s has been activated."
67
+ msgstr ""
68
+
69
+ #: class.jetpack-cli.php:155
70
+ msgid "Inactive"
71
+ msgstr ""
72
+
73
+ #: class.jetpack-cli.php:151
74
+ msgid "Available Modules:"
75
+ msgstr ""
76
+
77
+ #: class.jetpack-cli.php:144
78
+ msgid "Please specify a valid module."
79
+ msgstr ""
80
+
81
+ #: class.jetpack-cli.php:138
82
+ msgid "%s is not a valid module."
83
+ msgstr ""
84
+
85
+ #: class.jetpack-cli.php:101
86
+ msgid "Please specify if you would like to disconnect a blog or user."
87
+ msgstr ""
88
+
89
+ #: class.jetpack-cli.php:97
90
+ msgid "%s could not be disconnected. Are you sure they're connected currently?"
91
+ msgstr ""
92
+
93
+ #: class.jetpack-cli.php:95
94
+ msgid "%s has been successfully disconnected."
95
+ msgstr ""
96
+
97
+ #: class.jetpack-cli.php:90
98
+ msgid "Jetpack has been successfully disconnected."
99
+ msgstr ""
100
+
101
+ #: class.jetpack-cli.php:79
102
+ msgid "Please specify a valid user."
103
+ msgstr ""
104
+
105
+ #: class.jetpack-cli.php:62 class.jetpack-cli.php:131
106
+ msgid "%s is not a valid command."
107
+ msgstr ""
108
+
109
+ #: class.jetpack-cli.php:57
110
+ msgid "You cannot disconnect, without having first connected."
111
+ msgstr ""
112
+
113
+ #: class.jetpack-cli.php:25
114
+ msgid "Jetpack is currently connected to WordPress.com"
115
+ msgstr ""
116
+
117
+ #: class.jetpack-cli.php:26
118
+ msgid "The Jetpack Version is %s"
119
+ msgstr ""
120
+
121
+ #: class.jetpack-cli.php:27
122
+ msgid "The WordPress.com blog_id is %d"
123
+ msgstr ""
124
+
125
+ #: class.jetpack-cli.php:29
126
+ msgid "Jetpack is not currently connected to WordPress.com"
127
+ msgstr ""
128
 
129
  msgid "A single search box, that lets you search many different things."
130
  msgstr "مربع بحث واحد، يتيح لك البحث عن الكثير من الأشياء المختلفة."
147
  msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
148
  msgstr "تمكين دعم WP.me الروابط القصيرة لجميع المواضيع الخاصة بك والصفحات لتسهيل مشاركتها"
149
 
150
+ msgid "Jetpack Single Sign On"
151
+ msgstr ""
152
+
153
+ msgid "Let users login with their WordPress.com Credentials"
154
+ msgstr ""
155
+
156
  msgid "Simple, concise site stats with no additional load on your server."
157
  msgstr "إحصائيات بسيطة ومختصرة للموقع بدون تحميل إضافي على الخادم."
158
 
174
  msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
175
  msgstr "إضافة الصور بسهولة، وتحديثات التويتر، وروابط RSS للشريط الجانبي لقالبك."
176
 
177
+ #: modules/widgets/image-widget.php:116
178
+ msgid "Image title:"
179
+ msgstr "عنوان الصورة:"
180
 
181
+ #: modules/widgets/image-widget.php:119
182
+ msgid "Caption:"
183
+ msgstr "الشرح:"
184
 
185
+ #: modules/widgets/image-widget.php:125
186
+ msgid "Left"
187
+ msgstr "يسار"
188
 
189
+ #: modules/widgets/image-widget.php:126
190
+ msgid "Center"
191
+ msgstr "وسط"
192
 
193
+ #: modules/widgets/image-widget.php:127
194
+ msgid "Right"
195
+ msgstr "يمين"
196
 
197
+ #: modules/widgets/image-widget.php:129
198
+ msgid "Image Alignment:"
199
+ msgstr "محاذاة الصورة:"
200
 
201
+ #: modules/widgets/image-widget.php:139
202
+ msgid "Width:"
203
+ msgstr "العرض:"
204
 
205
+ #: modules/widgets/image-widget.php:142
206
+ msgid "Height:"
207
+ msgstr "الإرتفاع:"
208
 
209
+ #: modules/widgets/image-widget.php:145
210
+ msgid "If empty, we will attempt to determine the image size."
211
+ msgstr "إذا كانت فارغة، فسنحاول تحديد حجم الصورة."
212
 
213
+ #: modules/widgets/image-widget.php:146
214
+ msgid "Link URL (when the image is clicked):"
215
+ msgstr "رابط للصورة (في حال تم الضغط على الصورة):"
216
 
217
+ #: modules/widgets/readmill.php:11 modules/widgets/readmill.php:21
218
+ msgid "Send To Readmill"
219
+ msgstr "إرسال إلى Readmill"
220
 
221
+ #: modules/widgets/readmill.php:13
222
+ msgid "Readmill is the best book reader for phones and tablets. With this widget you can enable users to send a book to their device with one click."
223
+ msgstr "Readmill هو أفضل قارئ للكتب للهواتف المحمولة والأجهزة اللوحية. مع هذا الويدجت يمكنك تفعيل الميزة للمستخدمين لإرسال الكتاب إلى أجهزتهم بضغطة زر واحدة."
224
 
225
+ #: modules/widgets/readmill.php:47
226
+ msgid "Just enter the URL to your book, make sure it's a PDF or EPUB file, and you are ready to go. For more help, head to <a href='%s'>the Readmill WordPress Widget support page</a>."
227
+ msgstr "أدخل الرابط فقط لكتابك، تأكد بأنه من نوع PDF أو EPUB، وتكون جاهز للتحميل. لمزيد من المعلومات، أذهب إلى <a href='%s'>Readmill WordPress صفحة دعم إضافة</a>."
228
 
229
+ #: modules/widgets/readmill.php:55
230
+ msgid "Download URL:"
231
+ msgstr "رابط التحميل:"
232
 
233
+ #: modules/widgets/readmill.php:60
234
+ msgid "Item URL:"
235
+ msgstr "رابط العنصر:"
236
 
237
+ #: modules/widgets/readmill.php:65
238
+ msgid "What size icon?"
239
+ msgstr "ما حجم الأيقونة؟"
240
 
241
+ #: modules/widgets/readmill.php:67 modules/widgets/rsslinks-widget.php:101
242
+ msgid "Large"
243
+ msgstr "كبير"
244
 
245
+ #: modules/widgets/readmill.php:68 modules/widgets/rsslinks-widget.php:99
246
+ msgid "Small"
247
+ msgstr "صغير"
248
 
249
+ #: modules/widgets/readmill.php:125
250
+ msgid "Your ePub link is empty. Provide an ePub link to display the Send to Readmill widget."
251
+ msgstr "رابط EPUB فارغ. قدم رابط EPUB لإظهار المربع الجانبي \"أرسل إلى Readmill\"."
252
 
253
+ #: modules/widgets/rsslinks-widget.php:12
254
+ msgid "Links to your blog's RSS feeds"
255
+ msgstr "روابط موقعك لتغذية RSS"
256
 
257
+ #: modules/widgets/rsslinks-widget.php:13
258
+ msgid "RSS Links (Jetpack)"
259
+ msgstr "روابط التغذية (Jetpack)"
260
 
261
+ #: modules/widgets/rsslinks-widget.php:67
262
+ #: modules/widgets/rsslinks-widget.php:133
263
+ msgid "Posts"
264
+ msgstr "تدوينات"
265
 
266
+ #: modules/widgets/rsslinks-widget.php:69
267
+ msgid "Posts & Comments"
268
+ msgstr "المواضيع والتعليقات"
269
 
270
+ #: modules/widgets/rsslinks-widget.php:71
271
+ msgid "Feed(s) to Display:"
272
+ msgstr "عرض التغذية: "
273
 
274
+ #: modules/widgets/rsslinks-widget.php:81
275
+ msgid "Text Link"
276
+ msgstr "رابط نصي"
277
 
278
+ #: modules/widgets/rsslinks-widget.php:82
279
+ msgid "Image Link"
280
+ msgstr "رابط صورة"
281
 
282
+ #: modules/widgets/rsslinks-widget.php:83
283
+ msgid "Text & Image Links"
284
+ msgstr "روابط نصية وروابط صور"
285
 
286
+ #: modules/widgets/rsslinks-widget.php:85
287
+ msgid "Format:"
288
+ msgstr "صيغة:"
289
 
290
+ #: modules/widgets/rsslinks-widget.php:96
291
+ msgid "Image Settings:"
292
+ msgstr "إعدادات الصورة"
293
 
294
+ #: modules/widgets/rsslinks-widget.php:100
295
+ msgid "Medium"
296
+ msgstr "متوسط"
297
+
298
+ #: modules/widgets/rsslinks-widget.php:103
299
+ msgid "Image Size:"
300
+ msgstr "حجم الصورة:"
301
+
302
+ #: modules/widgets/rsslinks-widget.php:113
303
+ msgid "Red"
304
+ msgstr "أحمر"
305
+
306
+ #: modules/widgets/rsslinks-widget.php:114
307
+ msgid "Orange"
308
+ msgstr "برتقالي"
309
+
310
+ #: modules/widgets/rsslinks-widget.php:115
311
+ msgid "Green"
312
+ msgstr "أخضر"
313
+
314
+ #: modules/widgets/rsslinks-widget.php:116
315
+ msgid "Blue"
316
+ msgstr "ازرق"
317
+
318
+ #: modules/widgets/rsslinks-widget.php:117
319
+ msgid "Purple"
320
+ msgstr "أرجواني"
321
+
322
+ #: modules/widgets/rsslinks-widget.php:118
323
+ msgid "Pink"
324
+ msgstr "زهري"
325
+
326
+ #: modules/widgets/rsslinks-widget.php:119
327
+ msgid "Silver"
328
+ msgstr "فضي"
329
+
330
+ #: modules/widgets/rsslinks-widget.php:121
331
+ msgid "Image Color:"
332
+ msgstr "لون الصورة:"
333
+
334
+ #: modules/widgets/rsslinks-widget.php:140
335
+ msgid "Subscribe to %s"
336
+ msgstr "اشترك بـ %s"
337
 
338
  #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
339
  msgid "Top Posts &amp; Pages"
443
  msgid "Timeline Theme:"
444
  msgstr "قالب الجدول الزمني:"
445
 
446
+ #: modules/widgets/wordpress-post-widget.php:23
447
+ msgid "Display WordPress Posts (Jetpack)"
448
+ msgstr ""
449
 
450
+ #: modules/widgets/wordpress-post-widget.php:25
451
+ msgid "Displays a list of recent posts from another WordPress.com or Jetpack-enabled blog."
452
  msgstr ""
453
 
454
+ #: modules/widgets/wordpress-post-widget.php:52
455
+ #: modules/widgets/wordpress-post-widget.php:76
456
+ msgid "We cannot load blog data at this time."
457
+ msgstr ""
458
 
459
+ #: modules/widgets/wordpress-post-widget.php:86
460
+ msgid "We cannot display posts for this blog."
461
+ msgstr ""
462
 
463
+ #: modules/widgets/wordpress-post-widget.php:115
464
+ msgid "Recent Posts"
465
+ msgstr "أحدث التدوينات"
 
 
 
 
466
 
467
+ #: modules/widgets/wordpress-post-widget.php:149
468
+ msgid "Blog URL:"
469
+ msgstr "عنوان المدونة"
470
 
471
+ #: modules/widgets/wordpress-post-widget.php:152
472
+ msgid "Enter a WordPress.com or Jetpack WordPress site URL."
473
+ msgstr ""
474
 
475
+ #: modules/widgets/wordpress-post-widget.php:156
476
+ msgid "Number of Posts to Display:"
477
+ msgstr ""
478
 
479
+ #: modules/widgets/wordpress-post-widget.php:166
480
+ msgid "Show Featured Image:"
481
+ msgstr ""
482
 
483
+ #: modules/widgets/wordpress-post-widget.php:170
484
+ msgid "Show Excerpts:"
485
+ msgstr ""
486
 
487
+ #: modules/widgets.php:50
488
+ msgid "%s (Jetpack)"
489
+ msgstr "%s (Jetpack)"
 
490
 
491
+ msgid "http://wordpress.org/extend/plugins/jetpack/"
492
+ msgstr "http://wordpress.org/extend/plugins/jetpack/"
 
493
 
494
+ msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
495
+ msgstr "إضافة تجلب القوة السحابية لموقعك وتمكنك من ربط حسابك على موقع WordPress.com لاستخدام ميزات قوية متوفرة فقط لمستخدمي موقع WordPress.com"
 
496
 
497
+ msgid "Automattic"
498
+ msgstr "Automattic"
 
499
 
500
+ msgid "http://jetpack.me"
501
+ msgstr "http://jetpack.me"
 
502
 
503
+ msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
504
+ msgstr "تحسين التهجئة والنمط والتدقيق النحوي من موقع <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> خدمة التدقيق اللغوي."
 
505
 
506
+ msgid "Transform your standard image galleries into an immersive full-screen experience."
507
+ msgstr "تحويل معرض صورك القياسية للمغامرة بتجربة عرض الصور بملء الشاشة."
 
508
 
509
+ msgid "A new comment system that has integrated social media login options."
510
+ msgstr "نظام تعليقات جديد مدمج بوسائط خيارات تسجيل الدخول لمواقع التواصل الاجتماعية."
 
511
 
512
+ msgid "Easily insert a contact form anywhere on your site."
513
+ msgstr "إدخال نموذج للمراسلة بسهولة في أي مكان داخل موقعك."
 
514
 
515
+ msgid "Customize the appearance of your site using CSS but without modifying your theme."
516
+ msgstr "قم بتخصيص مظهر موقعك باستخدام CSS ولكن بدون التعديل على قالبك."
 
517
 
518
+ msgid "Share your public posts and comments to search engines and other services in real-time."
519
+ msgstr "شارك مواضيعك العامة والتعليقات لمحركات البحث وغيرها من الخدمات في الوقت الحقيقي."
 
520
 
521
+ msgid "Show a link to your Google+ in the sharing area of your posts and add your blog URL to your Google+ profile."
522
+ msgstr ""
 
523
 
524
+ msgid "Show a pop-up business card of your users' gravatar profiles in comments."
525
+ msgstr "إظهار بطاقة عمل منبثقة للمستخدمين عن طريق الملفات الشخصية في التعليقات."
 
526
 
527
+ msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
528
+ msgstr "سحب المجموعة التالية من المواضيع تلقائياً إلى القارئ عند الاقتراب من أسفل الصفحة."
 
529
 
530
+ msgid "Allow applications to securely access your content through the cloud."
531
+ msgstr "السماح للتطبيقات من الوصول إلى محتوى موقعك بشكل آمن من خلال الخدمات السحابية."
 
532
 
533
+ msgid "Beautiful Math"
534
+ msgstr "الرياضيات الجميلة"
 
535
 
536
+ msgid "Mark up your posts with the <img src=\"//s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
537
+ msgstr "وضع علامة على مواضيعك بواسطة <img src=\"//s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> اللغة الترميزية، مثالية للمعادلات الرياضية المعقدة وغيرها &#252; مثل الرموز اللاتينية."
 
538
 
539
+ msgid "Likes are a way for people to show their appreciation for content you have written. It’s also a way for you to show the world how popular your content has become."
540
+ msgstr "الإعجابات هي وسيلة لإظهار تقدير القراء لمواضيعك التي قمت بكتابتها. كما أنها طريقة لتظهر للعالم مدى شعبية محتويات موقعك."
 
541
 
542
+ msgid "Automatically optimize your site for mobile devices."
543
+ msgstr "إضافة لتحسين قراءة قالب موقعك تلقائياً للهواتف المحمولة."
 
544
 
545
+ msgid "Receive notifications on your mobile device."
546
+ msgstr ""
 
547
 
548
+ msgid "Jetpack Monitor will keep tabs on your site, and alert you the moment that downtime is detected."
549
+ msgstr ""
 
550
 
551
+ msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
552
+ msgstr "مراقبة وإدارة نشاط موقعك مع التنبيهات والإشعارات في شريط المدير الخاص بك على WordPress.com."
 
 
553
 
554
+ #: modules/videopress/videopress.php:295
555
+ msgid "Allow users to access, edit, and delete my videos"
556
+ msgstr ""
557
 
558
+ #: modules/videopress/videopress.php:298
559
+ msgid "Allow users to upload videos"
560
+ msgstr ""
561
 
562
+ #: modules/videopress/videopress.php:303
563
+ msgid "Free formats"
564
+ msgstr ""
565
 
566
+ #: modules/videopress/videopress.php:307
567
+ msgid "Only display videos in free software formats"
568
+ msgstr ""
569
 
570
+ #: modules/videopress/videopress.php:308
571
+ msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
572
+ msgstr ""
573
 
574
+ #: modules/videopress/videopress.php:313
575
+ msgid "Default quality"
576
+ msgstr ""
577
 
578
+ #: modules/videopress/videopress.php:317
579
+ msgid "Display higher quality video by default."
580
+ msgstr ""
581
 
582
+ #: modules/videopress/videopress.php:318
583
+ msgid "This setting may be overridden for individual videos."
584
+ msgstr ""
585
 
586
+ #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
587
+ #: modules/videopress/videopress.php:593
588
+ msgid "VideoPress Library"
589
+ msgstr ""
590
 
591
+ #: modules/videopress/videopress.php:340
592
+ msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
593
+ msgstr ""
594
 
595
+ #: modules/videopress/videopress.php:341
596
+ msgid "Browse Your VideoPress Library"
597
+ msgstr ""
598
 
599
+ #: modules/videopress/videopress.php:342
600
+ msgid "Please enable JavaScript support in your browser to use VideoPress."
601
+ msgstr ""
602
 
603
+ #: modules/videopress/videopress.php:589
604
+ msgid "Please select a video file to upload."
605
+ msgstr ""
606
 
607
+ #: modules/videopress/videopress.php:590
608
+ msgid "Your video is uploading... Please do not close this window."
609
+ msgstr ""
610
 
611
+ #: modules/videopress/videopress.php:591
612
+ msgid "An unknown error has occurred. Please try again later."
613
+ msgstr ""
614
 
615
+ #: modules/videopress/videopress.php:592
616
+ msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
617
+ msgstr ""
618
 
619
+ #: modules/videopress/videopress.php:594
620
+ msgid "Upload a Video"
621
+ msgstr ""
622
 
623
+ #: modules/videopress/videopress.php:595
624
+ msgid "Insert Video"
625
+ msgstr "إدراج فيديو"
626
 
627
+ #: modules/videopress/videopress.php:628
628
+ msgid "Ogg File URL"
629
+ msgstr ""
630
 
631
+ #: modules/videopress/videopress.php:630
632
+ msgid "Location of the Ogg video file."
633
+ msgstr "موقع ملف فيديو الـ Ogg."
634
 
635
+ #: modules/videopress/videopress.php:638
636
+ msgid "Display share menu and allow viewers to embed or download this video"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
637
  msgstr ""
638
 
639
+ #: modules/videopress/videopress.php:644
640
+ msgid "Rating"
641
+ msgstr "التقدير"
642
 
643
+ #: modules/videopress/videopress.php:657
644
+ msgid "Shortcode"
645
+ msgstr "رمز مختصر"
646
 
647
+ #: modules/videopress/videopress.php:664
648
+ msgid "The preview is unavailable while this video is being processed."
649
  msgstr ""
650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
651
  #: modules/videopress/videopress.php:673
652
  msgid "Video Preview:"
653
  msgstr ""
774
  msgid "Delete"
775
  msgstr "حذف"
776
 
777
+ #: modules/widgets/facebook-likebox.php:31
778
+ msgid "Facebook Like Box"
779
+ msgstr "مربع إعجاب فيس بوك"
780
 
781
+ #: modules/widgets/facebook-likebox.php:34
782
+ msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
783
+ msgstr "عرض مربع إعجاب فيس بوك لربط زوار موقعك بصفحتك على فيس بوك"
784
 
785
+ #: modules/widgets/facebook-likebox.php:48
786
+ msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
787
+ msgstr "يبدو وكأنه يتم تكوين رابط الفيس بوك بشكل غير صحيح. يرجى التحقق من ذلك في ضبط <a href=\"%s\">إعدادات المربع الجانبي</a>."
788
 
789
+ #: modules/widgets/facebook-likebox.php:131
790
+ msgid "Facebook Page URL"
791
+ msgstr "رابط صفحة فيس بوك"
792
 
793
+ #: modules/widgets/facebook-likebox.php:134
794
+ msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
795
+ msgstr "صندوق الإعجاب يعمل مع <a href=\"http://www.facebook.com/help/?faq=174987089221178\">صفحات فيس بوك</a> فقط."
796
 
797
+ #: modules/widgets/facebook-likebox.php:140
798
+ msgid "Width"
799
+ msgstr "عرض"
800
 
801
+ #: modules/widgets/facebook-likebox.php:147
802
+ msgid "Height"
803
+ msgstr "ارتفاع"
804
+
805
+ #: modules/widgets/facebook-likebox.php:165
806
+ msgid "Show Faces"
807
+ msgstr "إظهار الوجوه"
808
+
809
+ #: modules/widgets/facebook-likebox.php:167
810
+ msgid "Show profile photos in the plugin."
811
+ msgstr "إظهار صور الملف الشخصي في الإضافة."
812
+
813
+ #: modules/widgets/facebook-likebox.php:174
814
+ msgid "Show Stream"
815
+ msgstr "إظهار التدفق"
816
+
817
+ #: modules/widgets/facebook-likebox.php:176
818
+ msgid "Show the profile stream for the public profile."
819
+ msgstr "إظهار تدفق الملف الشخصي للملف الشخصي العام."
820
+
821
+ #: modules/widgets/facebook-likebox.php:183
822
+ msgid "Show Border"
823
+ msgstr "إظهار الحدود"
824
+
825
+ #: modules/widgets/facebook-likebox.php:185
826
+ msgid "Show a border around the plugin."
827
+ msgstr "إظهار الحدود حول الإضافة."
828
+
829
+ #: modules/widgets/facebook-likebox.php:192
830
+ msgid "Show Wall"
831
+ msgstr "إظهار الحائط"
832
+
833
+ #: modules/widgets/facebook-likebox.php:194
834
+ msgid "Show the wall for a Places page rather than friend activity."
835
+ msgstr "إظهار الحائط لصفحة الأماكن بدلاً من أنشطة الأصدقاء."
836
+
837
+ #: modules/widgets/gallery/templates/form.php:2 modules/widgets/readmill.php:50
838
+ #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
839
+ #: modules/widgets/twitter-timeline.php:160
840
+ #: modules/widgets/wordpress-post-widget.php:144
841
+ msgid "Title:"
842
+ msgstr "العنوان:"
843
+
844
+ #: modules/widgets/gallery/templates/form.php:10
845
+ msgid "Images:"
846
  msgstr ""
847
 
848
+ #: modules/widgets/gallery/templates/form.php:43
849
+ msgid "Link To:"
850
  msgstr ""
851
 
852
+ #: modules/widgets/gallery/templates/form.php:58
853
+ msgid "Random Order:"
854
  msgstr ""
855
 
856
+ #: modules/widgets/gallery/templates/form.php:69
857
+ msgid "Style:"
858
  msgstr ""
859
 
860
+ #: modules/widgets/gallery.php:20
861
+ msgid "Display a photo gallery or slideshow"
862
  msgstr ""
863
 
864
+ #: modules/widgets/gallery.php:327
865
+ msgid "Tiles"
866
  msgstr ""
867
 
868
+ #: modules/widgets/gallery.php:335
869
+ msgid "Attachment Page"
870
  msgstr ""
871
 
872
+ #: modules/widgets/gallery.php:336
873
+ msgid "Media File"
874
  msgstr ""
875
 
876
+ #: modules/widgets/gravatar-profile.php:21
877
+ msgid "Gravatar Profile"
878
+ msgstr "الملف الشخصي لـ Gravatar"
 
879
 
880
+ #: modules/widgets/gravatar-profile.php:24
881
+ msgid "Display a mini version of your Gravatar Profile"
882
+ msgstr "اعرض نسخة مصغرة من ملفك الشخصي في Gravatar"
883
 
884
+ #: modules/widgets/gravatar-profile.php:41
885
+ msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
886
+ msgstr "تحتاج أن تختار ما يجب عرضه في القطعة من ملفك الشخصي في <a href=\"%s\">Gravatar</a>."
887
 
888
+ #: modules/widgets/gravatar-profile.php:95
889
+ msgid "View Full Profile &rarr;"
890
+ msgstr "عرض الملف الشخصي &larr;"
891
 
892
+ #: modules/widgets/gravatar-profile.php:103
893
+ msgid "Error loading profile"
894
+ msgstr "هناك خطأ في تحميل الملف الشخصي"
895
 
896
+ #: modules/widgets/gravatar-profile.php:115
897
+ msgid "Personal Links"
898
+ msgstr "الروابط الشخصية"
899
 
900
+ #: modules/widgets/gravatar-profile.php:135
901
+ msgid "Verified Services"
902
+ msgstr "الحسابات الموثوقة"
903
 
904
+ #: modules/widgets/gravatar-profile.php:146
905
+ msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
906
+ msgid "%1$s on %2$s"
907
+ msgstr "%1$s على %2$s"
908
 
909
+ #: modules/widgets/gravatar-profile.php:180
910
+ msgid "Select a user or pick \"custom\" and enter a custom email address."
911
+ msgstr "حدد مستخدم أو اختر \"مخصص\" وأدخل البريد الإلكتروني المخصص."
912
 
913
+ #: modules/widgets/gravatar-profile.php:184
914
+ msgid "Custom"
915
+ msgstr "مخصص"
916
 
917
+ #: modules/widgets/gravatar-profile.php:194
918
+ msgid "Custom Email Address"
919
+ msgstr "بريد إلكتروني مخصص"
920
 
921
+ #: modules/widgets/gravatar-profile.php:202
922
+ msgid "Show Personal Links"
923
+ msgstr "عرض الروابط الشخصية"
924
 
925
+ #: modules/widgets/gravatar-profile.php:204
926
+ msgid "Links to your websites, blogs, or any other sites that help describe who you are."
927
+ msgstr "روابط مواقعك، مدوناتك، أو أي مواقع أخرى تساعد في التعريف بنفسك."
928
 
929
+ #: modules/widgets/gravatar-profile.php:211
930
+ msgid "Show Account Links"
931
+ msgstr "عرض روابط الحساب"
932
 
933
+ #: modules/widgets/gravatar-profile.php:213
934
+ msgid "Links to services that you use across the web."
935
+ msgstr "روابط للخدمات التي تستخدمها على شبكة الإنترنت."
936
 
937
+ #: modules/widgets/gravatar-profile.php:217
938
+ msgid "Opens in new window"
939
+ msgstr "تفتح في نافذة جديدة"
940
 
941
+ #: modules/widgets/gravatar-profile.php:217
942
+ msgid "Edit Your Profile"
943
+ msgstr "تعديل الملف الشخصي"
944
 
945
+ #: modules/widgets/gravatar-profile.php:217
946
+ msgid "What's a Gravatar?"
947
+ msgstr "ما هو Gravatar؟"
948
 
949
+ #: modules/widgets/image-widget.php:12
950
+ msgid "Display an image in your sidebar"
951
+ msgstr "عرض صورة في القائمة الجانبية"
952
 
953
+ #: modules/widgets/image-widget.php:14
954
+ msgid "Image (Jetpack)"
955
+ msgstr "صورة (جيت باك)"
956
 
957
+ #: modules/widgets/image-widget.php:110
958
+ msgid "Image URL:"
959
+ msgstr "رابط الصورة:"
960
 
961
+ #: modules/widgets/image-widget.php:113
962
+ msgid "Alternate text:"
963
+ msgstr "النص البديل:"
 
 
 
 
 
 
964
 
965
+ #: modules/sso.php:325
966
+ msgid "WordPress.com Single Sign On"
967
  msgstr ""
968
 
969
+ #: modules/sso.php:326
970
+ msgid "Connecting with WordPress.com SSO enables you to log in via your WordPress.com account."
971
+ msgstr ""
972
 
973
+ #: modules/sso.php:339
974
+ msgid "Unlink This Account"
975
+ msgstr ""
976
 
977
+ #: modules/sso.php:384
978
+ msgid "This profile is not currently linked to a WordPress.com Profile."
979
+ msgstr ""
980
 
981
+ #: modules/stats.php:266 modules/stats.php:701
982
+ msgid "Site Stats"
983
+ msgstr "إحصائيات الموقع"
984
 
985
+ #: modules/stats.php:354
986
+ msgid "Loading&hellip;"
987
+ msgstr "تحميل..."
988
 
989
+ #: modules/stats.php:355
990
+ msgid "Your Site Stats work better with Javascript enabled."
991
+ msgstr "تعمل إحصائيات موقعك بشكل أفضل مع تفعيل الجافا سكريبت."
992
 
993
+ #: modules/stats.php:356
994
+ msgid "View Site Stats without Javascript"
995
+ msgstr "عرض إحصائيات الموقع بدون استخدام الجافا سكريبت"
996
 
997
+ #: modules/stats.php:537
998
+ msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
999
+ msgstr "قم بزيارة <a href=\"%s\">إحصائيات الموقع</a> لتشاهد إحصائياتك."
1000
 
1001
+ #: modules/stats.php:542
1002
+ msgid "Admin bar"
1003
+ msgstr "شريط المدير"
1004
 
1005
+ #: modules/stats.php:543
1006
+ msgid "Put a chart showing 48 hours of views in the admin bar."
1007
+ msgstr "وضع مخطط يعرض المشاهدات آخر 48 ساعة في شريط تنبيهات المدير."
 
1008
 
1009
+ #: modules/stats.php:544
1010
+ msgid "Registered users"
1011
+ msgstr "المستخدمون المسجلون"
 
1012
 
1013
+ #: modules/stats.php:546
1014
+ msgid "Count the page views of registered users who are logged in."
1015
+ msgstr "قم بعد مشاهدات الصفحة للأعضاء المسجلين الذين قاموا بتسجيل الدخول."
 
1016
 
1017
+ #: modules/stats.php:556
1018
+ msgid "Smiley"
1019
+ msgstr "ابتسامة"
1020
 
1021
+ #: modules/stats.php:557
1022
+ msgid "Hide the stats smiley face image."
1023
+ msgstr "إخفاء الإحصائيات لصورة وجه الابتسامة."
1024
 
1025
+ #: modules/stats.php:557
1026
+ msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
1027
+ msgstr "تساعد الصورة بجمع الإحصاء و <strong>تجعل العالم أفضل مكان</strong> لكن تبقى تعمل عند الإخفاء"
1028
 
1029
+ #: modules/stats.php:557
1030
+ msgid "Smiley face"
1031
+ msgstr "وجه مضحك"
1032
 
1033
+ #: modules/stats.php:558
1034
+ msgid "Report visibility"
1035
+ msgstr "تقرير المشاهدة"
1036
 
1037
+ #: modules/stats.php:560
1038
+ msgid "Select the roles that will be able to view stats reports."
1039
+ msgstr "اختلا القواعد لتكون قادراً من مشاهدة تقارير الإحصائيات."
1040
 
1041
+ #: modules/stats.php:571
1042
+ msgid "Save configuration"
1043
+ msgstr "حفظ التغييرات"
1044
 
1045
+ #: modules/stats.php:635
1046
+ msgid "Stats"
1047
+ msgstr "الحالة"
1048
 
1049
+ #: modules/stats.php:637
1050
+ msgid "Views over 48 hours. Click for more Site Stats."
1051
+ msgstr "عدد المشاهدات لما يزيد عن 48 ساعة. اضغط للحصول على المزيد من إحصائيات الموقع."
1052
 
1053
+ #: modules/stats.php:722
1054
+ msgid "day"
1055
+ msgstr "يوم"
1056
 
1057
+ #: modules/stats.php:723
1058
+ msgid "week"
1059
+ msgstr "أسبوع"
1060
 
1061
+ #: modules/stats.php:724
1062
+ msgid "month"
1063
+ msgstr "شهر"
1064
+
1065
+ #: modules/stats.php:727
1066
+ msgid "the past day"
1067
+ msgstr "اليوم السابق"
1068
+
1069
+ #: modules/stats.php:728
1070
+ msgid "the past week"
1071
+ msgstr "الأسبوع الماضي"
1072
+
1073
+ #: modules/stats.php:729
1074
+ msgid "the past month"
1075
+ msgstr "الشهر الماضي"
1076
+
1077
+ #: modules/stats.php:730
1078
+ msgid "the past quarter"
1079
+ msgstr "الثلاثة الأشهر الماضية"
1080
+
1081
+ #: modules/stats.php:731
1082
+ msgid "the past year"
1083
+ msgstr "السنة الماضية"
1084
+
1085
+ #: modules/stats.php:753
1086
+ msgid "Chart stats by"
1087
+ msgstr "جدول الإحصائيات لغاية"
1088
+
1089
+ #: modules/stats.php:766
1090
+ msgid "Show top posts over"
1091
+ msgstr "أظهر المواضيع الأفضل على"
1092
+
1093
+ #: modules/stats.php:779
1094
+ msgid "Show top search terms over"
1095
+ msgstr "إظهار أعلى مصطلحات البحث من"
1096
+
1097
+ #: modules/stats.php:945
1098
+ msgid "%1$s %2$s Views"
1099
+ msgstr "%1$s %2$s مشاهدة"
1100
+
1101
+ #: modules/stats.php:966
1102
+ msgid "View All"
1103
+ msgstr "عرض الكل"
1104
+
1105
+ #: modules/stats.php:970
1106
+ msgid "Top Posts"
1107
+ msgstr "أحسن مشاركات"
1108
+
1109
+ #: modules/stats.php:974 modules/stats.php:998
1110
+ msgid "Sorry, nothing to report."
1111
+ msgstr "نأسف، لا يوجد شيء للتبليغ عنه."
1112
+
1113
+ #: modules/stats.php:994
1114
+ msgid "Top Searches"
1115
+ msgstr "أعلى الأبحاث"
1116
+
1117
+ #: modules/stats.php:1022
1118
+ msgid "We were unable to get your stats just now. Please reload this page to try again."
1119
  msgstr "لم نتمكن من الحصول على إحصائياتك الآن. الرجاء إعادة تحميل هذه الصفحة للمحاولة مرة أخرى."
1120
 
1121
+ #: modules/stats.php:1029
1122
  msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
1123
  msgstr "لم نتمكن من الحصول على إحصائياتك الخاصة بك فقط الآن. الرجاء إعادة تحميل هذه الصفحة للمحاولة مرة أخرى. إذا استمر ظهور هذا الخطأ، الرجاء <a href=\"%1$s\">الاتصال بالدعم</a>. يرجى تضمين المعلومات الواردة أدناه في تقريرك."
1124
 
1125
+ #: modules/subscriptions.php:123
1126
  msgid "Jetpack Subscriptions Settings"
1127
  msgstr "إعدادات الاشتراكات في Jetpack"
1128
 
1129
+ #: modules/subscriptions.php:132
1130
  msgid "Follow Blog"
1131
  msgstr "متابعة الموقع"
1132
 
1133
+ #: modules/subscriptions.php:147
1134
  msgid "Follow Comments"
1135
  msgstr "متابعة التعليقات"
1136
 
1137
+ #: modules/subscriptions.php:168
1138
  msgid "Follower Settings"
1139
  msgstr "إعدادات المتابعين"
1140
 
1141
+ #: modules/subscriptions.php:175
1142
  msgid "Blog follow email text"
1143
  msgstr "نص متابعة الموقع على البريد الإلكتروتي"
1144
 
1145
+ #: modules/subscriptions.php:183
1146
  msgid "Comment follow email text"
1147
  msgstr "نص متابعة التعليق على البريد الإلكتروني"
1148
 
1149
+ #: modules/subscriptions.php:197
1150
  msgid "Change whether your visitors can subscribe to your posts or comments or both."
1151
  msgstr "تحديد ما يمكن لزوار موقعك بالاشتراك في مواضيعك أو التعليقات أو كلاهما."
1152
 
1153
+ #: modules/subscriptions.php:212
1154
  msgid "Show a <em>'follow blog'</em> option in the comment form"
1155
  msgstr "إظهار خيار <em>'متابعة الموقع'</em> في نموذج التعليقات"
1156
 
1157
+ #: modules/subscriptions.php:227
1158
  msgid "Show a <em>'follow comments'</em> option in the comment form"
1159
  msgstr "إظهار خيار <em>'متابعة التعليقات'</em> في نموذج التعليقات"
1160
 
1161
+ #: modules/subscriptions.php:252
1162
  msgid "These settings change emails sent from your blog to followers."
1163
  msgstr "هذه الإعدادات تقوم بتغيير رسائل البريد الإلكتروني المرسلة من موقعك إلى المتابعين."
1164
 
1165
+ #: modules/subscriptions.php:258
1166
  msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
1167
  msgstr "مقدمة لنص الإرسال عندما يقوم أحد الأشخاص بمتابعة موقعك. (الموقع وتفاصيل التأكيد ستضاف تلقائياً.)"
1168
 
1169
+ #: modules/subscriptions.php:264
1170
  msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
1171
  msgstr "مقدمة لنص الإرسال عندما يقوم أحد الأشخاص بمتابعة موضوع على موقعك. (الموقع وتفاصيل التأكيد ستضاف تلقائياً.)"
1172
 
1173
+ #: modules/subscriptions.php:269
1174
  msgid ""
1175
  "Howdy.\n"
1176
  "\n"
1184
  "\n"
1185
  "للتفعيل، اضغط فوق تأكيد أدناه. إذا كنت تعتقد بأن هذا خطأ، تجاهل هذه الرسالة ولن نزعجك مرة أخرى."
1186
 
1187
+ #: modules/subscriptions.php:270
1188
  msgid ""
1189
  "Howdy.\n"
1190
  "\n"
1198
  "\n"
1199
  "للتفعيل، اضغط فوق تأكيد أدناه. إذا كنت تعتقد بأن هذا خطأ، تجاهل هذه الرسالة ولن نزعجك مرة أخرى."
1200
 
1201
+ #: modules/subscriptions.php:472
1202
  msgid "Notify me of follow-up comments by email."
1203
  msgstr "أعلمني بمتابعة التعليقات بواسطة البريد الإلكتروني."
1204
 
1205
+ #: modules/subscriptions.php:479
1206
  msgid "Notify me of new posts by email."
1207
  msgstr "أعلمني بالمواضيع الجديدة بواسطة البريد الإلكتروني."
1208
 
1209
+ #: modules/subscriptions.php:557
1210
  msgid "Add an email signup form to allow people to subscribe to your blog."
1211
  msgstr "أضف بريداً إلكترونياً للاشتراك منه لتسمح للزوار بتسجيل الاشتراك في موقعك."
1212
 
1213
+ #: modules/subscriptions.php:560
1214
  msgid "Blog Subscriptions (Jetpack)"
1215
  msgstr "الاشتراك في الموقع (Jetpack)"
1216
 
1217
+ #: modules/subscriptions.php:586
1218
  msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
1219
  msgstr "لقد تم إرسال رسالة لتأكيد اشتراكك. يرجى تفعيل الاشتراك من خلال بريدك الإلكتروني."
1220
 
1221
+ #: modules/subscriptions.php:595
1222
  msgid "The email you entered was invalid, please check and try again."
1223
  msgstr "البريد الذي أدخلته غير صحيح، الرجاء التأكد والمحاولة من جديد."
1224
 
1225
+ #: modules/subscriptions.php:598
1226
  msgid "You have already subscribed to this site, please check your inbox."
1227
  msgstr "لقد قمت بالإشتراك بهذا الموقع مسبقاً، يرجى التحقق من البريد الوارد."
1228
 
1229
+ #: modules/subscriptions.php:604
1230
  msgid "There was an error when subscribing, please try again."
1231
  msgstr "حدث خطأ بالاشتراك، يرجى المحاولة من جديد."
1232
 
1233
+ #: modules/subscriptions.php:617
1234
  msgid "Join %s other subscriber"
1235
  msgid_plural "Join %s other subscribers"
1236
  msgstr[0] "انضم مع %s مشترك"
1240
  msgstr[4] "انضم مع %s مشترك"
1241
  msgstr[5] "انضم مع %s مشترك"
1242
 
1243
+ #: modules/subscriptions.php:694
1244
  msgid "Subscribe to Blog via Email"
1245
  msgstr "اشترك بالنشرة البريدية للموقع"
1246
 
1247
+ #: modules/subscriptions.php:695
1248
+ msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
1249
+ msgstr "أدخل بريدك الإلكتروني للإشتراك في هذا الموقع لتستقبل أحدث المواضيع من خلال البريد الإلكتروني."
 
 
 
 
1250
 
1251
+ #: modules/subscriptions.php:697
1252
+ msgid "Click to subscribe to this blog and receive notifications of new posts by email."
1253
+ msgstr "اضغط للاشتراك بهذا الموقع لتستقبل أحدث المواضيع من خلال بريدك الإلكتروني."
1254
 
1255
+ #: modules/subscriptions.php:713
1256
+ msgid "%s: %s"
1257
+ msgstr "%s: %s"
1258
 
1259
+ #: modules/subscriptions.php:720 modules/widgets/image-widget.php:107
1260
+ msgid "Widget title:"
1261
+ msgstr "عنوان المربع الجانبي:"
1262
 
1263
+ #: modules/subscriptions.php:726
1264
+ msgid "Optional text to display to your readers:"
1265
+ msgstr "نص اختياري لعرضه لقراء موقعك:"
1266
 
1267
+ #: modules/subscriptions.php:732
1268
+ msgid "Subscribe Button:"
1269
+ msgstr "زر الاشتراك:"
1270
 
1271
+ #: modules/subscriptions.php:739
1272
+ msgid "Show total number of subscribers? (%s subscriber)"
1273
+ msgid_plural "Show total number of subscribers? (%s subscribers)"
1274
+ msgstr[0] "إظهار عدد المشتركين؟ (%s مشترك)"
1275
+ msgstr[1] "إظهار عدد المشتركين؟ (%s مشترك واحد)"
1276
+ msgstr[2] "إظهار عدد المشتركين؟ (%s مشتركان)"
1277
+ msgstr[3] "إظهار عدد المشتركين؟ (%s مشتركين)"
1278
+ msgstr[4] "إظهار عدد المشتركين؟ (%s مشترك)"
1279
+ msgstr[5] "إظهار عدد المشتركين؟ (%s مشترك)"
1280
 
1281
+ #: modules/tiled-gallery/tiled-gallery.php:318
1282
+ msgid "Tiled Mosaic"
1283
+ msgstr ""
1284
 
1285
+ #: modules/tiled-gallery/tiled-gallery.php:319 modules/widgets/gallery.php:328
1286
+ msgid "Square Tiles"
1287
+ msgstr "بلاط مربع"
1288
 
1289
+ #: modules/tiled-gallery/tiled-gallery.php:320 modules/widgets/gallery.php:329
1290
+ msgid "Circles"
1291
+ msgstr "دوائر"
1292
 
1293
+ #: modules/tiled-gallery/tiled-gallery.php:349
1294
+ msgid "Display all your gallery pictures in a cool mosaic."
1295
+ msgstr "عرض كافة الصور كلوحة فسيفسائية رائعة"
1296
 
1297
+ #: class.jetpack-cli.php:155 modules/vaultpress.php:24
1298
+ msgid "Active"
1299
+ msgstr "نشط"
1300
 
1301
+ #: modules/videopress/class.videopress-player.php:195
1302
+ msgid "%s Error"
1303
+ msgstr "%s خطأ"
1304
 
1305
+ #: modules/videopress/class.videopress-player.php:230
1306
+ msgid "This video is intended for mature audiences."
1307
+ msgstr "يستهدف هذا الفيديو الجماهير الناضجة."
1308
 
1309
+ #: modules/videopress/class.videopress-player.php:230
1310
+ msgid "Please verify your birthday."
1311
+ msgstr "يرجى التحقق من تاريخ ميلادك."
1312
 
1313
+ #: modules/videopress/class.videopress-player.php:280
1314
+ msgid "Submit"
1315
+ msgstr "تنفيذ"
1316
 
1317
+ #: modules/videopress/class.videopress-player.php:326
1318
+ msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
1319
+ msgstr "ليس لديك ما يكفي من <a rel=\"nofollow\" href=\"%s\">مستويات الحرية</a> لمشاهدة هذا الفيديو. أدعم البرامج المجانية وقم بالترقية."
1320
 
1321
+ #: modules/videopress/class.videopress-player.php:382
1322
+ msgctxt "watch a video title"
1323
+ msgid "Watch: %s"
1324
+ msgstr "شاهد: %s"
1325
 
1326
+ #: modules/videopress/class.videopress-player.php:478
1327
+ #: modules/videopress/class.videopress-player.php:500
1328
+ msgid "this video"
1329
+ msgstr "هذا الفيديو"
1330
 
1331
+ #: modules/videopress/class.videopress-player.php:507
1332
+ msgctxt "Play as in playback or view a movie"
1333
+ msgid "JavaScript required to play %s."
1334
+ msgstr "الجافا سكريبت المطلوبة للتشغيل %s."
1335
 
1336
+ #: modules/videopress/class.videopress-player.php:654
1337
+ msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
1338
+ msgstr "هذا الفيديو يتطلب وجود مشغل <a rel=\"nofollow\" href=\"%s\">أدوبي فلاش</a> ليتم تشغيله."
1339
 
1340
+ #: modules/videopress/class.videopress-player.php:661
1341
+ msgid "Loading video..."
1342
+ msgstr "تحميل الفيديو..."
1343
 
1344
+ #: modules/videopress/class.videopress-video.php:306
1345
+ msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
1346
+ msgstr "لا يستطيع VideoPress الاتصال مع ملقمات VideoPress. فمن الأرجح بأن يكون سبب هذا الخطأ بتكوين الإضافة. الرجاء إعادة التثبيت أو الترقية."
1347
 
1348
+ #: modules/videopress/class.videopress-video.php:308
1349
+ msgid "<strong>%s</strong> is not an allowed embed site."
1350
+ msgstr "<strong>%s</strong> لا يسمح بتضمين الموقع."
1351
 
1352
+ #: modules/videopress/class.videopress-video.php:308
1353
+ msgid "Publisher limits playback of video embeds."
1354
+ msgstr "يحد الناشر تشغيل ملفات الفيديو المتضمنة."
1355
 
1356
+ #: modules/videopress/class.videopress-video.php:310
1357
+ msgid "No data found for VideoPress identifier: <strong>%s</strong>."
1358
+ msgstr "لم يتم العثور لتعريف VideoPress: <strong>%s</strong>."
1359
 
1360
+ #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
1361
+ msgid "Could not obtain a VideoPress upload token. Please try again later."
1362
+ msgstr ""
1363
 
1364
+ #: modules/videopress/videopress.php:264
1365
+ msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
1366
+ msgstr ""
1367
 
1368
+ #: modules/videopress/videopress.php:269
1369
+ msgid "Connected WordPress.com Blog"
1370
+ msgstr ""
1371
 
1372
+ #: modules/videopress/videopress.php:278
1373
+ msgid "Only videos from the selected blog will be available in your media library."
1374
+ msgstr ""
1375
 
1376
+ #: modules/videopress/videopress.php:279
1377
+ msgid "<a href=\"%s\">Click here</a> to refresh this list."
1378
+ msgstr ""
1379
 
1380
+ #: modules/videopress/videopress.php:285
1381
+ msgid "Video Library Access"
1382
+ msgstr ""
1383
 
1384
+ #: modules/videopress/videopress.php:289
1385
+ msgid "Do not allow other users to access my VideoPress library"
1386
+ msgstr ""
1387
 
1388
+ #: modules/videopress/videopress.php:291
1389
+ msgid "Allow users to access my videos"
1390
+ msgstr ""
1391
 
1392
+ #: modules/videopress/videopress.php:293
1393
+ msgid "Allow users to access and edit my videos"
1394
+ msgstr ""
1395
 
1396
+ #: modules/sharedaddy/sharing-sources.php:242
1397
+ msgid "This post has been shared!"
1398
+ msgstr "تم مشاركة هذا الموضوع!"
1399
 
1400
+ #: modules/sharedaddy/sharing-sources.php:243
1401
+ msgid "You have shared this post with %s"
1402
+ msgstr "لقد قمت بمشاركة هذا الموضوع مع %s"
1403
 
1404
+ #: modules/sharedaddy/sharing-sources.php:244
1405
+ #: modules/videopress/videopress.php:676
1406
+ msgid "Close"
1407
+ msgstr "إغلاق"
1408
 
1409
+ #: modules/sharedaddy/sharing-sources.php:266
1410
+ msgctxt "share to"
1411
+ msgid "Email"
1412
+ msgstr "البريد الإلكتروني"
1413
 
1414
+ #: modules/sharedaddy/sharing-sources.php:266
1415
+ msgid "Click to email this to a friend"
1416
+ msgstr "اضغط لإرسال هذا الموضوع لصديق بواسطة البريد الإلكتروني"
1417
 
1418
+ #: modules/sharedaddy/sharing-sources.php:279
1419
+ msgid "Send to Email Address"
1420
+ msgstr "إرسال إلى بريد إلكتروني"
1421
 
1422
+ #: modules/sharedaddy/sharing-sources.php:287
1423
+ msgid "Your Name"
1424
+ msgstr "إسمك"
1425
 
1426
+ #: modules/sharedaddy/sharing-sources.php:290
1427
+ msgid "Your Email Address"
1428
+ msgstr "بريدك الإلكتروني"
1429
 
1430
+ #: modules/sharedaddy/sharing-sources.php:298
1431
+ msgid "Send Email"
1432
+ msgstr "إرسال بريد إلكتروني"
1433
 
1434
+ #: modules/sharedaddy/sharing-sources.php:302
1435
+ msgid "Post was not sent - check your email addresses!"
1436
+ msgstr "لم يتم إرسال الموضوع - تحقق من عناوين بريدك الإلكترونية!"
1437
 
1438
+ #: modules/sharedaddy/sharing-sources.php:306
1439
+ msgid "Email check failed, please try again"
1440
+ msgstr "فشل التأكد من البريد الإلكتروني، من فضلك أعد المحاولة"
1441
 
1442
+ #: modules/sharedaddy/sharing-sources.php:310
1443
+ msgid "Sorry, your blog cannot share posts by email."
1444
+ msgstr "عفواً، لا يستطيع موقعك مشاركة المواضيع من خلال البريد الإلكتروني."
1445
 
1446
+ #: modules/sharedaddy/sharing-sources.php:333
1447
+ msgid "Twitter"
1448
+ msgstr "Twitter"
1449
 
1450
+ #: modules/sharedaddy/sharing-sources.php:379
1451
+ msgctxt "share to"
1452
+ msgid "Twitter"
1453
+ msgstr "تويتر"
1454
 
1455
+ #: modules/sharedaddy/sharing-sources.php:379
1456
+ msgid "Click to share on Twitter"
1457
+ msgstr "اضغط للمشاركة على تويتر"
1458
 
1459
+ #: modules/sharedaddy/sharing-sources.php:454
1460
+ msgid "StumbleUpon"
1461
+ msgstr "StumbleUpon"
1462
 
1463
+ #: modules/sharedaddy/sharing-sources.php:465
1464
+ msgctxt "share to"
1465
+ msgid "StumbleUpon"
1466
+ msgstr "StumbleUpon"
1467
 
1468
+ #: modules/sharedaddy/sharing-sources.php:465
1469
+ msgid "Click to share on StumbleUpon"
1470
+ msgstr "اضغط لمشاركة الموضوع على StumbleUpon"
1471
 
1472
+ #: modules/sharedaddy/sharing-sources.php:492
1473
+ #: modules/sharedaddy/sharing-sources.php:499
1474
+ msgid "Reddit"
1475
+ msgstr "Reddit"
1476
 
1477
+ #: modules/sharedaddy/sharing-sources.php:499
1478
+ msgid "Click to share on Reddit"
1479
+ msgstr "اضغط لمشاركة الموضوع على Reddit"
1480
 
1481
+ #: modules/sharedaddy/sharing-sources.php:526
1482
+ msgid "Digg"
1483
+ msgstr "Digg"
1484
 
1485
+ #: modules/sharedaddy/sharing-sources.php:535
1486
+ #: modules/sharedaddy/sharing-sources.php:538
1487
+ msgid "Click to Digg this post"
1488
+ msgstr "شارك الموضوع على Digg"
1489
+
1490
+ #: modules/sharedaddy/sharing-sources.php:538
1491
+ msgctxt "share to"
1492
+ msgid "Digg"
1493
+ msgstr "Digg"
1494
+
1495
+ #: modules/sharedaddy/sharing-sources.php:582
1496
+ msgid "LinkedIn"
1497
+ msgstr "LinkedIn"
1498
+
1499
+ #: modules/sharedaddy/sharing-sources.php:596
1500
+ msgctxt "share to"
1501
+ msgid "LinkedIn"
1502
+ msgstr "LinkedIn"
1503
+
1504
+ #: modules/sharedaddy/sharing-sources.php:596
1505
+ msgid "Click to share on LinkedIn"
1506
+ msgstr "اضغط لتشارك على LinkedIn"
1507
+
1508
+ #: modules/sharedaddy/sharing-sources.php:659
1509
+ msgid "Facebook"
1510
+ msgstr "فيس بوك"
1511
+
1512
+ #: modules/sharedaddy/sharing-sources.php:733
1513
+ msgctxt "share to"
1514
+ msgid "Facebook"
1515
+ msgstr "فيس بوك"
1516
+
1517
+ #: modules/sharedaddy/sharing-sources.php:733
1518
+ msgid "Share on Facebook"
1519
+ msgstr "شارك على فيس بوك"
1520
+
1521
+ #: modules/sharedaddy/sharing-sources.php:764
1522
+ msgid "Print"
1523
+ msgstr "اطبع"
1524
+
1525
+ #: modules/sharedaddy/sharing-sources.php:768
1526
+ msgctxt "share to"
1527
+ msgid "Print"
1528
+ msgstr "طباعة"
1529
+
1530
+ #: modules/sharedaddy/sharing-sources.php:768
1531
+ msgid "Click to print"
1532
+ msgstr "اضغط للطباعة"
1533
+
1534
+ #: modules/sharedaddy/sharing-sources.php:784
1535
+ msgid "Press This"
1536
+ msgstr "انشر"
1537
+
1538
+ #: modules/sharedaddy/sharing-sources.php:812
1539
+ msgctxt "share to"
1540
+ msgid "Press This"
1541
+ msgstr "نشر"
1542
+
1543
+ #: modules/sharedaddy/sharing-sources.php:812
1544
+ msgid "Click to Press This!"
1545
+ msgstr "اضغط للنشر!"
1546
+
1547
+ #: modules/sharedaddy/sharing-sources.php:830
1548
+ msgid "Google"
1549
+ msgstr "قوقل"
1550
+
1551
+ #: modules/sharedaddy/sharing-sources.php:843
1552
+ msgctxt "share to"
1553
+ msgid "Google"
1554
+ msgstr ""
1555
+
1556
+ #: modules/sharedaddy/sharing-sources.php:843
1557
+ msgid "Click to share on Google+"
1558
+ msgstr "اضغط للمشاركة على Google+"
1559
 
1560
  #: modules/sharedaddy/sharing-sources.php:930
1561
  msgid "Click to share"
1677
  msgid "Button style"
1678
  msgstr "قالب الزر"
1679
 
1680
+ #: modules/sharedaddy/sharing.php:307
1681
+ msgid "Icon + text"
1682
+ msgstr "أيقونة + نص"
 
 
 
 
1683
 
1684
+ #: modules/sharedaddy/sharing.php:308
1685
+ msgid "Icon only"
1686
+ msgstr "الأيقونة فقط"
1687
 
1688
+ #: modules/sharedaddy/sharing.php:309
1689
+ msgid "Text only"
1690
+ msgstr "النص فقط"
1691
 
1692
+ #: modules/sharedaddy/sharing.php:310
1693
+ msgid "Official buttons"
1694
+ msgstr "أزرار عالمية"
 
1695
 
1696
+ #: modules/sharedaddy/sharing.php:315
1697
+ msgid "Sharing label"
1698
+ msgstr "علامة المشاركة"
1699
 
1700
+ #: modules/sharedaddy/sharing.php:321
1701
+ msgid "Open links in"
1702
+ msgstr "فتح الروابط في"
1703
 
1704
+ #: modules/sharedaddy/sharing.php:324
1705
+ msgid "New window"
1706
+ msgstr "نافذة جديدة"
 
1707
 
1708
+ #: modules/sharedaddy/sharing.php:325
1709
+ msgid "Same window"
1710
+ msgstr "نفس النافذة"
1711
 
1712
+ #: modules/sharedaddy/sharing.php:363
1713
+ msgid "Service name"
1714
+ msgstr "اسم الخدمة"
 
1715
 
1716
+ #: modules/sharedaddy/sharing.php:369
1717
+ msgid "Sharing URL"
1718
+ msgstr "رابط المشاركة"
1719
 
1720
+ #: modules/sharedaddy/sharing.php:373
1721
+ msgid "You can add the following variables to your service sharing URL:"
1722
+ msgstr "يمكنك إضافة المتغيرات التالية إلى رابط خدمة المشاركة:"
1723
 
1724
+ #: modules/sharedaddy/sharing.php:378
1725
+ msgid "Icon URL"
1726
+ msgstr "رابط الأيقونة"
 
1727
 
1728
+ #: modules/sharedaddy/sharing.php:381
1729
+ msgid "Enter the URL of a 16x16px icon you want to use for this service."
1730
+ msgstr "أدخل رابط للأيقونة بقياس 16×16 بيكسل التي تريد استخدامها لهذه الخدمة."
 
1731
 
1732
+ #: modules/sharedaddy/sharing.php:387
1733
+ msgid "Create Share Button"
1734
+ msgstr "إنشاء زر مشاركة"
1735
 
1736
+ #: modules/sharedaddy/sharing.php:399
1737
+ msgid "An error occurred creating your new sharing service - please check you gave valid details."
1738
+ msgstr "حدث خطأ أثناء إنشاء خدمة المشاركة الجديدة - يرجى مراجعة ما إذا قدمت تفاصيل صحيحة."
 
1739
 
1740
+ #: modules/shortcodes/archives.php:58
1741
+ msgid "Your blog does not currently have any published posts."
1742
+ msgstr "موقعك لا يحتوي على أي موضوع منشور."
1743
 
1744
+ #: modules/shortcodes/audio.php:202
1745
+ msgid "Download: <a href=\"%s\">%s</a><br />"
1746
+ msgstr "تحميل: <a href=\"%s\">%s</a><br />"
1747
 
1748
+ #: modules/shortcodes/presentations.php:226
1749
+ msgid "This slideshow could not be started. Try refreshing the page or viewing it in another browser."
1750
+ msgstr ""
 
1751
 
1752
+ #: modules/shortcodes/presentations.php:242
1753
+ msgid "Click to autoplay the presentation!"
1754
+ msgstr ""
1755
 
1756
+ #: modules/shortcodes/slideshow.php:58 modules/widgets/gallery.php:330
1757
+ msgid "Slideshow"
1758
+ msgstr "عرض شرائح"
1759
 
1760
+ #: modules/shortcodes/slideshow.php:131
1761
+ msgid "Click to view slideshow."
1762
+ msgstr "اضغط لمشاهدة عرض الشرائح."
 
1763
 
1764
+ #: modules/shortcodes/slideshow.php:160
1765
+ msgid "This slideshow requires JavaScript."
1766
+ msgstr "تتطلب عرض الشرائح هذه للجافا سكريبت."
1767
 
1768
+ #: modules/shortcodes/twitter-timeline.php:17
1769
+ msgid "Invalid username"
1770
+ msgstr ""
1771
 
1772
+ #: modules/shortcodes/twitter-timeline.php:20
1773
+ msgid "Invalid id"
1774
+ msgstr ""
 
1775
 
1776
+ #: modules/shortcodes/twitter-timeline.php:22
1777
+ msgid "Tweets by @%s"
1778
+ msgstr ""
1779
 
1780
+ #: modules/social-links/social-links.php:157
1781
+ msgid "&mdash; Select &mdash;"
1782
+ msgstr ""
1783
 
1784
+ #: modules/sso.php:39
1785
+ msgid "Error: This site's Jetpack connection is currently experiencing problems."
 
1786
  msgstr ""
1787
 
1788
+ #: modules/sso.php:124
1789
+ msgid "Error, invalid response data."
1790
+ msgstr ""
1791
 
1792
+ #: modules/sso.php:167
1793
+ msgid "Error: Couldn't create suitable username."
1794
+ msgstr ""
1795
 
1796
+ #: modules/sso.php:261
1797
+ msgid "Log in with WordPress.com"
1798
+ msgstr ""
1799
 
1800
+ #: modules/sso.php:294
1801
+ msgid "We couldn't find an account with the email <strong><code>%1$s</code></strong> to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that <strong><code>%1$s</code></strong> is configured as the email address, or that you have connected to WordPress.com on your profile page."
1802
+ msgstr ""
1803
 
1804
+ #: modules/sso.php:296
1805
+ msgid "We couldn't find any account on <strong>%2$s</strong> that is linked to your WordPress.com account to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that you have connected to WordPress.com on your profile page."
1806
+ msgstr ""
1807
 
1808
+ #: modules/module-info.php:741
1809
+ msgid "Create elegant magazine-style mosaic layouts for your photos without having to use an external graphic editor."
1810
+ msgstr "إنشاء قالب مجلة أنيقة للصور الفوتوغرافية بدون الحاجة لاستخدام محرر خارجي للرسوم البيانية."
 
1811
 
1812
+ #: modules/module-info.php:742
1813
+ msgid "When adding a gallery to your post, you now have the option to select a layout style for your images. We've added support for Rectangular, Square, and Circular galleries. By default, galleries will continue to display using the standard thumbnail grid layout. To make the rectangular layout the default for all of your site's galleries, head over to <a href=\"%s\">Settings &rarr; Media</a> and check the box next to \"Display all your gallery pictures in a cool mosaic.\""
1814
+ msgstr "عند إضافة معرض الصور إلى موضوعك، سيظهر لديك خيار لتحديد شكل لمعرض الصور. لقد قمنا بإضافة دعم لمعارض الصور مستطيلة الشكل، المربعة، والدائرية. بشكل افتراضي، سوف تستمر المعارض بعرض الصور باستخدام الصورة المصغرة القياسية بنمط تخطيط الشبكة. لتجعل شكل معرض الصور مستطيلاً بشكل افتراضي لكافة معارض الصور على موقعك، توجه إلى <a href=\"%s\">إعدادات &larr; وسائط</a> واختر المربع بجانب \"عرض كافة الصور كلوحة فسيفسائية رائعة.\""
1815
 
1816
+ #: modules/module-info.php:743
1817
+ msgid "Note: Images in tiled galleries require extra-special processing, so they will be served from WordPress.com's CDN even if the Photon module is disabled."
1818
+ msgstr "ملاحظة: الصور في Tiled Galleries تتطلب معالجة إضافية خاصة، لذا سيتم تحميل الصور على WordPress.com حتى إذا تم تعطيل إضافة Photon."
 
1819
 
1820
+ #: modules/module-info.php:765
1821
+ msgid "Likes allow your readers to show their appreciation for your posts and other published content using their WordPress.com accounts. Your readers will then be able to review their liked posts from WordPress.com."
1822
+ msgstr "تسمح لك الإعجابات من إظهار تقدير القراء لمواضيعك وإلى محتويات موقعك الأخرى باستخدام حساباتهم على WordPress.com. سيكونوا القراء قادرين بعد ذلك من مراجعة المواضيع التي أعجبوا بها من WordPress.com."
1823
 
1824
+ #: modules/module-info.php:766
1825
+ msgid "Displayed below your posts will be how many people have liked your posts and the Gravatars of those who have liked them."
1826
+ msgstr "إظهار عدد الأشخاص الذين أعجبوا بمواضيعك مع صور لملفاتهم الشخصية على Gravatars في أسفل الموضوع."
1827
 
1828
+ #: modules/module-info.php:768
1829
+ msgid "More information on using Likes."
1830
+ msgstr "لمزيد من المعلومات حول كيفية استخدام ميزة الإعجاب."
1831
 
1832
+ #: modules/module-info.php:791
1833
+ msgid "The Google+ profile module allows you to connect your blog and Google+ accounts."
1834
+ msgstr ""
1835
 
1836
+ #: modules/module-info.php:792
1837
+ msgid "Displayed below your posts will be a link back to your Google+ profile and a Google+ follow button. A link will also be added to your Google+ profile."
1838
+ msgstr ""
 
1839
 
1840
+ #: modules/module-info.php:794
1841
+ msgid "More information on using Google+ Profile."
1842
+ msgstr ""
1843
 
1844
+ #: modules/module-info.php:810 modules/omnisearch/omnisearch-core.php:59
1845
+ #: modules/omnisearch/omnisearch-core.php:64
1846
+ #: modules/omnisearch/omnisearch-core.php:85
1847
+ msgid "Omnisearch"
1848
+ msgstr "بحث Jetpack"
1849
 
1850
+ #: modules/module-info.php:812
1851
+ msgid "Search once, get results from everything! Currently supports searching posts, pages, comments, media, and plugins."
1852
+ msgstr ""
1853
 
1854
+ #: modules/module-info.php:814
1855
+ msgid "Omnisearch plays nice with other plugins by letting other providers offer results as well."
1856
+ msgstr ""
1857
 
1858
+ #: modules/module-info.php:833
1859
+ msgid "Widget Visibility"
1860
+ msgstr ""
 
1861
 
1862
+ #: modules/module-info.php:835
1863
+ msgid "Control which pages your widgets appear on with Widget Visibility."
1864
+ msgstr ""
 
1865
 
1866
+ #: modules/module-info.php:836
1867
+ msgid "To control visibility, expand the widget and click the Visibility button next to the Save button, and then, choose a set of visibility options."
 
1868
  msgstr ""
1869
 
1870
+ #: modules/module-info.php:837
1871
+ msgid "For example, if you wanted the Archives widget to only appear on category archives and error pages, choose \"Show\" from the first dropdown and then add two rules: \"Page is 404 Error Page\" and \"Category is All Category Pages.\""
1872
+ msgstr ""
1873
 
1874
+ #: modules/module-info.php:838
1875
+ msgid "You can also hide widgets based on the current page. For example, if you don't want the Archives widget to appear on search results pages, choose \"Hide\" and \"Page is Search results.\""
1876
+ msgstr ""
1877
 
1878
+ #: modules/module-info.php:853 modules/videopress/videopress.php:330
1879
+ msgid "VideoPress"
1880
+ msgstr ""
 
1881
 
1882
+ #: modules/module-info.php:854
1883
+ msgid "With the VideoPress module you can easily upload videos to your WordPress site and embed them in your posts and pages. This module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
1884
+ msgstr ""
 
1885
 
1886
+ #: modules/module-info.php:867
1887
+ msgid "Single Sign On"
1888
+ msgstr ""
1889
 
1890
+ #: modules/module-info.php:869
1891
+ msgid "With WordPress.com Single Sign On, your users will be able to log in to or register for your WordPress site with the same credentials they use on WordPress.com. It's safe and secure."
1892
+ msgstr ""
1893
 
1894
+ #: modules/module-info.php:870
1895
+ msgid "Once enabled, a \"Log in with WordPress.com\" option will be added to your existing log in form."
1896
+ msgstr ""
1897
 
1898
+ #: modules/module-info.php:885
1899
+ msgid "Monitor"
1900
+ msgstr ""
1901
 
1902
+ #: modules/module-info.php:887
1903
+ msgid "Nobody likes downtime, and that's why Jetpack Monitor is on the job, keeping tabs on your site. As soon as any downtime is detected, you will receive an email notification alerting you to the issue. That way you can act quickly, to get your site back online again!"
1904
+ msgstr ""
1905
 
1906
+ #: modules/module-info.php:889
1907
+ msgid "We’ll also let you know as soon as your site is up and running, so you can keep an eye on total downtime."
1908
+ msgstr ""
1909
 
1910
+ #: modules/omnisearch/omnisearch-comments.php:17
1911
+ msgid "Search Comments"
1912
+ msgstr "ابحث في التعليقات"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1913
 
1914
  #: modules/omnisearch/omnisearch-comments.php:18
1915
  #: modules/omnisearch/omnisearch-comments.php:27
2002
  msgid "Last Modified"
2003
  msgstr "آخر تعديل"
2004
 
2005
+ #: modules/post-by-email.php:95 modules/subscriptions.php:621
2006
  msgid "Email Address"
2007
  msgstr "عنوان البريد الإلكتروني"
2008
 
2009
+ #: modules/post-by-email.php:110
2010
  msgid "Enable Post By Email"
2011
  msgstr "تفعيل التدوين بواسطة البريد الإلكتروني"
2012
 
2013
+ #: modules/post-by-email.php:114
2014
  #: modules/videopress/class.videopress-player.php:283
2015
  msgid "More information"
2016
  msgstr "المزيد من المعلومات"
2017
 
2018
+ #: modules/post-by-email.php:117
2019
+ msgid "Regenerate Address"
2020
+ msgstr "إعادة إنشاء العنوان"
2021
 
2022
+ #: modules/post-by-email.php:118
2023
+ msgid "Disable Post By Email"
2024
+ msgstr "تعطيل التدوين بواسطة البريد الإلكتروني"
2025
 
2026
+ #: modules/post-by-email.php:126
2027
+ msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
2028
+ msgstr "لتفعيل التدوين بواسطة البريد الإلكتروني، ستحتاج لربط حسابك %s بحسابك في موقع WordPress.com."
2029
 
2030
+ #: modules/post-by-email.php:129 modules/publicize/publicize-jetpack.php:64
2031
+ msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
2032
+ msgstr "إن لم يكن لديك حساب WordPress.com بعد، يمكنك التسجيل مجاناً في بضعة ثواني."
2033
 
2034
+ #: modules/post-by-email.php:170 modules/post-by-email.php:179
2035
+ msgid "Unable to create your Post By Email address. Please try again later."
2036
+ msgstr "لا تستطيع إنشاء موضوع بواسطة البريد الإلكتروني. يرجى المحاولة مرة أخرى لاحقاً."
 
2037
 
2038
+ #: modules/post-by-email.php:198 modules/post-by-email.php:207
2039
+ msgid "Unable to regenerate your Post By Email address. Please try again later."
2040
+ msgstr "لا تستطيع إعادة إنشاء موضوع بواسطة البريد الإلكتروني. يرجى المحاولة مرة أخرى لاحقاً."
2041
 
2042
+ #: modules/post-by-email.php:226 modules/post-by-email.php:235
2043
+ msgid "Unable to disable your Post By Email address. Please try again later."
2044
+ msgstr "لا تستطيع تعطيل موضوعك بواسطة البريد الإلكتروني. يرجى المحاولة مرة أخرى لاحقاً."
2045
 
2046
+ #: modules/publicize/publicize-jetpack.php:61
2047
+ msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
2048
+ msgstr "لاستخدام خدمة النشر، ستحتاج لربط حسابك %s بحسابك في موقع WordPress.com باستخدام الزر على اليمين."
2049
 
2050
+ #: modules/publicize/publicize-jetpack.php:178
2051
+ msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
2052
+ msgstr "هناك مشكلة في الاتصال بـ %s. الرجاء إعادة المحاولة بعد قليل."
2053
 
2054
+ #: modules/publicize/publicize-jetpack.php:184
2055
+ msgid "An invalid request was made. This normally means that something intercepted or corrupted the request from your server to the Jetpack Server. Try again and see if it works this time."
2056
+ msgstr "تم طلب غير صحيح. ذلك يعني بأن شيئاً ما اعترض أو أتلف الطلب من ملقمك بملقم Jetpack. حاول مرة أخرى وانظر إذا كانت المشكلة ستعود هذه المرة."
2057
 
2058
+ #: modules/publicize/publicize-jetpack.php:187
2059
+ msgid "We could not verify that your server is making an authorized request. Please try again, and make sure there is nothing interfering with requests from your server to the Jetpack Server."
2060
+ msgstr "لم نتمكن من التحقق من أن ملقمك يطلب تصريح. يرجى المحاولة مرة أخرى، وتأكد بأنه لا يوجد شيئاً من التداخل مع طلبات ملقمك بملقم Jetpack."
 
2061
 
2062
+ #: modules/publicize/publicize-jetpack.php:190
2063
+ msgid "No blog_id was included in your request. Please try disconnecting Jetpack from WordPress.com and then reconnecting it. Once you have done that, try connecting Publicize again."
2064
+ msgstr "لم يتم إدراج blog_id في طلبك. يرجى محاولة فصل اتصال Jetpack من WordPress.com ومن ثم إعادة الاتصال به. عندما تقوم بذلك، حاول الاتصال مرة أخرى بخدمة النشر."
2065
 
2066
+ #: modules/publicize/publicize-jetpack.php:193
2067
+ msgid "No user information was included in your request. Please make sure that your user account has connected to Jetpack. Connect your user account by going to the <a href=\"%s\">Jetpack page</a> within wp-admin."
2068
+ msgstr "لا توجد معلومات لأي مستخدم في طلبك. الرجاء التأكد من أن حسابك متصل بـ Jetpack. قم بربط حسابك عن طريق الذهاب إلى <a href=\"%s\">صفحة Jetpack</a>داخل لوحة التحكم."
2069
 
2070
+ #: modules/publicize/publicize-jetpack.php:196
2071
+ msgid "Something which should never happen, happened. Sorry about that. If you try again, maybe it will work."
2072
+ msgstr "ثمة شيء ما لن يحدث أبداً، ها هو حدث. آسف لذلك. إذا حاولت مرة أخرى ربما ستعمل."
2073
 
2074
+ #: modules/publicize/publicize-jetpack.php:200
2075
+ msgid "There was a problem connecting with Publicize. Please try again in a moment."
2076
+ msgstr "هناك مشكلة في الاتصال مع خدمة النشر. الرجاء إعادة المحاولة بعد قليل."
2077
 
2078
+ #: modules/publicize/publicize-jetpack.php:209
2079
+ msgid "Error code: %s"
2080
+ msgstr "خطأ بالخصائص: %s"
2081
 
2082
+ #: modules/publicize/publicize-jetpack.php:218
2083
+ msgid "That connection has been removed."
2084
+ msgstr "تم حذف الاتصال."
2085
 
2086
+ #: modules/publicize/publicize-jetpack.php:348
2087
+ msgid "Refresh connection with %s"
2088
+ msgstr "تحديث الاتصال مع %s"
2089
 
2090
+ #: modules/publicize/publicize-jetpack.php:422
2091
+ #: modules/publicize/publicize-jetpack.php:439
2092
+ #: modules/publicize/publicize-jetpack.php:562
2093
+ msgid "Publicize to my %s:"
2094
+ msgstr "نشر في %s:"
2095
 
2096
+ #: modules/publicize/publicize-jetpack.php:423
2097
+ msgid "Facebook Wall"
2098
+ msgstr "حائط الفيس بوك"
2099
 
2100
+ #: modules/publicize/publicize-jetpack.php:440
2101
+ msgid "Facebook Page"
2102
+ msgstr "صفحة الفيس بوك"
 
 
2103
 
2104
+ #: modules/publicize/publicize-jetpack.php:563
2105
+ msgid "Tumblr blog"
2106
+ msgstr "مدونة Tumblr"
2107
 
2108
+ #: modules/publicize/publicize.php:373
2109
+ msgid "This connection is working correctly."
2110
  msgstr ""
2111
 
2112
+ #: modules/publicize/ui.php:76
2113
+ msgid "You have successfully connected your blog with your %s account."
2114
+ msgstr "لقد تم ربط حسابك على %s بنجاح."
2115
 
2116
+ #: modules/publicize/ui.php:82
2117
+ msgid "You have chosen not to connect your blog. Please click 'accept' when prompted if you wish to connect your accounts."
2118
  msgstr ""
2119
 
2120
+ #: modules/publicize/ui.php:103
2121
+ msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
2122
+ msgstr "أربط موقعك بشبكات التواصل الاجتماعية وشارك مواضيعك الجديدة تلقائياً مع أصدقائك."
2123
 
2124
+ #: modules/publicize/ui.php:104
2125
+ msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
2126
+ msgstr "يمكنك إنشاء اتصال لعضويتك أو لكافة الأعضاء في موقعك. يتم وضع علامة لاتصالات المشاركة بنص (تم مشاركته)."
2127
 
2128
+ #: modules/publicize/ui.php:169
2129
+ msgid "Connected as: "
2130
  msgstr ""
2131
 
2132
+ #: modules/publicize/ui.php:179
2133
+ msgid "Shared"
2134
+ msgstr "تم مشاركته"
2135
+
2136
+ #: modules/publicize/ui.php:205 modules/social-links/social-links.php:81
2137
+ msgid "Connect"
2138
  msgstr ""
2139
 
2140
+ #: modules/publicize/ui.php:223
2141
+ msgid "Are you sure you want to stop Publicizing posts to this connection?"
2142
+ msgstr "هل أنت متأكد بأنك تريد إيقاف نشر المواضيع لهذا الاتصال؟"
2143
 
2144
+ #: modules/publicize/ui.php:245
2145
+ msgid "Make this connection available to all users of this blog?"
2146
+ msgstr "جعل هذا الاتصال متاحاً لكافة زوار موقعك؟"
2147
 
2148
+ #: modules/publicize/ui.php:253
2149
+ msgid "There was a problem connecting to %s. Please disconnect and try again."
2150
+ msgstr "هناك مشكلة بالاتصال بـ %s. يرجى قطع الاتصال والمحاولة مرة أخرى."
2151
 
2152
+ #: modules/publicize/ui.php:427
2153
+ msgid "Before you hit Publish, please refresh the following connection(s) to make sure we can Publicize your post:"
2154
+ msgstr ""
2155
 
2156
+ #: modules/publicize/ui.php:515
2157
+ msgid "Publicize:"
2158
+ msgstr "النشر:"
2159
 
2160
+ #: modules/publicize/ui.php:595
2161
+ msgctxt "Service: Account connected as"
2162
+ msgid "%1$s: %2$s"
2163
+ msgstr "%1$s: %2$s"
2164
 
2165
+ #: modules/publicize/ui.php:630
2166
+ msgid "Custom Message:"
2167
+ msgstr "رسالة مخصصة"
2168
 
2169
+ #: modules/publicize/ui.php:635 modules/publicize/ui.php:664
2170
+ #: modules/publicize/ui.php:666
2171
+ msgid "Hide"
2172
+ msgstr "إخفاء "
2173
 
2174
+ #: modules/publicize/ui.php:644
2175
+ msgid "Not Connected"
2176
+ msgstr "غير متلصة"
2177
 
2178
+ #: modules/publicize/ui.php:651
2179
+ msgid "Connect to"
2180
+ msgstr "متصل بـ"
2181
 
2182
+ #: modules/publicize/ui.php:656
2183
+ msgid "Connect and share your posts on %s"
2184
+ msgstr "ربط ومشاركة مواضيعك على %s"
2185
 
2186
+ #: modules/publicize/ui.php:679
2187
+ msgid "Show"
2188
+ msgstr "عرض"
2189
 
2190
+ #: modules/publicize.php:90
2191
+ msgctxt "word count: words or characters?"
2192
+ msgid "words"
2193
+ msgstr "كلمة"
2194
 
2195
+ #: modules/sharedaddy/sharedaddy.php:18
2196
+ msgid "Shared Post"
2197
+ msgstr "موضوع مشارك"
2198
 
2199
+ #: modules/sharedaddy/sharedaddy.php:114
2200
+ msgid "Disable CSS and JS"
2201
+ msgstr "تعطيل CSS و JS"
2202
 
2203
+ #: modules/sharedaddy/sharedaddy.php:116
2204
+ msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
2205
+ msgstr "متقدم. إذا كان هذا الخيار مفعلاً فيجب عليك تضمين هذه الملفات في قالبك بشكل يدوي لتعمل روابط المشاركة."
2206
 
2207
+ #: modules/sharedaddy/sharing-service.php:12
2208
+ msgid "Share this:"
2209
+ msgstr "شارك هذا الموضوع:"
2210
 
2211
+ #: modules/sharedaddy/sharing-service.php:551
2212
+ #: modules/sharedaddy/sharing.php:250 modules/sharedaddy/sharing.php:283
2213
+ msgid "More"
2214
+ msgstr "المزيد"
2215
 
2216
+ #: modules/sharedaddy/sharing-service.php:553
2217
+ #: modules/videopress/videopress.php:635
2218
+ msgid "Share"
2219
+ msgstr "مشاركة"
2220
 
2221
+ #: modules/sharedaddy/sharing-sources.php:200
2222
+ msgctxt "as sharing source"
2223
+ msgid "Email"
2224
+ msgstr ""
2225
 
2226
+ #: modules/module-info.php:60
2227
+ msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
2228
+ msgstr "Hovercards توفر وسيلة عظيمة لإظهار حالتك على الإنترنت ومساعدة الناس بالعثور على موقعك."
2229
 
2230
+ #: modules/module-info.php:74
2231
+ msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
2232
+ msgstr "Hovercards يعزز صورة ملفك الشخصي بالمعلومات حول الشخصية مثل: الاسم والصورة والمعلومات الشخصية وخدمات أخرى."
2233
 
2234
+ #: modules/module-info.php:75
2235
+ msgid "To see hovercards, look at any blog post on your blog that has comments. If the commenter has a hovercard associated with their gravatar, mouse over their image and the hovercard will appear. To turn hovercards off, click the Deactivate button above."
2236
+ msgstr "لمشاهدة hovercards، أنظر لأي موضوع في الموقع يحتوي على تعليقات. إذا كان المعلق لديه حساب hovercard، ضع مؤشر الفأرة فوق صورته وستظهر معلوماته على hovercard. لتعطيل ميزة hovercards، اضغط على زر تعطيل أعلاه."
2237
 
2238
+ #: modules/module-info.php:90 modules/module-info.php:94
2239
+ #: modules/module-info.php:103 modules/module-info.php:107
2240
+ msgid "Shortcode Embeds"
2241
+ msgstr "الأكواد القصيرة المدمجة"
2242
 
2243
+ #: modules/module-info.php:95 modules/module-info.php:108
2244
+ msgid "Shortcodes allow you to easily and safely embed media from other places in your site. With just one simple code, you can tell WordPress to embed YouTube, Flickr, and other media."
2245
+ msgstr "الأكواد القصيرة تسمح لك بسهولة وبأمان بدمج الوسائط من أماكن أخرى لداخل موقعك. مع رمز بسيط واحد فقط، يمكنك أن تقول تضمين يوتيوب، فليكر، وغيرها من الوسائط."
2246
 
2247
+ #: modules/module-info.php:109
2248
+ msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
2249
+ msgstr "أدخل كود قصير مباشرة داخل الموضوع / الصفحة لتدمج وسائط الميديا. للحصول على تعليمات محددة اتبع الروابط أدناه."
2250
 
2251
+ #: modules/module-info.php:132
2252
+ msgid "Available shortcodes are: %l."
2253
+ msgstr "الأكواد القصيرة المتوفرة هي: %l."
2254
 
2255
+ #: modules/module-info.php:147 modules/module-info.php:151
2256
+ #: modules/module-info.php:161 modules/module-info.php:165
2257
+ msgid "WP.me Shortlinks"
2258
+ msgstr "الروابط المختصرة من WP.me"
2259
 
2260
+ #: modules/module-info.php:152 modules/module-info.php:166
2261
+ msgid "Instead of typing or copy-pasting long URLs, you can now get a short and simple link to your posts and pages. This uses the super compact wp.me domain name, and gives you a unique URL you can use that will be safe and reliable."
2262
+ msgstr "بدلاً من كتابة أو نسخ ولصق عناوين المواقع الطويلة، يمكنك الآن الحصول على رابط قصير وسهل لمواضيعك وصفحاتك. تستخدم الإضافة المدمجة اسم النظاق wp.me، ويقوم بتوليد عنوان URL فريد من نوعه يمكنك استخدامه ليكون آمناً وموثوقاً به."
2263
+
2264
+ #: modules/module-info.php:153
2265
+ msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
2266
+ msgstr "إنها مثالية للاستخدام على تويتر، الفيس بوك، ورسائل الهاتف المحمول حيث تكون الأحرف معدودة."
2267
+
2268
+ #: modules/module-info.php:167
2269
+ msgid "To use shortlinks, go to any already published post (or publish something new!). A &#8220;Get Shortlink&#8221; button will be visible under the Post title. When you click it, a dialog box will appear with the shortlink and you can copy and paste to Twitter, Facebook or wherever your heart desires."
2270
+ msgstr "لاستخدام الروابط المختصرة، اذهب إلى أي موضوع قد سبق وتم نشره (أو أنشأ موضوعاً جديداً). سيظهر زر &#8221;الحصول على الرابط المختصر&#8220; تحت عنوان الموضوع. عند الضغط فوقه، سوف يظهر مربع حوار مع الرابط المختصر ويمكنك عندها نسخه ولصقه إلى تويتر، الفيسبوك أو في أي مكان تفضله."
2271
+
2272
+ #: modules/module-info.php:182 modules/module-info.php:186
2273
+ #: modules/module-info.php:195 modules/module-info.php:199
2274
+ msgid "WordPress.com Stats"
2275
+ msgstr "إحصائيات WordPress.com"
2276
+
2277
+ #: modules/module-info.php:187 modules/module-info.php:200
2278
+ msgid "There are many plugins and services that provide statistics, but data can be overwhelming. WordPress.com Stats makes the most popular metrics easy to understand through a clear and attractive interface."
2279
+ msgstr "هناك العديد من الإضافات والخدمات التي توفر الإحصائيات، ولكن يمكن أن تكون البيانات ساحقة. إحصائيات WordPress.com تجعل المقاييس أكثر شعبية وسهلة الفهم من خلال واجهة واضحة وجذابة."
2280
+
2281
+ #: modules/module-info.php:201
2282
+ msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
2283
+ msgstr "يمكنك <a href=\"%s\">عرض لوحة تحكم الإحصائيات من هنا</a>."
2284
+
2285
+ #: modules/module-info.php:215 modules/module-info.php:219
2286
+ #: modules/publicize/ui.php:95
2287
+ msgid "Publicize"
2288
+ msgstr "النشر"
2289
+
2290
+ #: modules/module-info.php:220
2291
+ msgid "Publicize allows you to connect your blog to popular social networking sites and automatically share new posts with your friends.\t You can make a connection for just yourself or for all users on your blog."
2292
+ msgstr "خدمة النشر تسمح لك بربط موقعك بشبكات التواصل الاجتماعية وتقوم تلقائياً بمشاركة مواضيعك الجديدة مع أصدقائك.\\t يمكنك إنشاء اتصال لعضويتك أو لكافة الأعضاء في موقعك."
2293
+
2294
+ #: modules/module-info.php:221
2295
+ msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
2296
+ msgstr "خدمة النشر تسمح لك بمشاركة مواضيعك على فيس بوك، تويتر، تمبلر، ياهو! والمزيد."
2297
+
2298
+ #: modules/module-info.php:225
2299
+ msgid "Manage your <a href=\"%s\">Publicize settings</a>."
2300
+ msgstr "إدارة <a href=\"%s\">إعدادات النشر</a>."
2301
+
2302
+ #: modules/module-info.php:229 modules/publicize/ui.php:114
2303
+ msgid "More information on using Publicize."
2304
+ msgstr "المزيد من المعلومات حول استخدام خدمة النشر."
2305
+
2306
+ #: modules/module-info.php:245 modules/module-info.php:249
2307
+ #: modules/module-info.php:258 modules/module-info.php:262
2308
+ #: modules/notes.php:160
2309
+ msgid "Notifications"
2310
+ msgstr "الإشعارات"
2311
+
2312
+ #: modules/module-info.php:250 modules/module-info.php:263
2313
+ msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
2314
+ msgstr "أحرص على متابعة الأحداث الأخيرة في كافة مواقعك في WordPress.com وتفاعل مع مستخدمين آخرين في WordPress.com."
2315
+
2316
+ #: modules/module-info.php:264
2317
+ msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
2318
+ msgstr "بإمكانك مشاهدة التنبيهات في شريط الأدوات وعلى <a href=\"%s\">WordPress.com</a> أيضاً."
2319
+
2320
+ #: modules/module-info.php:279 modules/module-info.php:294
2321
+ msgid "LaTeX"
2322
+ msgstr "LaTeX"
2323
+
2324
+ #: modules/module-info.php:284 modules/module-info.php:299
2325
+ msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
2326
+ msgstr "%s هي لغة ترميز قوية لكتابة المعادلات والصيغ الرياضية المعقدة، الصيغ، الخ."
2327
+
2328
+ #: modules/module-info.php:285
2329
+ msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
2330
+ msgstr "Jetpack يجمع بين قوة %s وبساطة ووردبرس ليعطيك الأفضل في منصات تدوين الرياضيات."
2331
+
2332
+ #: modules/module-info.php:286
2333
+ msgid "Wow, that sounds nerdy."
2334
+ msgstr "نجاح باهر، وهذا يبدو تميز المهووسين بالدراسة."
2335
+
2336
+ #: modules/module-info.php:300
2337
+ msgid "Use <code>$latex your latex code here$</code> or <code>[latex]your latex code here[/latex]</code> to include %s in your posts and comments. There are <a href=\"%s\" target=\"_blank\">all sorts of options</a> available."
2338
+ msgstr "استخدم <code>$الكود ضمن الإشارات هنا$</code> أو <code>[latex]اكتب الكود ضمن هذه العبارة[/latex]</code> لتستطيع إدراج معادلتك %s في مواضيعك أو ضمن التعليقات. كما يوجد <a href=\"%s\" target=\"_blank\">خيارات لكافة الأنواع</a> متاحة من هنا."
2339
+
2340
+ #: modules/module-info.php:319
2341
+ msgid "Share your posts with Twitter, Facebook, and a host of other services. You can configure services to appear as icons, text, or both. Some services have additional options to display smart buttons, such as Twitter, which will update the number of times the post has been shared."
2342
+ msgstr "شارك مواضيعك على تويتر وفيس بوك ومجموعة من الخدمات الأخرى. يمكنك تخصيص الخدمات لتظهر كنص، أو أيقونة أو كلاهما. بعض الخدمات لديها خيارات إضافية لإظهار أزرار زكية، مثل تويتر، والتي تقوم بتحديث عدد مرات مشاركة الموضوع."
2343
+
2344
+ #: modules/module-info.php:323
2345
+ msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
2346
+ msgstr "تم تضمين الخدمات التالية: تويتر، فيس بوك، Reddit، StumbleUpon، PressThis، Digg، LinkedIn، غوغل +1، طباعة، البريد الإلكتروني."
2347
+
2348
+ #: modules/module-info.php:325
2349
+ msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
2350
+ msgstr "تم تضمين الخدمات التالية: تويتر، فيس بوك، Reddit، StumbleUpon، Digg، LinkedIn، غوغل +1، طباعة، البريد الإلكتروني."
2351
 
2352
  #: modules/module-info.php:329
2353
  msgid "Additionally you can define your own custom services."
2468
  msgid "Subscriptions"
2469
  msgstr "اشتراكات"
2470
 
2471
+ #: modules/module-info.php:429
2472
+ msgid "Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog&#8217;s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers."
2473
+ msgstr "تسمح لأي زائر الإشتراك في كافة مواضيعك بسهولة عبر البريد الإلكتروني من خلال مربع جانبي في الشريط الجانبي لموقعك. وفي كل مرة تقوم بنشر موضوع، سوف يقوم WordPress.com بإرسال إشعار لكافة المشتركين."
2474
 
2475
+ #: modules/module-info.php:430
2476
+ msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
2477
+ msgstr "عند إضافة تعليقات، يستطيع الزوار الإشتراك أيضاً بالتعليقات أو المواضيع لمتابعة المحادثة."
 
2478
 
2479
+ #: modules/module-info.php:435
2480
+ msgid "To use the Subscriptions widget, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag the widget labeled &#8220;Blog Subscriptions (Jetpack)&#8221; into one of your sidebars and configure away."
2481
+ msgstr "لاستخدام المربع الجانبي للاشتراكات، إذهب إلى المظهر &larr; <a href=\"%s\">مربعات القائمة الجانبية</a>. اسحب المربع المسمى &#8220;الاشتراك في الموقع (Jetpack)&#8221; إلى إحدى الأشرطة الجانبية وقم بإعدادها كما شئت."
2482
 
2483
+ #: modules/module-info.php:436
2484
+ msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
2485
+ msgstr "كما يمكنك إجراء التعديلات على إعدادات الاشتراكات من أسفل صفحة <a href=\"%s\">إعدادات المناقشة</a>."
2486
 
2487
+ #: modules/module-info.php:449
2488
+ msgid "Enhanced Distribution"
2489
+ msgstr "التوزيع المحسن"
2490
 
2491
+ #: modules/module-info.php:451
2492
+ msgid "Jetpack will automatically take the great published content from your blog or website and share it instantly with third party services like search engines, increasing your reach and traffic."
2493
+ msgstr "سيقوم Jetpack بأخذ محتوى جيد من مواضيعك المنشورة تلقائياً من موقعك ويقوم بمشاركتها على الفور مع خدمات محركات البحث، مما يزيد الوصول إليها لاحقاً."
 
2494
 
2495
+ #: modules/module-info.php:466
2496
+ msgid "JSON API"
2497
+ msgstr "JSON الوصلة البينية البرمجية التطبيقية"
2498
 
2499
+ #: modules/module-info.php:468
2500
+ msgid "Jetpack will allow you to authorize applications and services to securely connect to your blog and allow them to use your content in new ways and offer you new functionality."
2501
+ msgstr "تسمح لك إضافة Jetpack السماح للتطبيقات والخدمات بالاتصال بشكل آمن بموقعك والسماح لهم باستخدام محتوى موقعك بطرق جديدة وتقدم لك وظائف جديدة."
2502
 
2503
+ #: modules/module-info.php:470
2504
+ msgid "Developers can use WordPress.com's <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> authentication system and <a href='http://developer.wordpress.com/docs/api/'>WordPress.com REST API</a> to manage and access your site's content."
2505
+ msgstr "يمكن للمطورين استخدام نظام التوثيق الخاص بموقع WordPress.com <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> وبرنامج <a href='http://developer.wordpress.com/docs/api/'>WordPress.com تصفير الوصلة البينية البرمجية التطبيقية لموقع</a> لإدارة محتوى موقعك والوصول إليه."
2506
 
2507
+ #: modules/module-info.php:498
2508
+ msgid "A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address."
2509
+ msgstr "نموذج الاتصال هو وسيلة رائعة لتقديم إمكانية الحصول على اتصال لقراءك، وبدون إعطاء عنوان بريدك الإلكتروني الخاص."
 
2510
 
2511
+ #: modules/module-info.php:501
2512
+ msgid "Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through <a href=\"http://akismet.com/\">Akismet</a> (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area."
2513
+ msgstr "يمكنك بسهولة تخصيص كل شكل من أشكال نماذج الاتصال لتناسب احتياجاتك. عندما يرسل مستخدم نموذج اتصالك، سوف يتم تصفيتها من خلال رسائل <a href=\"http://akismet.com/\">أكيسميت</a> (إذا كانت مفعلة على موقعك) للتأكد من أنها ليست رسائل مزعجة سبام. وسوف ترسل لك عبر البريد الإلكتروني، وتتم إضافتها إلى منطقة الإدارة."
2514
 
2515
+ #: modules/module-info.php:518
2516
+ msgid "Jetpack Comments Screenshot"
2517
+ msgstr "صورة تعليقات Jetpack"
2518
 
2519
+ #: modules/module-info.php:523
2520
+ msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
2521
+ msgstr "تعليقات Jetpack تقوم بتفعيل حسابات الزوار على موقع ووردبريس والتويتر أو الفيس بوك لاستخدامها بالتعليق في موقعك."
 
2522
 
2523
+ #: modules/module-info.php:528
2524
+ msgid "Jetpack tries to match your site's color scheme automatically, but you can make manual adjustments at the bottom of the <a href='%s'>Discussion Settings</a> page."
2525
+ msgstr "يحاول Jetpack بأن يطابق ألوان موقعك بشكل تلقائي، ولكن يمكنك إجراء التعديلات اليدوية من صفحة <a href='%s'>إعدادات المناقشة</a> في موقعك."
2526
 
2527
+ #: modules/module-info.php:549
2528
+ msgid "Gallery Carousel Screenshot"
2529
+ msgstr "صورة معرض صور Carousel"
2530
 
2531
+ #: modules/module-info.php:552 modules/widgets/gallery.php:334
2532
+ msgid "Carousel"
2533
+ msgstr "معرض صور Carousel"
2534
 
2535
+ #: modules/module-info.php:554
2536
+ msgid "With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata."
2537
+ msgstr "إذا كان Carousel مفعلاً، فإن أي معرض صور تدمجه في المواضيع أو الصفحات سيعمل بملئ الشاشة لتقوم باختبار تصفح الصور مع إمكانية التعليق عليها كما يمكنك إظهار بيانات التعريف EXIF الخاصة بالكاميرات الرقمية."
2538
 
2539
+ #: modules/module-info.php:567 modules/module-info.php:570
2540
+ msgid "Custom CSS"
2541
+ msgstr "تخصيص CSS"
 
 
2542
 
2543
+ #: modules/module-info.php:571
2544
+ msgid "The Custom CSS editor gives you the ability to add to or replace your theme's CSS, all while supplying syntax coloring, auto-indentation, and immediate feedback on the validity of the CSS you're writing."
2545
+ msgstr "محرر Custom CSS يعطيك المقدرة بإضافة أو استبدال ملف CSS في قالبك، كل ذلك مع توفير تلوين السياق، المسافات البادئة الذاتية، وعلى الفور يسري المفعول في ملف CSS الذي قمت بكتابته."
2546
 
2547
+ #: modules/module-info.php:572
2548
+ msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
2549
+ msgstr "لاستخدام محرر CSS, اذهب إلى المظهر &larr; <a href=\"%s\">تعديل CSS</a>."
2550
 
2551
+ #: modules/module-info.php:589 modules/module-info.php:592
2552
+ msgid "Mobile Theme"
2553
+ msgstr "قالب الموبايل"
2554
 
2555
+ #: modules/module-info.php:593
2556
+ msgid "There's a good chance that visitors to your site will be using a smartphone, and it's important to provide them with a great reading experience while on the small screen."
2557
+ msgstr "هناك احتمال بأن يقوموا زوار موقعك باستخدام الهاتف الذكي، وإنه لمن المهم أن توفر لهم التجربة أثناء القراءة على الشاشات الصغيرة."
2558
 
2559
+ #: modules/module-info.php:594
2560
+ msgid "Jetpack's mobile theme is optimized for small screens. It uses the header image, background, and widgets from your current theme for a great custom look. Post format support is included, so your photos and galleries will look fantastic on a smartphone."
2561
+ msgstr "قالب الموبايل مستحسن للشاشات الصغيرة. فإنه يستخدم صورة الهيدر، والخلفية، ومربعات القائمة الجانبية من القالب الحالي ليظهره بمظهر مخصص ورائع. كما يدعم تنسيق الموضوع، لذا ستبدو صورك وألبوماتك رائعة على أجهزة الهاتف."
2562
 
2563
+ #: modules/module-info.php:595
2564
+ msgid "Visitors on iPhone, Android, Windows Phone, and other mobile devices will automatically see the mobile theme, with the option to view the full site. You can enable or disable the mobile theme by clicking the \"Activate\" or \"Deactive\" button above."
2565
+ msgstr "الزوار مستخدمي أجهزة آيفون وأندرويد وويندوز فون، وباقي أجهزة الهاتف سيشاهدون قالب الموبايل وبشكل تلقائي، مع الحفاظ على خيار مشاهدة الموقع بشكل كامل. يمكنك تفعيل أو تعطيل قالب الموبايل بالضغط على زر \"تغعيل\" أو \"تعطيل\" أعلاه."
2566
 
2567
+ #: modules/module-info.php:611 modules/module-info.php:614
2568
+ msgid "Mobile Push Notifications"
2569
+ msgstr "دفع الإشعارات للموبايل"
2570
 
2571
+ #: modules/module-info.php:616
2572
+ msgid "If you use <a href=\"%1$s\">WordPress for iOS</a> or <a href=\"%2$s\">WordPress for Android</a>, you’ll now be able to opt in to receive push notifications of new comments, which makes it easier than ever to keep up with your readers and moderate comments on the go."
2573
+ msgstr ""
2574
 
2575
+ #: modules/module-info.php:634
2576
+ msgid "If you are a theme author, you can learn about adding support for Infinite Scroll at <a href=\"%1$s\">%1$s</a>."
2577
+ msgstr "إذا كنت مؤلف القالب، تستطيع تعلم كيفية إضافة الدعم لخدمة Infinite Scroll من هنا <a href=\"%1$s\">%1$s</a>."
2578
 
2579
+ #: modules/module-info.php:637
2580
+ msgid "Infinite Scroll"
2581
+ msgstr "Infinite Scroll"
2582
 
2583
+ #: modules/module-info.php:640
2584
+ msgid "When you write great content, all you really want is people to find it, right?"
2585
+ msgstr "عندما تقوم بكتابة محتوى رائع، كل ما تريده في الحقيقة هو بأن يعثر عليه الناس، أليس كذلك؟"
2586
 
2587
+ #: modules/module-info.php:642
2588
+ msgid "With the Infinite Scroll module and a supported theme, that's exactly what happens. Instead of the old way of navigating down a page by scrolling and then clicking a link to get to the next page, waiting for a page refresh&mdash;the document model of the web&mdash;infinite scrolling pulls the next set of posts automatically into view when the reader approaches the bottom of the page, more like an application."
2589
+ msgstr "مع إضافة Infinite Scroll وقالب مدعوم، هذا هو بالضبط ما يحدث. فبدلاً من الطريقة القديمة في التنقل إلى أسفل الصفحة ومن ثم الضغط على رابط الوصول إلى الصفحة التالية، والانتظار لصفحة التحديث&mdash;نموذج مستندات الانترنت&mdash;فإن إضافة Infinite Scroll تقوم بسحب المجموعة التالية من المواضيع تلقائياً للقارئ عندما يقترب من أسفل الصفحة، إنها أشبه بالتطبيق."
2590
 
2591
+ #: modules/module-info.php:645
2592
+ msgid "At this time, your theme, %s, doesn't support Infinite Scroll. Unlike other Jetpack modules, Infinite Scroll needs information from your theme to function properly."
2593
+ msgstr "في الوقت الحالي، إن قالبك %s، لا يدعم خدمة Infinite Scroll. على عكس إضافات Jetpack الأخرى، فإن خدمة Infinite Scroll تحتاج لمعلومات من قالبك لتعمل بشكل صحيح."
2594
 
2595
+ #: modules/module-info.php:647
2596
+ msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
2597
+ msgstr "لحين يصبح قالبك يدعم خدمة Infinite Scroll، فلن تكن قادراً من تفعيل هذه الخدمة."
2598
 
2599
+ #: modules/module-info.php:657
2600
+ msgid "There is an update available for your theme. You may wish to check if this update adds Infinite Scroll support by visiting the <a href=\"%s\">WordPress Updates</a> page."
2601
+ msgstr "هناك تحديث متاح لقالبك. قد ترغب في معرفة ما إذا كان هذا التحديث أضاف دعم Infinite Scroll من خلال زيارتك لصفحة <a href=\"%s\">تحديثات ووردبريس</a>."
2602
 
2603
+ #: modules/module-info.php:681 modules/module-info.php:684
2604
+ #: modules/post-by-email.php:92
2605
+ msgid "Post by Email"
2606
+ msgstr "كتابة موضوع ونشره بواسطة البريد الإلكتروني"
2607
 
2608
+ #: modules/module-info.php:686
2609
+ msgid "Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones."
2610
+ msgstr "النشر بواسطة البريد الإلكتروني هو وسيلة لنشر المواضيع على موقعك عن طريق البريد الإلكتروني. جميع أنظمة البريد الإلكتروني يمكن استخدامها لإرسال البريد الإلكتروني، مما يسمح لك بالنشر بسرعة وسهولة من الأجهزة مثل الهواتف المحمولة."
2611
 
2612
+ #: modules/module-info.php:690
2613
+ msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
2614
+ msgstr "تفعيل التدوين بواسطة البريد الإلكتروني من صفحة <a href=\"%s\">إعدادات الملف الشخصي</a>"
2615
 
2616
+ #: modules/module-info.php:694
2617
+ msgid "More information on sending emails, attachments, and customizing your posts."
2618
+ msgstr "المزيد من المعلومات حول إرسال رسائل البريد الإلكتروني والمرفقات وتخصيص مواضيعك."
 
 
 
2619
 
2620
+ #: modules/module-info.php:714
2621
+ msgid "Photon"
2622
+ msgstr "Photon"
2623
 
2624
+ #: modules/module-info.php:716
2625
+ msgid "Give your site a boost by loading images in posts from the WordPress.com content delivery network. We cache your images and serve them from our super-fast network, reducing the burden on your Web host with the click of a button."
2626
+ msgstr "تسريع تحميل الصور من موقعك عن طريق تحميل الصور في المواضيع من محتوى شبكة WordPress.com. سنقوم بتخزين صورك في شبكتنا بسرعة فائقة، مما يقلل من العبء على استضافة الويب الخاص بك بضغطة زر واحدة."
2627
 
2628
+ #: modules/module-info.php:735 modules/module-info.php:738
2629
+ #: modules/tiled-gallery/tiled-gallery.php:342
2630
+ msgid "Tiled Galleries"
2631
+ msgstr "Tiled Galleries"
2632
 
2633
+ #: modules/infinite-scroll/infinity.php:290
2634
+ msgid "Scroll Infinitely"
2635
+ msgstr "Scroll Infinitely"
2636
 
2637
+ #: modules/infinite-scroll/infinity.php:290
2638
+ msgid "(Shows %s posts on each load)"
2639
+ msgstr "(إظهار %s مواضيع في كل تحميل)"
2640
 
2641
+ #: modules/infinite-scroll/infinity.php:524
2642
+ msgid "Older posts"
2643
+ msgstr "المواضيع القديمة"
2644
 
2645
+ #: modules/infinite-scroll/infinity.php:525
2646
+ msgid "Scroll back to top"
2647
+ msgstr "الرجوع إلى الأعلى"
2648
 
2649
+ #: modules/infinite-scroll/infinity.php:1042
2650
+ msgid "Theme: %1$s."
2651
+ msgstr "القالب: %1$s."
2652
 
2653
+ #: modules/infinite-scroll.php:86
2654
+ msgid "Use Google Analytics with Infinite Scroll"
2655
+ msgstr "استخدام خدمة التحليل من غوغل Google Analytics مع Infinite Scroll"
2656
 
2657
+ #: modules/infinite-scroll.php:97
2658
+ msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
2659
+ msgstr "تعقب كل استخدام Infinite Scroll عند تحميل موضوع كمعاينة الصفحة في تحليلات غوغل Google Analytics"
2660
 
2661
+ #: modules/infinite-scroll.php:97
2662
+ msgid "By checking the box above, each new set of posts loaded via Infinite Scroll will be recorded as a page view in Google Analytics."
2663
+ msgstr "عند تحديد الخيار أعلاه، سيتم تسجيل كل مجموعة جديدة من المواضيع التي يتم تحميلها بواسطة Infinite Scroll كمعاينة الصفحة في تحليلات غوغل Google Analytics."
 
2664
 
2665
+ #: modules/likes.php:112
2666
+ msgid "Likes and Shares"
2667
+ msgstr "الإعجابات والمشاركات"
2668
 
2669
+ #: modules/likes.php:123 modules/likes.php:581 modules/module-info.php:759
2670
+ #: modules/module-info.php:763
2671
+ msgid "Likes"
2672
+ msgstr "الإعجابات"
2673
 
2674
+ #: modules/likes.php:183
2675
+ msgid "Show likes."
2676
+ msgstr "إظهار الإعجابات."
 
2677
 
2678
+ #: modules/likes.php:199 modules/sharedaddy/sharedaddy.php:37
2679
+ msgid "Show sharing buttons."
2680
+ msgstr "إظهار أزرار المشاركة."
2681
 
2682
+ #: modules/likes.php:211
2683
+ msgid "Likes Notifications"
2684
+ msgstr "تنبيهات الإعجابات"
2685
 
2686
+ #: modules/likes.php:212
2687
+ msgid "Email me whenever"
2688
+ msgstr "راسلني في أي وقت"
2689
+
2690
+ #: modules/likes.php:251
2691
+ msgid "Someone likes one of my posts"
2692
+ msgstr "شخص ما أعجب بأحد مواضيعي"
2693
+
2694
+ #: modules/likes.php:270
2695
+ msgid "WordPress.com Likes are"
2696
+ msgstr "خيار إعجابات WordPress.com"
2697
+
2698
+ #: modules/likes.php:276
2699
+ msgid "On for all posts"
2700
+ msgstr "مفعلاً في كافة المواضيع"
2701
+
2702
+ #: modules/likes.php:282
2703
+ msgid "Turned on per post"
2704
+ msgstr "يتطلب تفعيله في كل موضوع"
2705
+
2706
+ #: modules/likes.php:308 modules/sharedaddy/sharing.php:330
2707
+ msgid "Show buttons on"
2708
+ msgstr "إظهار الأزرار في"
2709
+
2710
+ #: modules/likes.php:317 modules/sharedaddy/sharing.php:336
2711
+ msgid "Front Page, Archive Pages, and Search Results"
2712
+ msgstr "الصفحة الرئيسية، صفحات الأرشيف، ونتائج البحث"
2713
+
2714
+ #: modules/likes.php:450 modules/sharedaddy/sharing.php:158
2715
+ msgid "Settings have been saved"
2716
+ msgstr "تم حفظ الإعدادات"
2717
+
2718
+ #: modules/likes.php:457 modules/sharedaddy/sharing.php:170
2719
+ msgid "Sharing Buttons"
2720
+ msgstr "أزرار المشاركة"
2721
+
2722
+ #: modules/likes.php:466 modules/sharedaddy/sharing.php:352
2723
+ msgid "Save Changes"
2724
+ msgstr "حفظ التغييرات"
2725
+
2726
+ #: modules/likes.php:616
2727
+ msgid "Like this:"
2728
+ msgstr "معجب بهذه:"
2729
+
2730
+ #: modules/likes.php:617
2731
+ msgid "Like"
2732
+ msgstr "إعجاب"
2733
+
2734
+ #: modules/likes.php:617 modules/widget-visibility/widget-conditions.php:168
2735
+ msgid "Loading..."
2736
+ msgstr "تحميل..."
2737
+
2738
+ #: modules/likes.php:709
2739
+ msgid "<span>%d</span> bloggers like this:"
2740
+ msgstr "<span>%d</span> مدونون معجبون بهذه:"
2741
+
2742
+ #: modules/minileven/minileven.php:93
2743
+ msgid "View Mobile Site"
2744
+ msgstr "استخدام القالب الخاص بالهاتف"
2745
+
2746
+ #: modules/minileven/minileven.php:260
2747
+ msgid "Mobile-compatible:"
2748
+ msgstr "توافق الهاتف المحمول:"
2749
+
2750
+ #: modules/minileven/minileven.php:261
2751
+ msgid "No"
2752
+ msgstr "لا"
2753
+
2754
+ #: modules/minileven/minileven.php:267 modules/minileven/minileven.php:318
2755
+ msgid "Include this CSS in the Mobile Theme"
2756
+ msgstr "تضمين ملف CSS هذا على قالب الموبايل"
2757
+
2758
+ #: modules/minileven/theme/pub/minileven/comments.php:15
2759
+ msgid "This post is password protected. Enter the password to view any comments."
2760
+ msgstr "هذه التدوينة محمية بكلمة سر. أدخل كلمة السر لاستعراض التعليقات."
2761
+
2762
+ #: modules/minileven/theme/pub/minileven/comments.php:45
2763
+ msgid "Comment navigation"
2764
+ msgstr "استعراض التعليق"
2765
+
2766
+ #: modules/minileven/theme/pub/minileven/comments.php:46
2767
+ msgid "&larr; Older Comments"
2768
+ msgstr "&rarr; تعليقات أقدم"
2769
+
2770
+ #: modules/minileven/theme/pub/minileven/comments.php:47
2771
+ msgid "Newer Comments &rarr;"
2772
+ msgstr "تعليقات أقدم &larr;"
2773
+
2774
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2775
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2776
+ #: modules/minileven/theme/pub/minileven/content.php:13
2777
+ #: modules/minileven/theme/pub/minileven/content.php:18
2778
+ #: modules/minileven/theme/pub/minileven/content.php:22
2779
+ msgid "Permalink to %s"
2780
+ msgstr "الوصلة الدائمة لـ%s"
2781
+
2782
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2783
+ #: modules/widgets/gallery.php:26
2784
+ msgid "Gallery"
2785
+ msgstr "معرض"
2786
+
2787
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2788
+ #: modules/minileven/theme/pub/minileven/content.php:41
2789
+ #: modules/minileven/theme/pub/minileven/inc/tweaks.php:30
2790
+ msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2791
+ msgstr "إقرأ المزيد <span class=\"meta-nav\">&larr;</span>"
2792
+
2793
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2794
+ msgid "This gallery contains <a %1$s>%2$s photo</a>."
2795
+ msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2796
+ msgstr[0] "يحتوي معرض الصور هذا على <a %1$s>%2$s صورة</a>."
2797
+ msgstr[1] "يحتوي معرض الصور هذا على <a %1$s>%2$s صورة</a>."
2798
+ msgstr[2] "يحتوي معرض الصور هذا على <a %1$s>%2$s صورة</a>."
2799
+ msgstr[3] "يحتوي معرض الصور هذا على <a %1$s>%2$s صور</a>."
2800
+ msgstr[4] "يحتوي معرض الصور هذا على <a %1$s>%2$s صورة</a>."
2801
+ msgstr[5] "يحتوي معرض الصور هذا على <a %1$s>%2$s صورة</a>."
2802
+
2803
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2804
+ #: modules/minileven/theme/pub/minileven/content.php:43
2805
+ #: modules/minileven/theme/pub/minileven/image.php:64
2806
+ #: modules/minileven/theme/pub/minileven/page.php:27
2807
+ msgid "Pages:"
2808
+ msgstr "الصفحات:"
2809
 
2810
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2811
+ #: modules/minileven/theme/pub/minileven/content.php:51
2812
+ #: modules/minileven/theme/pub/minileven/image.php:80
2813
+ msgid "<b>1</b> Reply"
2814
+ msgstr "<b>1</b> رد"
2815
 
2816
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2817
+ #: modules/minileven/theme/pub/minileven/content.php:51
2818
+ #: modules/minileven/theme/pub/minileven/image.php:80
2819
+ msgid "<b>%</b> Replies"
2820
+ msgstr "<b>%</b> الردود"
2821
 
2822
+ #: modules/minileven/theme/pub/minileven/content.php:19
2823
+ msgid "Featured"
2824
+ msgstr "المميز"
2825
 
2826
  #: modules/minileven/theme/pub/minileven/content.php:28
2827
  msgid "Posted by "
2944
  msgid "Monthly Archives: %s"
2945
  msgstr "الأرشيف الشهري: %s"
2946
 
2947
+ #: modules/minileven/theme/pub/minileven/index.php:27
2948
+ msgid "Yearly Archives: %s"
2949
+ msgstr "الأرشيف السنوي: %s"
2950
 
2951
+ #: modules/minileven/theme/pub/minileven/index.php:29
2952
+ msgid "Posted in %s"
2953
+ msgstr "أرسلت فى %s "
2954
 
2955
+ #: modules/minileven/theme/pub/minileven/index.php:31
2956
+ msgid "Tagged with %s"
2957
+ msgstr "تمت الإشارة إليه مع %s"
2958
 
2959
+ #: modules/minileven/theme/pub/minileven/index.php:33
2960
+ msgid "Posted by"
2961
+ msgstr "تم النشر بواسطة"
2962
 
2963
+ #: modules/minileven/theme/pub/minileven/index.php:35
2964
+ msgid "Blog Archives"
2965
+ msgstr "أرشيف المدونة"
2966
 
2967
+ #: modules/minileven/theme/pub/minileven/index.php:43
2968
+ msgid "Search Results for: %s"
2969
+ msgstr "نتائج البحث عن: %s"
2970
 
2971
+ #: modules/minileven/theme/pub/minileven/index.php:57
2972
+ msgid "Nothing Found"
2973
+ msgstr "لم يتم العثور على نتائج"
2974
 
2975
+ #: modules/minileven/theme/pub/minileven/index.php:61
2976
+ msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
2977
+ msgstr "معذرة، ولكن لم يتم العثور على نتائج الأرشيف المطلوبة. ربما سوف تساعد في البحث العثور على موضوع ذات صلة."
2978
 
2979
+ #: modules/minileven/theme/pub/minileven/searchform.php:9
2980
+ #: modules/minileven/theme/pub/minileven/searchform.php:10
2981
+ #: modules/minileven/theme/pub/minileven/searchform.php:11
2982
+ #: modules/omnisearch/omnisearch-core.php:156
2983
+ msgid "Search"
2984
+ msgstr "بحث"
2985
 
2986
+ #: modules/minileven.php:51
2987
+ msgid "Excerpts"
2988
+ msgstr "مقتطفات"
2989
 
2990
+ #: modules/minileven.php:55
2991
+ msgid "Enable excerpts on front page and on archive pages"
2992
+ msgstr "تفعيل المقتطفات على الصفحة الرئيسية وصفحات الأرشيف"
2993
 
2994
+ #: modules/minileven.php:60
2995
+ msgid "Show full posts on front page and on archive pages"
2996
+ msgstr "إظهار مواضيع كاملة على الصفحة الرئيسية وعلى صفحات الأرشيف"
2997
 
2998
+ #: modules/minileven.php:65
2999
+ msgid "Mobile App Promos"
3000
+ msgstr "ترويجات تطبيق الموبايل"
3001
 
3002
+ #: modules/minileven.php:69
3003
+ msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
3004
+ msgstr "إظهار دعاية عن تطبيق الووردبريس للموبايل في فوتر قالب الموبايل."
3005
 
3006
+ #: modules/minileven.php:78
3007
+ msgid "Mobile Apps"
3008
+ msgstr "تطبيق الموبايل"
3009
 
3010
+ #: modules/minileven.php:79
3011
+ msgid "Take WordPress with you."
3012
+ msgstr "خذ الموقع معك."
3013
 
3014
+ #: modules/minileven.php:81
3015
+ msgid "We have apps for <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a>, and <a href=\"%s\">more</a>!"
3016
+ msgstr "لدينا تطبيقات للأجهزة التالية أيضاً <a href=\"%s\">iOS (آيفون، آيباد، آيبود تاتش)</a>, <a href=\"%s\">أندرويد</a>, <a href=\"%s\">بلاك بيري</a>, <a href=\"%s\">ويندوز فون</a>, و <a href=\"%s\">المزيد</a>!"
3017
 
3018
+ #: modules/module-info.php:22 modules/module-info.php:26
3019
+ msgid "VaultPress"
3020
+ msgstr "VaultPress"
3021
 
3022
+ #: modules/module-info.php:28
3023
+ msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
3024
+ msgstr "تنصيب موقعك محمي حالياً مع أفضل برامج الأمن والدعم والتخزين في العالم."
3025
 
3026
+ #: modules/module-info.php:29
3027
+ msgctxt "Visit your _VaultPress_dashboard_."
3028
+ msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
3029
+ msgstr "لتفحص نسخك الاحتياطية، ومشاهدة أي تنبيهات أمنية، أو لفحص نشاط VaultPress. قم بزيارة لوحة التحكم %s. "
3030
 
3031
+ #: modules/module-info.php:29
3032
+ msgid "VaultPress dashboard"
3033
+ msgstr "لوحة تحكم VaultPress"
3034
 
3035
+ #: modules/module-info.php:31
3036
+ msgid "With a monthly subscription, the VaultPress plugin will backup your site&#8217;s content, themes, and plugins in real-time, as well as perform regular security scans for common threats and attacks."
3037
+ msgstr "بدفع رسم اشتراك شهري، فإن VaultPress يقوم بأخذ نسخة احتياطية لكافة محتويات موقعك، القوالب، والإضافات في الوقت الحقيقي، ويعمل على حماية أمن موقعك من التهديدات والهجمات المشتركة."
 
 
 
 
3038
 
3039
+ #: modules/module-info.php:32
3040
+ msgctxt "View _Plans_&_Pricing_. (VaultPress)"
3041
+ msgid "View %s."
3042
+ msgstr "عرض %s."
3043
 
3044
+ #: modules/module-info.php:32
3045
+ msgid "Plans & Pricing"
3046
+ msgstr "العروض والأسعار"
 
 
3047
 
3048
+ #: modules/module-info.php:53 modules/module-info.php:68
3049
+ msgid "Gravatar Hovercard"
3050
+ msgstr "بطاقات Gravatar"
 
 
 
 
 
 
3051
 
3052
+ #: modules/module-info.php:58 modules/module-info.php:73
3053
+ msgid "What&#8217;s a Hovercard?"
3054
+ msgstr "ما هو Hovercard؟"
 
 
 
3055
 
3056
+ #: modules/module-info.php:59
3057
+ msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services they use on the web like Twitter, Facebook, or LinkedIn."
3058
+ msgstr "Hovercards يعزز صورة ملفك الشخصي بالمعلومات حول الشخصية مثل: الاسم والصورة والمعلومات الشخصية وخدمات أخرى تستخدم الانترنت مثل التويتر والفيس بوك أو LinkedIn."
 
 
3059
 
3060
+ #: modules/custom-post-types/nova.php:120
3061
+ msgid "Edit Menu Item Label"
3062
+ msgstr ""
 
 
3063
 
3064
+ #: modules/custom-post-types/nova.php:121
3065
+ msgid "View Menu Item Label"
3066
+ msgstr ""
3067
+
3068
+ #: modules/custom-post-types/nova.php:122
3069
+ msgid "Update Menu Item Label"
3070
+ msgstr ""
3071
+
3072
+ #: modules/custom-post-types/nova.php:123
3073
+ msgid "Add New Menu Item Label"
3074
+ msgstr ""
3075
+
3076
+ #: modules/custom-post-types/nova.php:124
3077
+ msgid "New Menu Item Label Name"
3078
+ msgstr ""
3079
+
3080
+ #: modules/custom-post-types/nova.php:125
3081
+ #: modules/custom-post-types/nova.php:759
3082
+ msgid "Separate Labels with commas"
3083
+ msgstr ""
3084
+
3085
+ #: modules/custom-post-types/nova.php:126
3086
+ msgid "Add or remove Labels"
3087
+ msgstr ""
3088
+
3089
+ #: modules/custom-post-types/nova.php:127
3090
+ msgid "Choose from the most used Labels"
3091
+ msgstr ""
3092
+
3093
+ #: modules/custom-post-types/nova.php:129
3094
+ msgid "No Labels found"
3095
+ msgstr ""
3096
+
3097
+ #: modules/custom-post-types/nova.php:136
3098
+ #: modules/custom-post-types/nova.php:167
3099
+ msgid "Food Menus"
3100
+ msgstr ""
3101
+
3102
+ #: modules/custom-post-types/nova.php:137
3103
+ msgid "Food Menu"
3104
+ msgstr ""
3105
+
3106
+ #: modules/custom-post-types/nova.php:138
3107
+ msgid "Search Menus"
3108
+ msgstr ""
3109
+
3110
+ #: modules/custom-post-types/nova.php:139
3111
+ msgid "All Menus"
3112
+ msgstr ""
3113
+
3114
+ #: modules/custom-post-types/nova.php:140
3115
+ msgid "Parent Menu"
3116
+ msgstr ""
3117
+
3118
+ #: modules/custom-post-types/nova.php:141
3119
+ msgid "Parent Menu:"
3120
+ msgstr ""
3121
+
3122
+ #: modules/custom-post-types/nova.php:142
3123
+ msgid "Edit Menu"
3124
+ msgstr ""
3125
+
3126
+ #: modules/custom-post-types/nova.php:143
3127
+ msgid "View Menu"
3128
+ msgstr ""
3129
+
3130
+ #: modules/custom-post-types/nova.php:144
3131
+ msgid "Update Menu"
3132
+ msgstr ""
3133
+
3134
+ #: modules/custom-post-types/nova.php:145
3135
+ msgid "Add New Menu"
3136
+ msgstr ""
3137
+
3138
+ #: modules/custom-post-types/nova.php:146
3139
+ msgid "New Menu Name"
3140
+ msgstr ""
3141
+
3142
+ #: modules/custom-post-types/nova.php:162
3143
+ msgid "Items on your restaurant's menu"
3144
+ msgstr ""
3145
+
3146
+ #: modules/custom-post-types/nova.php:165
3147
+ #: modules/custom-post-types/nova.php:168
3148
+ msgid "Menu Items"
3149
+ msgstr ""
3150
+
3151
+ #: modules/custom-post-types/nova.php:166
3152
+ msgid "Menu Item"
3153
+ msgstr ""
3154
+
3155
+ #: modules/custom-post-types/nova.php:169
3156
+ #: modules/custom-post-types/nova.php:170
3157
+ msgid "Add One Item"
3158
+ msgstr ""
3159
 
3160
+ #: modules/custom-post-types/nova.php:171
3161
+ msgid "Edit Menu Item"
3162
+ msgstr ""
 
3163
 
3164
+ #: modules/custom-post-types/nova.php:172
3165
+ msgid "New Menu Item"
3166
  msgstr ""
3167
 
3168
+ #: modules/custom-post-types/nova.php:173
3169
+ msgid "View Menu Item"
3170
  msgstr ""
3171
 
3172
+ #: modules/custom-post-types/nova.php:174
3173
+ msgid "Search Menu Items"
3174
  msgstr ""
3175
 
3176
+ #: modules/custom-post-types/nova.php:175
3177
+ msgid "No Menu Items found"
3178
  msgstr ""
3179
 
3180
+ #: modules/custom-post-types/nova.php:176
3181
+ msgid "No Menu Items found in Trash"
3182
  msgstr ""
3183
 
3184
+ #: modules/custom-post-types/nova.php:277
3185
+ #: modules/custom-post-types/nova.php:278
3186
+ #: modules/custom-post-types/nova.php:724
3187
+ msgid "Add Many Items"
3188
  msgstr ""
3189
 
3190
+ #: modules/custom-post-types/nova.php:313
3191
+ msgid "Menu Items re-ordered."
3192
  msgstr ""
3193
 
3194
+ #: modules/custom-post-types/nova.php:332
3195
+ msgid "Labels"
3196
+ msgstr ""
 
3197
 
3198
+ #: modules/custom-post-types/nova.php:333
3199
+ #: modules/custom-post-types/nova.php:742
3200
+ #: modules/custom-post-types/nova.php:778
3201
+ #: modules/custom-post-types/nova.php:784
3202
+ msgid "Price"
3203
+ msgstr ""
3204
 
3205
+ #: modules/custom-post-types/nova.php:334
3206
+ msgid "Order"
3207
+ msgstr "ترتيب"
3208
 
3209
+ #: modules/custom-post-types/nova.php:390
3210
+ #: modules/custom-post-types/nova.php:442
3211
+ msgid "Re-order"
3212
+ msgstr ""
3213
 
3214
+ #: modules/custom-post-types/nova.php:637
3215
+ msgid "Move menu section up"
3216
+ msgstr ""
3217
 
3218
+ #: modules/custom-post-types/nova.php:637
3219
+ msgid "UP"
3220
+ msgstr ""
3221
 
3222
+ #: modules/custom-post-types/nova.php:639
3223
+ msgid "Move menu section down"
3224
+ msgstr ""
3225
 
3226
+ #: modules/custom-post-types/nova.php:639
3227
+ msgid "DOWN"
3228
+ msgstr ""
3229
 
3230
+ #: modules/custom-post-types/nova.php:726
3231
+ msgid "Use the <kbd>TAB</kbd> key on your keyboard to move between colums and the <kbd>ENTER</kbd> or <kbd>RETURN</kbd> key to save each row and move on to the next."
3232
+ msgstr ""
3233
 
3234
+ #: modules/custom-post-types/nova.php:741
3235
+ msgid "Description"
3236
+ msgstr "توصيف"
3237
 
3238
+ #: modules/custom-post-types/nova.php:743
3239
+ msgid "Labels: <small>spicy, favorite, etc.</small>"
3240
+ msgstr ""
3241
 
3242
+ #: modules/custom-post-types/nova.php:765
3243
+ msgid "Add These New Menu Items"
3244
+ msgstr ""
3245
 
3246
+ #: modules/custom-post-types/nova.php:847
3247
+ #: modules/custom-post-types/nova.php:866
3248
+ msgctxt "Nova label separator"
3249
+ msgid ", "
3250
+ msgstr ""
3251
 
3252
+ #: modules/custom-post-types/nova.php:868
3253
+ msgid "No Labels"
3254
+ msgstr ""
3255
 
3256
+ #: modules/custom-post-types/testimonial.php:66
3257
+ msgid "Customer Testimonials"
3258
+ msgstr ""
3259
 
3260
+ #: modules/custom-post-types/testimonial.php:68
3261
+ #: modules/custom-post-types/testimonial.php:70
3262
+ #: modules/custom-post-types/testimonial.php:194
3263
+ #: modules/custom-post-types/testimonial.php:199
3264
+ msgid "Testimonials"
3265
+ msgstr ""
3266
 
3267
+ #: modules/custom-post-types/testimonial.php:69
3268
+ msgid "Testimonial"
3269
+ msgstr ""
 
3270
 
3271
+ #: modules/custom-post-types/testimonial.php:71
3272
+ msgid "All Testimonials"
3273
+ msgstr ""
3274
 
3275
+ #: modules/custom-post-types/testimonial.php:73
3276
+ msgid "Add New Testimonial"
3277
+ msgstr ""
3278
 
3279
+ #: modules/custom-post-types/testimonial.php:74
3280
+ msgid "Edit Testimonial"
3281
+ msgstr ""
3282
 
3283
+ #: modules/custom-post-types/testimonial.php:75
3284
+ msgid "New Testimonial"
3285
+ msgstr ""
3286
+
3287
+ #: modules/custom-post-types/testimonial.php:76
3288
+ msgid "View Testimonial"
3289
+ msgstr ""
3290
 
3291
+ #: modules/custom-post-types/testimonial.php:77
3292
  msgid "Search Testimonials"
3293
  msgstr ""
3294
 
3295
+ #: modules/custom-post-types/testimonial.php:78
3296
  msgid "No Testimonials found"
3297
  msgstr ""
3298
 
3299
+ #: modules/custom-post-types/testimonial.php:79
3300
  msgid "No Testimonials found in Trash"
3301
  msgstr ""
3302
 
3303
+ #: modules/custom-post-types/testimonial.php:110
3304
  msgid "Enter the customer's name here"
3305
  msgstr ""
3306
 
3307
+ #: modules/custom-post-types/testimonial.php:119
3308
  msgid "Customer Name"
3309
  msgstr ""
3310
 
3311
+ #: modules/custom-post-types/testimonial.php:132
3312
  msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
3313
  msgstr ""
3314
 
3315
+ #: modules/custom-post-types/testimonial.php:135
3316
  msgid "Testimonial updated."
3317
  msgstr ""
3318
 
3319
+ #: modules/custom-post-types/testimonial.php:137
3320
  msgid "Testimonial restored to revision from %s"
3321
  msgstr ""
3322
 
3323
+ #: modules/custom-post-types/testimonial.php:138
3324
  msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
3325
  msgstr ""
3326
 
3327
+ #: modules/custom-post-types/testimonial.php:139
3328
  msgid "Testimonial saved."
3329
  msgstr ""
3330
 
3331
+ #: modules/custom-post-types/testimonial.php:140
3332
  msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
3333
  msgstr ""
3334
 
3335
+ #: modules/custom-post-types/testimonial.php:141
3336
  msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
3337
  msgstr ""
3338
 
3339
+ #: modules/custom-post-types/testimonial.php:144
3340
  msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
3341
  msgstr ""
3342
 
3343
+ #: modules/custom-post-types/testimonial.php:180
3344
  msgid "Customize Testimonials Archive"
3345
  msgstr ""
3346
 
3347
+ #: modules/custom-post-types/testimonial.php:181
3348
  msgid "Customize"
3349
  msgstr ""
3350
 
3351
+ #: modules/custom-post-types/testimonial.php:205
3352
  msgid "Testimonial Page Title"
3353
  msgstr ""
3354
 
3355
+ #: modules/custom-post-types/testimonial.php:217
3356
  msgid "Testimonial Page Content"
3357
  msgstr ""
3358
 
3359
+ #: modules/custom-post-types/testimonial.php:228
3360
  msgid "Testimonial Page Featured Image"
3361
  msgstr ""
3362
 
3363
+ #: modules/featured-content/featured-content.php:348
3364
  msgid "Featured content"
3365
  msgstr "محتوى مميز"
3366
 
3367
+ #: modules/featured-content/featured-content.php:367
3368
  msgid "Tag name:"
3369
  msgstr "اسم الوسم:"
3370
 
3371
+ #: modules/featured-content/featured-content.php:372
3372
  msgid "Number of posts:"
3373
  msgstr "عدد المواضيع:"
3374
 
3375
+ #: modules/featured-content/featured-content.php:377
3376
  msgid "Hide tag from displaying in post meta and tag clouds."
3377
  msgstr "إخفاء الوسم من الظهور في بيانات الموضوع وسحابة الوسوم."
3378
 
3408
  msgid "Google+ Profile"
3409
  msgstr ""
3410
 
3411
+ #: modules/gplus-authorship/admin/ui.php:125 modules/publicize/ui.php:182
3412
+ #: modules/publicize/ui.php:186
3413
+ msgid "Disconnect"
3414
+ msgstr "قطع الاتصال"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3415
 
3416
+ #: modules/gplus-authorship/admin/ui.php:129
3417
+ msgid "Connect your WordPress account to Google+ to add this blog to your Google+ profile and improve the visibility of your blog posts on Google."
3418
  msgstr ""
3419
 
3420
+ #: modules/gplus-authorship/admin/ui.php:131
3421
+ msgid "Need help?"
3422
  msgstr ""
3423
 
3424
+ #: modules/gplus-authorship/admin/ui.php:138
3425
+ msgid "Your Google+ profile and WordPress.com accounts have been disconnected, including your Publicize connections. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
3426
  msgstr ""
3427
 
3428
+ #: modules/gplus-authorship/admin/ui.php:140
3429
+ msgid "Your Google+ profile and WordPress.com accounts have been disconnected. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
3430
  msgstr ""
3431
 
3432
+ #: modules/gplus-authorship/admin/ui.php:147
3433
+ msgid "Your Google+ profile name and URL will be displayed in the sharing area of your posts."
3434
  msgstr ""
3435
 
3436
+ #: modules/gplus-authorship/admin/ui.php:155 modules/sso.php:336
3437
+ msgid "Connected"
3438
  msgstr ""
3439
 
3440
+ #: modules/gplus-authorship/admin/ui.php:165 modules/gplus-authorship.php:175
3441
+ msgid "Google+"
 
 
 
 
 
 
 
 
 
 
3442
  msgstr ""
3443
 
3444
+ #: modules/gplus-authorship/admin/ui.php:191
3445
+ msgid "Show Google+ infomation with this post"
3446
  msgstr ""
3447
 
3448
+ #: modules/gplus-authorship.php:132
3449
+ msgid "on Google+"
 
 
 
 
 
 
 
 
 
 
 
 
 
3450
  msgstr ""
3451
 
3452
+ #: modules/gravatar-hovercards.php:47 modules/module-info.php:57
3453
+ #: modules/module-info.php:72
3454
+ msgid "Gravatar Hovercards"
3455
+ msgstr "بطاقات Gravatar"
 
 
 
 
3456
 
3457
+ #: modules/gravatar-hovercards.php:59
3458
+ msgid "View people's profiles when you mouse over their Gravatars"
3459
+ msgstr "إظهار الملفات الشخصية للمستخدمين عند تمرير الفأرة فوق صورهم في Gravatars"
3460
 
3461
+ #: modules/gravatar-hovercards.php:86
3462
+ msgid "Put your mouse over your Gravatar to check out your profile."
3463
+ msgstr "ضع مؤشر الفأرة فوق صورة Gravatar لتتفحص ملفك الشخصي."
3464
 
3465
+ #: modules/holiday-snow.php:19
3466
+ msgid "Snow"
3467
+ msgstr "ثلج"
3468
 
3469
+ #: modules/holiday-snow.php:28
3470
+ msgid "Show falling snow on my blog until January 4<sup>th</sup>."
3471
+ msgstr "عرض تساقط الثلوج على موقعي لغاية 4 <sup>كانون الثاني</sup>."
3472
 
3473
+ #: modules/infinite-scroll/infinity.php:275
3474
+ msgid "To infinity and beyond"
3475
+ msgstr "إلى ما لا نهاية وما بعدها"
 
 
3476
 
3477
+ #: modules/infinite-scroll/infinity.php:284
3478
+ msgid "We've disabled this option for you since you have footer widgets in Appearance &rarr; Widgets, or because your theme does not support infinite scroll."
3479
+ msgstr "لقد قمنا بتعطيل هذا الخيار من أجلك لأنك وضعت ويدجت في أسفل الصفحة(الفوتر) في المظهر &larr; مربعات القائمة الجانبية، أو بسبب أن قالبك لا يدعم ميزة infinite scroll."
3480
 
3481
+ #: modules/contact-form/grunion-form-view.php:121
3482
+ msgid "Email notifications"
3483
+ msgstr "تنبيهات البريد الإلكتروني"
3484
 
3485
+ #: modules/contact-form/grunion-form-view.php:126
3486
+ msgid "How does this work?"
3487
+ msgstr "كيف يعمل هذا؟"
3488
 
3489
+ #: modules/contact-form/grunion-form-view.php:127
3490
+ msgid "By adding a contact form, your readers will be able to submit feedback to you. All feedback is automatically scanned for spam, and the legitimate feedback will be emailed to you."
3491
+ msgstr "عن طريق إضافة نموذج الاتصال، سيكون القراء قادرون على مراسلتك. يتم مسح المراسلات تلقائياً من الرسائل المزعجة، وسوف يتم إرسال الرسائل المشروعة لك عبر البريد الإلكتروني."
3492
 
3493
+ #: modules/contact-form/grunion-form-view.php:128
3494
+ msgid "Can I add more fields?"
3495
+ msgstr "هل يمكنني إضافة المزيد من الحقول؟"
3496
 
3497
+ #: modules/contact-form/grunion-form-view.php:130
3498
+ msgctxt "%1$s = \"Click here\" in an HTML link"
3499
+ msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
3500
+ msgstr "بالتأكيد يمكنك ذلك. %1$s لإضافة مربع نص جديد، ومحتويات صندوق الكتابة والاختيارات، ومربع الاختيار، أو حقل القائمة المنسدلة."
3501
 
3502
+ #: modules/contact-form/grunion-form-view.php:131
3503
+ msgid "Click here"
3504
+ msgstr "اضغط هنا"
 
 
 
 
 
 
3505
 
3506
+ #: modules/contact-form/grunion-form-view.php:133
3507
+ msgid "Can I view my feedback within WordPress?"
3508
+ msgstr "هل يمكنني عرض المراسلات داخل موقعي؟"
3509
 
3510
+ #: modules/contact-form/grunion-form-view.php:135
3511
+ msgctxt "%1$s = \"Feedback\" in an HTML link"
3512
+ msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
3513
  msgstr ""
3514
 
3515
+ #: modules/contact-form/grunion-form-view.php:141
3516
+ msgid "Do I need to fill this out?"
3517
+ msgstr "هل يجب أن أقوم بتعبئة هذا النموذج؟"
3518
 
3519
+ #: modules/contact-form/grunion-form-view.php:142
3520
+ msgid "Nope. However, if you&#8217;d like to modify where your feedback is sent, or the subject line you can. If you don&#8217;t make any changes here, feedback will be sent to the author of the page/post and the subject will be the name of this page/post."
3521
+ msgstr "كلا. ومع ذلك، إذا كنت ترغب في تعديل أين يتم إرسال الرسائل، أو سطر الموضوع فبإمكانك ذلك. إذا لم يتم إجراء أية تغييرات هنا، سيتم إرسال الرسائل إلى المؤلف على الصفحة أو الموضوع وسيكون اسم الموضوع على هذه الصفحة أو الموضوع."
3522
 
3523
+ #: modules/contact-form/grunion-form-view.php:146
3524
+ msgid "Edit this new field"
3525
+ msgstr "تحرير هذا الحقل الجديد"
3526
 
3527
+ #: modules/contact-form/grunion-form-view.php:148
3528
+ #: modules/sharedaddy/sharing-sources.php:980
3529
+ msgid "Label"
3530
+ msgstr "العلامة"
3531
 
3532
+ #: modules/contact-form/grunion-form-view.php:149
3533
+ msgid "New field"
3534
+ msgstr "حقل جديد"
 
 
3535
 
3536
+ #: modules/contact-form/grunion-form-view.php:151
3537
+ msgid "Field type"
3538
+ msgstr "نوع الحقل"
3539
 
3540
+ #: modules/contact-form/grunion-form-view.php:153
3541
+ msgid "Checkbox"
3542
+ msgstr "مربع اختيار"
3543
 
3544
  #: modules/contact-form/grunion-form-view.php:154
3545
  msgid "Drop down"
3627
  msgid "Edit CSS"
3628
  msgstr "تعديل CSS"
3629
 
3630
+ #: modules/custom-css/custom-css.php:617
3631
  msgid "CSS"
3632
  msgstr "CSS"
3633
 
3634
+ #: modules/custom-css/custom-css.php:637
3635
  msgid "Custom CSS Stylesheet"
3636
  msgstr "قالب CSS مخصص"
3637
 
3638
+ #: modules/custom-css/custom-css.php:658
3639
  msgid "Stylesheet saved."
3640
  msgstr "تم حفظ القالب."
3641
 
3642
+ #: modules/custom-css/custom-css.php:662
3643
  msgid "Publish"
3644
  msgstr "نشر"
3645
 
3646
+ #: modules/custom-css/custom-css.php:668
3647
  msgid "CSS Revisions"
3648
  msgstr "مراجعات CSS"
3649
 
3650
+ #: modules/custom-css/custom-css.php:672
3651
  msgid "CSS Stylesheet Editor"
3652
  msgstr "محرر قالب CSS"
3653
 
3654
+ #: modules/custom-css/custom-css.php:679
3655
  msgid ""
3656
  "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
3657
  "\t\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
3658
  msgstr ""
3659
 
3660
+ #: modules/custom-css/custom-css.php:716
3661
  msgid "Content Width:"
3662
  msgstr ""
3663
 
3664
+ #: modules/custom-css/custom-css.php:717
3665
  msgid "Default"
3666
  msgstr "افتراضي"
3667
 
3668
+ #: modules/custom-css/custom-css.php:717
3669
  msgid "%s px"
3670
  msgstr ""
3671
 
3672
+ #: modules/custom-css/custom-css.php:718 modules/custom-css/custom-css.php:813
3673
+ #: modules/custom-css/custom-css.php:843 modules/minileven/minileven.php:262
3674
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:74
3675
+ #: modules/minileven/theme/pub/minileven/content.php:53
3676
+ #: modules/minileven/theme/pub/minileven/image.php:82
3677
+ #: modules/minileven/theme/pub/minileven/page.php:31
3678
+ #: modules/publicize/ui.php:677
3679
+ msgid "Edit"
3680
+ msgstr "تحرير"
3681
 
3682
+ #: modules/custom-css/custom-css.php:725
3683
+ msgid "Limit width to %1$s pixels for videos, full size images, and other shortcodes. (<a href=\"%2$s\">More info</a>.)"
3684
+ msgstr ""
 
3685
 
3686
+ #: modules/custom-css/custom-css.php:741
3687
+ msgid "The default content width for the %s theme is %d pixels."
3688
+ msgstr ""
 
3689
 
3690
+ #: modules/custom-css/custom-css.php:746 modules/custom-css/custom-css.php:828
3691
+ #: modules/custom-css/custom-css.php:857 modules/minileven/minileven.php:270
3692
+ #: modules/publicize/publicize-jetpack.php:470
3693
+ #: modules/publicize/publicize-jetpack.php:582 modules/publicize/ui.php:274
3694
+ msgid "OK"
3695
+ msgstr "موافق"
3696
 
3697
+ #: modules/custom-css/custom-css.php:747 modules/custom-css/custom-css.php:829
3698
+ #: modules/custom-css/custom-css.php:858 modules/minileven/minileven.php:271
3699
+ #: modules/sharedaddy/sharing-sources.php:299
3700
+ msgid "Cancel"
3701
+ msgstr "إلغاء"
3702
 
3703
+ #: modules/custom-css/custom-css.php:811
3704
+ msgid "Preprocessor:"
3705
+ msgstr ""
 
3706
 
3707
+ #: modules/custom-css/custom-css.php:812 modules/custom-css/custom-css.php:817
3708
+ #: modules/videopress/videopress.php:273 modules/widgets/image-widget.php:124
3709
+ msgid "None"
3710
+ msgstr "بدون"
3711
+
3712
+ #: modules/custom-css/custom-css.php:841
3713
+ msgid "Mode:"
3714
+ msgstr "النمط:"
3715
+
3716
+ #: modules/custom-css/custom-css.php:842
3717
+ msgid "Add-on"
3718
+ msgstr "الإضافة"
3719
+
3720
+ #: modules/custom-css/custom-css.php:842
3721
+ msgid "Replacement"
3722
+ msgstr "بديل"
3723
+
3724
+ #: modules/custom-css/custom-css.php:849
3725
+ msgid "Add-on CSS <b>(Recommended)</b>"
3726
+ msgstr "إضافة CSS <b>(مستحسن)</b>"
3727
+
3728
+ #: modules/custom-css/custom-css.php:854
3729
+ msgid "Replace <a href=\"%s\">theme's CSS</a> <b>(Advanced)</b>"
3730
+ msgstr "استبدال<a href=\"%s\">CSS القالب</a> <b>(متقدم)</b>"
3731
+
3732
+ #: modules/custom-css/custom-css.php:865
3733
+ #: modules/custom-post-types/comics.php:235
3734
+ #: modules/videopress/videopress.php:662
3735
+ msgid "Preview"
3736
+ msgstr "معاينة"
3737
+
3738
+ #: modules/custom-css/custom-css.php:867
3739
+ msgid "Save &amp; Buy Upgrade"
3740
+ msgstr "حفظ وشراء الترقية"
3741
+
3742
+ #: modules/custom-css/custom-css.php:867
3743
+ msgid "Save Stylesheet"
3744
+ msgstr "حفظ القالب"
3745
+
3746
+ #: modules/custom-css/custom-css.php:929
3747
+ msgid "Show more"
3748
+ msgstr "عرض المزيد"
3749
+
3750
+ #: modules/custom-post-types/comics.php:83
3751
+ msgid "Convert to Comic"
3752
  msgstr ""
 
 
3753
 
3754
+ #: modules/custom-post-types/comics.php:89
3755
+ msgid "Convert to Post"
3756
+ msgstr ""
 
3757
 
3758
+ #: modules/custom-post-types/comics.php:113
3759
+ msgid "You are not allowed to make this change."
3760
+ msgstr ""
 
3761
 
3762
+ #: modules/custom-post-types/comics.php:160
3763
+ msgid "Post converted."
3764
+ msgid_plural "%s posts converted"
3765
+ msgstr[0] ""
3766
+ msgstr[1] ""
3767
+ msgstr[2] ""
3768
+ msgstr[3] ""
3769
+ msgstr[4] ""
3770
+ msgstr[5] ""
3771
 
3772
+ #: modules/custom-post-types/comics.php:173
3773
+ msgid "Drop images to upload"
3774
+ msgstr ""
 
3775
 
3776
+ #: modules/custom-post-types/comics.php:174
3777
+ msgid "Uploading..."
3778
+ msgstr ""
3779
 
3780
+ #: modules/custom-post-types/comics.php:175
3781
+ msgid "Processing..."
3782
+ msgstr ""
3783
+
3784
+ #: modules/custom-post-types/comics.php:176
3785
+ msgid "Sorry, your browser isn't supported. Upgrade at browsehappy.com."
3786
+ msgstr ""
3787
+
3788
+ #: modules/custom-post-types/comics.php:177
3789
+ msgid "Only images can be uploaded here."
3790
+ msgstr ""
3791
+
3792
+ #: modules/custom-post-types/comics.php:178
3793
+ msgid "Your upload didn't complete; try again later or cross your fingers and try again right now."
3794
+ msgstr ""
3795
+
3796
+ #: modules/custom-post-types/comics.php:191
3797
+ #: modules/custom-post-types/comics.php:193
3798
+ #: modules/custom-post-types/comics.php:195
3799
+ msgid "Comics"
3800
+ msgstr ""
3801
+
3802
+ #: modules/custom-post-types/comics.php:194
3803
+ msgid "Comic"
3804
+ msgstr ""
3805
+
3806
+ #: modules/custom-post-types/comics.php:196
3807
+ msgid "All Comics"
3808
+ msgstr ""
3809
+
3810
+ #: modules/custom-post-types/comics.php:197
3811
+ #: modules/custom-post-types/testimonial.php:72 modules/publicize/ui.php:207
3812
+ msgid "Add New"
3813
+ msgstr "أضف جديدا"
3814
+
3815
+ #: modules/custom-post-types/comics.php:198
3816
+ msgid "Add New Comic"
3817
+ msgstr ""
3818
+
3819
+ #: modules/custom-post-types/comics.php:199
3820
+ msgid "Edit Comic"
3821
+ msgstr ""
3822
 
3823
+ #: modules/custom-post-types/comics.php:200
3824
+ msgid "New Comic"
3825
+ msgstr ""
3826
 
3827
+ #: modules/custom-post-types/comics.php:201
3828
+ msgid "View Comic"
3829
+ msgstr ""
3830
 
3831
+ #: modules/custom-post-types/comics.php:202
3832
+ msgid "Search Comics"
3833
+ msgstr ""
3834
 
3835
+ #: modules/custom-post-types/comics.php:203
3836
+ msgid "No Comics found"
3837
+ msgstr ""
3838
 
3839
+ #: modules/custom-post-types/comics.php:204
3840
+ msgid "No Comics found in Trash"
3841
+ msgstr ""
3842
 
3843
+ #: modules/custom-post-types/comics.php:273
3844
+ msgid "Comic updated. <a href=\"%s\">View comic</a>"
3845
+ msgstr ""
 
3846
 
3847
+ #: modules/custom-post-types/comics.php:274
3848
+ #: modules/custom-post-types/testimonial.php:133
3849
+ msgid "Custom field updated."
3850
+ msgstr "تم تحديث الحقل الإضافي"
3851
 
3852
+ #: modules/custom-post-types/comics.php:275
3853
+ #: modules/custom-post-types/testimonial.php:134
3854
+ msgid "Custom field deleted."
3855
+ msgstr "تم حذف الخاصية الإضافية."
3856
 
3857
+ #: modules/custom-post-types/comics.php:276
3858
+ msgid "Comic updated."
 
3859
  msgstr ""
3860
 
3861
+ #: modules/custom-post-types/comics.php:278
3862
+ msgid "Comic restored to revision from %s"
3863
+ msgstr ""
 
 
 
 
3864
 
3865
+ #: modules/custom-post-types/comics.php:279
3866
+ msgid "Comic published. <a href=\"%s\">View comic</a>"
3867
+ msgstr ""
3868
 
3869
+ #: modules/custom-post-types/comics.php:280
3870
+ msgid "Comic saved."
3871
+ msgstr ""
 
3872
 
3873
+ #: modules/custom-post-types/comics.php:281
3874
+ msgid "Comic submitted. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
3875
+ msgstr ""
3876
 
3877
+ #: modules/custom-post-types/comics.php:282
3878
+ msgid "Comic scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview comic</a>"
3879
+ msgstr ""
3880
 
3881
+ #: modules/custom-post-types/comics.php:284
3882
+ #: modules/custom-post-types/testimonial.php:143
3883
+ msgid "M j, Y @ G:i"
3884
+ msgstr "M j, Y @ G:i "
3885
 
3886
+ #: modules/custom-post-types/comics.php:285
3887
+ msgid "Comic draft updated. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
3888
+ msgstr ""
 
3889
 
3890
+ #: modules/custom-post-types/comics.php:353
3891
+ msgid "Invalid or expired nonce."
3892
+ msgstr ""
 
 
 
 
 
 
3893
 
3894
+ #: modules/custom-post-types/comics.php:462
3895
+ msgid ""
3896
+ "Welcome! Ready to publish your first strip?\n"
3897
+ "\n"
3898
+ "Your webcomic's new site is ready to go. Get started by <a href=\"BLOG_URLwp-admin/customize.php#title\">setting your comic's title and tagline</a> so your readers know what it's all about.\n"
3899
+ "\n"
3900
+ "Looking for more help with setting up your site? Check out the WordPress.com <a href=\"http://learn.wordpress.com/\">beginner's tutorial</a> and the <a href=\"http://en.support.wordpress.com/comics/\">guide to comics on WordPress.com</a>. Dive right in by <a href=\"BLOG_URLwp-admin/customize.php#title\">publishing your first strip!</a>\n"
3901
+ "\n"
3902
+ "Lots of laughs,\n"
3903
+ "The WordPress.com Team"
3904
+ msgstr ""
3905
 
3906
+ #: modules/custom-post-types/nova.php:115
3907
+ msgid "Menu Item Labels"
3908
+ msgstr ""
 
3909
 
3910
+ #: modules/custom-post-types/nova.php:116
3911
+ msgid "Menu Item Label"
3912
  msgstr ""
3913
 
3914
+ #: modules/custom-post-types/nova.php:117
3915
+ msgid "Search Menu Item Labels"
3916
  msgstr ""
3917
 
3918
+ #: modules/custom-post-types/nova.php:118
3919
+ msgid "Popular Labels"
3920
  msgstr ""
3921
 
3922
+ #: modules/custom-post-types/nova.php:119
3923
+ msgid "All Menu Item Labels"
3924
  msgstr ""
3925
 
3926
+ #: modules/carousel/jetpack-carousel.php:336
3927
+ msgid "Comments on this post are closed."
3928
+ msgstr "التعليقات مغلقة في هذا الموضوع."
 
 
 
3929
 
3930
+ #: modules/carousel/jetpack-carousel.php:346
3931
+ msgid "Sorry, but we could not authenticate your request."
3932
+ msgstr "عفواً، لكن لا يمكننا تصديق طلبك."
 
3933
 
3934
+ #: modules/carousel/jetpack-carousel.php:355
3935
+ msgid "Please provide your name."
3936
+ msgstr "من فضلك أذكر اسمك."
 
3937
 
3938
+ #: modules/carousel/jetpack-carousel.php:358
3939
+ msgid "Please provide an email address."
3940
+ msgstr "من فضلك أذكر بريدك الإلكتروني."
3941
 
3942
+ #: modules/carousel/jetpack-carousel.php:361
3943
+ msgid "Please provide a valid email address."
3944
+ msgstr "من فضلك أذكر بريد إلكتروني صحيح."
3945
 
3946
+ #: modules/carousel/jetpack-carousel.php:390
3947
+ msgid "Image Gallery Carousel"
3948
+ msgstr "صورة معرض صور Carousel"
3949
 
3950
+ #: modules/carousel/jetpack-carousel.php:393
3951
+ msgid "Enable carousel"
3952
+ msgstr "تفعيل Carousel"
3953
 
3954
+ #: modules/carousel/jetpack-carousel.php:397
3955
+ msgid "Background color"
3956
+ msgstr "لون الخلفية"
 
 
3957
 
3958
+ #: modules/carousel/jetpack-carousel.php:400
3959
+ msgid "Metadata"
3960
+ msgstr "بيانات التعريف"
3961
 
3962
+ #: modules/carousel/jetpack-carousel.php:457
3963
+ msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
3964
+ msgstr "إظهار بيانات تعريف الصورة (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) في Carousel عند توفرها."
3965
 
3966
+ #: modules/carousel/jetpack-carousel.php:465
3967
+ msgid "Show map of photo location in carousel, when available."
3968
+ msgstr "عرض الخريطة عن مكان الصورة في Carousel عند توفرها."
3969
 
3970
+ #: modules/carousel/jetpack-carousel.php:473
3971
+ msgid "Black"
3972
+ msgstr "اسود"
3973
 
3974
+ #: modules/carousel/jetpack-carousel.php:473
3975
+ msgid "White"
3976
+ msgstr "أبيض"
3977
 
3978
+ #: modules/carousel/jetpack-carousel.php:481
3979
+ msgid "Display images in full-size carousel slideshow."
3980
+ msgstr "إظهار الصور بالحجم الكامل في عرض الشرائح Carousel."
3981
 
3982
+ #: modules/comments/admin.php:50 modules/comments/comments.php:211
3983
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
3984
+ msgid "Leave a Reply"
3985
+ msgstr "اترك رد"
3986
 
3987
+ #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:156
3988
+ #: modules/widgets/twitter-timeline.php:217
3989
+ msgid "Light"
3990
+ msgstr "خفيف"
 
 
 
 
 
3991
 
3992
+ #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:157
3993
+ #: modules/widgets/twitter-timeline.php:218
3994
+ msgid "Dark"
3995
+ msgstr "غامق"
3996
 
3997
+ #: modules/comments/admin.php:56
3998
+ msgid "Transparent"
3999
+ msgstr "شفاف"
 
4000
 
4001
+ #: modules/comments/admin.php:72 modules/module-info.php:521
4002
+ msgid "Jetpack Comments"
4003
+ msgstr "تعليقات الجيت باك"
 
4004
 
4005
+ #: modules/comments/admin.php:81
4006
+ msgid "Greeting Text"
4007
+ msgstr "نص التحية"
4008
+
4009
+ #: modules/comments/admin.php:97 modules/comments/admin.php:168
4010
+ #: modules/widgets/facebook-likebox.php:154
4011
+ msgid "Color Scheme"
4012
+ msgstr "نظام الألوان"
4013
+
4014
+ #: modules/comments/admin.php:118
4015
+ msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
4016
+ msgstr "ضبط نموذج تعليقات Jetpack مع نظام التحية ونظام الألوان الذكي."
4017
+
4018
+ #: modules/comments/admin.php:134
4019
+ msgid "A few catchy words to motivate your readers to comment"
4020
+ msgstr "بضع كلمات جذابة لتحفيز القراء على التعليق"
4021
+
4022
+ #: modules/comments/base.php:83
4023
+ msgid "Invalid request"
4024
+ msgstr "طلب خاطئ"
4025
+
4026
+ #: modules/comments/base.php:230
4027
+ msgid "Error: please fill the required fields (name, email)."
4028
+ msgstr "خطأ: الرجاء كتابة اسمك و بريد الإلكتروني."
4029
+
4030
+ #: modules/comments/base.php:232
4031
+ msgid "Error: please enter a valid email address."
4032
+ msgstr "خطأ: رجاءاً تأكد من البريد الإلكتروني."
4033
 
4034
  #: modules/comments/comments.php:187
4035
  msgid "You must <a href=\"%s\">log in</a> to post a comment."
4077
  msgstr "من"
4078
 
4079
  #: modules/contact-form/admin.php:197
4080
+ #: modules/contact-form/grunion-contact-form.php:762
4081
  #: modules/contact-form/grunion-omnisearch.php:37
4082
  msgid "Message"
4083
  msgstr "رسالة"
4119
  msgstr "تعليم هذه الرسالة بأنها ليست مزعجة"
4120
 
4121
  #: modules/contact-form/admin.php:406
4122
+ #: modules/contact-form/grunion-contact-form.php:1187
4123
  msgctxt "{$date_format} \\a\\t {$time_format}"
4124
  msgid "%1$s \\a\\t %2$s"
4125
  msgstr "%1$s \\a\\t %2$s"
4158
  msgid "Search Feedback"
4159
  msgstr "بحث في الرسائل"
4160
 
4161
+ #: modules/contact-form/grunion-contact-form.php:85
4162
+ #: modules/contact-form/grunion-contact-form.php:86
4163
+ msgid "No feedback found"
4164
+ msgstr "لم يتم إيجاد أية رسائل"
4165
 
4166
+ #: modules/contact-form/grunion-contact-form.php:103
4167
+ msgid "Spam <span class=\"count\">(%s)</span>"
4168
+ msgid_plural "Spam <span class=\"count\">(%s)</span>"
4169
+ msgstr[0] "مزعج <span class=\"count\">(%s)</span>"
4170
+ msgstr[1] "مزعج <span class=\"count\">(%s)</span>"
4171
+ msgstr[2] "مزعج <span class=\"count\">(%s)</span>"
4172
+ msgstr[3] "مزعج <span class=\"count\">(%s)</span>"
4173
+ msgstr[4] "مزعج <span class=\"count\">(%s)</span>"
4174
+ msgstr[5] "مزعج <span class=\"count\">(%s)</span>"
4175
 
4176
+ #: modules/contact-form/grunion-contact-form.php:192
4177
+ msgid "An error occurred. Please try again later."
4178
+ msgstr "حدث خطأ. يرجى المحاولة مرة أخرى في وقت لاحق."
4179
 
4180
+ #: modules/contact-form/grunion-contact-form.php:200
4181
+ #: modules/contact-form/grunion-contact-form.php:853
4182
+ msgid "Message Sent"
4183
+ msgstr "تم إرسال الرسالة"
4184
 
4185
+ #: modules/contact-form/grunion-contact-form.php:358
4186
+ msgid "Export feedback as CSV"
4187
+ msgstr ""
4188
 
4189
+ #: modules/contact-form/grunion-contact-form.php:364
4190
+ msgid "Select feedback to download"
4191
+ msgstr ""
4192
 
4193
+ #: modules/contact-form/grunion-contact-form.php:366
4194
+ msgid "All posts"
4195
+ msgstr ""
4196
 
4197
+ #: modules/contact-form/grunion-contact-form.php:371
4198
+ msgid "Download"
4199
+ msgstr ""
4200
 
4201
+ #: modules/contact-form/grunion-contact-form.php:418
4202
+ #: modules/contact-form/grunion-contact-form.php:510
4203
+ #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
4204
+ #: modules/module-info.php:495
4205
+ msgid "Contact Form"
4206
+ msgstr "نموذج المراسلة"
4207
 
4208
+ #: modules/contact-form/grunion-contact-form.php:724
4209
+ msgctxt "%1$s = blog name"
4210
+ msgid "%1$s Sidebar"
4211
+ msgstr "القائمة الجانبية %1$s"
4212
 
4213
+ #: modules/contact-form/grunion-contact-form.php:727
4214
+ msgctxt "%1$s = blog name, %2$s = post title"
4215
+ msgid "%1$s %2$s"
4216
+ msgstr "%1$s %2$s"
4217
 
4218
+ #: modules/contact-form/grunion-contact-form.php:738
4219
+ msgid "Submit &#187;"
4220
+ msgstr "أرسل &#187; "
4221
 
4222
+ #: modules/contact-form/grunion-contact-form.php:758
4223
+ msgid "Subject"
4224
+ msgstr "الموضوع"
4225
 
4226
+ #: modules/contact-form/grunion-contact-form.php:839
4227
+ msgid "Error!"
4228
+ msgstr "خطأ!"
4229
 
4230
+ #: modules/contact-form/grunion-contact-form.php:854
4231
+ msgid "go back"
4232
+ msgstr "الرجوع للخلف"
4233
 
4234
+ #: modules/contact-form/grunion-contact-form.php:928
4235
+ #: modules/contact-form/grunion-contact-form.php:944
4236
+ msgctxt "%1$s = form field label, %2$s = form field value"
4237
+ msgid "%1$s: %2$s"
4238
+ msgstr "%1$s: %2$s"
4239
 
4240
+ #: modules/contact-form/grunion-contact-form.php:1209
4241
+ msgid "Time:"
4242
+ msgstr "الوقت:"
4243
 
4244
+ #: modules/contact-form/grunion-contact-form.php:1210
4245
+ msgid "IP Address:"
4246
+ msgstr "عنوان الأيبي IP"
 
4247
 
4248
+ #: modules/contact-form/grunion-contact-form.php:1218
4249
+ msgid "Contact Form URL:"
4250
+ msgstr "رابط لنموذج المراسلة:"
 
4251
 
4252
+ #: modules/contact-form/grunion-contact-form.php:1223
4253
+ msgid "Sent by a verified %s user."
4254
+ msgstr "أرسلت بواسطة مستخدم %s موثوق."
 
4255
 
4256
+ #: modules/contact-form/grunion-contact-form.php:1227
4257
+ msgid "Sent by an unverified visitor to your site."
4258
+ msgstr "أرسلت بواسطة زائر غير متأكد منه إلي موقعك"
4259
 
4260
+ #: modules/contact-form/grunion-contact-form.php:1466
4261
+ msgid "%s requires a valid email address"
4262
+ msgstr "%s يتطلب عنوان بريد إلكتروني صحيح"
4263
 
4264
+ #: modules/contact-form/grunion-contact-form.php:1472
4265
+ msgid "%s is required"
4266
+ msgstr "%s مطلوب"
4267
 
4268
+ #: modules/contact-form/grunion-contact-form.php:1519
4269
+ #: modules/contact-form/grunion-contact-form.php:1525
4270
+ #: modules/contact-form/grunion-contact-form.php:1530
4271
+ #: modules/contact-form/grunion-contact-form.php:1544
4272
+ #: modules/contact-form/grunion-contact-form.php:1550
4273
+ #: modules/contact-form/grunion-contact-form.php:1561
4274
+ #: modules/contact-form/grunion-contact-form.php:1571
4275
+ msgid "(required)"
4276
+ msgstr "**مطلوب"
4277
 
4278
+ #: modules/contact-form/grunion-contact-form.php:1543
4279
+ #: modules/minileven/minileven.php:261
4280
+ msgid "Yes"
4281
+ msgstr "نعم"
4282
 
4283
+ #: modules/contact-form/grunion-form-view.php:8
4284
+ msgctxt "Label for HTML form \"Name\" field in contact form builder"
4285
+ msgid "Name"
4286
+ msgstr "الاسم"
4287
 
4288
+ #: modules/contact-form/grunion-form-view.php:9
4289
+ msgctxt "Label for HTML form \"Email\" field in contact form builder"
4290
+ msgid "Email"
4291
+ msgstr "البريد الإلكتروني"
4292
 
4293
+ #: modules/contact-form/grunion-form-view.php:10
4294
+ msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
4295
+ msgid "Website"
4296
+ msgstr "الموقع"
4297
 
4298
+ #: modules/contact-form/grunion-form-view.php:11
4299
+ msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
4300
+ msgid "Comment"
4301
+ msgstr "التعليقات"
4302
 
4303
+ #: modules/contact-form/grunion-form-view.php:12
4304
+ msgctxt "Default label for new HTML form field in contact form builder"
4305
+ msgid "New Field"
4306
+ msgstr "حقل جديد"
4307
 
4308
+ #: modules/contact-form/grunion-form-view.php:13
4309
+ msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
4310
+ msgid "Options"
4311
+ msgstr "خيارات"
4312
+
4313
+ #: modules/contact-form/grunion-form-view.php:14
4314
+ msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
4315
+ msgid "Option"
4316
+ msgstr "الخيار"
4317
+
4318
+ #: modules/contact-form/grunion-form-view.php:15
4319
+ msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
4320
+ msgid "First option"
4321
+ msgstr "الخيار الأول"
4322
+
4323
+ #: modules/contact-form/grunion-form-view.php:16
4324
+ msgctxt "error message in contact form builder"
4325
+ msgid "Oops, there was a problem generating your form. You'll likely need to try again."
4326
+ msgstr "عفواً، هناك مشكلة في توليد النموذج الخاص بك. ستحتاج على الأرجح لإعادة المحاولة."
4327
+
4328
+ #: modules/contact-form/grunion-form-view.php:17
4329
+ msgid ""
4330
+ "Drag up or down\n"
4331
+ "to re-arrange"
4332
+ msgstr ""
4333
+ "سحب للأعلى أو للأسفل\n"
4334
+ "لإعادة الترتيب"
4335
+
4336
+ #: modules/contact-form/grunion-form-view.php:18
4337
+ msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
4338
+ msgid "move"
4339
+ msgstr "تحريك"
4340
+
4341
+ #: modules/contact-form/grunion-form-view.php:19
4342
+ msgctxt "Link to edit an HTML form field in contact form builder"
4343
+ msgid "edit"
4344
+ msgstr "تحرير"
4345
+
4346
+ #: modules/contact-form/grunion-form-view.php:20
4347
+ msgid "Saved successfully"
4348
+ msgstr "تم الحفظ بنجاح"
4349
+
4350
+ #: modules/contact-form/grunion-form-view.php:21
4351
+ msgctxt "This HTML form field is marked as required by the user in contact form builder"
4352
+ msgid "(required)"
4353
+ msgstr "(مطلوب)"
4354
+
4355
+ #: modules/contact-form/grunion-form-view.php:22
4356
+ msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
4357
+ msgstr "هل أنت متأكد بأنك تريد إنهاء محرر النموذج من دون أن تقوم بحفظه؟ سيتم فقدان أية تغييرات قد قمت بها."
4358
+
4359
+ #: modules/contact-form/grunion-form-view.php:118
4360
+ msgid "Your new field was saved successfully"
4361
+ msgstr "تم حفظ الحقل الجديد بنجاح"
4362
+
4363
+ #: modules/contact-form/grunion-form-view.php:120
4364
+ msgid "Form builder"
4365
+ msgstr "صانع النماذج"
4366
+
4367
+ #: class.jetpack.php:2800
4368
+ msgid "Terms of Service"
4369
+ msgstr "شروط الخدمة"
4370
+
4371
+ #: class.jetpack.php:2802
4372
+ msgid "Debug"
4373
+ msgstr "تصحيح الأخطاء"
4374
+
4375
+ #: class.jetpack.php:2804 modules/sharedaddy/sharedaddy.php:84
4376
+ msgid "Support"
4377
+ msgstr "الدعم الفني "
4378
+
4379
+ #: class.jetpack.php:2934
4380
+ msgid "Configure %s"
4381
+ msgstr "تهيئة %s"
4382
+
4383
+ #: class.jetpack.php:2993
4384
+ msgid "Deactivate"
4385
+ msgstr "تعطيل"
4386
+
4387
+ #: class.jetpack.php:3006
4388
+ msgid "Activate"
4389
+ msgstr "تفعيل"
4390
+
4391
+ #: class.jetpack.php:3026
4392
+ msgid "Free"
4393
+ msgstr "مجاني"
4394
+
4395
+ #: class.jetpack.php:3026
4396
+ msgid "Purchase"
4397
+ msgstr "شراء"
4398
+
4399
+ #: class.jetpack.php:3034
4400
+ msgid "New"
4401
+ msgstr "جديد"
4402
+
4403
+ #: class.jetpack.php:3037
4404
+ msgid "Updated"
4405
+ msgstr "تم التحديث"
4406
 
4407
+ #: class.jetpack.php:3065
4408
+ msgid "Configure"
4409
+ msgstr "أعداد"
 
4410
 
4411
+ #: class.jetpack.php:3103
4412
+ msgid "Coming soon&#8230;"
4413
+ msgstr "قريبا&#8230;"
4414
 
4415
+ #: class.jetpack.php:3242
4416
+ msgid "Something is being cranky!"
4417
+ msgstr ""
4418
 
4419
+ #: class.jetpack.php:3243
4420
+ msgid "Your site is configured to only permit SSL connections to Jetpack, but SSL connections don't seem to be functional!"
4421
+ msgstr ""
4422
 
4423
+ #: class.jetpack.php:3331
4424
+ msgid "Error Details: Jetpack ID is empty. Do not publicly post this error message! %s"
4425
+ msgstr "خطأ بالخصائص: معرف Jetpack فارغ. لا تنشر رسالة الخطأ %s على الملأ!"
 
4426
 
4427
+ #: class.jetpack.php:3333
4428
+ msgid "Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s"
4429
+ msgstr "خطأ بالخصائص: معرف Jetpack ليس قيم فردية. لا تنشر رسالة الخطأ %s على الملأ!"
4430
 
4431
+ #: class.jetpack.php:3335
4432
+ msgid "Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s"
4433
+ msgstr "خطأ بالخصائص: معرف Jetpack يبدأ بالأرقام. لا تنشر رسالة الخطأ %s على الملأ!"
4434
 
4435
+ #: class.jetpack.php:3493
4436
+ msgid "Jetpack Plugin Version"
4437
+ msgstr "إصدار إضافة Jetpack"
4438
 
4439
+ #: class.jetpack.php:3499
4440
+ msgid "The Client ID/WP.com Blog ID of this site"
4441
+ msgstr "معرف عميل المدونة WP.com من هذا الموقع"
4442
 
4443
+ #: class.jetpack.php:3749
4444
+ msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
4445
+ msgstr "يجب عمل اتصال Jetpack مع حساب WordPress.com حتى تستخدم هذه الميزة."
4446
 
4447
+ #: class.jetpack.php:3752
4448
+ msgid "Someone may be trying to trick you into giving them access to your site. Or it could be you just encountered a bug :). Either way, please close this window."
4449
+ msgstr "قد يكون شخص ما يحاول خداعك لمنحهم إمكانية الوصول إلى موقعك. أو من الممكن واجهك خطأ :). في كلتا الحالتين، يرجى إغلاق هذه النافذة."
4450
 
4451
+ #: class.jetpack.php:3780
4452
+ msgid "The authorization process expired. Please go back and try again."
4453
+ msgstr "انتهت عملية المصادقة. يرجى الرجوع والمحاولة مرة أخرى."
4454
 
4455
+ #: class.jetpack.php:3820
4456
+ msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
4457
+ msgstr "%s يريد الوصول إلى بيانات مواقعك. قم بتسجيل الدخول لتسمح بالوصول."
4458
 
4459
+ #: class.jetpack.php:3988
4460
+ msgid "Something has gotten mixed up!"
4461
+ msgstr ""
4462
 
4463
+ #: class.jetpack.php:3990
4464
+ msgid "Your <code>%1$s</code> option is set up as <strong>%2$s</strong>, but your WordPress.com connection lists it as <strong>%3$s</strong>!"
4465
+ msgstr ""
4466
 
4467
+ #: class.jetpack.php:3992
4468
+ msgid "The data listed above is not for my current site. Please disconnect, and then form a new connection to WordPress.com for this site using my current settings."
4469
+ msgstr ""
4470
 
4471
+ #: class.jetpack.php:3993
4472
+ msgid "Ignore the difference. This is just a staging site for the real site referenced above."
4473
+ msgstr ""
4474
 
4475
+ #: class.jetpack.php:3994
4476
+ msgid "That used to be my URL for this site before I changed it. Update the WordPress.com Cloud's data to match my current settings."
4477
+ msgstr ""
4478
 
4479
+ #: class.json-api-endpoints.php:1174
4480
+ msgid "This post is password protected."
4481
+ msgstr "هذه التدوينة محمية بكلمة سر."
4482
 
4483
+ #: class.json-api-endpoints.php:2865
4484
+ msgid "Comment cache problem?"
4485
+ msgstr "مشكلة في ذاكرة التخزين المؤقت بالتعليق؟"
4486
 
4487
+ #: functions.gallery.php:12
4488
+ msgid "Thumbnail Grid"
4489
+ msgstr "شبكة صور مصغرة"
4490
 
4491
+ #: functions.gallery.php:40
4492
+ msgid "Type"
4493
+ msgstr "النوع"
4494
 
4495
+ #: functions.opengraph.php:81
4496
+ msgid "(no title)"
4497
+ msgstr "(لا عنوان)"
4498
 
4499
+ #: locales.php:29
4500
+ msgctxt "locales"
4501
+ msgid "%1$s/%2$s"
4502
+ msgstr "%1$s/%2$s"
 
4503
 
4504
+ #: modules/after-the-deadline/atd-l10n.php:12
4505
+ msgid "Spelling"
4506
+ msgstr "التدقيق الإملائي"
 
 
4507
 
4508
+ #: modules/after-the-deadline/atd-l10n.php:13
4509
+ msgid "Repeated Word"
4510
+ msgstr "كلمة مكررة"
4511
 
4512
+ #: modules/after-the-deadline/atd-l10n.php:15
4513
+ msgid "No suggestions"
4514
+ msgstr "لا اقتراحات"
4515
+
4516
+ #: modules/after-the-deadline/atd-l10n.php:17
4517
+ msgid "Explain..."
4518
+ msgstr "إشرح.."
4519
 
4520
  #: modules/after-the-deadline/atd-l10n.php:18
4521
  msgid "Ignore suggestion"
4542
  msgstr "تعديل نص"
4543
 
4544
  #: modules/after-the-deadline/atd-l10n.php:26
4545
+ #: modules/after-the-deadline.php:227
4546
  msgid "Proofread Writing"
4547
  msgstr "التدقيق الإملائي"
4548
 
4646
  msgid "Redundant Phrases"
4647
  msgstr "عبارات مكررة"
4648
 
4649
+ #: modules/after-the-deadline/config-options.php:83
4650
+ msgid "<a href=\"%s\">Learn more</a> about these options."
4651
+ msgstr "<a href=\"%s\">تعلم المزيد</a> حول هذه الخيارات."
4652
 
4653
+ #: modules/after-the-deadline/config-options.php:86
4654
+ msgid "Language"
4655
+ msgstr "اللغة"
4656
+
4657
+ #: modules/after-the-deadline/config-options.php:89
4658
+ msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
4659
+ msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
4660
+ msgstr "المدقق اللغوي يدعم اللغات التالية: الإنكليزية، الفرنسية، الألمانية، البرتغالية والإسبانية. أنت تستخدم اللغة <a href=\"%1$s\">%2$s</a> للمدقق اللغوي للغة الافتراضية لديك."
4661
+
4662
+ #: modules/after-the-deadline/config-options.php:95
4663
+ msgid "Use automatically detected language to proofread posts and pages"
4664
+ msgstr "استخدم الكشف التلقائي للغة لتستخدم التدقيق اللغوي في المواضيع والصفحات"
4665
+
4666
+ #: modules/after-the-deadline/config-unignore.php:129
4667
+ msgid "Ignored Phrases"
4668
+ msgstr "تجاهل العبارات"
4669
+
4670
+ #: modules/after-the-deadline/config-unignore.php:131
4671
+ msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
4672
+ msgstr "تحديد الكلمات والعبارات لتجاهلها عند التدقيق اللغوي في مواضيعك وصفحاتك:"
4673
+
4674
+ #: modules/after-the-deadline/config-unignore.php:133
4675
+ #: modules/widget-visibility/widget-conditions.php:174
4676
+ msgid "Add"
4677
+ msgstr "اضف"
4678
+
4679
+ #: modules/after-the-deadline/config-unignore.php:138
4680
+ msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
4681
+ msgstr "تأكد بالضغط على \"تحديث الملف الشخصي\" في أسفل الشاشة لحفظ تغييراتك."
4682
+
4683
+ #: modules/carousel/jetpack-carousel.php:106
4684
+ msgid "Comment"
4685
+ msgstr "تعليق"
4686
+
4687
+ #: modules/carousel/jetpack-carousel.php:107
4688
+ msgid "Post Comment"
4689
+ msgstr "أضف تعليقاً"
4690
+
4691
+ #: modules/carousel/jetpack-carousel.php:109
4692
+ msgid "Loading Comments..."
4693
+ msgstr "تحميل التعليقات..."
4694
+
4695
+ #: modules/carousel/jetpack-carousel.php:110
4696
+ msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
4697
+ msgstr "عرض بالحجم الكامل <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
4698
+
4699
+ #: modules/carousel/jetpack-carousel.php:111
4700
+ msgid "Please be sure to submit some text with your comment."
4701
+ msgstr "يرجى التأكد من كتابة بعض النصوص داخل تعليقك."
4702
+
4703
+ #: modules/carousel/jetpack-carousel.php:112
4704
+ msgid "Please provide an email address to comment."
4705
+ msgstr "رجاء قم بتفعيل بريدك الالكتروني لوضع تعليقك."
4706
+
4707
+ #: modules/carousel/jetpack-carousel.php:113
4708
+ msgid "Please provide your name to comment."
4709
+ msgstr "رجاء قم بتفعيل أسمك لوضع تعليقك."
4710
+
4711
+ #: modules/carousel/jetpack-carousel.php:114
4712
+ msgid "Sorry, but there was an error posting your comment. Please try again later."
4713
+ msgstr "عفواً، لكن هناك مشكلة بنشر تعليقك. يرجى المحاولة مرة أخرى لاحقاً."
4714
+
4715
+ #: modules/carousel/jetpack-carousel.php:115
4716
+ msgid "Your comment was approved."
4717
+ msgstr "تمت الموافقة على تعليقك."
4718
+
4719
+ #: modules/carousel/jetpack-carousel.php:116
4720
+ msgid "Your comment is in moderation."
4721
+ msgstr "تعليقك بحاجة لموافقة المدير."
4722
+
4723
+ #: modules/carousel/jetpack-carousel.php:117
4724
+ msgid "Camera"
4725
+ msgstr "الكاميرا"
4726
+
4727
+ #: modules/carousel/jetpack-carousel.php:118
4728
+ msgid "Aperture"
4729
+ msgstr "فتحة العدسة"
4730
+
4731
+ #: modules/carousel/jetpack-carousel.php:119
4732
+ msgid "Shutter Speed"
4733
+ msgstr "سرعة الغالق"
4734
+
4735
+ #: modules/carousel/jetpack-carousel.php:120
4736
+ msgid "Focal Length"
4737
+ msgstr "البعد البؤري"
4738
+
4739
+ #: modules/carousel/jetpack-carousel.php:130
4740
+ msgid "Commenting as %s"
4741
+ msgstr "تعليقاً على %s"
4742
+
4743
+ #: modules/carousel/jetpack-carousel.php:133
4744
+ msgid "You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in</a> to post a comment."
4745
+ msgstr "يجب عليك <a href=\"#\" class=\"jp-carousel-comment-login\">تسجيل الدخول</a> لكتابة تعليق."
4746
+
4747
+ #: modules/carousel/jetpack-carousel.php:135
4748
+ msgid "%s (Required)"
4749
+ msgstr "%s (مطلوب)"
4750
+
4751
+ #: modules/carousel/jetpack-carousel.php:137
4752
+ #: modules/contact-form/grunion-contact-form.php:753
4753
+ #: modules/contact-form/grunion-form-view.php:155
4754
+ msgid "Email"
4755
+ msgstr "البريد الإلكتروني"
4756
+
4757
+ #: modules/carousel/jetpack-carousel.php:141
4758
+ #: modules/contact-form/grunion-contact-form.php:754
4759
+ #: modules/contact-form/grunion-form-view.php:160
4760
+ msgid "Website"
4761
+ msgstr "الموقع"
4762
+
4763
+ #: modules/carousel/jetpack-carousel.php:274
4764
+ msgid "Missing attachment ID."
4765
+ msgstr "رقم المرفق مفقود."
4766
 
4767
+ #: modules/carousel/jetpack-carousel.php:311
4768
+ msgid "Nonce verification failed."
4769
+ msgstr "فشل التحقق من المناسبة الحالية."
4770
 
4771
+ #: modules/carousel/jetpack-carousel.php:318
4772
+ msgid "Missing target blog ID."
4773
+ msgstr "رقم المدونة الهدف مفقود."
4774
 
4775
+ #: modules/carousel/jetpack-carousel.php:321
4776
+ msgid "Missing target post ID."
4777
+ msgstr "رقم الموضوع الهدف مفقود."
4778
 
4779
+ #: modules/carousel/jetpack-carousel.php:324
4780
+ msgid "No comment text was submitted."
4781
+ msgstr "لم يتم تقديم أي نص لتعليق."
4782
 
4783
+ #: class.jetpack-debugger.php:139
4784
+ msgid "It may be caused by one of these issues, which you can diagnose yourself:"
4785
+ msgstr "قد يكون سببه واحدة من هذه المشكلات التي يمكنك تشخيصها بنفسك:"
4786
 
4787
+ #: class.jetpack-debugger.php:141
4788
+ msgid "A known issue."
4789
+ msgstr "مشكلة معروفة."
4790
 
4791
+ #: class.jetpack-debugger.php:141
4792
+ msgid "Some themes and plugins have <a href=\"%1$s\" target=\"_blank\">known conflicts</a> with Jetpack – check the <a href=\"%2$s\" target=\"_blank\">list</a>. (You can also browse the <a href=\"%3$s\">Jetpack support pages</a> or <a href=\"%4$s\">Jetpack support forum</a> to see if others have experienced and solved the problem.)"
4793
+ msgstr "بعض القوالب والإضافات لها <a href=\"%1$s\" target=\"_blank\">تعارضات معروفة</a> مع Jetpack – إفحص <a href=\"%2$s\" target=\"_blank\">القائمة</a>. (يمكنك أيضاً تصفح <a href=\"%3$s\">صفحات دعم Jetpack</a> أو <a href=\"%4$s\">منتدى الدعم الفني Jetpack</a> لمعرفة ما إذا كان أحداً ما من ذوي الخبرة الآخرين قد حل المشكلة.)"
4794
 
4795
+ #: class.jetpack-debugger.php:142
4796
+ msgid "An incompatible plugin."
4797
+ msgstr "إضافة غير متوافقة."
4798
 
4799
+ #: class.jetpack-debugger.php:142
4800
+ msgid "Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help."
4801
+ msgstr "ولمعرفة ذلك من خلال تعطيل جميع الإضافات باستثناء Jetpack. إذا استمرت المشكلة، فهذه ليست مشكلة إضافة. وإذا تم حل المشكلة، قم بتفعيل الإضافات واحدة تلو الآخرى حتى تظهر المشكلة مرة أخرى - هكذا تعرف من هو المتهم! دعنا نعرف وسوف نحاول المساعدة."
4802
 
4803
+ #: class.jetpack-debugger.php:143
4804
+ msgid "A theme conflict."
4805
+ msgstr "تعارض في القالب."
4806
 
4807
+ #: class.jetpack-debugger.php:143
4808
+ msgid "If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know."
4809
+ msgstr "في حال عدم معرفة مشكلتك أو الناجمة عن الإضافة، حاول تفعيل قالب 2012 (القالب الافتراضي). إذا كان هذا قد حل المشكلة، فشيئاً ما في القالب يوجد به خلل على الأرجح - دع مؤلف القالب يعلم بذلك."
4810
 
4811
+ #: class.jetpack-debugger.php:144
4812
+ msgid "A problem with your XMLRPC file."
4813
+ msgstr "مشكلة في ملف XMLRPC."
4814
 
4815
+ #: class.jetpack-debugger.php:144
4816
+ msgid "Load your <a href=\"%s\">XMLRPC file</a>. It should say “XML-RPC server accepts POST requests only.” on a line by itself."
4817
+ msgstr "تحميل <a href=\"%s\">XMLRPC ملف</a>. ينبغي أن نقول بأن \"خادم XML-RPC يقبل طلبات الموضوع فقط.\" على سطر منفرد."
4818
 
4819
+ #: class.jetpack-debugger.php:146
4820
+ msgid "If it's not by itself, a theme or plugin is displaying extra characters. Try steps 2 and 3."
4821
+ msgstr "إذا لم يكن بحد ذاته، قالب أو إضافة يظهر أحرف إضافية. حاول الخطوتين 2 و 3."
4822
 
4823
+ #: class.jetpack-debugger.php:147
4824
+ msgid "If you get a 404 message, contact your web host. Their security may block XMLRPC."
4825
+ msgstr "إذا ظهرت رسالة الخطأ 404، اتصل بمستضيفك. قد تكون حمايتهم قد حظرت XMLRPC."
4826
 
4827
+ #: class.jetpack-debugger.php:152
4828
+ msgid "If none of these help you find a solution, <a href=\"#\">click here to contact Jetpack support</a>. Tell us as much as you can about the issue and what steps you've tried to resolve it, and one of our Happiness Engineers will be in touch to help."
4829
+ msgstr "إذا كان أي من هذه ساعدتك على إيجاد حل، <a href=\"#\">اضغط هنا للإتصال بالدعم الفني ل Jetpack</a>. أخبرنا بقدر ما تستطيع عن المشكلة وما هي الخطوات التي اتبعتها لحل المشكلة، سيكون هناك أحد المهندسين للمساعدة وسيقى على اتصال دائم معك."
4830
 
4831
+ #: class.jetpack-debugger.php:166
4832
+ msgid "Please describe the problem you are having."
4833
+ msgstr "الرجاء وصف المشكلة التي تواجهها."
4834
 
4835
+ #: class.jetpack-debugger.php:171 modules/carousel/jetpack-carousel.php:139
4836
+ #: modules/contact-form/grunion-contact-form.php:752
4837
+ #: modules/contact-form/grunion-form-view.php:156
4838
+ #: modules/custom-post-types/nova.php:740
4839
+ msgid "Name"
4840
+ msgstr "الاسم"
4841
 
4842
+ #: class.jetpack-debugger.php:172
4843
+ msgid "Let us know your name."
4844
+ msgstr "دعنا نعرف اسمك."
4845
 
4846
+ #: class.jetpack-debugger.php:177
4847
+ msgid "E-mail"
4848
+ msgstr "البريد الإلكتروني"
4849
 
4850
+ #: class.jetpack-debugger.php:178
4851
+ msgid "Use a valid email address."
4852
+ msgstr "استخدم عنوان بريد إلكتروني صحيح."
4853
 
4854
+ #: class.jetpack-debugger.php:183
4855
+ msgid "The test results and some other useful debug information will be sent to the support team. Please feel free to <a href=\"#\">review/modify</a> this information."
4856
+ msgstr "سيتم إرسال نتائج الاختبار وبعض المعلومات الأخرى المفيدة عن تصحيح الأخطاء إلى فريق الدعم. لا تتردد في <a href=\"#\">مراجعة / تعديل</a> هذه المعلومات."
 
4857
 
4858
+ #: class.jetpack-debugger.php:187
4859
+ msgid "Debug Info"
4860
+ msgstr "معلومات تصحيح الأخطاء"
4861
 
4862
+ #: class.jetpack-heartbeat.php:128
4863
+ msgid "Jetpack weekly"
4864
+ msgstr ""
4865
 
4866
+ #: class.jetpack.php:1311
4867
+ msgid "Jetpack requires WordPress version %s or later."
4868
+ msgstr "إن إضافة Jetpackتتطلب ووردبريس الإصدار %sأو الأحدث."
4869
 
4870
+ #: class.jetpack.php:1555 class.jetpack.php:1571
4871
+ msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
4872
+ msgstr "Jetpack يتضمن آخر إصدار قديم من إضافة &#8220;%1$s&#8221;."
4873
 
4874
+ #: class.jetpack.php:1592
4875
+ msgid "One New Jetpack Module"
4876
+ msgid_plural "%s New Jetpack Modules"
4877
+ msgstr[0] "%s إضافة Jetpack جديدة"
4878
+ msgstr[1] "إضافة Jetpack جديدة"
4879
+ msgstr[2] "%s إضافات Jetpack جديدة"
4880
+ msgstr[3] "%s إضافات Jetpack جديدة"
4881
+ msgstr[4] "%s إضافات Jetpack جديدة"
4882
+ msgstr[5] "%s إضافات Jetpack جديدة"
4883
 
4884
+ #: class.jetpack.php:1595
4885
+ msgid "Jetpack"
4886
+ msgstr "Jetpack"
4887
 
4888
+ #: class.jetpack.php:1765 class.jetpack.php:1790 class.jetpack.php:1803
4889
+ #: class.jetpack.php:2680 class.jetpack.php:2933
4890
+ msgid "Jetpack by WordPress.com"
4891
+ msgstr "خدمة Jetpack من WordPress.com"
4892
 
4893
+ #: class.jetpack.php:1766 class.jetpack.php:1791 class.jetpack.php:2683
4894
+ msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
4895
+ msgstr "يقوم Jetpack بشحن موقعك بالقوة الرائعة من الخدمات السحابية من موقع WordPress.com"
4896
 
4897
+ #: class.jetpack.php:1767 class.jetpack.php:1792
4898
+ msgid "On this page, you are able to view the modules available within Jetpack, learn more about them, and activate or deactivate them as needed."
4899
+ msgstr "في هذه الصفحة، تستطيع عرض الإضافات ضمن Jetpack، تعلم المزيد حولها وقم بتفعيلها أو تعطيلها عند الحاجة."
4900
 
4901
+ #: class.jetpack.php:1768
4902
+ msgid "Jetpack Module Options"
4903
+ msgstr "خيارات إضافات Jetpack"
4904
 
4905
+ #: class.jetpack.php:1769
4906
+ msgid "<strong>To Activate/Deactivate a Module</strong> - Click on Learn More. An Activate or Deactivate button will now appear next to the Learn More button. Click the Activate/Deactivate button."
4907
+ msgstr "<strong>لتفعيل أو تعطيل الإضافات</strong> - اضغط على تعلم المزيد. سيظهر زر تفعيل أو تعطيل بالقرب من زر تعلم المزيد. اضغط زر تفعيل/تعطيل."
 
4908
 
4909
+ #: class.jetpack.php:1770 class.jetpack.php:1817
4910
+ msgid "For more information:"
4911
+ msgstr "للمزيد من المعلومات:"
4912
 
4913
+ #: class.jetpack.php:1771 class.jetpack.php:1818
4914
+ msgid "Jetpack FAQ"
4915
+ msgstr "الأسئلة الشائعة عن Jetpack"
4916
 
4917
+ #: class.jetpack.php:1772 class.jetpack.php:1819
4918
+ msgid "Jetpack Support"
4919
+ msgstr "الدعم الفني لخدمة Jetpack"
4920
 
4921
+ #: class.jetpack.php:1788
4922
+ msgid "Overview"
4923
+ msgstr "نظرة عامة"
4924
 
4925
+ #: class.jetpack.php:1801
4926
+ msgid "Modules"
4927
+ msgstr "إضافات"
 
4928
 
4929
+ #: class.jetpack.php:1804
4930
+ msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
4931
+ msgstr "يمكنك تفعيل أو تعطيل إضافات Jetpack بشكل فردي لتناسب احتياجاتك."
4932
 
4933
+ #: class.jetpack.php:1806
4934
+ msgid "Find the component you want to manage"
4935
+ msgstr "أبحث عن العنصر الذي تريد إدارته"
 
4936
 
4937
+ #: class.jetpack.php:1807
4938
+ msgid "Click on Learn More"
4939
+ msgstr "اضغط على تعلم المزيد"
4940
 
4941
+ #: class.jetpack.php:1808
4942
+ msgid "An Activate or Deactivate button will appear"
4943
+ msgstr "ستظهر أزرار تفعيل أوتعطيل"
4944
 
4945
+ #: class.jetpack.php:1809
4946
+ msgid "If additional settings are available, a link to them will appear"
4947
+ msgstr "إذا كانت الإعدادات الإضافية متاحة، فسيظهر رابط متعلق بهم"
4948
 
4949
+ #: class.jetpack.php:1889 modules/publicize/ui.php:677
4950
+ #: modules/sharedaddy/sharedaddy.php:76 modules/sharedaddy/sharedaddy.php:83
4951
+ msgid "Settings"
4952
+ msgstr "الإعدادات"
4953
 
4954
+ #: class.jetpack.php:1906
4955
+ msgid "Dismiss this notice and deactivate Jetpack."
4956
+ msgstr "أصرف النظر عن هذه الملاحظة وقم بتعطيل Jetpack."
4957
 
4958
+ #: class.jetpack.php:1912
4959
+ msgid "<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!"
4960
+ msgstr "<strong>Jetpack جاهز تقريباً</strong> &#8211; قم بالاتصال بموقع WordPress.com لتفعيل الوظائف مثل التعليقات والإحصائيات ونموذج الاتصال والاشتراكات."
4961
 
4962
+ #: class.jetpack.php:1914
4963
+ msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
4964
+ msgstr "<strong>Jetpack مثبت</strong> وهو جاهز لإعطاء موقعك الخدمات السحابية الرائعة."
4965
 
4966
+ #: class.jetpack.php:1920 class.jetpack.php:2716
4967
+ msgid "Connect to WordPress.com"
4968
+ msgstr "الاتصال بموقع WordPress.com"
4969
 
4970
+ #: class.jetpack.php:1922 modules/module-info.php:45 modules/module-info.php:81
4971
+ #: modules/module-info.php:138 modules/module-info.php:173
4972
+ #: modules/module-info.php:207 modules/module-info.php:237
4973
+ #: modules/module-info.php:270 modules/module-info.php:306
4974
+ #: modules/module-info.php:357 modules/module-info.php:379
4975
+ #: modules/module-info.php:417 modules/module-info.php:442
4976
+ #: modules/module-info.php:460 modules/module-info.php:479
4977
+ #: modules/module-info.php:485 modules/module-info.php:512
4978
+ #: modules/module-info.php:543 modules/module-info.php:578
4979
+ #: modules/module-info.php:600 modules/module-info.php:622
4980
+ #: modules/module-info.php:672 modules/module-info.php:700
4981
+ #: modules/module-info.php:728 modules/module-info.php:749
4982
+ #: modules/module-info.php:775 modules/module-info.php:801
4983
+ #: modules/module-info.php:824 modules/module-info.php:843
4984
+ #: modules/module-info.php:860 modules/module-info.php:876
4985
+ #: modules/module-info.php:896
4986
+ msgid "Learn More"
4987
+ msgstr "تعلم المزيد"
4988
 
4989
+ #: class.jetpack.php:1935
4990
+ msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
4991
+ msgstr "<strong>تم تفعيل Jetpack!</strong> كل موقع على شبكتك يجب أن يكون مرتبط بشكل منفرد بواسطة المدير العام على ذلك الموقع."
4992
 
4993
+ #: class.jetpack.php:1962
4994
+ msgid "Jetpack now includes Jetpack Comments, which enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site. To activate Jetpack Comments, <a href=\"%s\">%s</a>."
4995
+ msgstr "Jetpack الآن يتضمن تعليقات Jetpack، الذي يقوم بتفعيل حسابات الزوار على موقع ووردبريس والتويتر أو الفيس بوك لاستخدامها بالتعليق في موقعك. لتفعيل تعليقات Jetpack ، <a href=\"%s\">%s</a>."
4996
 
4997
+ #: class.jetpack.php:1973
4998
+ msgid "click here"
4999
+ msgstr "اضغط هنا"
5000
 
5001
+ #: class.jetpack.php:2143
5002
+ msgid "Cheatin&#8217; uh?"
5003
+ msgstr "عفواً ، لا تملك الصلاحية الكافية."
5004
 
5005
+ #: class.jetpack.php:2146
5006
+ msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
5007
+ msgstr "تحتاج مصادقة اتصال Jetpack بين موقعك وموقع WordPress.com لتفعيل الميزات المذهلة."
5008
 
5009
+ #: class.jetpack.php:2149
5010
+ msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
5011
+ msgstr "لا تعبر التيارات! تحتاج أن تبقى مسجل الدخول في موقعك أثناء مصادقة إضافة Jetpack."
5012
 
5013
+ #: class.jetpack.php:2153
5014
  msgid "Return to sender. Whoops! It looks like you got the wrong Jetpack in the mail; deactivate then reactivate the Jetpack plugin to get a new one."
5015
  msgstr "الرجوع إلى المرسل. انتبه! يبدو أنك حصلت على Jetpack خاطئ في بريدك، يرجى تعطيل وإعادة تفعيل الإضافة من جديد للحصول على واحدة جديدة."
5016
 
5017
+ #: class.jetpack.php:2156
5018
  msgid "Wrong size. Hm&#8230; it seems your Jetpack doesn&#8217;t quite fit. Have you lost weight? Click &#8220;Connect to WordPress.com&#8221; again to get your Jetpack adjusted."
5019
  msgstr "خطأ بالحجم. يبدو بأن Jetpack غير متناسبة تماماً. هل فقدت الوزن؟ اضغط &#8220;الاتصال بـ WordPress.com&#8221; مرة أخرى ليتم تعديل Jetpack."
5020
 
5021
+ #: class.jetpack.php:2160
5022
  msgid "Your website needs to be publicly accessible to use Jetpack: %s"
5023
  msgstr "يجب أن يكون موقعك متاح للعموم لاستخدام Jetpack: %s"
5024
 
5025
+ #: class.jetpack.php:2165
5026
  msgid "%s could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
5027
  msgstr "لا يمكن تنشيط %s لأنها تسبب <strong>خطأ فادح</strong>. ربما هناك تعارض مع إضافة أخرى قد قمت بتثبيتها؟"
5028
 
5029
+ #: class.jetpack.php:2167
5030
  msgid "Do you still have the %s plugin installed?"
5031
  msgstr "هل ما زالت إضافة %s مثبتة لديك؟"
5032
 
5033
+ #: class.jetpack.php:2170
5034
  msgid "Module could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
5035
  msgstr "لا يمكن تفعيل الوحدة لأنها تسبب <strong>خطأ فادح</strong>. ربما هناك تعارض مع إضافة أخرى قد قمت بتثبيتها؟"
5036
 
5037
+ #: class.jetpack.php:2178
5038
  msgid "<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."
5039
  msgstr "<strong>يوجد خلل بإضافة Jetpack.</strong> ربط هذا الموقع مع WordPress.com غير ممكن. هذا يعني بأن موقعك غير متاح للزوار (سيرفر محلي)."
5040
 
5041
+ #: class.jetpack.php:2184
5042
  msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
5043
  msgstr "يوجد مشاكل حالياً مع WordPress.com وغير قادر على الربط مع Jetpack. يرجى المحاولة مرة أخرى في وقت لاحق."
5044
 
5045
+ #: class.jetpack.php:2188
5046
  msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
5047
  msgstr "لم يتمكن Jetpack بالاتصال بموقع WordPress.com: %s. وهذا يعني بأن هناك إعدادات خاطئة باستضافة موقعك على الخادم."
5048
 
5049
+ #: class.jetpack.php:2228
5050
  msgid "<strong>Your Jetpack has a glitch.</strong> Something went wrong that&#8217;s never supposed to happen. Guess you&#8217;re just lucky: %s"
5051
  msgstr "<strong>يوجد خلل بإضافة Jetpack.</strong> لقد حصل خطأ من المفترض أن يحدث. أنت محظوظ: %s"
5052
 
5053
+ #: class.jetpack.php:2231
5054
  msgid "Try connecting again."
5055
  msgstr "حاول الاتصال مرة أخرى."
5056
 
5057
+ #: class.jetpack.php:2255
5058
  msgid "Welcome to <strong>Jetpack %s</strong>!"
5059
  msgstr "مرحباً بك في <strong>Jetpack الإصدار: %s</strong>!"
5060
 
5061
+ #: class.jetpack.php:2267
5062
  msgid "The following new modules have been activated: %l."
5063
  msgstr "لقد تم تفعيل الإضافات الجديدة التالية: %l."
5064
 
5065
+ #: class.jetpack.php:2279
5066
  msgid "The following modules have been updated: %l."
5067
  msgstr "تم تحديث الإضافات التالية: %l."
5068
 
5069
+ #: class.jetpack.php:2288
5070
  msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
5071
  msgstr "<strong>تم تفعيل إضافة %s!</strong> يمكنك تعطيلها في أي وقت بالضغط على زر تعلم المزيد ومن ثم تعطيل."
5072
 
5073
+ #: class.jetpack.php:2314
5074
  msgctxt "%l = list of Jetpack module/feature names"
5075
  msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
5076
  msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
5081
  msgstr[4] "<strong>تم تعطيل الإضافات %l</strong> يمكنك تفعيلها مرة أخرى في أي وقت باستخدام زر تفعيل الموجود على بطاقة الإضافة."
5082
  msgstr[5] "<strong>تم تعطيل الإضافات %l</strong> يمكنك تفعيلها مرة أخرى في أي وقت باستخدام زر تفعيل الموجود على بطاقة الإضافة."
5083
 
5084
+ #: class.jetpack.php:2326
5085
  msgid "<strong>Module settings were saved.</strong> "
5086
  msgstr "<strong>تم حفظ إعدادات الإضافة.</strong> "
5087
 
5088
+ #: class.jetpack.php:2330
5089
  msgid "<strong>Your Jetpack is already connected.</strong> "
5090
  msgstr "<strong>إضافة Jetpack متصلة بالفعل</strong>"
5091
 
5092
+ #: class.jetpack.php:2334 class.jetpack.php:2341
5093
  msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
5094
  msgstr "<strong>أنت جاهز لاستخدام Jetpack</strong> "
5095
 
5096
+ #: class.jetpack.php:2336
5097
  msgid "The features below are now active. Click the learn more buttons to explore each feature."
5098
  msgstr "تم تنشيط الميزات أدناه. اضغط زر تعلم المزيد لتتصفح كل ميزة."
5099
 
5100
+ #: class.jetpack.php:2347
5101
  msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
5102
  msgstr "<strong>لم تقم بربط حسابك (%s) من موقع WordPress.com.</strong>"
5103
 
5104
+ #: class.jetpack.php:2370
5105
  msgid "Jetpack contains the most recent version of the old %l plugin."
5106
  msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
5107
  msgstr[0] "يحتوي Jetpack على أحدث نسخة من أقدم إضافة %l."
5111
  msgstr[4] "يحتوي Jetpack على أحدث نسخة من أقدم إضافة %l."
5112
  msgstr[5] "يحتوي Jetpack على أحدث نسخة من أقدم إضافة %l."
5113
 
5114
+ #: class.jetpack.php:2381
5115
  msgid "The old version has been deactivated and can be removed from your site."
5116
  msgid_plural "The old versions have been deactivated and can be removed from your site."
5117
  msgstr[0] "تم تعطيل الإصدار القديم ويمكن حذفه من موقعك."
5121
  msgstr[4] "تم تعطيل الإصدار القديم ويمكن حذفه من موقعك."
5122
  msgstr[5] "تم تعطيل الإصدار القديم ويمكن حذفه من موقعك."
5123
 
5124
+ #: class.jetpack.php:2446
5125
  msgid "Is this site private?"
5126
  msgstr "هل هذا الموقع خاص؟"
5127
 
5128
+ #: class.jetpack.php:2451
5129
  msgctxt "%l = list of Jetpack module/feature names"
5130
  msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
5131
  msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
5136
  msgstr[4] "هل أحببت خلاصات RSS لموقعك، تسمح إضافة %l بالوصول إلى مواضيعك ومحتويات أخرى لجهات أخرى."
5137
  msgstr[5] "هل أحببت خلاصات RSS لموقعك، تسمح إضافة %l بالوصول إلى مواضيعك ومحتويات أخرى لجهات أخرى."
5138
 
5139
+ #: class.jetpack.php:2468
5140
  msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
5141
  msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
5142
  msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
5147
  msgstr[4] "إذا كان موقعك غير متاح للعامة، يرجى <a href=\"%1$s\" title=\"%2$s\">تعطيل هذه الميزات</a>."
5148
  msgstr[5] "إذا كان موقعك غير متاح للعامة، يرجى <a href=\"%1$s\" title=\"%2$s\">تعطيل هذه الميزات</a>."
5149
 
5150
+ #: class.jetpack.php:2485
5151
  msgctxt "%l = list of Jetpack module/feature names"
5152
  msgid "Deactivate %l"
5153
  msgstr "تعطيل %l"
5154
 
5155
+ #: class.jetpack.php:2670
5156
  msgid "Connected to WordPress.com"
5157
  msgstr "متصل بموقع WordPress.com"
5158
 
5159
+ #: class.jetpack.php:2670
5160
  msgid "Disconnect from WordPress.com"
5161
  msgstr "قطع الاتصال بموقع WordPress.com"
5162
 
5163
+ #: class.jetpack.php:2675
5164
+ msgid "User linked to WordPress.com"
5165
+ msgstr "ربط عضو بموقع WordPress.com"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5166
 
5167
+ #: class.jetpack.php:2675
5168
+ msgid "Unlink user from WordPress.com"
5169
+ msgstr "فصل العضو بموقع WordPress.com"
5170
 
5171
+ #: class.jetpack.php:2693
5172
+ msgid "Jetpack is network activated and notices can not be dismissed."
5173
+ msgstr "Jetpack منشط على الشبكة والملاحظات لا يمكن استبعادها."
5174
 
5175
+ #: class.jetpack.php:2707
5176
+ msgid "Dismiss this notice."
5177
+ msgstr "إغلاق هذه الملاحظة."
5178
 
5179
+ #: class.jetpack.php:2712
5180
+ msgid "To enable all of the Jetpack features you&#8217;ll need to connect your website to WordPress.com using the button to the right. Once you&#8217;ve made the connection you&#8217;ll activate all the delightful features below."
5181
+ msgstr "لتفعيل كافة الوظائف في إضافة Jetpack ستحتاج للاتصال بموقع WordPress.com باستخدام الزر على اليمين. عندما تقوم بالاتصال سيكون بمقدورك تفعيل كافة الوظائف المذكورة أدناه."
5182
 
5183
+ #: class.jetpack.php:2727
5184
+ msgid "To enable all of the Jetpack features you&#8217;ll need to link your account here to your WordPress.com account using the button to the right."
5185
+ msgstr "لتفعيل كافة الوظائف في إضافة Jetpack ستحتاج لربط حسابك هنا بحسابك في موقع WordPress.com باستخدام الزر على اليمين."
5186
 
5187
+ #: class.jetpack.php:2731 modules/post-by-email.php:132
5188
+ #: modules/publicize/publicize-jetpack.php:68
5189
+ msgid "Link account with WordPress.com"
5190
+ msgstr "ربط الحساب بموقع WordPress.com"
5191
 
5192
+ #: class.jetpack.php:2752
5193
+ msgid "Have feedback on Jetpack?"
5194
+ msgstr "لديك اقتراح لJetpack؟"
5195
 
5196
+ #: class.jetpack.php:2754
5197
+ msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
5198
+ msgstr "أجب عن أسئلتنا القصيرة لنعلم كيف نعمل لتطوير هذا البرنامج في المستقبل."
5199
 
5200
+ #: class.jetpack.php:2757
5201
+ msgid "Take Survey"
5202
+ msgstr "دراسة استقصائية"
5203
 
5204
+ #: class.jetpack.php:2763
5205
+ msgid "Checking email updates status&hellip;"
5206
+ msgstr "التحقق من حالة تحديثات البريد الإلكتروني..."
5207
 
5208
+ #: class.jetpack.php:2769
5209
+ msgctxt "%s = Unsubscribe link"
5210
+ msgid "You are currently subscribed to email updates. %s"
5211
+ msgstr "أنت مشترك حالياً بالتحديثات على البريد الإلكتروني. %s"
5212
 
5213
+ #: class.jetpack.php:2770
5214
+ msgid "Unsubscribe"
5215
+ msgstr "إلغاء الاشتراك"
5216
 
5217
+ #: class.jetpack.php:2774
5218
+ msgctxt "%s = Subscribe link"
5219
+ msgid "Want to receive updates about Jetpack by email? %s"
5220
+ msgstr "هل تريد استقبال التحديثات حول Jetpack عبر البريد الإلكتروني؟ %s"
5221
 
5222
+ #: class.jetpack.php:2775 modules/subscriptions.php:696
5223
+ msgid "Subscribe"
5224
+ msgstr "اشترك"
 
5225
 
5226
+ #: class.jetpack.php:2782
5227
+ msgid "You have been subscribed to receive email updates."
5228
+ msgstr "لقد قمت بالاشتراك لاستقبال التحديثات عبر البريد الإلكتروني."
5229
 
5230
+ #: class.jetpack.php:2784
5231
+ msgid "You will no longer receive email updates about Jetpack."
5232
+ msgstr "لا يمكنك استقبال تحديثات Jetpack عبر البريد الإلكتروني."
5233
 
5234
+ #: class.jetpack.php:2796
5235
+ msgid "An <span>Automattic</span> Airline"
5236
+ msgstr "شركة <span>أوتوماتيك</span> لخدمات التدوين"
5237
 
5238
+ #: class.jetpack.php:2799
5239
+ msgid "Privacy Policy"
5240
+ msgstr "سياسة الخصوصية"
5241
 
5242
+ #: class.jetpack-client-server.php:141
5243
+ msgid "An administrator for this blog must set up the Jetpack connection."
5244
+ msgstr "يجب على مدير الموقع أن يقوم بإعداد اتصال Jetpack."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5245
 
5246
+ #: class.jetpack-client-server.php:146
5247
+ msgid "You need to register your Jetpack before connecting it."
5248
+ msgstr "تحتاج لتسجيل Jetpack قبل الاتصال به."
5249
 
5250
+ #: class.jetpack-client-server.php:188 class.jetpack.php:3319
5251
+ #: class.jetpack.php:3321 class.jetpack.php:3323 class.jetpack.php:3326
5252
+ msgid "Error Details: %s"
5253
+ msgstr "تفاصيل الخطا: %s"
5254
 
5255
+ #: class.jetpack-debugger.php:24
5256
+ msgid "You do not have sufficient permissions to access this page."
5257
+ msgstr "ليس لديك الصلاحيات الكافية لدخول هذه الصفحة."
5258
 
5259
+ #: class.jetpack-debugger.php:68
5260
+ msgid "Your site isn’t reaching the Jetpack servers."
5261
+ msgstr ""
5262
 
5263
+ #: class.jetpack-debugger.php:71
5264
+ msgid "Your site isn’t securely reaching the Jetpack servers."
5265
+ msgstr ""
5266
 
5267
+ #: class.jetpack-debugger.php:76
5268
+ msgid "Your `%1$s` option is set up as `%2$s`, but your WordPress.com connection lists it as `%3$s`!"
5269
+ msgstr ""
5270
 
5271
  #: class.jetpack-debugger.php:83
5272
  msgid "Something has gotten mixed up in your Jetpack Connection!"
5276
  msgid "It looks like your site can not communicate properly with Jetpack."
5277
  msgstr ""
5278
 
5279
+ #: class.jetpack-debugger.php:99 class.jetpack.php:1600 class.jetpack.php:1820
5280
  msgid "Jetpack Debugging Center"
5281
  msgstr "مركز تصحيح الأخطاء"
5282
 
5294
 
5295
  #: class.jetpack-debugger.php:138
5296
  msgid "Trouble with Jetpack?"
5297
+ msgstr "يوجد مشكلة في Jetpack؟"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/jetpack-az.mo CHANGED
Binary file
languages/jetpack-az.po CHANGED
@@ -1,41 +1,129 @@
1
- # Translation of 2.5 in Azerbaijani
2
- # This file is distributed under the same license as the 2.5 package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2013-09-19 15:16:43+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: 2.5\n"
12
 
13
- #: modules/videopress/videopress.php:664
14
- msgid "The preview is unavailable while this video is being processed."
15
  msgstr ""
16
 
17
- #: modules/shortcodes/presentations.php:242
18
- msgid "Click to autoplay the presentation!"
 
19
  msgstr ""
20
 
21
- #: modules/gplus-authorship/admin/ui.php:138
22
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected, including your Publicize connections. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
 
23
  msgstr ""
24
 
25
- #: modules/gplus-authorship/admin/ui.php:140
26
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
27
  msgstr ""
28
 
29
- msgid "Likes are a way for people to show their appreciation for content you have written. It’s also a way for you to show the world how popular your content has become."
 
 
30
  msgstr ""
31
 
32
- msgid "Automatically optimize your site for mobile devices."
 
 
33
  msgstr ""
34
 
35
- msgid "Receive notifications on your mobile device."
 
 
36
  msgstr ""
37
 
38
- msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  msgstr ""
40
 
41
  msgid "A single search box, that lets you search many different things."
@@ -59,6 +147,12 @@ msgstr ""
59
  msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
60
  msgstr ""
61
 
 
 
 
 
 
 
62
  msgid "Simple, concise site stats with no additional load on your server."
63
  msgstr ""
64
 
@@ -80,107 +174,165 @@ msgstr ""
80
  msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
81
  msgstr ""
82
 
83
- msgid "Let users login with their WordPress.com Credentials, through <a href=\"http://jetpack.me/support/wpcc/\">WordPress.com Connect</a>"
 
84
  msgstr ""
85
 
86
- #: modules/wpcc/wpcc-sign-on.php:98
87
- msgid "WPCC Client Secret"
88
  msgstr ""
89
 
90
- #: modules/wpcc/wpcc-sign-on.php:123
91
- msgid "<strong>Almost done.</strong> Before WordPress.com Connect can finish activating, you'll need to <a href=\"%s\">register your website as an application on WordPress.com</a>"
 
 
 
 
92
  msgstr ""
93
 
94
- #: modules/wpcc/wpcc-sign-on.php:146
95
- msgid "Visit WordPress.com to <a href=\"%s\">register a new WPCC client id and secret key</a>."
 
 
 
 
96
  msgstr ""
97
 
98
- #: modules/wpcc/wpcc-sign-on.php:148
99
- msgid "Visit WordPress.com to <a href=\"%s\">manage your WPCC client settings</a>."
100
  msgstr ""
101
 
102
- #: modules/wpcc/wpcc-sign-on.php:175
103
- msgid "Connecting with WordPress.com Connect enables you to log on via your WordPress.com account."
104
  msgstr ""
105
 
106
- #: modules/wpcc/wpcc-sign-on.php:188
107
- msgid "Unlink This Account"
108
  msgstr ""
109
 
110
- #: modules/wpcc/wpcc-sign-on.php:231
111
- msgid "This profile is not currently linked to a WordPress.com Profile."
112
  msgstr ""
113
 
114
- #: modules/wpcc/wpcc-sign-on.php:238
115
- msgid "Warning! State variable missing after authentication."
116
  msgstr ""
117
 
118
- #: modules/wpcc/wpcc-sign-on.php:242
119
- msgid "Warning! State mismatch. Authentication attempt may have been compromised."
120
  msgstr ""
121
 
122
- #: modules/wpcc/wpcc-sign-on.php:262
123
- msgid "Warning! Could not confirm request token url!"
124
  msgstr ""
125
 
126
- #: modules/wpcc/wpcc-sign-on.php:276
127
- msgid "Warning! Could not fetch user data!"
128
  msgstr ""
129
 
130
- #: modules/wpcc/wpcc-sign-on.php:409
131
- msgid "We couldn't find an account with the email <strong><code>%1$s</code></strong> to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that <strong><code>%1$s</code></strong> is configured as the email address, or that you have connected to WordPress.com on your profile page."
132
  msgstr ""
133
 
134
- #: modules/wpcc/wpcc-sign-on.php:411
135
- msgid "We couldn't find any account on <strong>%2$s</strong> that is linked to your WordPress.com account to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that you have connected to WordPress.com on your profile page."
136
  msgstr ""
137
 
138
- msgid "http://wordpress.org/extend/plugins/jetpack/"
 
 
 
 
 
 
 
 
 
139
  msgstr ""
140
 
141
- msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
 
142
  msgstr ""
143
 
144
- msgid "Automattic"
 
145
  msgstr ""
146
 
147
- msgid "http://jetpack.me"
 
 
 
 
 
 
148
  msgstr ""
149
 
150
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
 
151
  msgstr ""
152
 
153
- msgid "Transform your standard image galleries into an immersive full-screen experience."
 
154
  msgstr ""
155
 
156
- msgid "A new comment system that has integrated social media login options."
 
157
  msgstr ""
158
 
159
- msgid "Easily insert a contact form anywhere on your site."
 
160
  msgstr ""
161
 
162
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
 
163
  msgstr ""
164
 
165
- msgid "Share your public posts and comments to search engines and other services in real-time."
 
166
  msgstr ""
167
 
168
- msgid "Show a link to your Google+ in the sharing area of your posts and add your blog URL to your Google+ profile."
 
169
  msgstr ""
170
 
171
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
 
172
  msgstr ""
173
 
174
- msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
 
175
  msgstr ""
176
 
177
- msgid "Allow applications to securely access your content through the cloud."
 
178
  msgstr ""
179
 
180
- msgid "Beautiful Math"
 
181
  msgstr ""
182
 
183
- msgid "Mark up your posts with the <img src=\"//s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  msgstr ""
185
 
186
  #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
@@ -291,360 +443,209 @@ msgstr ""
291
  msgid "Timeline Theme:"
292
  msgstr ""
293
 
294
- #: modules/widgets.php:49
295
- msgid "%s (Jetpack)"
296
  msgstr ""
297
 
298
- #: modules/wpcc/wpcc-sign-on.php:91
299
- msgid "WPCC Client ID"
300
  msgstr ""
301
 
302
- #: modules/widgets/readmill.php:47
303
- msgid "Just enter the URL to your book, make sure it's a PDF or EPUB file, and you are ready to go. For more help, head to <a href='%s'>the Readmill WordPress Widget support page</a>."
 
304
  msgstr ""
305
 
306
- #: modules/widgets/readmill.php:55
307
- msgid "Download URL:"
308
  msgstr ""
309
 
310
- #: modules/widgets/readmill.php:60
311
- msgid "Item URL:"
312
- msgstr ""
313
 
314
- #: modules/widgets/readmill.php:65
315
- msgid "What size icon?"
316
  msgstr ""
317
 
318
- #: modules/widgets/readmill.php:67 modules/widgets/rsslinks-widget.php:101
319
- msgid "Large"
320
- msgstr "Geniş "
321
 
322
- #: modules/widgets/readmill.php:68 modules/widgets/rsslinks-widget.php:99
323
- msgid "Small"
324
- msgstr "Kiçik"
325
 
326
- #: modules/widgets/readmill.php:125
327
- msgid "Your ePub link is empty. Provide an ePub link to display the Send to Readmill widget."
328
  msgstr ""
329
 
330
- #: modules/widgets/rsslinks-widget.php:12
331
- msgid "Links to your blog's RSS feeds"
332
  msgstr ""
333
 
334
- #: modules/widgets/rsslinks-widget.php:13
335
- msgid "RSS Links (Jetpack)"
336
  msgstr ""
337
 
338
- #: modules/widgets/rsslinks-widget.php:67
339
- #: modules/widgets/rsslinks-widget.php:133
340
- msgid "Posts"
341
- msgstr "Yazılar"
342
 
343
- #: modules/widgets/rsslinks-widget.php:69
344
- msgid "Posts & Comments"
345
  msgstr ""
346
 
347
- #: modules/widgets/rsslinks-widget.php:71
348
- msgid "Feed(s) to Display:"
349
  msgstr ""
350
 
351
- #: modules/widgets/rsslinks-widget.php:81
352
- msgid "Text Link"
353
  msgstr ""
354
 
355
- #: modules/widgets/rsslinks-widget.php:82
356
- msgid "Image Link"
357
  msgstr ""
358
 
359
- #: modules/widgets/rsslinks-widget.php:83
360
- msgid "Text & Image Links"
361
  msgstr ""
362
 
363
- #: modules/widgets/rsslinks-widget.php:85
364
- msgid "Format:"
365
  msgstr ""
366
 
367
- #: modules/widgets/rsslinks-widget.php:96
368
- msgid "Image Settings:"
369
  msgstr ""
370
 
371
- #: modules/widgets/rsslinks-widget.php:100
372
- msgid "Medium"
373
  msgstr ""
374
 
375
- #: modules/widgets/rsslinks-widget.php:103
376
- msgid "Image Size:"
377
  msgstr ""
378
 
379
- #: modules/widgets/rsslinks-widget.php:113
380
- msgid "Red"
381
  msgstr ""
382
 
383
- #: modules/widgets/rsslinks-widget.php:114
384
- msgid "Orange"
385
  msgstr ""
386
 
387
- #: modules/widgets/rsslinks-widget.php:115
388
- msgid "Green"
389
  msgstr ""
390
 
391
- #: modules/widgets/rsslinks-widget.php:116
392
- msgid "Blue"
393
  msgstr ""
394
 
395
- #: modules/widgets/rsslinks-widget.php:117
396
- msgid "Purple"
397
  msgstr ""
398
 
399
- #: modules/widgets/rsslinks-widget.php:118
400
- msgid "Pink"
401
  msgstr ""
402
 
403
- #: modules/widgets/rsslinks-widget.php:119
404
- msgid "Silver"
405
  msgstr ""
406
 
407
- #: modules/widgets/rsslinks-widget.php:121
408
- msgid "Image Color:"
409
- msgstr ""
410
-
411
- #: modules/widgets/rsslinks-widget.php:140
412
- msgid "Subscribe to %s"
413
- msgstr ""
414
-
415
- #: modules/widgets/gravatar-profile.php:115
416
- msgid "Personal Links"
417
- msgstr ""
418
-
419
- #: modules/widgets/gravatar-profile.php:135
420
- msgid "Verified Services"
421
- msgstr ""
422
-
423
- #: modules/widgets/gravatar-profile.php:146
424
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
425
- msgid "%1$s on %2$s"
426
- msgstr ""
427
-
428
- #: modules/widgets/gravatar-profile.php:180
429
- msgid "Select a user or pick \"custom\" and enter a custom email address."
430
- msgstr ""
431
-
432
- #: modules/widgets/gravatar-profile.php:184
433
- msgid "Custom"
434
- msgstr ""
435
-
436
- #: modules/widgets/gravatar-profile.php:194
437
- msgid "Custom Email Address"
438
- msgstr ""
439
-
440
- #: modules/widgets/gravatar-profile.php:202
441
- msgid "Show Personal Links"
442
- msgstr ""
443
-
444
- #: modules/widgets/gravatar-profile.php:204
445
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
446
- msgstr ""
447
-
448
- #: modules/widgets/gravatar-profile.php:211
449
- msgid "Show Account Links"
450
- msgstr ""
451
-
452
- #: modules/widgets/gravatar-profile.php:213
453
- msgid "Links to services that you use across the web."
454
- msgstr ""
455
-
456
- #: modules/widgets/gravatar-profile.php:217
457
- msgid "Opens in new window"
458
- msgstr ""
459
-
460
- #: modules/widgets/gravatar-profile.php:217
461
- msgid "Edit Your Profile"
462
- msgstr ""
463
-
464
- #: modules/widgets/gravatar-profile.php:217
465
- msgid "What's a Gravatar?"
466
- msgstr ""
467
-
468
- #: modules/widgets/image-widget.php:12
469
- msgid "Display an image in your sidebar"
470
- msgstr ""
471
-
472
- #: modules/widgets/image-widget.php:14
473
- msgid "Image (Jetpack)"
474
- msgstr ""
475
-
476
- #: modules/widgets/image-widget.php:110
477
- msgid "Image URL:"
478
- msgstr ""
479
-
480
- #: modules/widgets/image-widget.php:113
481
- msgid "Alternate text:"
482
- msgstr ""
483
-
484
- #: modules/widgets/image-widget.php:116
485
- msgid "Image title:"
486
- msgstr ""
487
-
488
- #: modules/widgets/image-widget.php:119
489
- msgid "Caption:"
490
- msgstr ""
491
-
492
- #: modules/widgets/image-widget.php:125
493
- msgid "Left"
494
- msgstr "Sol"
495
-
496
- #: modules/widgets/image-widget.php:126
497
- msgid "Center"
498
- msgstr ""
499
-
500
- #: modules/widgets/image-widget.php:127
501
- msgid "Right"
502
- msgstr "Sağ"
503
-
504
- #: modules/widgets/image-widget.php:129
505
- msgid "Image Alignment:"
506
- msgstr ""
507
-
508
- #: modules/widgets/image-widget.php:139
509
- msgid "Width:"
510
- msgstr ""
511
-
512
- #: modules/widgets/image-widget.php:142
513
- msgid "Height:"
514
- msgstr ""
515
-
516
- #: modules/widgets/image-widget.php:145
517
- msgid "If empty, we will attempt to determine the image size."
518
- msgstr ""
519
-
520
- #: modules/widgets/image-widget.php:146
521
- msgid "Link URL (when the image is clicked):"
522
- msgstr ""
523
-
524
- #: modules/widgets/readmill.php:11 modules/widgets/readmill.php:21
525
- msgid "Send To Readmill"
526
- msgstr ""
527
-
528
- #: modules/widgets/readmill.php:13
529
- msgid "Readmill is the best book reader for phones and tablets. With this widget you can enable users to send a book to their device with one click."
530
- msgstr ""
531
-
532
- #: modules/widgets/facebook-likebox.php:31
533
- msgid "Facebook Like Box"
534
- msgstr ""
535
-
536
- #: modules/widgets/facebook-likebox.php:34
537
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
538
  msgstr ""
539
 
540
- #: modules/widgets/facebook-likebox.php:48
541
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
542
  msgstr ""
543
 
544
- #: modules/widgets/facebook-likebox.php:131
545
- msgid "Facebook Page URL"
546
  msgstr ""
547
 
548
- #: modules/widgets/facebook-likebox.php:134
549
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
550
  msgstr ""
551
 
552
- #: modules/widgets/facebook-likebox.php:140
553
- msgid "Width"
554
  msgstr ""
555
 
556
- #: modules/widgets/facebook-likebox.php:147
557
- msgid "Height"
558
  msgstr ""
559
 
560
- #: modules/widgets/facebook-likebox.php:165
561
- msgid "Show Faces"
562
  msgstr ""
563
 
564
- #: modules/widgets/facebook-likebox.php:167
565
- msgid "Show profile photos in the plugin."
566
  msgstr ""
567
 
568
- #: modules/widgets/facebook-likebox.php:174
569
- msgid "Show Stream"
570
  msgstr ""
571
 
572
- #: modules/widgets/facebook-likebox.php:176
573
- msgid "Show the profile stream for the public profile."
574
  msgstr ""
575
 
576
- #: modules/widgets/facebook-likebox.php:183
577
- msgid "Show Border"
578
  msgstr ""
579
 
580
- #: modules/widgets/facebook-likebox.php:185
581
- msgid "Show a border around the plugin."
582
  msgstr ""
583
 
584
- #: modules/widgets/facebook-likebox.php:192
585
- msgid "Show Wall"
 
586
  msgstr ""
587
 
588
- #: modules/widgets/facebook-likebox.php:194
589
- msgid "Show the wall for a Places page rather than friend activity."
590
  msgstr ""
591
 
592
- #: modules/widgets/gallery/templates/form.php:2 modules/widgets/readmill.php:50
593
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
594
- #: modules/widgets/twitter-timeline.php:160
595
- msgid "Title:"
596
  msgstr ""
597
 
598
- #: modules/widgets/gallery/templates/form.php:10
599
- msgid "Images:"
600
  msgstr ""
601
 
602
- #: modules/widgets/gallery/templates/form.php:43
603
- msgid "Link To:"
604
  msgstr ""
605
 
606
- #: modules/widgets/gallery/templates/form.php:58
607
- msgid "Random Order:"
608
  msgstr ""
609
 
610
- #: modules/widgets/gallery/templates/form.php:69
611
- msgid "Style:"
612
  msgstr ""
613
 
614
- #: modules/widgets/gallery.php:20
615
- msgid "Display a photo gallery or slideshow"
616
  msgstr ""
617
 
618
- #: modules/widgets/gallery.php:327
619
- msgid "Tiles"
620
  msgstr ""
621
 
622
- #: modules/widgets/gallery.php:335
623
- msgid "Attachment Page"
624
- msgstr ""
625
 
626
- #: modules/widgets/gallery.php:336
627
- msgid "Media File"
628
  msgstr ""
629
 
630
- #: modules/widgets/gravatar-profile.php:21
631
- msgid "Gravatar Profile"
632
  msgstr ""
633
 
634
- #: modules/widgets/gravatar-profile.php:24
635
- msgid "Display a mini version of your Gravatar Profile"
636
  msgstr ""
637
 
638
- #: modules/widgets/gravatar-profile.php:41
639
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
640
- msgstr ""
641
 
642
- #: modules/widgets/gravatar-profile.php:95
643
- msgid "View Full Profile &rarr;"
644
  msgstr ""
645
 
646
- #: modules/widgets/gravatar-profile.php:103
647
- msgid "Error loading profile"
648
  msgstr ""
649
 
650
  #: modules/videopress/videopress.php:673
@@ -773,718 +774,643 @@ msgstr ""
773
  msgid "Delete"
774
  msgstr "Sil"
775
 
776
- #: modules/videopress/videopress.php:278
777
- msgid "Only videos from the selected blog will be available in your media library."
778
  msgstr ""
779
 
780
- #: modules/videopress/videopress.php:279
781
- msgid "<a href=\"%s\">Click here</a> to refresh this list."
782
  msgstr ""
783
 
784
- #: modules/videopress/videopress.php:285
785
- msgid "Video Library Access"
786
  msgstr ""
787
 
788
- #: modules/videopress/videopress.php:289
789
- msgid "Do not allow other users to access my VideoPress library"
790
  msgstr ""
791
 
792
- #: modules/videopress/videopress.php:291
793
- msgid "Allow users to access my videos"
794
  msgstr ""
795
 
796
- #: modules/videopress/videopress.php:293
797
- msgid "Allow users to access and edit my videos"
798
  msgstr ""
799
 
800
- #: modules/videopress/videopress.php:295
801
- msgid "Allow users to access, edit, and delete my videos"
802
  msgstr ""
803
 
804
- #: modules/videopress/videopress.php:298
805
- msgid "Allow users to upload videos"
806
  msgstr ""
807
 
808
- #: modules/videopress/videopress.php:303
809
- msgid "Free formats"
810
  msgstr ""
811
 
812
- #: modules/videopress/videopress.php:307
813
- msgid "Only display videos in free software formats"
814
  msgstr ""
815
 
816
- #: modules/videopress/videopress.php:308
817
- msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
818
  msgstr ""
819
 
820
- #: modules/videopress/videopress.php:313
821
- msgid "Default quality"
822
  msgstr ""
823
 
824
- #: modules/videopress/videopress.php:317
825
- msgid "Display higher quality video by default."
826
  msgstr ""
827
 
828
- #: modules/videopress/videopress.php:318
829
- msgid "This setting may be overridden for individual videos."
830
  msgstr ""
831
 
832
- #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
833
- #: modules/videopress/videopress.php:593
834
- msgid "VideoPress Library"
835
  msgstr ""
836
 
837
- #: modules/videopress/videopress.php:340
838
- msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
 
 
 
839
  msgstr ""
840
 
841
- #: modules/videopress/videopress.php:341
842
- msgid "Browse Your VideoPress Library"
843
  msgstr ""
844
 
845
- #: modules/videopress/videopress.php:342
846
- msgid "Please enable JavaScript support in your browser to use VideoPress."
847
  msgstr ""
848
 
849
- #: modules/videopress/videopress.php:589
850
- msgid "Please select a video file to upload."
851
  msgstr ""
852
 
853
- #: modules/videopress/videopress.php:590
854
- msgid "Your video is uploading... Please do not close this window."
855
  msgstr ""
856
 
857
- #: modules/videopress/videopress.php:591
858
- msgid "An unknown error has occurred. Please try again later."
859
  msgstr ""
860
 
861
- #: modules/videopress/videopress.php:592
862
- msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
863
  msgstr ""
864
 
865
- #: modules/videopress/videopress.php:594
866
- msgid "Upload a Video"
867
  msgstr ""
868
 
869
- #: modules/videopress/videopress.php:595
870
- msgid "Insert Video"
871
- msgstr "Video yerləşdir"
872
-
873
- #: modules/videopress/videopress.php:628
874
- msgid "Ogg File URL"
875
  msgstr ""
876
 
877
- #: modules/videopress/videopress.php:630
878
- msgid "Location of the Ogg video file."
879
  msgstr ""
880
 
881
- #: modules/videopress/videopress.php:638
882
- msgid "Display share menu and allow viewers to embed or download this video"
883
  msgstr ""
884
 
885
- #: modules/videopress/videopress.php:644
886
- msgid "Rating"
887
- msgstr "Reytinq"
888
-
889
- #: modules/videopress/videopress.php:657
890
- msgid "Shortcode"
891
  msgstr ""
892
 
893
- #: modules/subscriptions.php:694
894
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
895
  msgstr ""
896
 
897
- #: modules/subscriptions.php:696
898
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
899
  msgstr ""
900
 
901
- #: modules/subscriptions.php:712
902
- msgid "%s: %s"
903
  msgstr ""
904
 
905
- #: modules/subscriptions.php:719 modules/widgets/image-widget.php:107
906
- msgid "Widget title:"
907
  msgstr ""
908
 
909
- #: modules/subscriptions.php:725
910
- msgid "Optional text to display to your readers:"
 
911
  msgstr ""
912
 
913
- #: modules/subscriptions.php:731
914
- msgid "Subscribe Button:"
915
  msgstr ""
916
 
917
- #: modules/subscriptions.php:738
918
- msgid "Show total number of subscribers? (%s subscriber)"
919
- msgid_plural "Show total number of subscribers? (%s subscribers)"
920
- msgstr[0] ""
921
- msgstr[1] ""
922
-
923
- #: modules/tiled-gallery/tiled-gallery.php:318
924
- msgid "Tiled Mosaic"
925
  msgstr ""
926
 
927
- #: modules/tiled-gallery/tiled-gallery.php:319 modules/widgets/gallery.php:328
928
- msgid "Square Tiles"
929
  msgstr ""
930
 
931
- #: modules/tiled-gallery/tiled-gallery.php:320 modules/widgets/gallery.php:329
932
- msgid "Circles"
933
  msgstr ""
934
 
935
- #: modules/tiled-gallery/tiled-gallery.php:349
936
- msgid "Display all your gallery pictures in a cool mosaic."
937
  msgstr ""
938
 
939
- #: modules/vaultpress.php:24
940
- msgid "Active"
941
  msgstr ""
942
 
943
- #: modules/videopress/class.videopress-player.php:195
944
- msgid "%s Error"
945
  msgstr ""
946
 
947
- #: modules/videopress/class.videopress-player.php:230
948
- msgid "This video is intended for mature audiences."
949
  msgstr ""
950
 
951
- #: modules/videopress/class.videopress-player.php:230
952
- msgid "Please verify your birthday."
953
  msgstr ""
954
 
955
- #: modules/videopress/class.videopress-player.php:280
956
- msgid "Submit"
957
  msgstr ""
958
 
959
- #: modules/videopress/class.videopress-player.php:326
960
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
961
  msgstr ""
962
 
963
- #: modules/videopress/class.videopress-player.php:382
964
- msgctxt "watch a video title"
965
- msgid "Watch: %s"
966
  msgstr ""
967
 
968
- #: modules/videopress/class.videopress-player.php:478
969
- #: modules/videopress/class.videopress-player.php:500
970
- msgid "this video"
971
  msgstr ""
972
 
973
- #: modules/videopress/class.videopress-player.php:507
974
- msgctxt "Play as in playback or view a movie"
975
- msgid "JavaScript required to play %s."
976
  msgstr ""
977
 
978
- #: modules/videopress/class.videopress-player.php:654
979
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
980
  msgstr ""
981
 
982
- #: modules/videopress/class.videopress-player.php:661
983
- msgid "Loading video..."
984
  msgstr ""
985
 
986
- #: modules/videopress/class.videopress-video.php:306
987
- msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
988
  msgstr ""
989
 
990
- #: modules/videopress/class.videopress-video.php:308
991
- msgid "<strong>%s</strong> is not an allowed embed site."
992
  msgstr ""
993
 
994
- #: modules/videopress/class.videopress-video.php:308
995
- msgid "Publisher limits playback of video embeds."
996
  msgstr ""
997
 
998
- #: modules/videopress/class.videopress-video.php:310
999
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
1000
  msgstr ""
1001
 
1002
- #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
1003
- msgid "Could not obtain a VideoPress upload token. Please try again later."
1004
  msgstr ""
1005
 
1006
- #: modules/videopress/videopress.php:264
1007
- msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>.</p>"
1008
  msgstr ""
1009
 
1010
- #: modules/videopress/videopress.php:269
1011
- msgid "Connected WordPress.com Blog"
1012
  msgstr ""
1013
 
1014
- #: modules/stats.php:951 modules/stats.php:975
1015
- msgid "Sorry, nothing to report."
1016
  msgstr ""
1017
 
1018
- #: modules/stats.php:971
1019
- msgid "Top Searches"
1020
  msgstr ""
1021
 
1022
- #: modules/stats.php:999
1023
- msgid "We were unable to get your stats just now. Please reload this page to try again."
1024
  msgstr ""
1025
 
1026
- #: modules/stats.php:1006
1027
- msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
1028
  msgstr ""
1029
 
1030
- #: modules/subscriptions.php:122
1031
- msgid "Jetpack Subscriptions Settings"
1032
  msgstr ""
1033
 
1034
- #: modules/subscriptions.php:131
1035
- msgid "Follow Blog"
1036
  msgstr ""
1037
 
1038
- #: modules/subscriptions.php:146
1039
- msgid "Follow Comments"
1040
  msgstr ""
1041
 
1042
- #: modules/subscriptions.php:167
1043
- msgid "Follower Settings"
1044
  msgstr ""
1045
 
1046
- #: modules/subscriptions.php:174
1047
- msgid "Blog follow email text"
1048
  msgstr ""
1049
 
1050
- #: modules/subscriptions.php:182
1051
- msgid "Comment follow email text"
1052
  msgstr ""
1053
 
1054
- #: modules/subscriptions.php:196
1055
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
1056
  msgstr ""
1057
 
1058
- #: modules/subscriptions.php:211
1059
- msgid "Show a <em>'follow blog'</em> option in the comment form"
1060
- msgstr ""
1061
 
1062
- #: modules/subscriptions.php:226
1063
- msgid "Show a <em>'follow comments'</em> option in the comment form"
1064
  msgstr ""
1065
 
1066
- #: modules/subscriptions.php:251
1067
- msgid "These settings change emails sent from your blog to followers."
1068
- msgstr ""
1069
 
1070
- #: modules/subscriptions.php:257
1071
- msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
1072
  msgstr ""
1073
 
1074
- #: modules/subscriptions.php:263
1075
- msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
1076
- msgstr ""
1077
 
1078
- #: modules/subscriptions.php:268
1079
- msgid ""
1080
- "Howdy.\n"
1081
- "\n"
1082
- "You recently followed this blog's posts. This means you will receive each new post by email.\n"
1083
- "\n"
1084
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1085
- msgstr ""
1086
 
1087
- #: modules/subscriptions.php:269
1088
- msgid ""
1089
- "Howdy.\n"
1090
- "\n"
1091
- "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
1092
- "\n"
1093
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1094
- msgstr ""
1095
 
1096
- #: modules/subscriptions.php:471
1097
- msgid "Notify me of follow-up comments by email."
1098
- msgstr ""
1099
 
1100
- #: modules/subscriptions.php:478
1101
- msgid "Notify me of new posts by email."
1102
  msgstr ""
1103
 
1104
- #: modules/subscriptions.php:556
1105
- msgid "Add an email signup form to allow people to subscribe to your blog."
1106
- msgstr ""
1107
 
1108
- #: modules/subscriptions.php:559
1109
- msgid "Blog Subscriptions (Jetpack)"
1110
  msgstr ""
1111
 
1112
- #: modules/subscriptions.php:585
1113
- msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
1114
  msgstr ""
1115
 
1116
- #: modules/subscriptions.php:594
1117
- msgid "The email you entered was invalid, please check and try again."
1118
- msgstr ""
1119
 
1120
- #: modules/subscriptions.php:597
1121
- msgid "You have already subscribed to this site, please check your inbox."
1122
  msgstr ""
1123
 
1124
- #: modules/subscriptions.php:603
1125
- msgid "There was an error when subscribing, please try again."
1126
  msgstr ""
1127
 
1128
- #: modules/subscriptions.php:616
1129
- msgid "Join %s other subscriber"
1130
- msgid_plural "Join %s other subscribers"
1131
- msgstr[0] ""
1132
- msgstr[1] ""
1133
 
1134
- #: modules/subscriptions.php:693
1135
- msgid "Subscribe to Blog via Email"
1136
  msgstr ""
1137
 
1138
- #: modules/stats.php:358
1139
- msgid "View Site Stats without Javascript"
1140
  msgstr ""
1141
 
1142
- #: modules/stats.php:539
1143
- msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
1144
  msgstr ""
1145
 
1146
- #: modules/stats.php:544
1147
- msgid "Admin bar"
1148
  msgstr ""
1149
 
1150
- #: modules/stats.php:545
1151
- msgid "Put a chart showing 48 hours of views in the admin bar."
1152
  msgstr ""
1153
 
1154
- #: modules/stats.php:546
1155
- msgid "Registered users"
1156
  msgstr ""
1157
 
1158
- #: modules/stats.php:548
1159
- msgid "Count the page views of registered users who are logged in."
1160
  msgstr ""
1161
 
1162
- #: modules/stats.php:558
1163
- msgid "Smiley"
1164
  msgstr ""
1165
 
1166
- #: modules/stats.php:559
1167
- msgid "Hide the stats smiley face image."
1168
  msgstr ""
1169
 
1170
- #: modules/stats.php:559
1171
- msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
1172
  msgstr ""
1173
 
1174
- #: modules/stats.php:559
1175
- msgid "Smiley face"
1176
  msgstr ""
1177
 
1178
- #: modules/stats.php:560
1179
- msgid "Report visibility"
1180
  msgstr ""
1181
 
1182
- #: modules/stats.php:562
1183
- msgid "Select the roles that will be able to view stats reports."
1184
  msgstr ""
1185
 
1186
- #: modules/stats.php:573
1187
- msgid "Save configuration"
1188
  msgstr ""
1189
 
1190
- #: modules/stats.php:637
1191
- msgid "Stats"
1192
- msgstr "Rəqəmlər"
1193
 
1194
- #: modules/stats.php:639
1195
- msgid "Views over 48 hours. Click for more Site Stats."
1196
  msgstr ""
1197
 
1198
- #: modules/stats.php:706
1199
- msgid "day"
1200
- msgstr "gün"
 
 
 
 
 
1201
 
1202
- #: modules/stats.php:707
1203
- msgid "week"
 
 
 
 
 
1204
  msgstr ""
1205
 
1206
- #: modules/stats.php:708
1207
- msgid "month"
1208
- msgstr "ay"
1209
 
1210
- #: modules/stats.php:711
1211
- msgid "the past day"
1212
- msgstr "Ötən gün"
1213
 
1214
- #: modules/stats.php:712
1215
- msgid "the past week"
1216
- msgstr "Ötən həftə"
1217
 
1218
- #: modules/stats.php:713
1219
- msgid "the past month"
1220
- msgstr "ötən ay"
1221
 
1222
- #: modules/stats.php:714
1223
- msgid "the past quarter"
1224
  msgstr ""
1225
 
1226
- #: modules/stats.php:715
1227
- msgid "the past year"
1228
- msgstr "Ötən il"
1229
 
1230
- #: modules/stats.php:737
1231
- msgid "Chart stats by"
1232
  msgstr ""
1233
 
1234
- #: modules/stats.php:750
1235
- msgid "Show top posts over"
1236
  msgstr ""
1237
 
1238
- #: modules/stats.php:763
1239
- msgid "Show top search terms over"
1240
- msgstr "Əsas axtarış sözlərini göstər"
 
 
1241
 
1242
- #: modules/stats.php:922
1243
- msgid "%1$s %2$s Views"
1244
  msgstr ""
1245
 
1246
- #: modules/stats.php:943
1247
- msgid "View All"
1248
  msgstr ""
1249
 
1250
- #: modules/stats.php:947
1251
- msgid "Top Posts"
1252
  msgstr ""
1253
 
1254
- #: modules/sharedaddy/sharing.php:307
1255
- msgid "Icon + text"
1256
  msgstr ""
1257
 
1258
- #: modules/sharedaddy/sharing.php:308
1259
- msgid "Icon only"
1260
  msgstr ""
1261
 
1262
- #: modules/sharedaddy/sharing.php:309
1263
- msgid "Text only"
1264
  msgstr ""
1265
 
1266
- #: modules/sharedaddy/sharing.php:310
1267
- msgid "Official buttons"
1268
  msgstr ""
1269
 
1270
- #: modules/sharedaddy/sharing.php:315
1271
- msgid "Sharing label"
1272
- msgstr ""
 
 
1273
 
1274
- #: modules/sharedaddy/sharing.php:321
1275
- msgid "Open links in"
1276
  msgstr ""
1277
 
1278
- #: modules/sharedaddy/sharing.php:324
1279
- msgid "New window"
1280
  msgstr ""
1281
 
1282
- #: modules/sharedaddy/sharing.php:325
1283
- msgid "Same window"
1284
  msgstr ""
1285
 
1286
- #: modules/sharedaddy/sharing.php:363
1287
- msgid "Service name"
1288
  msgstr ""
1289
 
1290
- #: modules/sharedaddy/sharing.php:369
1291
- msgid "Sharing URL"
1292
  msgstr ""
1293
 
1294
- #: modules/sharedaddy/sharing.php:373
1295
- msgid "You can add the following variables to your service sharing URL:"
1296
  msgstr ""
1297
 
1298
- #: modules/sharedaddy/sharing.php:378
1299
- msgid "Icon URL"
1300
  msgstr ""
1301
 
1302
- #: modules/sharedaddy/sharing.php:381
1303
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
1304
  msgstr ""
1305
 
1306
- #: modules/sharedaddy/sharing.php:387
1307
- msgid "Create Share Button"
1308
  msgstr ""
1309
 
1310
- #: modules/sharedaddy/sharing.php:399
1311
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
1312
  msgstr ""
1313
 
1314
- #: modules/shortcodes/archives.php:50
1315
- msgid "Your blog does not currently have any published posts."
 
1316
  msgstr ""
1317
 
1318
- #: modules/shortcodes/audio.php:202
1319
- msgid "Download: <a href=\"%s\">%s</a><br />"
 
1320
  msgstr ""
1321
 
1322
- #: modules/shortcodes/presentations.php:226
1323
- msgid "This slideshow could not be started. Try refreshing the page or viewing it in another browser."
 
1324
  msgstr ""
1325
 
1326
- #: modules/shortcodes/slideshow.php:58 modules/widgets/gallery.php:330
1327
- msgid "Slideshow"
1328
  msgstr ""
1329
 
1330
- #: modules/shortcodes/slideshow.php:131
1331
- msgid "Click to view slideshow."
1332
  msgstr ""
1333
 
1334
- #: modules/shortcodes/slideshow.php:160
1335
- msgid "This slideshow requires JavaScript."
1336
  msgstr ""
1337
 
1338
- #: modules/shortcodes/twitter-timeline.php:17
1339
- msgid "Invalid username"
1340
  msgstr ""
1341
 
1342
- #: modules/shortcodes/twitter-timeline.php:20
1343
- msgid "Invalid id"
1344
  msgstr ""
1345
 
1346
- #: modules/shortcodes/twitter-timeline.php:22
1347
- msgid "Tweets by @%s"
1348
  msgstr ""
1349
 
1350
- #: modules/social-links/social-links.php:81
1351
- msgid "Connect"
1352
  msgstr ""
1353
 
1354
- #: modules/social-links/social-links.php:157
1355
- msgid "&mdash; Select &mdash;"
1356
  msgstr ""
1357
 
1358
- #: modules/stats.php:265 modules/stats.php:685
1359
- msgid "Site Stats"
1360
  msgstr ""
1361
 
1362
- #: modules/stats.php:356
1363
- msgid "Loading&hellip;"
1364
  msgstr ""
1365
 
1366
- #: modules/stats.php:357
1367
- msgid "Your Site Stats work better with Javascript enabled."
1368
  msgstr ""
1369
 
1370
- #: modules/sharedaddy/sharing-sources.php:930
1371
- msgid "Click to share"
1372
  msgstr ""
1373
 
1374
- #: modules/sharedaddy/sharing-sources.php:985
1375
- msgid "URL"
1376
- msgstr ""
1377
-
1378
- #: modules/sharedaddy/sharing-sources.php:990
1379
- msgid "Icon"
1380
- msgstr ""
1381
-
1382
- #: modules/sharedaddy/sharing-sources.php:997
1383
- msgid "Save"
1384
- msgstr ""
1385
-
1386
- #: modules/sharedaddy/sharing-sources.php:998
1387
- msgid "Remove Service"
1388
- msgstr ""
1389
-
1390
- #: modules/sharedaddy/sharing-sources.php:1077
1391
- msgid "Tumblr"
1392
- msgstr ""
1393
-
1394
- #: modules/sharedaddy/sharing-sources.php:1088
1395
- msgctxt "share to"
1396
- msgid "Tumblr"
1397
- msgstr ""
1398
-
1399
- #: modules/sharedaddy/sharing-sources.php:1088
1400
- msgid "Click to share on Tumblr"
1401
  msgstr ""
1402
 
1403
- #: modules/sharedaddy/sharing-sources.php:1124
1404
- msgid "Pinterest"
1405
  msgstr ""
1406
 
1407
- #: modules/sharedaddy/sharing-sources.php:1168
1408
- msgid "Pin It"
1409
  msgstr ""
1410
 
1411
- #: modules/sharedaddy/sharing-sources.php:1170
1412
- msgctxt "share to"
1413
- msgid "Pinterest"
1414
  msgstr ""
1415
 
1416
- #: modules/sharedaddy/sharing-sources.php:1170
1417
- msgid "Click to share on Pinterest"
1418
  msgstr ""
1419
 
1420
- #: modules/sharedaddy/sharing-sources.php:1241
1421
- #: modules/sharedaddy/sharing-sources.php:1259
1422
- msgid "Pocket"
1423
- msgstr ""
1424
 
1425
- #: modules/sharedaddy/sharing-sources.php:1264
1426
  msgctxt "share to"
1427
- msgid "Pocket"
1428
- msgstr ""
1429
-
1430
- #: modules/sharedaddy/sharing-sources.php:1264
1431
- msgid "Click to share on Pocket"
1432
- msgstr ""
1433
-
1434
- #: modules/sharedaddy/sharing.php:153
1435
- msgid "Warning! Multibyte support missing!"
1436
- msgstr ""
1437
-
1438
- #: modules/sharedaddy/sharing.php:154
1439
- msgid "This plugin will work without it, but multibyte support is used <a href=\"%s\">if available</a>. You may see minor problems with Tweets and other sharing services."
1440
- msgstr ""
1441
-
1442
- #: modules/sharedaddy/sharing.php:171
1443
- msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
1444
- msgstr ""
1445
-
1446
- #: modules/sharedaddy/sharing.php:177
1447
- msgid "Available Services"
1448
- msgstr ""
1449
-
1450
- #: modules/sharedaddy/sharing.php:178
1451
- msgid "Drag and drop the services you'd like to enable into the box below."
1452
- msgstr ""
1453
-
1454
- #: modules/sharedaddy/sharing.php:179
1455
- msgid "Add a new service"
1456
- msgstr ""
1457
-
1458
- #: modules/sharedaddy/sharing.php:192
1459
- msgid "Please note that your services have been restricted because your site is private."
1460
- msgstr ""
1461
-
1462
- #: modules/sharedaddy/sharing.php:203
1463
- msgid "Enabled Services"
1464
- msgstr ""
1465
-
1466
- #: modules/sharedaddy/sharing.php:206
1467
- msgid "Services dragged here will appear individually."
1468
  msgstr ""
1469
 
1470
- #: modules/sharedaddy/sharing.php:209
1471
- msgid "Drag and drop available services here."
1472
  msgstr ""
1473
 
1474
- #: modules/sharedaddy/sharing.php:220
1475
- msgid "Services dragged here will be hidden behind a share button."
1476
  msgstr ""
1477
 
1478
- #: modules/sharedaddy/sharing.php:235
1479
- msgid "Live Preview"
1480
- msgstr ""
1481
 
1482
- #: modules/sharedaddy/sharing.php:238
1483
- msgid "Sharing is off. Add services above to enable."
1484
  msgstr ""
1485
 
1486
- #: modules/sharedaddy/sharing.php:304
1487
- msgid "Button style"
1488
  msgstr ""
1489
 
1490
  #: modules/sharedaddy/sharing-sources.php:302
@@ -1613,260 +1539,356 @@ msgstr ""
1613
  msgid "Click to share on Google+"
1614
  msgstr ""
1615
 
1616
- #: modules/publicize/ui.php:194
1617
- msgid "Are you sure you want to stop Publicizing posts to this connection?"
1618
  msgstr ""
1619
 
1620
- #: modules/publicize/ui.php:216
1621
- msgid "Make this connection available to all users of this blog?"
1622
  msgstr ""
1623
 
1624
- #: modules/publicize/ui.php:224
1625
- msgid "There was a problem connecting to %s. Please disconnect and try again."
1626
  msgstr ""
1627
 
1628
- #: modules/publicize/ui.php:414
1629
- msgid "Publicize:"
1630
  msgstr ""
1631
 
1632
- #: modules/publicize/ui.php:494
1633
- msgctxt "Service: Account connected as"
1634
- msgid "%1$s: %2$s"
1635
  msgstr ""
1636
 
1637
- #: modules/publicize/ui.php:529
1638
- msgid "Custom Message:"
1639
  msgstr ""
1640
 
1641
- #: modules/publicize/ui.php:534 modules/publicize/ui.php:563
1642
- #: modules/publicize/ui.php:565
1643
- msgid "Hide"
1644
  msgstr ""
1645
 
1646
- #: modules/publicize/ui.php:543
1647
- msgid "Not Connected"
1648
  msgstr ""
1649
 
1650
- #: modules/publicize/ui.php:550
1651
- msgid "Connect to"
1652
  msgstr ""
1653
 
1654
- #: modules/publicize/ui.php:555
1655
- msgid "Connect and share your posts on %s"
1656
  msgstr ""
1657
 
1658
- #: modules/publicize/ui.php:578
1659
- msgid "Show"
 
1660
  msgstr ""
1661
 
1662
- #: modules/publicize.php:89
1663
- msgctxt "word count: words or characters?"
1664
- msgid "words"
1665
  msgstr ""
1666
 
1667
- #: modules/sharedaddy/sharedaddy.php:18
1668
- msgid "Shared Post"
 
1669
  msgstr ""
1670
 
1671
- #: modules/sharedaddy/sharedaddy.php:114
1672
- msgid "Disable CSS and JS"
 
1673
  msgstr ""
1674
 
1675
- #: modules/sharedaddy/sharedaddy.php:116
1676
- msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
1677
  msgstr ""
1678
 
1679
- #: modules/sharedaddy/sharing-service.php:12
1680
- msgid "Share this:"
1681
  msgstr ""
1682
 
1683
- #: modules/sharedaddy/sharing-service.php:551
1684
- #: modules/sharedaddy/sharing.php:250 modules/sharedaddy/sharing.php:283
1685
- msgid "More"
1686
  msgstr ""
1687
 
1688
- #: modules/sharedaddy/sharing-service.php:553
1689
- #: modules/videopress/videopress.php:635
1690
- msgid "Share"
1691
  msgstr ""
1692
 
1693
- #: modules/sharedaddy/sharing-sources.php:200
1694
- msgctxt "as sharing source"
1695
- msgid "Email"
1696
  msgstr ""
1697
 
1698
- #: modules/sharedaddy/sharing-sources.php:242
1699
- msgid "This post has been shared!"
1700
  msgstr ""
1701
 
1702
- #: modules/sharedaddy/sharing-sources.php:243
1703
- msgid "You have shared this post with %s"
1704
  msgstr ""
1705
 
1706
- #: modules/sharedaddy/sharing-sources.php:244
1707
- #: modules/videopress/videopress.php:676 modules/wpcc/wpcc-sign-on.php:122
1708
- msgid "Close"
1709
- msgstr "Bağla"
1710
-
1711
- #: modules/sharedaddy/sharing-sources.php:266
1712
- msgctxt "share to"
1713
- msgid "Email"
1714
  msgstr ""
1715
 
1716
- #: modules/sharedaddy/sharing-sources.php:266
1717
- msgid "Click to email this to a friend"
1718
  msgstr ""
1719
 
1720
- #: modules/sharedaddy/sharing-sources.php:279
1721
- msgid "Send to Email Address"
1722
  msgstr ""
1723
 
1724
- #: modules/sharedaddy/sharing-sources.php:287
1725
- msgid "Your Name"
1726
- msgstr "Adınız"
1727
-
1728
- #: modules/sharedaddy/sharing-sources.php:290
1729
- msgid "Your Email Address"
1730
  msgstr ""
1731
 
1732
- #: modules/sharedaddy/sharing-sources.php:298
1733
- msgid "Send Email"
1734
  msgstr ""
1735
 
1736
- #: modules/post-by-email.php:116
1737
- msgid "Regenerate Address"
1738
  msgstr ""
1739
 
1740
- #: modules/post-by-email.php:117
1741
- msgid "Disable Post By Email"
1742
  msgstr ""
1743
 
1744
- #: modules/post-by-email.php:125
1745
- msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
1746
  msgstr ""
1747
 
1748
- #: modules/post-by-email.php:128 modules/publicize/publicize-jetpack.php:62
1749
- msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
1750
  msgstr ""
1751
 
1752
- #: modules/post-by-email.php:169 modules/post-by-email.php:178
1753
- msgid "Unable to create your Post By Email address. Please try again later."
1754
  msgstr ""
1755
 
1756
- #: modules/post-by-email.php:197 modules/post-by-email.php:206
1757
- msgid "Unable to regenerate your Post By Email address. Please try again later."
1758
  msgstr ""
1759
 
1760
- #: modules/post-by-email.php:225 modules/post-by-email.php:234
1761
- msgid "Unable to disable your Post By Email address. Please try again later."
1762
  msgstr ""
1763
 
1764
- #: modules/publicize/publicize-jetpack.php:59
1765
- msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
1766
  msgstr ""
1767
 
1768
- #: modules/publicize/publicize-jetpack.php:176
1769
- msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
1770
  msgstr ""
1771
 
1772
- #: modules/publicize/publicize-jetpack.php:182
1773
- msgid "An invalid request was made. This normally means that something intercepted or corrupted the request from your server to the Jetpack Server. Try again and see if it works this time."
1774
  msgstr ""
1775
 
1776
- #: modules/publicize/publicize-jetpack.php:185
1777
- msgid "We could not verify that your server is making an authorized request. Please try again, and make sure there is nothing interfering with requests from your server to the Jetpack Server."
1778
  msgstr ""
1779
 
1780
- #: modules/publicize/publicize-jetpack.php:188
1781
- msgid "No blog_id was included in your request. Please try disconnecting Jetpack from WordPress.com and then reconnecting it. Once you have done that, try connecting Publicize again."
1782
  msgstr ""
1783
 
1784
- #: modules/publicize/publicize-jetpack.php:191
1785
- msgid "No user information was included in your request. Please make sure that your user account has connected to Jetpack. Connect your user account by going to the <a href=\"%s\">Jetpack page</a> within wp-admin."
1786
  msgstr ""
1787
 
1788
- #: modules/publicize/publicize-jetpack.php:194
1789
- msgid "Something which should never happen, happened. Sorry about that. If you try again, maybe it will work."
1790
  msgstr ""
1791
 
1792
- #: modules/publicize/publicize-jetpack.php:198
1793
- msgid "There was a problem connecting with Publicize. Please try again in a moment."
1794
  msgstr ""
1795
 
1796
- #: modules/publicize/publicize-jetpack.php:207
1797
- msgid "Error code: %s"
1798
  msgstr ""
1799
 
1800
- #: modules/publicize/publicize-jetpack.php:216
1801
- msgid "That connection has been removed."
1802
  msgstr ""
1803
 
1804
- #: modules/publicize/publicize-jetpack.php:381
1805
- #: modules/publicize/publicize-jetpack.php:398
1806
- #: modules/publicize/publicize-jetpack.php:521
1807
- msgid "Publicize to my %s:"
1808
  msgstr ""
1809
 
1810
- #: modules/publicize/publicize-jetpack.php:382
1811
- msgid "Facebook Wall"
1812
  msgstr ""
1813
 
1814
- #: modules/publicize/publicize-jetpack.php:399
1815
- msgid "Facebook Page"
1816
  msgstr ""
1817
 
1818
- #: modules/publicize/publicize-jetpack.php:522
1819
- msgid "Tumblr blog"
1820
  msgstr ""
1821
 
1822
- #: modules/publicize/publicize-jetpack.php:623
1823
- msgid "Before you hit Publish, please refresh your connection to make sure we can Publicize your post:"
1824
  msgstr ""
1825
 
1826
- #: modules/publicize/publicize-jetpack.php:633
1827
- msgid "Refresh connection with %s"
1828
  msgstr ""
1829
 
1830
- #: modules/publicize/ui.php:76
1831
- msgid "You have successfully connected your blog with your %s account."
1832
  msgstr ""
1833
 
1834
- #: modules/publicize/ui.php:82
1835
- msgid "You have chosen not to connect your blog. Please click 'accept' when prompted if you wish to connect your accounts."
1836
  msgstr ""
1837
 
1838
- #: modules/publicize/ui.php:103
1839
- msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
1840
  msgstr ""
1841
 
1842
- #: modules/publicize/ui.php:104
1843
- msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
1844
  msgstr ""
1845
 
1846
- #: modules/publicize/ui.php:165
1847
- msgid "Shared"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1848
  msgstr ""
1849
 
1850
- #: modules/publicize/ui.php:181
1851
- msgid "Add new %s connection."
1852
  msgstr ""
1853
 
1854
- #: modules/module-info.php:855
1855
- msgid "With WordPress.com Connect, your users will be able to log into your WordPress admin with the same credentials they use to log into WordPress.com. It's safe and secure."
1856
  msgstr ""
1857
 
1858
- #: modules/module-info.php:856
1859
- msgid "Once enabled, a \"Connect with WordPress.com\" option will be added to your existing log-in form."
1860
  msgstr ""
1861
 
1862
- #: modules/module-info.php:872 modules/videopress/videopress.php:330
1863
  msgid "VideoPress"
1864
  msgstr ""
1865
 
1866
- #: modules/module-info.php:873
1867
  msgid "With the VideoPress module you can easily upload videos to your WordPress site and embed them in your posts and pages. This module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
1868
  msgstr ""
1869
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1870
  #: modules/omnisearch/omnisearch-comments.php:17
1871
  msgid "Search Comments"
1872
  msgstr ""
@@ -1962,254 +1984,351 @@ msgstr ""
1962
  msgid "Last Modified"
1963
  msgstr ""
1964
 
1965
- #: modules/post-by-email.php:94 modules/subscriptions.php:620
1966
  msgid "Email Address"
1967
  msgstr "Elektron poçt"
1968
 
1969
- #: modules/post-by-email.php:109
1970
  msgid "Enable Post By Email"
1971
  msgstr ""
1972
 
1973
- #: modules/post-by-email.php:113
1974
  #: modules/videopress/class.videopress-player.php:283
1975
  msgid "More information"
1976
  msgstr ""
1977
 
1978
- #: modules/module-info.php:642
1979
- msgid "With the Infinite Scroll module and a supported theme, that's exactly what happens. Instead of the old way of navigating down a page by scrolling and then clicking a link to get to the next page, waiting for a page refresh&mdash;the document model of the web&mdash;infinite scrolling pulls the next set of posts automatically into view when the reader approaches the bottom of the page, more like an application."
1980
  msgstr ""
1981
 
1982
- #: modules/module-info.php:645
1983
- msgid "At this time, your theme, %s, doesn't support Infinite Scroll. Unlike other Jetpack modules, Infinite Scroll needs information from your theme to function properly."
1984
  msgstr ""
1985
 
1986
- #: modules/module-info.php:647
1987
- msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
1988
  msgstr ""
1989
 
1990
- #: modules/module-info.php:657
1991
- msgid "There is an update available for your theme. You may wish to check if this update adds Infinite Scroll support by visiting the <a href=\"%s\">WordPress Updates</a> page."
1992
  msgstr ""
1993
 
1994
- #: modules/module-info.php:681 modules/module-info.php:684
1995
- #: modules/post-by-email.php:91
1996
- msgid "Post by Email"
1997
  msgstr ""
1998
 
1999
- #: modules/module-info.php:686
2000
- msgid "Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones."
2001
  msgstr ""
2002
 
2003
- #: modules/module-info.php:690
2004
- msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
2005
  msgstr ""
2006
 
2007
- #: modules/module-info.php:694
2008
- msgid "More information on sending emails, attachments, and customizing your posts."
2009
  msgstr ""
2010
 
2011
- #: modules/module-info.php:714
2012
- msgid "Photon"
2013
  msgstr ""
2014
 
2015
- #: modules/module-info.php:716
2016
- msgid "Give your site a boost by loading images in posts from the WordPress.com content delivery network. We cache your images and serve them from our super-fast network, reducing the burden on your Web host with the click of a button."
2017
  msgstr ""
2018
 
2019
- #: modules/module-info.php:735 modules/module-info.php:738
2020
- #: modules/tiled-gallery/tiled-gallery.php:342
2021
- msgid "Tiled Galleries"
2022
  msgstr ""
2023
 
2024
- #: modules/module-info.php:741
2025
- msgid "Create elegant magazine-style mosaic layouts for your photos without having to use an external graphic editor."
2026
  msgstr ""
2027
 
2028
- #: modules/module-info.php:742
2029
- msgid "When adding a gallery to your post, you now have the option to select a layout style for your images. We've added support for Rectangular, Square, and Circular galleries. By default, galleries will continue to display using the standard thumbnail grid layout. To make the rectangular layout the default for all of your site's galleries, head over to <a href=\"%s\">Settings &rarr; Media</a> and check the box next to \"Display all your gallery pictures in a cool mosaic.\""
2030
  msgstr ""
2031
 
2032
- #: modules/module-info.php:743
2033
- msgid "Note: Images in tiled galleries require extra-special processing, so they will be served from WordPress.com's CDN even if the Photon module is disabled."
2034
  msgstr ""
2035
 
2036
- #: modules/module-info.php:765
2037
- msgid "Likes allow your readers to show their appreciation for your posts and other published content using their WordPress.com accounts. Your readers will then be able to review their liked posts from WordPress.com."
2038
  msgstr ""
2039
 
2040
- #: modules/module-info.php:766
2041
- msgid "Displayed below your posts will be how many people have liked your posts and the Gravatars of those who have liked them."
2042
  msgstr ""
2043
 
2044
- #: modules/module-info.php:768
2045
- msgid "More information on using Likes."
2046
  msgstr ""
2047
 
2048
- #: modules/module-info.php:791
2049
- msgid "The Google+ profile module allows you to connect your blog and Google+ accounts."
2050
  msgstr ""
2051
 
2052
- #: modules/module-info.php:792
2053
- msgid "Displayed below your posts will be a link back to your Google+ profile and a Google+ follow button. A link will also be added to your Google+ profile."
 
 
2054
  msgstr ""
2055
 
2056
- #: modules/module-info.php:794
2057
- msgid "More information on using Google+ Profile."
2058
  msgstr ""
2059
 
2060
- #: modules/module-info.php:810 modules/omnisearch/omnisearch-core.php:59
2061
- #: modules/omnisearch/omnisearch-core.php:64
2062
- #: modules/omnisearch/omnisearch-core.php:85
2063
- msgid "Omnisearch"
2064
  msgstr ""
2065
 
2066
- #: modules/module-info.php:812
2067
- msgid "Search once, get results from everything! Currently supports searching posts, pages, comments, and plugins."
2068
  msgstr ""
2069
 
2070
- #: modules/module-info.php:814
2071
- msgid "Omnisearch plays nice with other plugins by letting other providers offer results as well."
2072
  msgstr ""
2073
 
2074
- #: modules/module-info.php:833
2075
- msgid "Widget Visibility"
2076
  msgstr ""
2077
 
2078
- #: modules/module-info.php:835
2079
- msgid "Control which pages your widgets appear on with Widget Visibility."
2080
  msgstr ""
2081
 
2082
- #: modules/module-info.php:836
2083
- msgid "To control visibility, expand the widget and click the Visibility button next to the Save button, and then, choose a set of visibility options."
2084
  msgstr ""
2085
 
2086
- #: modules/module-info.php:837
2087
- msgid "For example, if you wanted the Archives widget to only appear on category archives and error pages, choose \"Show\" from the first dropdown and then add two rules: \"Page is 404 Error Page\" and \"Category is All Category Pages.\""
2088
  msgstr ""
2089
 
2090
- #: modules/module-info.php:838
2091
- msgid "You can also hide widgets based on the current page. For example, if you don't want the Archives widget to appear on search results pages, choose \"Hide\" and \"Page is Search results.\""
2092
  msgstr ""
2093
 
2094
- #: modules/module-info.php:853 modules/wpcc/wpcc-sign-on.php:84
2095
- #: modules/wpcc/wpcc-sign-on.php:174
2096
- msgid "WordPress.com Connect"
2097
  msgstr ""
2098
 
2099
- #: modules/module-info.php:429
2100
- msgid "Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog&#8217;s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers."
2101
  msgstr ""
2102
 
2103
- #: modules/module-info.php:430
2104
- msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
2105
  msgstr ""
2106
 
2107
- #: modules/module-info.php:435
2108
- msgid "To use the Subscriptions widget, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag the widget labeled &#8220;Blog Subscriptions (Jetpack)&#8221; into one of your sidebars and configure away."
2109
  msgstr ""
2110
 
2111
- #: modules/module-info.php:436
2112
- msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
2113
  msgstr ""
2114
 
2115
- #: modules/module-info.php:449
2116
- msgid "Enhanced Distribution"
2117
  msgstr ""
2118
 
2119
- #: modules/module-info.php:451
2120
- msgid "Jetpack will automatically take the great published content from your blog or website and share it instantly with third party services like search engines, increasing your reach and traffic."
2121
  msgstr ""
2122
 
2123
- #: modules/module-info.php:466
2124
- msgid "JSON API"
 
2125
  msgstr ""
2126
 
2127
- #: modules/module-info.php:468
2128
- msgid "Jetpack will allow you to authorize applications and services to securely connect to your blog and allow them to use your content in new ways and offer you new functionality."
2129
  msgstr ""
2130
 
2131
- #: modules/module-info.php:470
2132
- msgid "Developers can use WordPress.com's <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> authentication system and <a href='http://developer.wordpress.com/docs/api/'>WordPress.com REST API</a> to manage and access your site's content."
 
2133
  msgstr ""
2134
 
2135
- #: modules/module-info.php:498
2136
- msgid "A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address."
2137
  msgstr ""
2138
 
2139
- #: modules/module-info.php:501
2140
- msgid "Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through <a href=\"http://akismet.com/\">Akismet</a> (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area."
2141
  msgstr ""
2142
 
2143
- #: modules/module-info.php:518
2144
- msgid "Jetpack Comments Screenshot"
2145
  msgstr ""
2146
 
2147
- #: modules/module-info.php:523
2148
- msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
2149
  msgstr ""
2150
 
2151
- #: modules/module-info.php:528
2152
- msgid "Jetpack tries to match your site's color scheme automatically, but you can make manual adjustments at the bottom of the <a href='%s'>Discussion Settings</a> page."
 
2153
  msgstr ""
2154
 
2155
- #: modules/module-info.php:549
2156
- msgid "Gallery Carousel Screenshot"
2157
  msgstr ""
2158
 
2159
- #: modules/module-info.php:552 modules/widgets/gallery.php:334
2160
- msgid "Carousel"
2161
  msgstr ""
2162
 
2163
- #: modules/module-info.php:554
2164
- msgid "With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata."
2165
  msgstr ""
2166
 
2167
- #: modules/module-info.php:567 modules/module-info.php:570
2168
- msgid "Custom CSS"
2169
  msgstr ""
2170
 
2171
- #: modules/module-info.php:571
2172
- msgid "The Custom CSS editor gives you the ability to add to or replace your theme's CSS, all while supplying syntax coloring, auto-indentation, and immediate feedback on the validity of the CSS you're writing."
 
2173
  msgstr ""
2174
 
2175
- #: modules/module-info.php:572
2176
- msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
 
2177
  msgstr ""
2178
 
2179
- #: modules/module-info.php:589 modules/module-info.php:592
2180
- msgid "Mobile Theme"
 
2181
  msgstr ""
2182
 
2183
- #: modules/module-info.php:593
2184
- msgid "There's a good chance that visitors to your site will be using a smartphone, and it's important to provide them with a great reading experience while on the small screen."
2185
  msgstr ""
2186
 
2187
- #: modules/module-info.php:594
2188
- msgid "Jetpack's mobile theme is optimized for small screens. It uses the header image, background, and widgets from your current theme for a great custom look. Post format support is included, so your photos and galleries will look fantastic on a smartphone."
2189
  msgstr ""
2190
 
2191
- #: modules/module-info.php:595
2192
- msgid "Visitors on iPhone, Android, Windows Phone, and other mobile devices will automatically see the mobile theme, with the option to view the full site. You can enable or disable the mobile theme by clicking the \"Activate\" or \"Deactive\" button above."
2193
  msgstr ""
2194
 
2195
- #: modules/module-info.php:611 modules/module-info.php:614
2196
- msgid "Mobile Push Notifications"
 
2197
  msgstr ""
2198
 
2199
- #: modules/module-info.php:616
2200
- msgid "If you use <a href=\"%1$s\">WordPress for iOS</a> or <a href=\"%2$s\">WordPress for Android</a>, you’ll now be able to opt in to receive push notifications of new comments, which makes it easier than ever to keep up with your readers and moderate comments on the go."
2201
  msgstr ""
2202
 
2203
- #: modules/module-info.php:634
2204
- msgid "If you are a theme author, you can learn about adding support for Infinite Scroll at <a href=\"%1$s\">%1$s</a>."
2205
  msgstr ""
2206
 
2207
- #: modules/module-info.php:637
2208
- msgid "Infinite Scroll"
2209
  msgstr ""
2210
 
2211
- #: modules/module-info.php:640
2212
- msgid "When you write great content, all you really want is people to find it, right?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2213
  msgstr ""
2214
 
2215
  #: modules/module-info.php:329
@@ -2328,243 +2447,355 @@ msgstr ""
2328
  msgid "Subscriptions"
2329
  msgstr "Abunəlik"
2330
 
2331
- #: modules/module-info.php:75
2332
- msgid "To see hovercards, look at any blog post on your blog that has comments. If the commenter has a hovercard associated with their gravatar, mouse over their image and the hovercard will appear. To turn hovercards off, click the Deactivate button above."
2333
  msgstr ""
2334
 
2335
- #: modules/module-info.php:90 modules/module-info.php:94
2336
- #: modules/module-info.php:103 modules/module-info.php:107
2337
- msgid "Shortcode Embeds"
2338
  msgstr ""
2339
 
2340
- #: modules/module-info.php:95 modules/module-info.php:108
2341
- msgid "Shortcodes allow you to easily and safely embed media from other places in your site. With just one simple code, you can tell WordPress to embed YouTube, Flickr, and other media."
2342
  msgstr ""
2343
 
2344
- #: modules/module-info.php:109
2345
- msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
2346
  msgstr ""
2347
 
2348
- #: modules/module-info.php:132
2349
- msgid "Available shortcodes are: %l."
2350
  msgstr ""
2351
 
2352
- #: modules/module-info.php:147 modules/module-info.php:151
2353
- #: modules/module-info.php:161 modules/module-info.php:165
2354
- msgid "WP.me Shortlinks"
2355
  msgstr ""
2356
 
2357
- #: modules/module-info.php:152 modules/module-info.php:166
2358
- msgid "Instead of typing or copy-pasting long URLs, you can now get a short and simple link to your posts and pages. This uses the super compact wp.me domain name, and gives you a unique URL you can use that will be safe and reliable."
2359
  msgstr ""
2360
 
2361
- #: modules/module-info.php:153
2362
- msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
2363
  msgstr ""
2364
 
2365
- #: modules/module-info.php:167
2366
- msgid "To use shortlinks, go to any already published post (or publish something new!). A &#8220;Get Shortlink&#8221; button will be visible under the Post title. When you click it, a dialog box will appear with the shortlink and you can copy and paste to Twitter, Facebook or wherever your heart desires."
2367
  msgstr ""
2368
 
2369
- #: modules/module-info.php:182 modules/module-info.php:186
2370
- #: modules/module-info.php:195 modules/module-info.php:199
2371
- msgid "WordPress.com Stats"
2372
  msgstr ""
2373
 
2374
- #: modules/module-info.php:187 modules/module-info.php:200
2375
- msgid "There are many plugins and services that provide statistics, but data can be overwhelming. WordPress.com Stats makes the most popular metrics easy to understand through a clear and attractive interface."
2376
  msgstr ""
2377
 
2378
- #: modules/module-info.php:201
2379
- msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
2380
  msgstr ""
2381
 
2382
- #: modules/module-info.php:215 modules/module-info.php:219
2383
- #: modules/publicize/ui.php:95
2384
- msgid "Publicize"
2385
  msgstr ""
2386
 
2387
- #: modules/module-info.php:220
2388
- msgid "Publicize allows you to connect your blog to popular social networking sites and automatically share new posts with your friends.\t You can make a connection for just yourself or for all users on your blog."
2389
  msgstr ""
2390
 
2391
- #: modules/module-info.php:221
2392
- msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
2393
  msgstr ""
2394
 
2395
- #: modules/module-info.php:225
2396
- msgid "Manage your <a href=\"%s\">Publicize settings</a>."
2397
  msgstr ""
2398
 
2399
- #: modules/module-info.php:229 modules/publicize/ui.php:114
2400
- msgid "More information on using Publicize."
2401
- msgstr ""
2402
 
2403
- #: modules/module-info.php:245 modules/module-info.php:249
2404
- #: modules/module-info.php:258 modules/module-info.php:262
2405
- #: modules/notes.php:159
2406
- msgid "Notifications"
2407
  msgstr ""
2408
 
2409
- #: modules/module-info.php:250 modules/module-info.php:263
2410
- msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
2411
  msgstr ""
2412
 
2413
- #: modules/module-info.php:264
2414
- msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
2415
  msgstr ""
2416
 
2417
- #: modules/module-info.php:279 modules/module-info.php:294
2418
- msgid "LaTeX"
2419
  msgstr ""
2420
 
2421
- #: modules/module-info.php:284 modules/module-info.php:299
2422
- msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
2423
  msgstr ""
2424
 
2425
- #: modules/module-info.php:285
2426
- msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
2427
  msgstr ""
2428
 
2429
- #: modules/module-info.php:286
2430
- msgid "Wow, that sounds nerdy."
2431
  msgstr ""
2432
 
2433
- #: modules/module-info.php:300
2434
- msgid "Use <code>$latex your latex code here$</code> or <code>[latex]your latex code here[/latex]</code> to include %s in your posts and comments. There are <a href=\"%s\" target=\"_blank\">all sorts of options</a> available."
2435
  msgstr ""
2436
 
2437
- #: modules/module-info.php:319
2438
- msgid "Share your posts with Twitter, Facebook, and a host of other services. You can configure services to appear as icons, text, or both. Some services have additional options to display smart buttons, such as Twitter, which will update the number of times the post has been shared."
2439
  msgstr ""
2440
 
2441
- #: modules/module-info.php:323
2442
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
2443
  msgstr ""
2444
 
2445
- #: modules/module-info.php:325
2446
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
2447
  msgstr ""
2448
 
2449
- #: modules/minileven/theme/pub/minileven/index.php:27
2450
- msgid "Yearly Archives: %s"
2451
  msgstr ""
2452
 
2453
- #: modules/minileven/theme/pub/minileven/index.php:29
2454
- msgid "Posted in %s"
2455
  msgstr ""
2456
 
2457
- #: modules/minileven/theme/pub/minileven/index.php:31
2458
- msgid "Tagged with %s"
2459
  msgstr ""
2460
 
2461
- #: modules/minileven/theme/pub/minileven/index.php:33
2462
- msgid "Posted by"
2463
  msgstr ""
2464
 
2465
- #: modules/minileven/theme/pub/minileven/index.php:35
2466
- msgid "Blog Archives"
2467
  msgstr ""
2468
 
2469
- #: modules/minileven/theme/pub/minileven/index.php:43
2470
- msgid "Search Results for: %s"
 
2471
  msgstr ""
2472
 
2473
- #: modules/minileven/theme/pub/minileven/index.php:57
2474
- msgid "Nothing Found"
2475
  msgstr ""
2476
 
2477
- #: modules/minileven/theme/pub/minileven/index.php:61
2478
- msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
2479
  msgstr ""
2480
 
2481
- #: modules/minileven/theme/pub/minileven/searchform.php:9
2482
- #: modules/minileven/theme/pub/minileven/searchform.php:10
2483
- #: modules/minileven/theme/pub/minileven/searchform.php:11
2484
- #: modules/omnisearch/omnisearch-core.php:156
2485
- msgid "Search"
2486
- msgstr "Axtar"
2487
 
2488
- #: modules/minileven.php:50
2489
- msgid "Excerpts"
2490
  msgstr ""
2491
 
2492
- #: modules/minileven.php:54
2493
- msgid "Enable excerpts on front page and on archive pages"
2494
  msgstr ""
2495
 
2496
- #: modules/minileven.php:59
2497
- msgid "Show full posts on front page and on archive pages"
 
2498
  msgstr ""
2499
 
2500
- #: modules/minileven.php:64
2501
- msgid "Mobile App Promos"
2502
  msgstr ""
2503
 
2504
- #: modules/minileven.php:68
2505
- msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
2506
  msgstr ""
2507
 
2508
- #: modules/minileven.php:77
2509
- msgid "Mobile Apps"
2510
  msgstr ""
2511
 
2512
- #: modules/minileven.php:78
2513
- msgid "Take WordPress with you."
2514
  msgstr ""
2515
 
2516
- #: modules/minileven.php:80
2517
- msgid "We have apps for <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a>, and <a href=\"%s\">more</a>!"
2518
  msgstr ""
2519
 
2520
- #: modules/module-info.php:22 modules/module-info.php:26
2521
- msgid "VaultPress"
2522
  msgstr ""
2523
 
2524
- #: modules/module-info.php:28
2525
- msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
2526
  msgstr ""
2527
 
2528
- #: modules/module-info.php:29
2529
- msgctxt "Visit your _VaultPress_dashboard_."
2530
- msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
2531
  msgstr ""
2532
 
2533
- #: modules/module-info.php:29
2534
- msgid "VaultPress dashboard"
2535
  msgstr ""
2536
 
2537
- #: modules/module-info.php:31
2538
- msgid "With a monthly subscription, the VaultPress plugin will backup your site&#8217;s content, themes, and plugins in real-time, as well as perform regular security scans for common threats and attacks."
 
2539
  msgstr ""
2540
 
2541
- #: modules/module-info.php:32
2542
- msgctxt "View _Plans_&_Pricing_. (VaultPress)"
2543
- msgid "View %s."
2544
  msgstr ""
2545
 
2546
- #: modules/module-info.php:32
2547
- msgid "Plans & Pricing"
2548
  msgstr ""
2549
 
2550
- #: modules/module-info.php:53 modules/module-info.php:68
2551
- msgid "Gravatar Hovercard"
2552
  msgstr ""
2553
 
2554
- #: modules/module-info.php:58 modules/module-info.php:73
2555
- msgid "What&#8217;s a Hovercard?"
2556
  msgstr ""
2557
 
2558
- #: modules/module-info.php:59
2559
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services they use on the web like Twitter, Facebook, or LinkedIn."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2560
  msgstr ""
2561
 
2562
- #: modules/module-info.php:60
2563
- msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
 
 
2564
  msgstr ""
2565
 
2566
- #: modules/module-info.php:74
2567
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
2568
  msgstr ""
2569
 
2570
  #: modules/minileven/theme/pub/minileven/content.php:28
@@ -2688,640 +2919,601 @@ msgstr "Gündəlik Arxivləşdirmə: %s"
2688
  msgid "Monthly Archives: %s"
2689
  msgstr "Aylıq arxiv: %s"
2690
 
2691
- #: modules/likes.php:251
2692
- msgid "Someone likes one of my posts"
2693
  msgstr ""
2694
 
2695
- #: modules/likes.php:270
2696
- msgid "WordPress.com Likes are"
2697
  msgstr ""
2698
 
2699
- #: modules/likes.php:276
2700
- msgid "On for all posts"
2701
  msgstr ""
2702
 
2703
- #: modules/likes.php:282
2704
- msgid "Turned on per post"
2705
  msgstr ""
2706
 
2707
- #: modules/likes.php:308 modules/sharedaddy/sharing.php:330
2708
- msgid "Show buttons on"
2709
  msgstr ""
2710
 
2711
- #: modules/likes.php:317 modules/sharedaddy/sharing.php:336
2712
- msgid "Front Page, Archive Pages, and Search Results"
2713
  msgstr ""
2714
 
2715
- #: modules/likes.php:450 modules/sharedaddy/sharing.php:158
2716
- msgid "Settings have been saved"
2717
  msgstr ""
2718
 
2719
- #: modules/likes.php:457 modules/sharedaddy/sharing.php:170
2720
- msgid "Sharing Buttons"
2721
  msgstr ""
2722
 
2723
- #: modules/likes.php:466 modules/sharedaddy/sharing.php:352
2724
- msgid "Save Changes"
2725
- msgstr ""
 
 
 
2726
 
2727
- #: modules/likes.php:616
2728
- msgid "Like this:"
2729
  msgstr ""
2730
 
2731
- #: modules/likes.php:617
2732
- msgid "Like"
2733
  msgstr ""
2734
 
2735
- #: modules/likes.php:617 modules/widget-visibility/widget-conditions.php:168
2736
- msgid "Loading..."
2737
  msgstr ""
2738
 
2739
- #: modules/likes.php:709
2740
- msgid "<span>%d</span> bloggers like this:"
2741
  msgstr ""
2742
 
2743
- #: modules/minileven/minileven.php:93
2744
- msgid "View Mobile Site"
2745
  msgstr ""
2746
 
2747
- #: modules/minileven/minileven.php:260
2748
- msgid "Mobile-compatible:"
2749
  msgstr ""
2750
 
2751
- #: modules/minileven/minileven.php:261
2752
- msgid "No"
2753
- msgstr "Xeyir"
2754
-
2755
- #: modules/minileven/minileven.php:267 modules/minileven/minileven.php:318
2756
- msgid "Include this CSS in the Mobile Theme"
2757
  msgstr ""
2758
 
2759
- #: modules/minileven/theme/pub/minileven/comments.php:15
2760
- msgid "This post is password protected. Enter the password to view any comments."
2761
  msgstr ""
2762
 
2763
- #: modules/minileven/theme/pub/minileven/comments.php:45
2764
- msgid "Comment navigation"
2765
  msgstr ""
2766
 
2767
- #: modules/minileven/theme/pub/minileven/comments.php:46
2768
- msgid "&larr; Older Comments"
2769
  msgstr ""
2770
 
2771
- #: modules/minileven/theme/pub/minileven/comments.php:47
2772
- msgid "Newer Comments &rarr;"
 
2773
  msgstr ""
2774
 
2775
- #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2776
- #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2777
- #: modules/minileven/theme/pub/minileven/content.php:13
2778
- #: modules/minileven/theme/pub/minileven/content.php:18
2779
- #: modules/minileven/theme/pub/minileven/content.php:22
2780
- msgid "Permalink to %s"
2781
  msgstr ""
2782
 
2783
- #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2784
- #: modules/widgets/gallery.php:26
2785
- msgid "Gallery"
2786
  msgstr ""
2787
 
2788
- #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2789
- #: modules/minileven/theme/pub/minileven/content.php:41
2790
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:30
2791
- msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2792
  msgstr ""
2793
 
2794
- #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2795
- msgid "This gallery contains <a %1$s>%2$s photo</a>."
2796
- msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2797
- msgstr[0] ""
2798
- msgstr[1] ""
2799
-
2800
- #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2801
- #: modules/minileven/theme/pub/minileven/content.php:43
2802
- #: modules/minileven/theme/pub/minileven/image.php:64
2803
- #: modules/minileven/theme/pub/minileven/page.php:27
2804
- msgid "Pages:"
2805
  msgstr ""
2806
 
2807
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2808
- #: modules/minileven/theme/pub/minileven/content.php:51
2809
- #: modules/minileven/theme/pub/minileven/image.php:80
2810
- msgid "<b>1</b> Reply"
2811
  msgstr ""
2812
 
2813
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2814
- #: modules/minileven/theme/pub/minileven/content.php:51
2815
- #: modules/minileven/theme/pub/minileven/image.php:80
2816
- msgid "<b>%</b> Replies"
2817
  msgstr ""
2818
 
2819
- #: modules/minileven/theme/pub/minileven/content.php:19
2820
- msgid "Featured"
2821
  msgstr ""
2822
 
2823
- #: modules/gplus-authorship/admin/ui.php:125 modules/publicize/ui.php:168
2824
- #: modules/publicize/ui.php:172
2825
- msgid "Disconnect"
2826
  msgstr ""
2827
 
2828
- #: modules/gplus-authorship/admin/ui.php:129
2829
- msgid "Connect your WordPress account to Google+ to add this blog to your Google+ profile and improve the visibility of your blog posts on Google."
2830
  msgstr ""
2831
 
2832
- #: modules/gplus-authorship/admin/ui.php:131
2833
- msgid "Need help?"
2834
  msgstr ""
2835
 
2836
- #: modules/gplus-authorship/admin/ui.php:147
2837
- msgid "Your Google+ profile name and URL will be displayed in the sharing area of your posts."
2838
  msgstr ""
2839
 
2840
- #: modules/gplus-authorship/admin/ui.php:155 modules/wpcc/wpcc-sign-on.php:185
2841
- msgid "Connected"
2842
  msgstr ""
2843
 
2844
- #: modules/gplus-authorship/admin/ui.php:165 modules/gplus-authorship.php:191
2845
- msgid "Google+"
 
2846
  msgstr ""
2847
 
2848
- #: modules/gplus-authorship/admin/ui.php:191
2849
- msgid "Show Google+ infomation with this post"
2850
  msgstr ""
2851
 
2852
- #: modules/gplus-authorship.php:150
2853
- msgid "on Google+"
2854
  msgstr ""
2855
 
2856
- #: modules/gravatar-hovercards.php:46 modules/module-info.php:57
2857
- #: modules/module-info.php:72
2858
- msgid "Gravatar Hovercards"
2859
  msgstr ""
2860
 
2861
- #: modules/gravatar-hovercards.php:58
2862
- msgid "View people's profiles when you mouse over their Gravatars"
 
2863
  msgstr ""
2864
 
2865
- #: modules/gravatar-hovercards.php:85
2866
- msgid "Put your mouse over your Gravatar to check out your profile."
2867
  msgstr ""
2868
 
2869
- #: modules/holiday-snow.php:19
2870
- msgid "Snow"
2871
  msgstr ""
2872
 
2873
- #: modules/holiday-snow.php:28
2874
- msgid "Show falling snow on my blog until January 4<sup>th</sup>."
2875
  msgstr ""
2876
 
2877
- #: modules/infinite-scroll/infinity.php:262
2878
- msgid "To infinity and beyond"
2879
  msgstr ""
2880
 
2881
- #: modules/infinite-scroll/infinity.php:271
2882
- msgid "We've disabled this option for you since you have footer widgets in Appearance &rarr; Widgets, or because your theme does not support infinite scroll."
2883
  msgstr ""
2884
 
2885
- #: modules/infinite-scroll/infinity.php:277
2886
- msgid "Scroll Infinitely"
2887
  msgstr ""
2888
 
2889
- #: modules/infinite-scroll/infinity.php:277
2890
- msgid "(Shows %s posts on each load)"
2891
  msgstr ""
2892
 
2893
- #: modules/infinite-scroll/infinity.php:478
2894
- msgid "Older posts"
2895
  msgstr ""
2896
 
2897
- #: modules/infinite-scroll/infinity.php:479
2898
- msgid "Scroll back to top"
2899
  msgstr ""
2900
 
2901
- #: modules/infinite-scroll/infinity.php:915
2902
- msgid "Theme: %1$s."
2903
  msgstr ""
2904
 
2905
- #: modules/infinite-scroll.php:85
2906
- msgid "Use Google Analytics with Infinite Scroll"
2907
  msgstr ""
2908
 
2909
- #: modules/infinite-scroll.php:96
2910
- msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
 
2911
  msgstr ""
2912
 
2913
- #: modules/infinite-scroll.php:96
2914
- msgid "By checking the box above, each new set of posts loaded via Infinite Scroll will be recorded as a page view in Google Analytics."
2915
  msgstr ""
2916
 
2917
- #: modules/likes.php:112
2918
- msgid "Likes and Shares"
 
2919
  msgstr ""
2920
 
2921
- #: modules/likes.php:123 modules/likes.php:581 modules/module-info.php:759
2922
- #: modules/module-info.php:763
2923
- msgid "Likes"
2924
  msgstr ""
2925
 
2926
- #: modules/likes.php:183
2927
- msgid "Show likes."
2928
  msgstr ""
2929
 
2930
- #: modules/likes.php:199 modules/sharedaddy/sharedaddy.php:37
2931
- msgid "Show sharing buttons."
2932
  msgstr ""
2933
 
2934
- #: modules/likes.php:211
2935
- msgid "Likes Notifications"
2936
  msgstr ""
2937
 
2938
- #: modules/likes.php:212
2939
- msgid "Email me whenever"
2940
  msgstr ""
2941
 
2942
- #: modules/custom-post-types/testimonial.php:65
2943
- msgid "Search Testimonials"
2944
  msgstr ""
2945
 
2946
- #: modules/custom-post-types/testimonial.php:66
2947
- msgid "No Testimonials found"
 
 
2948
  msgstr ""
2949
 
2950
- #: modules/custom-post-types/testimonial.php:67
2951
- msgid "No Testimonials found in Trash"
2952
  msgstr ""
2953
 
2954
- #: modules/custom-post-types/testimonial.php:98
2955
- msgid "Enter the customer's name here"
2956
  msgstr ""
2957
 
2958
- #: modules/custom-post-types/testimonial.php:107
2959
- msgid "Customer Name"
 
 
 
2960
  msgstr ""
2961
 
2962
- #: modules/custom-post-types/testimonial.php:120
2963
- msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
2964
  msgstr ""
2965
 
2966
- #: modules/custom-post-types/testimonial.php:123
2967
- msgid "Testimonial updated."
 
2968
  msgstr ""
2969
 
2970
- #: modules/custom-post-types/testimonial.php:125
2971
- msgid "Testimonial restored to revision from %s"
2972
  msgstr ""
2973
 
2974
- #: modules/custom-post-types/testimonial.php:126
2975
- msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
2976
  msgstr ""
2977
 
2978
- #: modules/custom-post-types/testimonial.php:127
2979
- msgid "Testimonial saved."
2980
  msgstr ""
2981
 
2982
- #: modules/custom-post-types/testimonial.php:128
2983
- msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
2984
  msgstr ""
2985
 
2986
- #: modules/custom-post-types/testimonial.php:129
2987
- msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
2988
  msgstr ""
2989
 
2990
- #: modules/custom-post-types/testimonial.php:132
2991
- msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
2992
- msgstr ""
2993
 
2994
- #: modules/custom-post-types/testimonial.php:168
2995
- msgid "Customize Testimonials Archive"
2996
  msgstr ""
2997
 
2998
- #: modules/custom-post-types/testimonial.php:169
2999
- msgid "Customize"
3000
  msgstr ""
3001
 
3002
- #: modules/custom-post-types/testimonial.php:193
3003
- msgid "Testimonial Page Title"
 
 
3004
  msgstr ""
3005
 
3006
- #: modules/custom-post-types/testimonial.php:205
3007
- msgid "Testimonial Page Content"
3008
  msgstr ""
3009
 
3010
- #: modules/custom-post-types/testimonial.php:216
3011
- msgid "Testimonial Page Featured Image"
3012
  msgstr ""
3013
 
3014
- #: modules/featured-content/featured-content.php:324
3015
- msgid "Featured content"
 
 
 
3016
  msgstr ""
3017
 
3018
- #: modules/featured-content/featured-content.php:343
3019
- msgid "Tag name:"
3020
  msgstr ""
3021
 
3022
- #: modules/featured-content/featured-content.php:348
3023
- msgid "Number of posts:"
3024
  msgstr ""
3025
 
3026
- #: modules/featured-content/featured-content.php:353
3027
- msgid "Hide tag from displaying in post meta and tag clouds."
3028
  msgstr ""
3029
 
3030
- #: modules/gplus-authorship/admin/ui.php:54
3031
- #: modules/gplus-authorship/admin/ui.php:65 modules/likes.php:427
3032
- #: modules/likes.php:439 modules/publicize/ui.php:35
3033
- #: modules/publicize/ui.php:45 modules/sharedaddy/sharing.php:57
3034
- #: modules/sharedaddy/sharing.php:163
3035
- msgid "Sharing Settings"
3036
  msgstr ""
3037
 
3038
- #: modules/gplus-authorship/admin/ui.php:54 modules/likes.php:427
3039
- #: modules/module-info.php:315 modules/module-info.php:318
3040
- #: modules/module-info.php:339 modules/publicize/ui.php:35
3041
- #: modules/sharedaddy/sharedaddy.php:23 modules/sharedaddy/sharing.php:57
3042
- msgid "Sharing"
3043
  msgstr ""
3044
 
3045
- #: modules/gplus-authorship/admin/ui.php:79
3046
- msgid "Your Google+ account has been connected."
3047
  msgstr ""
3048
 
3049
- #: modules/gplus-authorship/admin/ui.php:80
3050
- msgid "There was a problem connecting your Google+ account. Please try again."
3051
  msgstr ""
3052
 
3053
- #: modules/gplus-authorship/admin/ui.php:81
3054
- msgid "You must click 'Accept' in the Google+ dialog to connect your account."
3055
  msgstr ""
3056
 
3057
- #: modules/gplus-authorship/admin/ui.php:113 modules/module-info.php:785
3058
- #: modules/module-info.php:789
3059
- msgid "Google+ Profile"
3060
  msgstr ""
3061
 
3062
- #: modules/custom-post-types/comics.php:200
3063
- #: modules/custom-post-types/testimonial.php:60
3064
- msgid "Add New"
3065
- msgstr "Yenisini əlavə et"
3066
 
3067
- #: modules/custom-post-types/comics.php:201
3068
- msgid "Add New Comic"
3069
  msgstr ""
3070
 
3071
- #: modules/custom-post-types/comics.php:202
3072
- msgid "Edit Comic"
3073
  msgstr ""
3074
 
3075
- #: modules/custom-post-types/comics.php:203
3076
- msgid "New Comic"
3077
  msgstr ""
3078
 
3079
- #: modules/custom-post-types/comics.php:204
3080
- msgid "View Comic"
3081
  msgstr ""
3082
 
3083
- #: modules/custom-post-types/comics.php:205
3084
- msgid "Search Comics"
3085
  msgstr ""
3086
 
3087
- #: modules/custom-post-types/comics.php:206
3088
- msgid "No Comics found"
3089
  msgstr ""
3090
 
3091
- #: modules/custom-post-types/comics.php:207
3092
- msgid "No Comics found in Trash"
3093
  msgstr ""
3094
 
3095
- #: modules/custom-post-types/comics.php:276
3096
- msgid "Comic updated. <a href=\"%s\">View comic</a>"
3097
  msgstr ""
3098
 
3099
- #: modules/custom-post-types/comics.php:277
3100
- #: modules/custom-post-types/testimonial.php:121
3101
- msgid "Custom field updated."
3102
  msgstr ""
3103
 
3104
- #: modules/custom-post-types/comics.php:278
3105
- #: modules/custom-post-types/testimonial.php:122
3106
- msgid "Custom field deleted."
3107
  msgstr ""
3108
 
3109
- #: modules/custom-post-types/comics.php:279
3110
- msgid "Comic updated."
3111
  msgstr ""
3112
 
3113
- #: modules/custom-post-types/comics.php:281
3114
- msgid "Comic restored to revision from %s"
3115
  msgstr ""
3116
 
3117
- #: modules/custom-post-types/comics.php:282
3118
- msgid "Comic published. <a href=\"%s\">View comic</a>"
3119
  msgstr ""
3120
 
3121
- #: modules/custom-post-types/comics.php:283
3122
- msgid "Comic saved."
3123
  msgstr ""
3124
 
3125
- #: modules/custom-post-types/comics.php:284
3126
- msgid "Comic submitted. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
3127
  msgstr ""
3128
 
3129
- #: modules/custom-post-types/comics.php:285
3130
- msgid "Comic scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview comic</a>"
3131
  msgstr ""
3132
 
3133
- #: modules/custom-post-types/comics.php:287
3134
- #: modules/custom-post-types/testimonial.php:131
3135
- msgid "M j, Y @ G:i"
3136
  msgstr ""
3137
 
3138
- #: modules/custom-post-types/comics.php:288
3139
- msgid "Comic draft updated. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
3140
  msgstr ""
3141
 
3142
- #: modules/custom-post-types/comics.php:349
3143
- msgid "Invalid or expired nonce."
 
 
 
 
3144
  msgstr ""
3145
 
3146
- #: modules/custom-post-types/comics.php:458
3147
- msgid ""
3148
- "Welcome! Ready to publish your first strip?\n"
3149
- "\n"
3150
- "Your webcomic's new site is ready to go. Get started by <a href=\"BLOG_URLwp-admin/customize.php#title\">setting your comic's title and tagline</a> so your readers know what it's all about.\n"
3151
- "\n"
3152
- "Looking for more help with setting up your site? Check out the WordPress.com <a href=\"http://learn.wordpress.com/\">beginner's tutorial</a> and the <a href=\"http://en.support.wordpress.com/comics/\">guide to comics on WordPress.com</a>. Dive right in by <a href=\"BLOG_URLwp-admin/customize.php#title\">publishing your first strip!</a>\n"
3153
- "\n"
3154
- "Lots of laughs,\n"
3155
- "The WordPress.com Team"
3156
  msgstr ""
3157
 
3158
- #: modules/custom-post-types/testimonial.php:54
3159
- msgid "Customer Testimonials"
3160
  msgstr ""
3161
 
3162
- #: modules/custom-post-types/testimonial.php:56
3163
- #: modules/custom-post-types/testimonial.php:58
3164
- #: modules/custom-post-types/testimonial.php:182
3165
- #: modules/custom-post-types/testimonial.php:187
3166
- msgid "Testimonials"
3167
  msgstr ""
3168
 
3169
- #: modules/custom-post-types/testimonial.php:57
3170
- msgid "Testimonial"
3171
  msgstr ""
3172
 
3173
- #: modules/custom-post-types/testimonial.php:59
3174
- msgid "All Testimonials"
 
3175
  msgstr ""
3176
 
3177
- #: modules/custom-post-types/testimonial.php:61
3178
- msgid "Add New Testimonial"
 
3179
  msgstr ""
3180
 
3181
- #: modules/custom-post-types/testimonial.php:62
3182
- msgid "Edit Testimonial"
3183
  msgstr ""
3184
 
3185
- #: modules/custom-post-types/testimonial.php:63
3186
- msgid "New Testimonial"
3187
  msgstr ""
3188
 
3189
- #: modules/custom-post-types/testimonial.php:64
3190
- msgid "View Testimonial"
3191
  msgstr ""
3192
 
3193
- #: modules/custom-css/custom-css.php:747 modules/custom-css/custom-css.php:842
3194
- #: modules/custom-css/custom-css.php:872 modules/minileven/minileven.php:262
3195
- #: modules/minileven/theme/pub/minileven/content-gallery.php:74
3196
- #: modules/minileven/theme/pub/minileven/content.php:53
3197
- #: modules/minileven/theme/pub/minileven/image.php:82
3198
- #: modules/minileven/theme/pub/minileven/page.php:31
3199
- #: modules/publicize/ui.php:576
3200
- msgid "Edit"
3201
- msgstr "Redaktə et"
3202
-
3203
- #: modules/custom-css/custom-css.php:754
3204
- msgid "Limit width to %1$s pixels for videos, full size images, and other shortcodes. (<a href=\"%2$s\">More info</a>.)"
3205
  msgstr ""
3206
 
3207
- #: modules/custom-css/custom-css.php:770
3208
- msgid "The default content width for the %s theme is %d pixels."
3209
  msgstr ""
3210
 
3211
- #: modules/custom-css/custom-css.php:775 modules/custom-css/custom-css.php:857
3212
- #: modules/custom-css/custom-css.php:886 modules/minileven/minileven.php:270
3213
- #: modules/publicize/publicize-jetpack.php:429
3214
- #: modules/publicize/publicize-jetpack.php:541 modules/publicize/ui.php:245
3215
- msgid "OK"
3216
  msgstr ""
3217
 
3218
- #: modules/custom-css/custom-css.php:776 modules/custom-css/custom-css.php:858
3219
- #: modules/custom-css/custom-css.php:887 modules/minileven/minileven.php:271
3220
- #: modules/sharedaddy/sharing-sources.php:299
3221
- msgid "Cancel"
3222
- msgstr "Ləğv et"
3223
 
3224
- #: modules/custom-css/custom-css.php:840
3225
- msgid "Preprocessor:"
3226
  msgstr ""
3227
 
3228
- #: modules/custom-css/custom-css.php:841 modules/custom-css/custom-css.php:846
3229
- #: modules/videopress/videopress.php:273 modules/widgets/image-widget.php:124
3230
- msgid "None"
3231
  msgstr ""
3232
 
3233
- #: modules/custom-css/custom-css.php:870
3234
- msgid "Mode:"
 
3235
  msgstr ""
3236
 
3237
- #: modules/custom-css/custom-css.php:871
3238
- msgid "Add-on"
3239
  msgstr ""
3240
 
3241
- #: modules/custom-css/custom-css.php:871
3242
- msgid "Replacement"
3243
  msgstr ""
3244
 
3245
- #: modules/custom-css/custom-css.php:878
3246
- msgid "Add-on CSS <b>(Recommended)</b>"
3247
  msgstr ""
3248
 
3249
- #: modules/custom-css/custom-css.php:883
3250
- msgid "Replace <a href=\"%s\">theme's CSS</a> <b>(Advanced)</b>"
3251
  msgstr ""
3252
 
3253
- #: modules/custom-css/custom-css.php:894
3254
- #: modules/custom-post-types/comics.php:238
3255
- #: modules/videopress/videopress.php:662
3256
- msgid "Preview"
3257
- msgstr "Görünüş"
3258
 
3259
- #: modules/custom-css/custom-css.php:896
3260
- msgid "Save &amp; Buy Upgrade"
3261
  msgstr ""
3262
 
3263
- #: modules/custom-css/custom-css.php:896
3264
- msgid "Save Stylesheet"
3265
  msgstr ""
3266
 
3267
- #: modules/custom-css/custom-css.php:958
3268
- msgid "Show more"
3269
  msgstr ""
3270
 
3271
- #: modules/custom-post-types/comics.php:86
3272
- msgid "Convert to Comic"
3273
  msgstr ""
3274
 
3275
- #: modules/custom-post-types/comics.php:92
3276
- msgid "Convert to Post"
3277
  msgstr ""
3278
 
3279
- #: modules/custom-post-types/comics.php:116
3280
- msgid "You are not allowed to make this change."
 
3281
  msgstr ""
3282
 
3283
- #: modules/custom-post-types/comics.php:163
3284
- msgid "Post converted."
3285
- msgid_plural "%s posts converted"
3286
- msgstr[0] ""
3287
- msgstr[1] ""
3288
 
3289
- #: modules/custom-post-types/comics.php:176
3290
- msgid "Drop images to upload"
3291
  msgstr ""
3292
 
3293
- #: modules/custom-post-types/comics.php:177
3294
- msgid "Uploading..."
 
3295
  msgstr ""
3296
 
3297
- #: modules/custom-post-types/comics.php:178
3298
- msgid "Processing..."
3299
  msgstr ""
3300
 
3301
- #: modules/custom-post-types/comics.php:179
3302
- msgid "Sorry, your browser isn't supported. Upgrade at browsehappy.com."
3303
  msgstr ""
3304
 
3305
- #: modules/custom-post-types/comics.php:180
3306
- msgid "Only images can be uploaded here."
3307
  msgstr ""
3308
 
3309
- #: modules/custom-post-types/comics.php:181
3310
- msgid "Your upload didn't complete; try again later or cross your fingers and try again right now."
 
3311
  msgstr ""
3312
 
3313
- #: modules/custom-post-types/comics.php:194
3314
- #: modules/custom-post-types/comics.php:196
3315
- #: modules/custom-post-types/comics.php:198
3316
- msgid "Comics"
3317
  msgstr ""
3318
 
3319
- #: modules/custom-post-types/comics.php:197
3320
- msgid "Comic"
3321
  msgstr ""
3322
 
3323
- #: modules/custom-post-types/comics.php:199
3324
- msgid "All Comics"
3325
  msgstr ""
3326
 
3327
  #: modules/contact-form/grunion-form-view.php:154
@@ -3405,311 +3597,406 @@ msgstr ""
3405
  msgid "Edit CSS"
3406
  msgstr ""
3407
 
3408
- #: modules/custom-css/custom-css.php:618
3409
- msgid "CSS"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3410
  msgstr ""
3411
 
3412
- #: modules/custom-css/custom-css.php:638
3413
- msgid "Custom CSS Stylesheet"
3414
  msgstr ""
3415
 
3416
- #: modules/custom-css/custom-css.php:677
3417
- msgid "Stylesheet saved."
3418
  msgstr ""
3419
 
3420
- #: modules/custom-css/custom-css.php:681
3421
- msgid "Publish"
3422
  msgstr ""
3423
 
3424
- #: modules/custom-css/custom-css.php:687
3425
- msgid "CSS Revisions"
 
 
 
 
 
 
3426
  msgstr ""
3427
 
3428
- #: modules/custom-css/custom-css.php:691
3429
- msgid "CSS Stylesheet Editor"
3430
  msgstr ""
3431
 
3432
- #: modules/custom-css/custom-css.php:698
3433
- msgid ""
3434
- "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
3435
- "\t\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
3436
  msgstr ""
3437
 
3438
- #: modules/custom-css/custom-css.php:745
3439
- msgid "Content Width:"
3440
  msgstr ""
3441
 
3442
- #: modules/custom-css/custom-css.php:746
3443
- msgid "Default"
3444
  msgstr ""
3445
 
3446
- #: modules/custom-css/custom-css.php:746
3447
- msgid "%s px"
3448
  msgstr ""
3449
 
3450
- #: modules/contact-form/grunion-form-view.php:11
3451
- msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
3452
- msgid "Comment"
 
 
 
 
 
3453
  msgstr ""
3454
 
3455
- #: modules/contact-form/grunion-form-view.php:12
3456
- msgctxt "Default label for new HTML form field in contact form builder"
3457
- msgid "New Field"
3458
  msgstr ""
3459
 
3460
- #: modules/contact-form/grunion-form-view.php:13
3461
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
3462
- msgid "Options"
3463
  msgstr ""
3464
 
3465
- #: modules/contact-form/grunion-form-view.php:14
3466
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
3467
- msgid "Option"
3468
  msgstr ""
3469
 
3470
- #: modules/contact-form/grunion-form-view.php:15
3471
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
3472
- msgid "First option"
3473
  msgstr ""
3474
 
3475
- #: modules/contact-form/grunion-form-view.php:16
3476
- msgctxt "error message in contact form builder"
3477
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
3478
  msgstr ""
3479
 
3480
- #: modules/contact-form/grunion-form-view.php:17
3481
- msgid ""
3482
- "Drag up or down\n"
3483
- "to re-arrange"
3484
  msgstr ""
3485
 
3486
- #: modules/contact-form/grunion-form-view.php:18
3487
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
3488
- msgid "move"
3489
  msgstr ""
3490
 
3491
- #: modules/contact-form/grunion-form-view.php:19
3492
- msgctxt "Link to edit an HTML form field in contact form builder"
3493
- msgid "edit"
3494
  msgstr ""
3495
 
3496
- #: modules/contact-form/grunion-form-view.php:20
3497
- msgid "Saved successfully"
 
 
 
 
 
3498
  msgstr ""
3499
 
3500
- #: modules/contact-form/grunion-form-view.php:21
3501
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
3502
- msgid "(required)"
3503
  msgstr ""
3504
 
3505
- #: modules/contact-form/grunion-form-view.php:22
3506
- msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
3507
  msgstr ""
3508
 
3509
- #: modules/contact-form/grunion-form-view.php:118
3510
- msgid "Your new field was saved successfully"
3511
  msgstr ""
3512
 
3513
- #: modules/contact-form/grunion-form-view.php:120
3514
- msgid "Form builder"
3515
  msgstr ""
3516
 
3517
- #: modules/contact-form/grunion-form-view.php:121
3518
- msgid "Email notifications"
3519
  msgstr ""
3520
 
3521
- #: modules/contact-form/grunion-form-view.php:126
3522
- msgid "How does this work?"
3523
  msgstr ""
3524
 
3525
- #: modules/contact-form/grunion-form-view.php:127
3526
- msgid "By adding a contact form, your readers will be able to submit feedback to you. All feedback is automatically scanned for spam, and the legitimate feedback will be emailed to you."
3527
  msgstr ""
3528
 
3529
- #: modules/contact-form/grunion-form-view.php:128
3530
- msgid "Can I add more fields?"
 
3531
  msgstr ""
3532
 
3533
- #: modules/contact-form/grunion-form-view.php:130
3534
- msgctxt "%1$s = \"Click here\" in an HTML link"
3535
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
3536
  msgstr ""
3537
 
3538
- #: modules/contact-form/grunion-form-view.php:131
3539
- msgid "Click here"
3540
  msgstr ""
3541
 
3542
- #: modules/contact-form/grunion-form-view.php:133
3543
- msgid "Can I view my feedback within WordPress?"
3544
  msgstr ""
3545
 
3546
- #: modules/contact-form/grunion-form-view.php:135
3547
- msgctxt "%1$s = \"Feedback\" in an HTML link"
3548
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
3549
  msgstr ""
3550
 
3551
- #: modules/contact-form/grunion-form-view.php:141
3552
- msgid "Do I need to fill this out?"
3553
  msgstr ""
3554
 
3555
- #: modules/contact-form/grunion-form-view.php:142
3556
- msgid "Nope. However, if you&#8217;d like to modify where your feedback is sent, or the subject line you can. If you don&#8217;t make any changes here, feedback will be sent to the author of the page/post and the subject will be the name of this page/post."
3557
  msgstr ""
3558
 
3559
- #: modules/contact-form/grunion-form-view.php:146
3560
- msgid "Edit this new field"
3561
  msgstr ""
3562
 
3563
- #: modules/contact-form/grunion-form-view.php:148
3564
- #: modules/sharedaddy/sharing-sources.php:980
3565
- msgid "Label"
3566
  msgstr ""
3567
 
3568
- #: modules/contact-form/grunion-form-view.php:149
3569
- msgid "New field"
3570
  msgstr ""
3571
 
3572
- #: modules/contact-form/grunion-form-view.php:151
3573
- msgid "Field type"
3574
  msgstr ""
3575
 
3576
- #: modules/contact-form/grunion-form-view.php:153
3577
- msgid "Checkbox"
 
 
 
 
 
 
 
 
3578
  msgstr ""
3579
 
3580
- #: modules/contact-form/grunion-contact-form.php:85
3581
- #: modules/contact-form/grunion-contact-form.php:86
3582
- msgid "No feedback found"
3583
  msgstr ""
3584
 
3585
- #: modules/contact-form/grunion-contact-form.php:103
3586
- msgid "Spam <span class=\"count\">(%s)</span>"
3587
- msgid_plural "Spam <span class=\"count\">(%s)</span>"
3588
- msgstr[0] ""
3589
- msgstr[1] ""
3590
 
3591
- #: modules/contact-form/grunion-contact-form.php:190
3592
- msgid "An error occurred. Please try again later."
3593
  msgstr ""
3594
 
3595
- #: modules/contact-form/grunion-contact-form.php:198
3596
- #: modules/contact-form/grunion-contact-form.php:851
3597
- msgid "Message Sent"
3598
- msgstr "Mesaj göndərildi. "
3599
 
3600
- #: modules/contact-form/grunion-contact-form.php:356
3601
- msgid "Export feedback as CSV"
3602
  msgstr ""
3603
 
3604
- #: modules/contact-form/grunion-contact-form.php:362
3605
- msgid "Select feedback to download"
3606
  msgstr ""
3607
 
3608
- #: modules/contact-form/grunion-contact-form.php:364
3609
- msgid "All posts"
3610
  msgstr ""
3611
 
3612
- #: modules/contact-form/grunion-contact-form.php:369
3613
- msgid "Download"
3614
  msgstr ""
3615
 
3616
- #: modules/contact-form/grunion-contact-form.php:416
3617
- #: modules/contact-form/grunion-contact-form.php:508
3618
- #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
3619
- #: modules/module-info.php:495
3620
- msgid "Contact Form"
3621
  msgstr ""
3622
 
3623
- #: modules/contact-form/grunion-contact-form.php:722
3624
- msgctxt "%1$s = blog name"
3625
- msgid "%1$s Sidebar"
3626
  msgstr ""
3627
 
3628
- #: modules/contact-form/grunion-contact-form.php:725
3629
- msgctxt "%1$s = blog name, %2$s = post title"
3630
- msgid "%1$s %2$s"
3631
  msgstr ""
3632
 
3633
- #: modules/contact-form/grunion-contact-form.php:736
3634
- msgid "Submit &#187;"
3635
- msgstr "Təqdim et &#187;"
3636
 
3637
- #: modules/contact-form/grunion-contact-form.php:756
3638
- msgid "Subject"
3639
  msgstr ""
3640
 
3641
- #: modules/contact-form/grunion-contact-form.php:837
3642
- msgid "Error!"
3643
- msgstr "Səhv!"
3644
 
3645
- #: modules/contact-form/grunion-contact-form.php:852
3646
- msgid "go back"
3647
  msgstr ""
3648
 
3649
- #: modules/contact-form/grunion-contact-form.php:924
3650
- #: modules/contact-form/grunion-contact-form.php:940
3651
- msgctxt "%1$s = form field label, %2$s = form field value"
3652
- msgid "%1$s: %2$s"
3653
  msgstr ""
3654
 
3655
- #: modules/contact-form/grunion-contact-form.php:1205
3656
- msgid "Time:"
3657
  msgstr ""
3658
 
3659
- #: modules/contact-form/grunion-contact-form.php:1206
3660
- msgid "IP Address:"
3661
  msgstr ""
3662
 
3663
- #: modules/contact-form/grunion-contact-form.php:1214
3664
- msgid "Contact Form URL:"
3665
  msgstr ""
3666
 
3667
- #: modules/contact-form/grunion-contact-form.php:1219
3668
- msgid "Sent by a verified %s user."
 
 
 
 
 
 
3669
  msgstr ""
3670
 
3671
- #: modules/contact-form/grunion-contact-form.php:1223
3672
- msgid "Sent by an unverified visitor to your site."
 
3673
  msgstr ""
3674
 
3675
- #: modules/contact-form/grunion-contact-form.php:1461
3676
- msgid "%s requires a valid email address"
3677
  msgstr ""
3678
 
3679
- #: modules/contact-form/grunion-contact-form.php:1467
3680
- msgid "%s is required"
3681
  msgstr ""
3682
 
3683
- #: modules/contact-form/grunion-contact-form.php:1514
3684
- #: modules/contact-form/grunion-contact-form.php:1520
3685
- #: modules/contact-form/grunion-contact-form.php:1525
3686
- #: modules/contact-form/grunion-contact-form.php:1539
3687
- #: modules/contact-form/grunion-contact-form.php:1545
3688
- #: modules/contact-form/grunion-contact-form.php:1556
3689
- #: modules/contact-form/grunion-contact-form.php:1566
3690
- msgid "(required)"
3691
- msgstr "(tələb olunur)"
3692
 
3693
- #: modules/contact-form/grunion-contact-form.php:1538
3694
- #: modules/minileven/minileven.php:261
3695
- msgid "Yes"
3696
  msgstr ""
3697
 
3698
- #: modules/contact-form/grunion-form-view.php:8
3699
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
3700
- msgid "Name"
3701
  msgstr ""
3702
 
3703
- #: modules/contact-form/grunion-form-view.php:9
3704
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
3705
- msgid "Email"
3706
  msgstr ""
3707
 
3708
- #: modules/contact-form/grunion-form-view.php:10
3709
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
3710
- msgid "Website"
3711
  msgstr ""
3712
 
 
 
 
 
 
 
 
 
3713
  #: modules/comments/comments.php:187
3714
  msgid "You must <a href=\"%s\">log in</a> to post a comment."
3715
  msgstr ""
@@ -3756,7 +4043,7 @@ msgid "From"
3756
  msgstr ""
3757
 
3758
  #: modules/contact-form/admin.php:197
3759
- #: modules/contact-form/grunion-contact-form.php:760
3760
  #: modules/contact-form/grunion-omnisearch.php:37
3761
  msgid "Message"
3762
  msgstr ""
@@ -3798,7 +4085,7 @@ msgid "Mark this message as NOT spam"
3798
  msgstr ""
3799
 
3800
  #: modules/contact-form/admin.php:406
3801
- #: modules/contact-form/grunion-contact-form.php:1183
3802
  msgctxt "{$date_format} \\a\\t {$time_format}"
3803
  msgid "%1$s \\a\\t %2$s"
3804
  msgstr ""
@@ -3837,246 +4124,357 @@ msgstr ""
3837
  msgid "Search Feedback"
3838
  msgstr ""
3839
 
3840
- #: modules/carousel/jetpack-carousel.php:317
3841
- msgid "Missing target blog ID."
 
3842
  msgstr ""
3843
 
3844
- #: modules/carousel/jetpack-carousel.php:320
3845
- msgid "Missing target post ID."
 
 
 
 
 
 
3846
  msgstr ""
3847
 
3848
- #: modules/carousel/jetpack-carousel.php:323
3849
- msgid "No comment text was submitted."
 
 
 
 
 
3850
  msgstr ""
3851
 
3852
- #: modules/carousel/jetpack-carousel.php:335
3853
- msgid "Comments on this post are closed."
3854
  msgstr ""
3855
 
3856
- #: modules/carousel/jetpack-carousel.php:345
3857
- msgid "Sorry, but we could not authenticate your request."
3858
  msgstr ""
3859
 
3860
- #: modules/carousel/jetpack-carousel.php:354
3861
- msgid "Please provide your name."
3862
  msgstr ""
3863
 
3864
- #: modules/carousel/jetpack-carousel.php:357
3865
- msgid "Please provide an email address."
 
 
 
3866
  msgstr ""
3867
 
3868
- #: modules/carousel/jetpack-carousel.php:360
3869
- msgid "Please provide a valid email address."
 
3870
  msgstr ""
3871
 
3872
- #: modules/carousel/jetpack-carousel.php:389
3873
- msgid "Image Gallery Carousel"
 
3874
  msgstr ""
3875
 
3876
- #: modules/carousel/jetpack-carousel.php:392
3877
- msgid "Enable carousel"
 
 
 
 
3878
  msgstr ""
3879
 
3880
- #: modules/carousel/jetpack-carousel.php:396
3881
- msgid "Background color"
 
 
 
 
3882
  msgstr ""
3883
 
3884
- #: modules/carousel/jetpack-carousel.php:399
3885
- msgid "Metadata"
 
 
3886
  msgstr ""
3887
 
3888
- #: modules/carousel/jetpack-carousel.php:456
3889
- msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
3890
  msgstr ""
3891
 
3892
- #: modules/carousel/jetpack-carousel.php:464
3893
- msgid "Show map of photo location in carousel, when available."
3894
  msgstr ""
3895
 
3896
- #: modules/carousel/jetpack-carousel.php:472
3897
- msgid "Black"
3898
  msgstr ""
3899
 
3900
- #: modules/carousel/jetpack-carousel.php:472
3901
- msgid "White"
3902
  msgstr ""
3903
 
3904
- #: modules/carousel/jetpack-carousel.php:480
3905
- msgid "Display images in full-size carousel slideshow."
3906
  msgstr ""
3907
 
3908
- #: modules/comments/admin.php:50 modules/comments/comments.php:211
3909
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
3910
- msgid "Leave a Reply"
3911
- msgstr "Cavab qoy "
3912
 
3913
- #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:156
3914
- #: modules/widgets/twitter-timeline.php:217
3915
- msgid "Light"
3916
  msgstr ""
3917
 
3918
- #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:157
3919
- #: modules/widgets/twitter-timeline.php:218
3920
- msgid "Dark"
 
 
 
 
 
 
 
 
 
 
3921
  msgstr ""
3922
 
3923
- #: modules/comments/admin.php:56
3924
- msgid "Transparent"
 
3925
  msgstr ""
3926
 
3927
- #: modules/comments/admin.php:72 modules/module-info.php:521
3928
- msgid "Jetpack Comments"
 
3929
  msgstr ""
3930
 
3931
- #: modules/comments/admin.php:81
3932
- msgid "Greeting Text"
 
3933
  msgstr ""
3934
 
3935
- #: modules/comments/admin.php:97 modules/comments/admin.php:168
3936
- #: modules/widgets/facebook-likebox.php:154
3937
- msgid "Color Scheme"
3938
  msgstr ""
3939
 
3940
- #: modules/comments/admin.php:118
3941
- msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
 
3942
  msgstr ""
3943
 
3944
- #: modules/comments/admin.php:134
3945
- msgid "A few catchy words to motivate your readers to comment"
 
3946
  msgstr ""
3947
 
3948
- #: modules/comments/base.php:83
3949
- msgid "Invalid request"
 
3950
  msgstr ""
3951
 
3952
- #: modules/comments/base.php:230
3953
- msgid "Error: please fill the required fields (name, email)."
3954
- msgstr "Xəta: zəhmət olmasa tələb olunan sahələri doldurun(ad, email)."
 
3955
 
3956
- #: modules/comments/base.php:232
3957
- msgid "Error: please enter a valid email address."
3958
- msgstr "Səhv var: zəhmət olmasa keçərli elektron poçt ünvanı daxil edin."
 
3959
 
3960
- #: modules/after-the-deadline/config-options.php:83
3961
- msgid "<a href=\"%s\">Learn more</a> about these options."
 
 
3962
  msgstr ""
3963
 
3964
- #: modules/after-the-deadline/config-options.php:86
3965
- msgid "Language"
3966
- msgstr "Dil"
 
3967
 
3968
- #: modules/after-the-deadline/config-options.php:89
3969
- msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
3970
- msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
3971
  msgstr ""
3972
 
3973
- #: modules/after-the-deadline/config-options.php:95
3974
- msgid "Use automatically detected language to proofread posts and pages"
3975
  msgstr ""
3976
 
3977
- #: modules/after-the-deadline/config-unignore.php:129
3978
- msgid "Ignored Phrases"
 
3979
  msgstr ""
3980
 
3981
- #: modules/after-the-deadline/config-unignore.php:131
3982
- msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
3983
  msgstr ""
3984
 
3985
- #: modules/after-the-deadline/config-unignore.php:133
3986
- #: modules/widget-visibility/widget-conditions.php:174
3987
- msgid "Add"
3988
- msgstr "Əlavə et"
3989
 
3990
- #: modules/after-the-deadline/config-unignore.php:138
3991
- msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
3992
  msgstr ""
3993
 
3994
- #: modules/carousel/jetpack-carousel.php:106
3995
- msgid "Comment"
3996
  msgstr ""
3997
 
3998
- #: modules/carousel/jetpack-carousel.php:107
3999
- msgid "Post Comment"
4000
  msgstr ""
4001
 
4002
- #: modules/carousel/jetpack-carousel.php:108
4003
- msgid "Loading Comments..."
4004
  msgstr ""
4005
 
4006
- #: modules/carousel/jetpack-carousel.php:109
4007
- msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
4008
  msgstr ""
4009
 
4010
- #: modules/carousel/jetpack-carousel.php:110
4011
- msgid "Please be sure to submit some text with your comment."
 
 
 
 
 
 
 
 
4012
  msgstr ""
4013
 
4014
- #: modules/carousel/jetpack-carousel.php:111
4015
- msgid "Please provide an email address to comment."
 
 
 
 
4016
  msgstr ""
4017
 
4018
- #: modules/carousel/jetpack-carousel.php:112
4019
- msgid "Please provide your name to comment."
4020
  msgstr ""
4021
 
4022
- #: modules/carousel/jetpack-carousel.php:113
4023
- msgid "Sorry, but there was an error posting your comment. Please try again later."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4024
  msgstr ""
4025
 
4026
- #: modules/carousel/jetpack-carousel.php:114
4027
- msgid "Your comment was approved."
4028
  msgstr ""
4029
 
4030
- #: modules/carousel/jetpack-carousel.php:115
4031
- msgid "Your comment is in moderation."
4032
  msgstr ""
4033
 
4034
- #: modules/carousel/jetpack-carousel.php:116
4035
- msgid "Camera"
4036
  msgstr ""
4037
 
4038
- #: modules/carousel/jetpack-carousel.php:117
4039
- msgid "Aperture"
4040
  msgstr ""
4041
 
4042
- #: modules/carousel/jetpack-carousel.php:118
4043
- msgid "Shutter Speed"
4044
- msgstr ""
4045
 
4046
- #: modules/carousel/jetpack-carousel.php:119
4047
- msgid "Focal Length"
4048
  msgstr ""
4049
 
4050
- #: modules/carousel/jetpack-carousel.php:129
4051
- msgid "Commenting as %s"
4052
  msgstr ""
4053
 
4054
- #: modules/carousel/jetpack-carousel.php:132
4055
- msgid "You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in</a> to post a comment."
4056
  msgstr ""
4057
 
4058
- #: modules/carousel/jetpack-carousel.php:134
4059
- msgid "%s (Required)"
4060
  msgstr ""
4061
 
4062
- #: modules/carousel/jetpack-carousel.php:136
4063
- #: modules/contact-form/grunion-contact-form.php:751
4064
- #: modules/contact-form/grunion-form-view.php:155
4065
- msgid "Email"
4066
  msgstr ""
4067
 
4068
- #: modules/carousel/jetpack-carousel.php:140
4069
- #: modules/contact-form/grunion-contact-form.php:752
4070
- #: modules/contact-form/grunion-form-view.php:160
4071
- msgid "Website"
4072
- msgstr "Vebsayt"
4073
 
4074
- #: modules/carousel/jetpack-carousel.php:273
4075
- msgid "Missing attachment ID."
4076
  msgstr ""
4077
 
4078
- #: modules/carousel/jetpack-carousel.php:310
4079
- msgid "Nonce verification failed."
 
 
 
 
4080
  msgstr ""
4081
 
4082
  #: modules/after-the-deadline/atd-l10n.php:18
@@ -4104,7 +4502,7 @@ msgid "edit text"
4104
  msgstr ""
4105
 
4106
  #: modules/after-the-deadline/atd-l10n.php:26
4107
- #: modules/after-the-deadline.php:226
4108
  msgid "Proofread Writing"
4109
  msgstr ""
4110
 
@@ -4202,461 +4600,324 @@ msgstr ""
4202
  msgid "Redundant Phrases"
4203
  msgstr ""
4204
 
4205
- #: class.jetpack.php:2909
4206
- msgid "Configure"
4207
- msgstr ""
4208
-
4209
- #: class.jetpack.php:2947
4210
- msgid "Coming soon&#8230;"
4211
- msgstr ""
4212
-
4213
- #: class.jetpack.php:3086
4214
- msgid "Something is being cranky!"
4215
- msgstr ""
4216
-
4217
- #: class.jetpack.php:3087
4218
- msgid "Your site is configured to only permit SSL connections to Jetpack, but SSL connections don't seem to be functional!"
4219
- msgstr ""
4220
-
4221
- #: class.jetpack.php:3175
4222
- msgid "Error Details: Jetpack ID is empty. Do not publicly post this error message! %s"
4223
- msgstr ""
4224
-
4225
- #: class.jetpack.php:3177
4226
- msgid "Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s"
4227
- msgstr ""
4228
-
4229
- #: class.jetpack.php:3179
4230
- msgid "Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s"
4231
- msgstr ""
4232
-
4233
- #: class.jetpack.php:3337
4234
- msgid "Jetpack Plugin Version"
4235
- msgstr ""
4236
-
4237
- #: class.jetpack.php:3343
4238
- msgid "The Client ID/WP.com Blog ID of this site"
4239
- msgstr ""
4240
-
4241
- #: class.jetpack.php:3593
4242
- msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
4243
- msgstr ""
4244
-
4245
- #: class.jetpack.php:3596
4246
- msgid "Someone may be trying to trick you into giving them access to your site. Or it could be you just encountered a bug :). Either way, please close this window."
4247
- msgstr ""
4248
-
4249
- #: class.jetpack.php:3624
4250
- msgid "The authorization process expired. Please go back and try again."
4251
- msgstr ""
4252
-
4253
- #: class.jetpack.php:3664
4254
- msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
4255
- msgstr ""
4256
-
4257
- #: class.jetpack.php:3835
4258
- msgid "Something has gotten mixed up!"
4259
- msgstr ""
4260
-
4261
- #: class.jetpack.php:3837
4262
- msgid "Your <code>%1$s</code> option is set up as <strong>%2$s</strong>, but your WordPress.com connection lists it as <strong>%3$s</strong>!"
4263
- msgstr ""
4264
-
4265
- #: class.jetpack.php:3839
4266
- msgid "The data listed above is not for my current site. Please disconnect, and then form a new connection to WordPress.com for this site using my current settings."
4267
- msgstr ""
4268
-
4269
- #: class.jetpack.php:3840
4270
- msgid "Ignore the difference. This is just a staging site for the real site referenced above."
4271
- msgstr ""
4272
-
4273
- #: class.jetpack.php:3841
4274
- msgid "That used to be my URL for this site before I changed it. Update the WordPress.com Cloud's data to match my current settings."
4275
- msgstr ""
4276
-
4277
- #: class.json-api-endpoints.php:1162
4278
- msgid "This post is password protected."
4279
- msgstr "Bu yazı gizli şifrə ilə qorunur."
4280
-
4281
- #: class.json-api-endpoints.php:2850
4282
- msgid "Comment cache problem?"
4283
- msgstr ""
4284
-
4285
- #: functions.gallery.php:12
4286
- msgid "Thumbnail Grid"
4287
- msgstr ""
4288
-
4289
- #: functions.gallery.php:40
4290
- msgid "Type"
4291
- msgstr ""
4292
-
4293
- #: functions.opengraph.php:81
4294
- msgid "(no title)"
4295
- msgstr ""
4296
-
4297
- #: locales.php:29
4298
- msgctxt "locales"
4299
- msgid "%1$s/%2$s"
4300
- msgstr ""
4301
-
4302
- #: modules/after-the-deadline/atd-l10n.php:12
4303
- msgid "Spelling"
4304
- msgstr ""
4305
-
4306
- #: modules/after-the-deadline/atd-l10n.php:13
4307
- msgid "Repeated Word"
4308
- msgstr ""
4309
-
4310
- #: modules/after-the-deadline/atd-l10n.php:15
4311
- msgid "No suggestions"
4312
- msgstr "Təkliflər yoxdur"
4313
-
4314
- #: modules/after-the-deadline/atd-l10n.php:17
4315
- msgid "Explain..."
4316
- msgstr ""
4317
-
4318
- #: class.jetpack.php:2519
4319
- msgid "User linked to WordPress.com"
4320
  msgstr ""
4321
 
4322
- #: class.jetpack.php:2519
4323
- msgid "Unlink user from WordPress.com"
4324
- msgstr ""
4325
 
4326
- #: class.jetpack.php:2537
4327
- msgid "Jetpack is network activated and notices can not be dismissed."
 
4328
  msgstr ""
4329
 
4330
- #: class.jetpack.php:2551
4331
- msgid "Dismiss this notice."
4332
  msgstr ""
4333
 
4334
- #: class.jetpack.php:2556
4335
- msgid "To enable all of the Jetpack features you&#8217;ll need to connect your website to WordPress.com using the button to the right. Once you&#8217;ve made the connection you&#8217;ll activate all the delightful features below."
4336
  msgstr ""
4337
 
4338
- #: class.jetpack.php:2571
4339
- msgid "To enable all of the Jetpack features you&#8217;ll need to link your account here to your WordPress.com account using the button to the right."
4340
  msgstr ""
4341
 
4342
- #: class.jetpack.php:2575 modules/post-by-email.php:131
4343
- #: modules/publicize/publicize-jetpack.php:66
4344
- msgid "Link account with WordPress.com"
4345
- msgstr ""
4346
 
4347
- #: class.jetpack.php:2596
4348
- msgid "Have feedback on Jetpack?"
4349
  msgstr ""
4350
 
4351
- #: class.jetpack.php:2598
4352
- msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
4353
  msgstr ""
4354
 
4355
- #: class.jetpack.php:2601
4356
- msgid "Take Survey"
4357
  msgstr ""
4358
 
4359
- #: class.jetpack.php:2607
4360
- msgid "Checking email updates status&hellip;"
4361
  msgstr ""
4362
 
4363
- #: class.jetpack.php:2613
4364
- msgctxt "%s = Unsubscribe link"
4365
- msgid "You are currently subscribed to email updates. %s"
4366
  msgstr ""
4367
 
4368
- #: class.jetpack.php:2614
4369
- msgid "Unsubscribe"
4370
  msgstr ""
4371
 
4372
- #: class.jetpack.php:2618
4373
- msgctxt "%s = Subscribe link"
4374
- msgid "Want to receive updates about Jetpack by email? %s"
4375
  msgstr ""
4376
 
4377
- #: class.jetpack.php:2619 modules/subscriptions.php:695
4378
- msgid "Subscribe"
4379
  msgstr ""
4380
 
4381
- #: class.jetpack.php:2626
4382
- msgid "You have been subscribed to receive email updates."
4383
  msgstr ""
4384
 
4385
- #: class.jetpack.php:2628
4386
- msgid "You will no longer receive email updates about Jetpack."
4387
  msgstr ""
4388
 
4389
- #: class.jetpack.php:2640
4390
- msgid "An <span>Automattic</span> Airline"
4391
  msgstr ""
4392
 
4393
- #: class.jetpack.php:2643
4394
- msgid "Privacy Policy"
4395
  msgstr ""
4396
 
4397
- #: class.jetpack.php:2644
4398
- msgid "Terms of Service"
4399
  msgstr ""
4400
 
4401
- #: class.jetpack.php:2646
4402
- msgid "Debug"
4403
  msgstr ""
4404
 
4405
- #: class.jetpack.php:2648 modules/sharedaddy/sharedaddy.php:84
4406
- msgid "Support"
4407
  msgstr ""
4408
 
4409
- #: class.jetpack.php:2778
4410
- msgid "Configure %s"
4411
  msgstr ""
4412
 
4413
- #: class.jetpack.php:2837
4414
- msgid "Deactivate"
4415
- msgstr "Dayandır"
4416
-
4417
- #: class.jetpack.php:2850
4418
- msgid "Activate"
4419
- msgstr "İşə sal"
4420
-
4421
- #: class.jetpack.php:2870
4422
- msgid "Free"
4423
  msgstr ""
4424
 
4425
- #: class.jetpack.php:2870
4426
- msgid "Purchase"
4427
- msgstr "Satın al"
4428
-
4429
- #: class.jetpack.php:2878
4430
- msgid "New"
4431
  msgstr ""
4432
 
4433
- #: class.jetpack.php:2881
4434
- msgid "Updated"
 
 
4435
  msgstr ""
4436
 
4437
- #: class.jetpack.php:1997
4438
- msgid "Return to sender. Whoops! It looks like you got the wrong Jetpack in the mail; deactivate then reactivate the Jetpack plugin to get a new one."
4439
- msgstr ""
 
 
4440
 
4441
- #: class.jetpack.php:2000
4442
- msgid "Wrong size. Hm&#8230; it seems your Jetpack doesn&#8217;t quite fit. Have you lost weight? Click &#8220;Connect to WordPress.com&#8221; again to get your Jetpack adjusted."
4443
  msgstr ""
4444
 
4445
- #: class.jetpack.php:2004
4446
- msgid "Your website needs to be publicly accessible to use Jetpack: %s"
4447
  msgstr ""
4448
 
4449
- #: class.jetpack.php:2009
4450
- msgid "%s could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
4451
  msgstr ""
4452
 
4453
- #: class.jetpack.php:2011
4454
- msgid "Do you still have the %s plugin installed?"
4455
  msgstr ""
4456
 
4457
- #: class.jetpack.php:2014
4458
- msgid "Module could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
4459
  msgstr ""
4460
 
4461
- #: class.jetpack.php:2022
4462
- msgid "<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."
4463
  msgstr ""
4464
 
4465
- #: class.jetpack.php:2028
4466
- msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
4467
  msgstr ""
4468
 
4469
- #: class.jetpack.php:2032
4470
- msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
4471
  msgstr ""
4472
 
4473
- #: class.jetpack.php:2072
4474
- msgid "<strong>Your Jetpack has a glitch.</strong> Something went wrong that&#8217;s never supposed to happen. Guess you&#8217;re just lucky: %s"
4475
  msgstr ""
4476
 
4477
- #: class.jetpack.php:2075
4478
- msgid "Try connecting again."
4479
  msgstr ""
4480
 
4481
- #: class.jetpack.php:2099
4482
- msgid "Welcome to <strong>Jetpack %s</strong>!"
4483
  msgstr ""
4484
 
4485
- #: class.jetpack.php:2111
4486
- msgid "The following new modules have been activated: %l."
4487
  msgstr ""
4488
 
4489
- #: class.jetpack.php:2123
4490
- msgid "The following modules have been updated: %l."
4491
  msgstr ""
4492
 
4493
- #: class.jetpack.php:2132
4494
- msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
4495
  msgstr ""
4496
 
4497
- #: class.jetpack.php:2158
4498
- msgctxt "%l = list of Jetpack module/feature names"
4499
- msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
4500
- msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
4501
- msgstr[0] ""
4502
- msgstr[1] ""
4503
-
4504
- #: class.jetpack.php:2170
4505
- msgid "<strong>Module settings were saved.</strong> "
4506
  msgstr ""
4507
 
4508
- #: class.jetpack.php:2174
4509
- msgid "<strong>Your Jetpack is already connected.</strong> "
4510
  msgstr ""
4511
 
4512
- #: class.jetpack.php:2178 class.jetpack.php:2185
4513
- msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
4514
  msgstr ""
4515
 
4516
- #: class.jetpack.php:2180
4517
- msgid "The features below are now active. Click the learn more buttons to explore each feature."
4518
  msgstr ""
4519
 
4520
- #: class.jetpack.php:2191
4521
- msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
 
 
 
4522
  msgstr ""
4523
 
4524
- #: class.jetpack.php:2214
4525
- msgid "Jetpack contains the most recent version of the old %l plugin."
4526
- msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
4527
- msgstr[0] ""
4528
- msgstr[1] ""
4529
 
4530
- #: class.jetpack.php:2225
4531
- msgid "The old version has been deactivated and can be removed from your site."
4532
- msgid_plural "The old versions have been deactivated and can be removed from your site."
4533
- msgstr[0] ""
4534
- msgstr[1] ""
4535
 
4536
- #: class.jetpack.php:2290
4537
- msgid "Is this site private?"
4538
  msgstr ""
4539
 
4540
- #: class.jetpack.php:2295
4541
- msgctxt "%l = list of Jetpack module/feature names"
4542
- msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
4543
- msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
4544
- msgstr[0] ""
4545
- msgstr[1] ""
4546
 
4547
- #: class.jetpack.php:2312
4548
- msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
4549
- msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
4550
- msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
4551
- msgstr[0] ""
4552
- msgstr[1] ""
4553
 
4554
- #: class.jetpack.php:2329
4555
- msgctxt "%l = list of Jetpack module/feature names"
4556
- msgid "Deactivate %l"
4557
  msgstr ""
4558
 
4559
- #: class.jetpack.php:2514
4560
- msgid "Connected to WordPress.com"
4561
  msgstr ""
4562
 
4563
- #: class.jetpack.php:2514
4564
- msgid "Disconnect from WordPress.com"
4565
  msgstr ""
4566
 
4567
- #: class.jetpack.php:1441
4568
  msgid "One New Jetpack Module"
4569
  msgid_plural "%s New Jetpack Modules"
4570
  msgstr[0] ""
4571
  msgstr[1] ""
4572
 
4573
- #: class.jetpack.php:1444
4574
  msgid "Jetpack"
4575
  msgstr ""
4576
 
4577
- #: class.jetpack.php:1614 class.jetpack.php:1639 class.jetpack.php:1652
4578
- #: class.jetpack.php:2524 class.jetpack.php:2777
4579
  msgid "Jetpack by WordPress.com"
4580
  msgstr ""
4581
 
4582
- #: class.jetpack.php:1615 class.jetpack.php:1640 class.jetpack.php:2527
4583
  msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
4584
  msgstr ""
4585
 
4586
- #: class.jetpack.php:1616 class.jetpack.php:1641
4587
  msgid "On this page, you are able to view the modules available within Jetpack, learn more about them, and activate or deactivate them as needed."
4588
  msgstr ""
4589
 
4590
- #: class.jetpack.php:1617
4591
  msgid "Jetpack Module Options"
4592
  msgstr ""
4593
 
4594
- #: class.jetpack.php:1618
4595
  msgid "<strong>To Activate/Deactivate a Module</strong> - Click on Learn More. An Activate or Deactivate button will now appear next to the Learn More button. Click the Activate/Deactivate button."
4596
  msgstr ""
4597
 
4598
- #: class.jetpack.php:1619 class.jetpack.php:1666
4599
  msgid "For more information:"
4600
  msgstr ""
4601
 
4602
- #: class.jetpack.php:1620 class.jetpack.php:1667
4603
  msgid "Jetpack FAQ"
4604
  msgstr ""
4605
 
4606
- #: class.jetpack.php:1621 class.jetpack.php:1668
4607
  msgid "Jetpack Support"
4608
  msgstr ""
4609
 
4610
- #: class.jetpack.php:1637
4611
  msgid "Overview"
4612
  msgstr ""
4613
 
4614
- #: class.jetpack.php:1650
4615
  msgid "Modules"
4616
  msgstr ""
4617
 
4618
- #: class.jetpack.php:1653
4619
  msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
4620
  msgstr ""
4621
 
4622
- #: class.jetpack.php:1655
4623
  msgid "Find the component you want to manage"
4624
  msgstr ""
4625
 
4626
- #: class.jetpack.php:1656
4627
  msgid "Click on Learn More"
4628
  msgstr ""
4629
 
4630
- #: class.jetpack.php:1657
4631
  msgid "An Activate or Deactivate button will appear"
4632
  msgstr ""
4633
 
4634
- #: class.jetpack.php:1658
4635
  msgid "If additional settings are available, a link to them will appear"
4636
  msgstr ""
4637
 
4638
- #: class.jetpack.php:1738 modules/publicize/ui.php:576
4639
  #: modules/sharedaddy/sharedaddy.php:76 modules/sharedaddy/sharedaddy.php:83
4640
  msgid "Settings"
4641
  msgstr "Sazlamalar"
4642
 
4643
- #: class.jetpack.php:1755
4644
  msgid "Dismiss this notice and deactivate Jetpack."
4645
  msgstr ""
4646
 
4647
- #: class.jetpack.php:1761
4648
  msgid "<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!"
4649
  msgstr ""
4650
 
4651
- #: class.jetpack.php:1763
4652
  msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
4653
  msgstr ""
4654
 
4655
- #: class.jetpack.php:1769 class.jetpack.php:2560
4656
  msgid "Connect to WordPress.com"
4657
  msgstr ""
4658
 
4659
- #: class.jetpack.php:1771 modules/module-info.php:45 modules/module-info.php:81
4660
  #: modules/module-info.php:138 modules/module-info.php:173
4661
  #: modules/module-info.php:207 modules/module-info.php:237
4662
  #: modules/module-info.php:270 modules/module-info.php:306
@@ -4670,150 +4931,242 @@ msgstr ""
4670
  #: modules/module-info.php:728 modules/module-info.php:749
4671
  #: modules/module-info.php:775 modules/module-info.php:801
4672
  #: modules/module-info.php:824 modules/module-info.php:843
4673
- #: modules/module-info.php:862 modules/module-info.php:879
 
4674
  msgid "Learn More"
4675
  msgstr ""
4676
 
4677
- #: class.jetpack.php:1784
4678
  msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
4679
  msgstr ""
4680
 
4681
- #: class.jetpack.php:1811
4682
  msgid "Jetpack now includes Jetpack Comments, which enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site. To activate Jetpack Comments, <a href=\"%s\">%s</a>."
4683
  msgstr ""
4684
 
4685
- #: class.jetpack.php:1822
4686
  msgid "click here"
4687
  msgstr ""
4688
 
4689
- #: class.jetpack.php:1987
4690
  msgid "Cheatin&#8217; uh?"
4691
  msgstr ""
4692
 
4693
- #: class.jetpack.php:1990
4694
  msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
4695
  msgstr ""
4696
 
4697
- #: class.jetpack.php:1993
4698
  msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
4699
  msgstr ""
4700
 
4701
- #: class.jetpack-debugger.php:83
4702
- msgid "Something has gotten mixed up in your Jetpack Connection!"
4703
  msgstr ""
4704
 
4705
- #: class.jetpack-debugger.php:93
4706
- msgid "It looks like your site can not communicate properly with Jetpack."
4707
  msgstr ""
4708
 
4709
- #: class.jetpack-debugger.php:99 class.jetpack.php:1449 class.jetpack.php:1669
4710
- msgid "Jetpack Debugging Center"
4711
  msgstr ""
4712
 
4713
- #: class.jetpack-debugger.php:100
4714
- msgid "Testing your site's compatibily with Jetpack..."
4715
  msgstr ""
4716
 
4717
- #: class.jetpack-debugger.php:128
4718
- msgid "Your Jetpack setup looks a-okay!"
4719
  msgstr ""
4720
 
4721
- #: class.jetpack-debugger.php:131
4722
- msgid "There seems to be a problem with your site’s ability to communicate with Jetpack!"
4723
  msgstr ""
4724
 
4725
- #: class.jetpack-debugger.php:138
4726
- msgid "Trouble with Jetpack?"
4727
  msgstr ""
4728
 
4729
- #: class.jetpack-debugger.php:139
4730
- msgid "It may be caused by one of these issues, which you can diagnose yourself:"
4731
  msgstr ""
4732
 
4733
- #: class.jetpack-debugger.php:141
4734
- msgid "A known issue."
4735
  msgstr ""
4736
 
4737
- #: class.jetpack-debugger.php:141
4738
- msgid "Some themes and plugins have <a href=\"%1$s\" target=\"_blank\">known conflicts</a> with Jetpack check the <a href=\"%2$s\" target=\"_blank\">list</a>. (You can also browse the <a href=\"%3$s\">Jetpack support pages</a> or <a href=\"%4$s\">Jetpack support forum</a> to see if others have experienced and solved the problem.)"
4739
  msgstr ""
4740
 
4741
- #: class.jetpack-debugger.php:142
4742
- msgid "An incompatible plugin."
4743
  msgstr ""
4744
 
4745
- #: class.jetpack-debugger.php:142
4746
- msgid "Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help."
4747
  msgstr ""
4748
 
4749
- #: class.jetpack-debugger.php:143
4750
- msgid "A theme conflict."
4751
  msgstr ""
4752
 
4753
- #: class.jetpack-debugger.php:143
4754
- msgid "If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know."
4755
  msgstr ""
4756
 
4757
- #: class.jetpack-debugger.php:144
4758
- msgid "A problem with your XMLRPC file."
4759
  msgstr ""
4760
 
4761
- #: class.jetpack-debugger.php:144
4762
- msgid "Load your <a href=\"%s\">XMLRPC file</a>. It should say “XML-RPC server accepts POST requests only.” on a line by itself."
 
 
 
 
 
 
 
4763
  msgstr ""
4764
 
4765
- #: class.jetpack-debugger.php:146
4766
- msgid "If it's not by itself, a theme or plugin is displaying extra characters. Try steps 2 and 3."
4767
  msgstr ""
4768
 
4769
- #: class.jetpack-debugger.php:147
4770
- msgid "If you get a 404 message, contact your web host. Their security may block XMLRPC."
4771
  msgstr ""
4772
 
4773
- #: class.jetpack-debugger.php:151
4774
- msgid "If none of these help you find a solution, <a href=\"#\">click here to contact Jetpack support</a>. Tell us as much as you can about the issue and what steps you've tried to resolve it, and one of our Happiness Engineers will be in touch to help."
4775
  msgstr ""
4776
 
4777
- #: class.jetpack-debugger.php:164
4778
- msgid "Please describe the problem you are having."
4779
  msgstr ""
4780
 
4781
- #: class.jetpack-debugger.php:169 modules/carousel/jetpack-carousel.php:138
4782
- #: modules/contact-form/grunion-contact-form.php:750
4783
- #: modules/contact-form/grunion-form-view.php:156
4784
- msgid "Name"
 
 
 
 
 
 
 
 
 
 
4785
  msgstr ""
4786
 
4787
- #: class.jetpack-debugger.php:170
4788
- msgid "Let us know your name."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4789
  msgstr ""
4790
 
4791
- #: class.jetpack-debugger.php:175
4792
- msgid "E-mail"
4793
- msgstr "Elektron poçt"
4794
 
4795
- #: class.jetpack-debugger.php:176
4796
- msgid "Use a valid email address."
4797
  msgstr ""
4798
 
4799
- #: class.jetpack-debugger.php:181
4800
- msgid "The test results and some other useful debug information will be sent to the support team. Please feel free to <a href=\"#\">review/modify</a> this information."
4801
  msgstr ""
4802
 
4803
- #: class.jetpack-debugger.php:185
4804
- msgid "Debug Info"
4805
  msgstr ""
4806
 
4807
- #: class.jetpack-heartbeat.php:112
4808
- msgid "Jetpack weekly"
4809
  msgstr ""
4810
 
4811
- #: class.jetpack.php:1164
4812
- msgid "Jetpack requires WordPress version %s or later."
4813
  msgstr ""
4814
 
4815
- #: class.jetpack.php:1404 class.jetpack.php:1420
4816
- msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4817
  msgstr ""
4818
 
4819
  #: class.jetpack-client-server.php:141
@@ -4824,8 +5177,8 @@ msgstr ""
4824
  msgid "You need to register your Jetpack before connecting it."
4825
  msgstr ""
4826
 
4827
- #: class.jetpack-client-server.php:188 class.jetpack.php:3163
4828
- #: class.jetpack.php:3165 class.jetpack.php:3167 class.jetpack.php:3170
4829
  msgid "Error Details: %s"
4830
  msgstr ""
4831
 
@@ -4843,4 +5196,32 @@ msgstr ""
4843
 
4844
  #: class.jetpack-debugger.php:76
4845
  msgid "Your `%1$s` option is set up as `%2$s`, but your WordPress.com connection lists it as `%3$s`!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4846
  msgstr ""
1
+ # Translation of 2.6 in Azerbaijani
2
+ # This file is distributed under the same license as the 2.6 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2013-11-25 20:13:20+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: GlotPress/0.1\n"
11
+ "Project-Id-Version: 2.6\n"
12
 
13
+ #: modules/carousel/jetpack-carousel.php:108
14
+ msgid "Write a comment..."
15
  msgstr ""
16
 
17
+ #: class.jetpack.php:999
18
+ msgctxt "Module Tag"
19
+ msgid "Mobile"
20
  msgstr ""
21
 
22
+ #: class.jetpack.php:1000
23
+ msgctxt "Module Tag"
24
+ msgid "Other"
25
  msgstr ""
26
 
27
+ #: class.jetpack-cli.php:169
28
+ msgid "%s has been deactivated."
29
  msgstr ""
30
 
31
+ #: class.jetpack.php:993
32
+ msgctxt "Module Tag"
33
+ msgid "Photos and Videos"
34
  msgstr ""
35
 
36
+ #: class.jetpack.php:994
37
+ msgctxt "Module Tag"
38
+ msgid "Social"
39
  msgstr ""
40
 
41
+ #: class.jetpack.php:995
42
+ msgctxt "Module Tag"
43
+ msgid "WordPress.com Stats"
44
  msgstr ""
45
 
46
+ #: class.jetpack.php:996
47
+ msgctxt "Module Tag"
48
+ msgid "Writing"
49
+ msgstr ""
50
+
51
+ #: class.jetpack.php:997
52
+ msgctxt "Module Tag"
53
+ msgid "Appearance"
54
+ msgstr ""
55
+
56
+ #: class.jetpack.php:998
57
+ msgctxt "Module Tag"
58
+ msgid "Developers"
59
+ msgstr ""
60
+
61
+ #: class.jetpack-cli.php:82
62
+ msgid "Please specify a user."
63
+ msgstr ""
64
+
65
+ #: class.jetpack-cli.php:163
66
+ msgid "%s has been activated."
67
+ msgstr ""
68
+
69
+ #: class.jetpack-cli.php:155
70
+ msgid "Inactive"
71
+ msgstr ""
72
+
73
+ #: class.jetpack-cli.php:151
74
+ msgid "Available Modules:"
75
+ msgstr ""
76
+
77
+ #: class.jetpack-cli.php:144
78
+ msgid "Please specify a valid module."
79
+ msgstr ""
80
+
81
+ #: class.jetpack-cli.php:138
82
+ msgid "%s is not a valid module."
83
+ msgstr ""
84
+
85
+ #: class.jetpack-cli.php:101
86
+ msgid "Please specify if you would like to disconnect a blog or user."
87
+ msgstr ""
88
+
89
+ #: class.jetpack-cli.php:97
90
+ msgid "%s could not be disconnected. Are you sure they're connected currently?"
91
+ msgstr ""
92
+
93
+ #: class.jetpack-cli.php:95
94
+ msgid "%s has been successfully disconnected."
95
+ msgstr ""
96
+
97
+ #: class.jetpack-cli.php:90
98
+ msgid "Jetpack has been successfully disconnected."
99
+ msgstr ""
100
+
101
+ #: class.jetpack-cli.php:79
102
+ msgid "Please specify a valid user."
103
+ msgstr ""
104
+
105
+ #: class.jetpack-cli.php:62 class.jetpack-cli.php:131
106
+ msgid "%s is not a valid command."
107
+ msgstr ""
108
+
109
+ #: class.jetpack-cli.php:57
110
+ msgid "You cannot disconnect, without having first connected."
111
+ msgstr ""
112
+
113
+ #: class.jetpack-cli.php:25
114
+ msgid "Jetpack is currently connected to WordPress.com"
115
+ msgstr ""
116
+
117
+ #: class.jetpack-cli.php:26
118
+ msgid "The Jetpack Version is %s"
119
+ msgstr ""
120
+
121
+ #: class.jetpack-cli.php:27
122
+ msgid "The WordPress.com blog_id is %d"
123
+ msgstr ""
124
+
125
+ #: class.jetpack-cli.php:29
126
+ msgid "Jetpack is not currently connected to WordPress.com"
127
  msgstr ""
128
 
129
  msgid "A single search box, that lets you search many different things."
147
  msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
148
  msgstr ""
149
 
150
+ msgid "Jetpack Single Sign On"
151
+ msgstr ""
152
+
153
+ msgid "Let users login with their WordPress.com Credentials"
154
+ msgstr ""
155
+
156
  msgid "Simple, concise site stats with no additional load on your server."
157
  msgstr ""
158
 
174
  msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
175
  msgstr ""
176
 
177
+ #: modules/widgets/image-widget.php:116
178
+ msgid "Image title:"
179
  msgstr ""
180
 
181
+ #: modules/widgets/image-widget.php:119
182
+ msgid "Caption:"
183
  msgstr ""
184
 
185
+ #: modules/widgets/image-widget.php:125
186
+ msgid "Left"
187
+ msgstr "Sol"
188
+
189
+ #: modules/widgets/image-widget.php:126
190
+ msgid "Center"
191
  msgstr ""
192
 
193
+ #: modules/widgets/image-widget.php:127
194
+ msgid "Right"
195
+ msgstr "Sağ"
196
+
197
+ #: modules/widgets/image-widget.php:129
198
+ msgid "Image Alignment:"
199
  msgstr ""
200
 
201
+ #: modules/widgets/image-widget.php:139
202
+ msgid "Width:"
203
  msgstr ""
204
 
205
+ #: modules/widgets/image-widget.php:142
206
+ msgid "Height:"
207
  msgstr ""
208
 
209
+ #: modules/widgets/image-widget.php:145
210
+ msgid "If empty, we will attempt to determine the image size."
211
  msgstr ""
212
 
213
+ #: modules/widgets/image-widget.php:146
214
+ msgid "Link URL (when the image is clicked):"
215
  msgstr ""
216
 
217
+ #: modules/widgets/readmill.php:11 modules/widgets/readmill.php:21
218
+ msgid "Send To Readmill"
219
  msgstr ""
220
 
221
+ #: modules/widgets/readmill.php:13
222
+ msgid "Readmill is the best book reader for phones and tablets. With this widget you can enable users to send a book to their device with one click."
223
  msgstr ""
224
 
225
+ #: modules/widgets/readmill.php:47
226
+ msgid "Just enter the URL to your book, make sure it's a PDF or EPUB file, and you are ready to go. For more help, head to <a href='%s'>the Readmill WordPress Widget support page</a>."
227
  msgstr ""
228
 
229
+ #: modules/widgets/readmill.php:55
230
+ msgid "Download URL:"
231
  msgstr ""
232
 
233
+ #: modules/widgets/readmill.php:60
234
+ msgid "Item URL:"
235
  msgstr ""
236
 
237
+ #: modules/widgets/readmill.php:65
238
+ msgid "What size icon?"
239
  msgstr ""
240
 
241
+ #: modules/widgets/readmill.php:67 modules/widgets/rsslinks-widget.php:101
242
+ msgid "Large"
243
+ msgstr "Geniş "
244
+
245
+ #: modules/widgets/readmill.php:68 modules/widgets/rsslinks-widget.php:99
246
+ msgid "Small"
247
+ msgstr "Kiçik"
248
+
249
+ #: modules/widgets/readmill.php:125
250
+ msgid "Your ePub link is empty. Provide an ePub link to display the Send to Readmill widget."
251
  msgstr ""
252
 
253
+ #: modules/widgets/rsslinks-widget.php:12
254
+ msgid "Links to your blog's RSS feeds"
255
  msgstr ""
256
 
257
+ #: modules/widgets/rsslinks-widget.php:13
258
+ msgid "RSS Links (Jetpack)"
259
  msgstr ""
260
 
261
+ #: modules/widgets/rsslinks-widget.php:67
262
+ #: modules/widgets/rsslinks-widget.php:133
263
+ msgid "Posts"
264
+ msgstr "Yazılar"
265
+
266
+ #: modules/widgets/rsslinks-widget.php:69
267
+ msgid "Posts & Comments"
268
  msgstr ""
269
 
270
+ #: modules/widgets/rsslinks-widget.php:71
271
+ msgid "Feed(s) to Display:"
272
  msgstr ""
273
 
274
+ #: modules/widgets/rsslinks-widget.php:81
275
+ msgid "Text Link"
276
  msgstr ""
277
 
278
+ #: modules/widgets/rsslinks-widget.php:82
279
+ msgid "Image Link"
280
  msgstr ""
281
 
282
+ #: modules/widgets/rsslinks-widget.php:83
283
+ msgid "Text & Image Links"
284
  msgstr ""
285
 
286
+ #: modules/widgets/rsslinks-widget.php:85
287
+ msgid "Format:"
288
  msgstr ""
289
 
290
+ #: modules/widgets/rsslinks-widget.php:96
291
+ msgid "Image Settings:"
292
  msgstr ""
293
 
294
+ #: modules/widgets/rsslinks-widget.php:100
295
+ msgid "Medium"
296
  msgstr ""
297
 
298
+ #: modules/widgets/rsslinks-widget.php:103
299
+ msgid "Image Size:"
300
  msgstr ""
301
 
302
+ #: modules/widgets/rsslinks-widget.php:113
303
+ msgid "Red"
304
  msgstr ""
305
 
306
+ #: modules/widgets/rsslinks-widget.php:114
307
+ msgid "Orange"
308
  msgstr ""
309
 
310
+ #: modules/widgets/rsslinks-widget.php:115
311
+ msgid "Green"
312
  msgstr ""
313
 
314
+ #: modules/widgets/rsslinks-widget.php:116
315
+ msgid "Blue"
316
+ msgstr ""
317
+
318
+ #: modules/widgets/rsslinks-widget.php:117
319
+ msgid "Purple"
320
+ msgstr ""
321
+
322
+ #: modules/widgets/rsslinks-widget.php:118
323
+ msgid "Pink"
324
+ msgstr ""
325
+
326
+ #: modules/widgets/rsslinks-widget.php:119
327
+ msgid "Silver"
328
+ msgstr ""
329
+
330
+ #: modules/widgets/rsslinks-widget.php:121
331
+ msgid "Image Color:"
332
+ msgstr ""
333
+
334
+ #: modules/widgets/rsslinks-widget.php:140
335
+ msgid "Subscribe to %s"
336
  msgstr ""
337
 
338
  #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
443
  msgid "Timeline Theme:"
444
  msgstr ""
445
 
446
+ #: modules/widgets/wordpress-post-widget.php:23
447
+ msgid "Display WordPress Posts (Jetpack)"
448
  msgstr ""
449
 
450
+ #: modules/widgets/wordpress-post-widget.php:25
451
+ msgid "Displays a list of recent posts from another WordPress.com or Jetpack-enabled blog."
452
  msgstr ""
453
 
454
+ #: modules/widgets/wordpress-post-widget.php:52
455
+ #: modules/widgets/wordpress-post-widget.php:76
456
+ msgid "We cannot load blog data at this time."
457
  msgstr ""
458
 
459
+ #: modules/widgets/wordpress-post-widget.php:86
460
+ msgid "We cannot display posts for this blog."
461
  msgstr ""
462
 
463
+ #: modules/widgets/wordpress-post-widget.php:115
464
+ msgid "Recent Posts"
465
+ msgstr "Ən son yazılar"
466
 
467
+ #: modules/widgets/wordpress-post-widget.php:149
468
+ msgid "Blog URL:"
469
  msgstr ""
470
 
471
+ #: modules/widgets/wordpress-post-widget.php:152
472
+ msgid "Enter a WordPress.com or Jetpack WordPress site URL."
473
+ msgstr ""
474
 
475
+ #: modules/widgets/wordpress-post-widget.php:156
476
+ msgid "Number of Posts to Display:"
477
+ msgstr ""
478
 
479
+ #: modules/widgets/wordpress-post-widget.php:166
480
+ msgid "Show Featured Image:"
481
  msgstr ""
482
 
483
+ #: modules/widgets/wordpress-post-widget.php:170
484
+ msgid "Show Excerpts:"
485
  msgstr ""
486
 
487
+ #: modules/widgets.php:50
488
+ msgid "%s (Jetpack)"
489
  msgstr ""
490
 
491
+ msgid "http://wordpress.org/extend/plugins/jetpack/"
492
+ msgstr ""
 
 
493
 
494
+ msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
 
495
  msgstr ""
496
 
497
+ msgid "Automattic"
 
498
  msgstr ""
499
 
500
+ msgid "http://jetpack.me"
 
501
  msgstr ""
502
 
503
+ msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
 
504
  msgstr ""
505
 
506
+ msgid "Transform your standard image galleries into an immersive full-screen experience."
 
507
  msgstr ""
508
 
509
+ msgid "A new comment system that has integrated social media login options."
 
510
  msgstr ""
511
 
512
+ msgid "Easily insert a contact form anywhere on your site."
 
513
  msgstr ""
514
 
515
+ msgid "Customize the appearance of your site using CSS but without modifying your theme."
 
516
  msgstr ""
517
 
518
+ msgid "Share your public posts and comments to search engines and other services in real-time."
 
519
  msgstr ""
520
 
521
+ msgid "Show a link to your Google+ in the sharing area of your posts and add your blog URL to your Google+ profile."
 
522
  msgstr ""
523
 
524
+ msgid "Show a pop-up business card of your users' gravatar profiles in comments."
 
525
  msgstr ""
526
 
527
+ msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
 
528
  msgstr ""
529
 
530
+ msgid "Allow applications to securely access your content through the cloud."
 
531
  msgstr ""
532
 
533
+ msgid "Beautiful Math"
 
534
  msgstr ""
535
 
536
+ msgid "Mark up your posts with the <img src=\"//s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
 
537
  msgstr ""
538
 
539
+ msgid "Likes are a way for people to show their appreciation for content you have written. It’s also a way for you to show the world how popular your content has become."
 
540
  msgstr ""
541
 
542
+ msgid "Automatically optimize your site for mobile devices."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
543
  msgstr ""
544
 
545
+ msgid "Receive notifications on your mobile device."
 
546
  msgstr ""
547
 
548
+ msgid "Jetpack Monitor will keep tabs on your site, and alert you the moment that downtime is detected."
 
549
  msgstr ""
550
 
551
+ msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
 
552
  msgstr ""
553
 
554
+ #: modules/videopress/videopress.php:295
555
+ msgid "Allow users to access, edit, and delete my videos"
556
  msgstr ""
557
 
558
+ #: modules/videopress/videopress.php:298
559
+ msgid "Allow users to upload videos"
560
  msgstr ""
561
 
562
+ #: modules/videopress/videopress.php:303
563
+ msgid "Free formats"
564
  msgstr ""
565
 
566
+ #: modules/videopress/videopress.php:307
567
+ msgid "Only display videos in free software formats"
568
  msgstr ""
569
 
570
+ #: modules/videopress/videopress.php:308
571
+ msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
572
  msgstr ""
573
 
574
+ #: modules/videopress/videopress.php:313
575
+ msgid "Default quality"
576
  msgstr ""
577
 
578
+ #: modules/videopress/videopress.php:317
579
+ msgid "Display higher quality video by default."
580
  msgstr ""
581
 
582
+ #: modules/videopress/videopress.php:318
583
+ msgid "This setting may be overridden for individual videos."
584
  msgstr ""
585
 
586
+ #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
587
+ #: modules/videopress/videopress.php:593
588
+ msgid "VideoPress Library"
589
  msgstr ""
590
 
591
+ #: modules/videopress/videopress.php:340
592
+ msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
593
  msgstr ""
594
 
595
+ #: modules/videopress/videopress.php:341
596
+ msgid "Browse Your VideoPress Library"
 
 
597
  msgstr ""
598
 
599
+ #: modules/videopress/videopress.php:342
600
+ msgid "Please enable JavaScript support in your browser to use VideoPress."
601
  msgstr ""
602
 
603
+ #: modules/videopress/videopress.php:589
604
+ msgid "Please select a video file to upload."
605
  msgstr ""
606
 
607
+ #: modules/videopress/videopress.php:590
608
+ msgid "Your video is uploading... Please do not close this window."
609
  msgstr ""
610
 
611
+ #: modules/videopress/videopress.php:591
612
+ msgid "An unknown error has occurred. Please try again later."
613
  msgstr ""
614
 
615
+ #: modules/videopress/videopress.php:592
616
+ msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
617
  msgstr ""
618
 
619
+ #: modules/videopress/videopress.php:594
620
+ msgid "Upload a Video"
621
  msgstr ""
622
 
623
+ #: modules/videopress/videopress.php:595
624
+ msgid "Insert Video"
625
+ msgstr "Video yerləşdir"
626
 
627
+ #: modules/videopress/videopress.php:628
628
+ msgid "Ogg File URL"
629
  msgstr ""
630
 
631
+ #: modules/videopress/videopress.php:630
632
+ msgid "Location of the Ogg video file."
633
  msgstr ""
634
 
635
+ #: modules/videopress/videopress.php:638
636
+ msgid "Display share menu and allow viewers to embed or download this video"
637
  msgstr ""
638
 
639
+ #: modules/videopress/videopress.php:644
640
+ msgid "Rating"
641
+ msgstr "Reytinq"
642
 
643
+ #: modules/videopress/videopress.php:657
644
+ msgid "Shortcode"
645
  msgstr ""
646
 
647
+ #: modules/videopress/videopress.php:664
648
+ msgid "The preview is unavailable while this video is being processed."
649
  msgstr ""
650
 
651
  #: modules/videopress/videopress.php:673
774
  msgid "Delete"
775
  msgstr "Sil"
776
 
777
+ #: modules/widgets/facebook-likebox.php:31
778
+ msgid "Facebook Like Box"
779
  msgstr ""
780
 
781
+ #: modules/widgets/facebook-likebox.php:34
782
+ msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
783
  msgstr ""
784
 
785
+ #: modules/widgets/facebook-likebox.php:48
786
+ msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
787
  msgstr ""
788
 
789
+ #: modules/widgets/facebook-likebox.php:131
790
+ msgid "Facebook Page URL"
791
  msgstr ""
792
 
793
+ #: modules/widgets/facebook-likebox.php:134
794
+ msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
795
  msgstr ""
796
 
797
+ #: modules/widgets/facebook-likebox.php:140
798
+ msgid "Width"
799
  msgstr ""
800
 
801
+ #: modules/widgets/facebook-likebox.php:147
802
+ msgid "Height"
803
  msgstr ""
804
 
805
+ #: modules/widgets/facebook-likebox.php:165
806
+ msgid "Show Faces"
807
  msgstr ""
808
 
809
+ #: modules/widgets/facebook-likebox.php:167
810
+ msgid "Show profile photos in the plugin."
811
  msgstr ""
812
 
813
+ #: modules/widgets/facebook-likebox.php:174
814
+ msgid "Show Stream"
815
  msgstr ""
816
 
817
+ #: modules/widgets/facebook-likebox.php:176
818
+ msgid "Show the profile stream for the public profile."
819
  msgstr ""
820
 
821
+ #: modules/widgets/facebook-likebox.php:183
822
+ msgid "Show Border"
823
  msgstr ""
824
 
825
+ #: modules/widgets/facebook-likebox.php:185
826
+ msgid "Show a border around the plugin."
827
  msgstr ""
828
 
829
+ #: modules/widgets/facebook-likebox.php:192
830
+ msgid "Show Wall"
831
  msgstr ""
832
 
833
+ #: modules/widgets/facebook-likebox.php:194
834
+ msgid "Show the wall for a Places page rather than friend activity."
 
835
  msgstr ""
836
 
837
+ #: modules/widgets/gallery/templates/form.php:2 modules/widgets/readmill.php:50
838
+ #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
839
+ #: modules/widgets/twitter-timeline.php:160
840
+ #: modules/widgets/wordpress-post-widget.php:144
841
+ msgid "Title:"
842
  msgstr ""
843
 
844
+ #: modules/widgets/gallery/templates/form.php:10
845
+ msgid "Images:"
846
  msgstr ""
847
 
848
+ #: modules/widgets/gallery/templates/form.php:43
849
+ msgid "Link To:"
850
  msgstr ""
851
 
852
+ #: modules/widgets/gallery/templates/form.php:58
853
+ msgid "Random Order:"
854
  msgstr ""
855
 
856
+ #: modules/widgets/gallery/templates/form.php:69
857
+ msgid "Style:"
858
  msgstr ""
859
 
860
+ #: modules/widgets/gallery.php:20
861
+ msgid "Display a photo gallery or slideshow"
862
  msgstr ""
863
 
864
+ #: modules/widgets/gallery.php:327
865
+ msgid "Tiles"
866
  msgstr ""
867
 
868
+ #: modules/widgets/gallery.php:335
869
+ msgid "Attachment Page"
870
  msgstr ""
871
 
872
+ #: modules/widgets/gallery.php:336
873
+ msgid "Media File"
 
 
 
 
874
  msgstr ""
875
 
876
+ #: modules/widgets/gravatar-profile.php:21
877
+ msgid "Gravatar Profile"
878
  msgstr ""
879
 
880
+ #: modules/widgets/gravatar-profile.php:24
881
+ msgid "Display a mini version of your Gravatar Profile"
882
  msgstr ""
883
 
884
+ #: modules/widgets/gravatar-profile.php:41
885
+ msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
 
 
 
 
886
  msgstr ""
887
 
888
+ #: modules/widgets/gravatar-profile.php:95
889
+ msgid "View Full Profile &rarr;"
890
  msgstr ""
891
 
892
+ #: modules/widgets/gravatar-profile.php:103
893
+ msgid "Error loading profile"
894
  msgstr ""
895
 
896
+ #: modules/widgets/gravatar-profile.php:115
897
+ msgid "Personal Links"
898
  msgstr ""
899
 
900
+ #: modules/widgets/gravatar-profile.php:135
901
+ msgid "Verified Services"
902
  msgstr ""
903
 
904
+ #: modules/widgets/gravatar-profile.php:146
905
+ msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
906
+ msgid "%1$s on %2$s"
907
  msgstr ""
908
 
909
+ #: modules/widgets/gravatar-profile.php:180
910
+ msgid "Select a user or pick \"custom\" and enter a custom email address."
911
  msgstr ""
912
 
913
+ #: modules/widgets/gravatar-profile.php:184
914
+ msgid "Custom"
 
 
 
 
 
 
915
  msgstr ""
916
 
917
+ #: modules/widgets/gravatar-profile.php:194
918
+ msgid "Custom Email Address"
919
  msgstr ""
920
 
921
+ #: modules/widgets/gravatar-profile.php:202
922
+ msgid "Show Personal Links"
923
  msgstr ""
924
 
925
+ #: modules/widgets/gravatar-profile.php:204
926
+ msgid "Links to your websites, blogs, or any other sites that help describe who you are."
927
  msgstr ""
928
 
929
+ #: modules/widgets/gravatar-profile.php:211
930
+ msgid "Show Account Links"
931
  msgstr ""
932
 
933
+ #: modules/widgets/gravatar-profile.php:213
934
+ msgid "Links to services that you use across the web."
935
  msgstr ""
936
 
937
+ #: modules/widgets/gravatar-profile.php:217
938
+ msgid "Opens in new window"
939
  msgstr ""
940
 
941
+ #: modules/widgets/gravatar-profile.php:217
942
+ msgid "Edit Your Profile"
943
  msgstr ""
944
 
945
+ #: modules/widgets/gravatar-profile.php:217
946
+ msgid "What's a Gravatar?"
947
  msgstr ""
948
 
949
+ #: modules/widgets/image-widget.php:12
950
+ msgid "Display an image in your sidebar"
951
  msgstr ""
952
 
953
+ #: modules/widgets/image-widget.php:14
954
+ msgid "Image (Jetpack)"
 
955
  msgstr ""
956
 
957
+ #: modules/widgets/image-widget.php:110
958
+ msgid "Image URL:"
 
959
  msgstr ""
960
 
961
+ #: modules/widgets/image-widget.php:113
962
+ msgid "Alternate text:"
 
963
  msgstr ""
964
 
965
+ #: modules/sso.php:325
966
+ msgid "WordPress.com Single Sign On"
967
  msgstr ""
968
 
969
+ #: modules/sso.php:326
970
+ msgid "Connecting with WordPress.com SSO enables you to log in via your WordPress.com account."
971
  msgstr ""
972
 
973
+ #: modules/sso.php:339
974
+ msgid "Unlink This Account"
975
  msgstr ""
976
 
977
+ #: modules/sso.php:384
978
+ msgid "This profile is not currently linked to a WordPress.com Profile."
979
  msgstr ""
980
 
981
+ #: modules/stats.php:266 modules/stats.php:701
982
+ msgid "Site Stats"
983
  msgstr ""
984
 
985
+ #: modules/stats.php:354
986
+ msgid "Loading&hellip;"
987
  msgstr ""
988
 
989
+ #: modules/stats.php:355
990
+ msgid "Your Site Stats work better with Javascript enabled."
991
  msgstr ""
992
 
993
+ #: modules/stats.php:356
994
+ msgid "View Site Stats without Javascript"
995
  msgstr ""
996
 
997
+ #: modules/stats.php:537
998
+ msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
999
  msgstr ""
1000
 
1001
+ #: modules/stats.php:542
1002
+ msgid "Admin bar"
1003
  msgstr ""
1004
 
1005
+ #: modules/stats.php:543
1006
+ msgid "Put a chart showing 48 hours of views in the admin bar."
1007
  msgstr ""
1008
 
1009
+ #: modules/stats.php:544
1010
+ msgid "Registered users"
1011
  msgstr ""
1012
 
1013
+ #: modules/stats.php:546
1014
+ msgid "Count the page views of registered users who are logged in."
1015
  msgstr ""
1016
 
1017
+ #: modules/stats.php:556
1018
+ msgid "Smiley"
1019
  msgstr ""
1020
 
1021
+ #: modules/stats.php:557
1022
+ msgid "Hide the stats smiley face image."
1023
  msgstr ""
1024
 
1025
+ #: modules/stats.php:557
1026
+ msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
1027
  msgstr ""
1028
 
1029
+ #: modules/stats.php:557
1030
+ msgid "Smiley face"
1031
  msgstr ""
1032
 
1033
+ #: modules/stats.php:558
1034
+ msgid "Report visibility"
1035
  msgstr ""
1036
 
1037
+ #: modules/stats.php:560
1038
+ msgid "Select the roles that will be able to view stats reports."
1039
  msgstr ""
1040
 
1041
+ #: modules/stats.php:571
1042
+ msgid "Save configuration"
1043
  msgstr ""
1044
 
1045
+ #: modules/stats.php:635
1046
+ msgid "Stats"
1047
+ msgstr "Rəqəmlər"
1048
 
1049
+ #: modules/stats.php:637
1050
+ msgid "Views over 48 hours. Click for more Site Stats."
1051
  msgstr ""
1052
 
1053
+ #: modules/stats.php:722
1054
+ msgid "day"
1055
+ msgstr "gün"
1056
 
1057
+ #: modules/stats.php:723
1058
+ msgid "week"
1059
  msgstr ""
1060
 
1061
+ #: modules/stats.php:724
1062
+ msgid "month"
1063
+ msgstr "ay"
1064
 
1065
+ #: modules/stats.php:727
1066
+ msgid "the past day"
1067
+ msgstr "Ötən gün"
 
 
 
 
 
1068
 
1069
+ #: modules/stats.php:728
1070
+ msgid "the past week"
1071
+ msgstr "Ötən həftə"
 
 
 
 
 
1072
 
1073
+ #: modules/stats.php:729
1074
+ msgid "the past month"
1075
+ msgstr "ötən ay"
1076
 
1077
+ #: modules/stats.php:730
1078
+ msgid "the past quarter"
1079
  msgstr ""
1080
 
1081
+ #: modules/stats.php:731
1082
+ msgid "the past year"
1083
+ msgstr "Ötən il"
1084
 
1085
+ #: modules/stats.php:753
1086
+ msgid "Chart stats by"
1087
  msgstr ""
1088
 
1089
+ #: modules/stats.php:766
1090
+ msgid "Show top posts over"
1091
  msgstr ""
1092
 
1093
+ #: modules/stats.php:779
1094
+ msgid "Show top search terms over"
1095
+ msgstr "Əsas axtarış sözlərini göstər"
1096
 
1097
+ #: modules/stats.php:945
1098
+ msgid "%1$s %2$s Views"
1099
  msgstr ""
1100
 
1101
+ #: modules/stats.php:966
1102
+ msgid "View All"
1103
  msgstr ""
1104
 
1105
+ #: modules/stats.php:970
1106
+ msgid "Top Posts"
1107
+ msgstr ""
 
 
1108
 
1109
+ #: modules/stats.php:974 modules/stats.php:998
1110
+ msgid "Sorry, nothing to report."
1111
  msgstr ""
1112
 
1113
+ #: modules/stats.php:994
1114
+ msgid "Top Searches"
1115
  msgstr ""
1116
 
1117
+ #: modules/stats.php:1022
1118
+ msgid "We were unable to get your stats just now. Please reload this page to try again."
1119
  msgstr ""
1120
 
1121
+ #: modules/stats.php:1029
1122
+ msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
1123
  msgstr ""
1124
 
1125
+ #: modules/subscriptions.php:123
1126
+ msgid "Jetpack Subscriptions Settings"
1127
  msgstr ""
1128
 
1129
+ #: modules/subscriptions.php:132
1130
+ msgid "Follow Blog"
1131
  msgstr ""
1132
 
1133
+ #: modules/subscriptions.php:147
1134
+ msgid "Follow Comments"
1135
  msgstr ""
1136
 
1137
+ #: modules/subscriptions.php:168
1138
+ msgid "Follower Settings"
1139
  msgstr ""
1140
 
1141
+ #: modules/subscriptions.php:175
1142
+ msgid "Blog follow email text"
1143
  msgstr ""
1144
 
1145
+ #: modules/subscriptions.php:183
1146
+ msgid "Comment follow email text"
1147
  msgstr ""
1148
 
1149
+ #: modules/subscriptions.php:197
1150
+ msgid "Change whether your visitors can subscribe to your posts or comments or both."
1151
  msgstr ""
1152
 
1153
+ #: modules/subscriptions.php:212
1154
+ msgid "Show a <em>'follow blog'</em> option in the comment form"
1155
  msgstr ""
1156
 
1157
+ #: modules/subscriptions.php:227
1158
+ msgid "Show a <em>'follow comments'</em> option in the comment form"
1159
  msgstr ""
1160
 
1161
+ #: modules/subscriptions.php:252
1162
+ msgid "These settings change emails sent from your blog to followers."
1163
  msgstr ""
1164
 
1165
+ #: modules/subscriptions.php:258
1166
+ msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
1167
+ msgstr ""
1168
 
1169
+ #: modules/subscriptions.php:264
1170
+ msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
1171
  msgstr ""
1172
 
1173
+ #: modules/subscriptions.php:269
1174
+ msgid ""
1175
+ "Howdy.\n"
1176
+ "\n"
1177
+ "You recently followed this blog's posts. This means you will receive each new post by email.\n"
1178
+ "\n"
1179
+ "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1180
+ msgstr ""
1181
 
1182
+ #: modules/subscriptions.php:270
1183
+ msgid ""
1184
+ "Howdy.\n"
1185
+ "\n"
1186
+ "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
1187
+ "\n"
1188
+ "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1189
  msgstr ""
1190
 
1191
+ #: modules/subscriptions.php:472
1192
+ msgid "Notify me of follow-up comments by email."
1193
+ msgstr ""
1194
 
1195
+ #: modules/subscriptions.php:479
1196
+ msgid "Notify me of new posts by email."
1197
+ msgstr ""
1198
 
1199
+ #: modules/subscriptions.php:557
1200
+ msgid "Add an email signup form to allow people to subscribe to your blog."
1201
+ msgstr ""
1202
 
1203
+ #: modules/subscriptions.php:560
1204
+ msgid "Blog Subscriptions (Jetpack)"
1205
+ msgstr ""
1206
 
1207
+ #: modules/subscriptions.php:586
1208
+ msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
1209
  msgstr ""
1210
 
1211
+ #: modules/subscriptions.php:595
1212
+ msgid "The email you entered was invalid, please check and try again."
1213
+ msgstr ""
1214
 
1215
+ #: modules/subscriptions.php:598
1216
+ msgid "You have already subscribed to this site, please check your inbox."
1217
  msgstr ""
1218
 
1219
+ #: modules/subscriptions.php:604
1220
+ msgid "There was an error when subscribing, please try again."
1221
  msgstr ""
1222
 
1223
+ #: modules/subscriptions.php:617
1224
+ msgid "Join %s other subscriber"
1225
+ msgid_plural "Join %s other subscribers"
1226
+ msgstr[0] ""
1227
+ msgstr[1] ""
1228
 
1229
+ #: modules/subscriptions.php:694
1230
+ msgid "Subscribe to Blog via Email"
1231
  msgstr ""
1232
 
1233
+ #: modules/subscriptions.php:695
1234
+ msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
1235
  msgstr ""
1236
 
1237
+ #: modules/subscriptions.php:697
1238
+ msgid "Click to subscribe to this blog and receive notifications of new posts by email."
1239
  msgstr ""
1240
 
1241
+ #: modules/subscriptions.php:713
1242
+ msgid "%s: %s"
1243
  msgstr ""
1244
 
1245
+ #: modules/subscriptions.php:720 modules/widgets/image-widget.php:107
1246
+ msgid "Widget title:"
1247
  msgstr ""
1248
 
1249
+ #: modules/subscriptions.php:726
1250
+ msgid "Optional text to display to your readers:"
1251
  msgstr ""
1252
 
1253
+ #: modules/subscriptions.php:732
1254
+ msgid "Subscribe Button:"
1255
  msgstr ""
1256
 
1257
+ #: modules/subscriptions.php:739
1258
+ msgid "Show total number of subscribers? (%s subscriber)"
1259
+ msgid_plural "Show total number of subscribers? (%s subscribers)"
1260
+ msgstr[0] ""
1261
+ msgstr[1] ""
1262
 
1263
+ #: modules/tiled-gallery/tiled-gallery.php:318
1264
+ msgid "Tiled Mosaic"
1265
  msgstr ""
1266
 
1267
+ #: modules/tiled-gallery/tiled-gallery.php:319 modules/widgets/gallery.php:328
1268
+ msgid "Square Tiles"
1269
  msgstr ""
1270
 
1271
+ #: modules/tiled-gallery/tiled-gallery.php:320 modules/widgets/gallery.php:329
1272
+ msgid "Circles"
1273
  msgstr ""
1274
 
1275
+ #: modules/tiled-gallery/tiled-gallery.php:349
1276
+ msgid "Display all your gallery pictures in a cool mosaic."
1277
  msgstr ""
1278
 
1279
+ #: class.jetpack-cli.php:155 modules/vaultpress.php:24
1280
+ msgid "Active"
1281
  msgstr ""
1282
 
1283
+ #: modules/videopress/class.videopress-player.php:195
1284
+ msgid "%s Error"
1285
  msgstr ""
1286
 
1287
+ #: modules/videopress/class.videopress-player.php:230
1288
+ msgid "This video is intended for mature audiences."
1289
  msgstr ""
1290
 
1291
+ #: modules/videopress/class.videopress-player.php:230
1292
+ msgid "Please verify your birthday."
1293
  msgstr ""
1294
 
1295
+ #: modules/videopress/class.videopress-player.php:280
1296
+ msgid "Submit"
1297
  msgstr ""
1298
 
1299
+ #: modules/videopress/class.videopress-player.php:326
1300
+ msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
1301
  msgstr ""
1302
 
1303
+ #: modules/videopress/class.videopress-player.php:382
1304
+ msgctxt "watch a video title"
1305
+ msgid "Watch: %s"
1306
  msgstr ""
1307
 
1308
+ #: modules/videopress/class.videopress-player.php:478
1309
+ #: modules/videopress/class.videopress-player.php:500
1310
+ msgid "this video"
1311
  msgstr ""
1312
 
1313
+ #: modules/videopress/class.videopress-player.php:507
1314
+ msgctxt "Play as in playback or view a movie"
1315
+ msgid "JavaScript required to play %s."
1316
  msgstr ""
1317
 
1318
+ #: modules/videopress/class.videopress-player.php:654
1319
+ msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
1320
  msgstr ""
1321
 
1322
+ #: modules/videopress/class.videopress-player.php:661
1323
+ msgid "Loading video..."
1324
  msgstr ""
1325
 
1326
+ #: modules/videopress/class.videopress-video.php:306
1327
+ msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
1328
  msgstr ""
1329
 
1330
+ #: modules/videopress/class.videopress-video.php:308
1331
+ msgid "<strong>%s</strong> is not an allowed embed site."
1332
  msgstr ""
1333
 
1334
+ #: modules/videopress/class.videopress-video.php:308
1335
+ msgid "Publisher limits playback of video embeds."
1336
  msgstr ""
1337
 
1338
+ #: modules/videopress/class.videopress-video.php:310
1339
+ msgid "No data found for VideoPress identifier: <strong>%s</strong>."
1340
  msgstr ""
1341
 
1342
+ #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
1343
+ msgid "Could not obtain a VideoPress upload token. Please try again later."
1344
  msgstr ""
1345
 
1346
+ #: modules/videopress/videopress.php:264
1347
+ msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
1348
  msgstr ""
1349
 
1350
+ #: modules/videopress/videopress.php:269
1351
+ msgid "Connected WordPress.com Blog"
1352
  msgstr ""
1353
 
1354
+ #: modules/videopress/videopress.php:278
1355
+ msgid "Only videos from the selected blog will be available in your media library."
1356
  msgstr ""
1357
 
1358
+ #: modules/videopress/videopress.php:279
1359
+ msgid "<a href=\"%s\">Click here</a> to refresh this list."
1360
  msgstr ""
1361
 
1362
+ #: modules/videopress/videopress.php:285
1363
+ msgid "Video Library Access"
1364
  msgstr ""
1365
 
1366
+ #: modules/videopress/videopress.php:289
1367
+ msgid "Do not allow other users to access my VideoPress library"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1368
  msgstr ""
1369
 
1370
+ #: modules/videopress/videopress.php:291
1371
+ msgid "Allow users to access my videos"
1372
  msgstr ""
1373
 
1374
+ #: modules/videopress/videopress.php:293
1375
+ msgid "Allow users to access and edit my videos"
1376
  msgstr ""
1377
 
1378
+ #: modules/sharedaddy/sharing-sources.php:242
1379
+ msgid "This post has been shared!"
 
1380
  msgstr ""
1381
 
1382
+ #: modules/sharedaddy/sharing-sources.php:243
1383
+ msgid "You have shared this post with %s"
1384
  msgstr ""
1385
 
1386
+ #: modules/sharedaddy/sharing-sources.php:244
1387
+ #: modules/videopress/videopress.php:676
1388
+ msgid "Close"
1389
+ msgstr "Bağla"
1390
 
1391
+ #: modules/sharedaddy/sharing-sources.php:266
1392
  msgctxt "share to"
1393
+ msgid "Email"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1394
  msgstr ""
1395
 
1396
+ #: modules/sharedaddy/sharing-sources.php:266
1397
+ msgid "Click to email this to a friend"
1398
  msgstr ""
1399
 
1400
+ #: modules/sharedaddy/sharing-sources.php:279
1401
+ msgid "Send to Email Address"
1402
  msgstr ""
1403
 
1404
+ #: modules/sharedaddy/sharing-sources.php:287
1405
+ msgid "Your Name"
1406
+ msgstr "Adınız"
1407
 
1408
+ #: modules/sharedaddy/sharing-sources.php:290
1409
+ msgid "Your Email Address"
1410
  msgstr ""
1411
 
1412
+ #: modules/sharedaddy/sharing-sources.php:298
1413
+ msgid "Send Email"
1414
  msgstr ""
1415
 
1416
  #: modules/sharedaddy/sharing-sources.php:302
1539
  msgid "Click to share on Google+"
1540
  msgstr ""
1541
 
1542
+ #: modules/sharedaddy/sharing-sources.php:930
1543
+ msgid "Click to share"
1544
  msgstr ""
1545
 
1546
+ #: modules/sharedaddy/sharing-sources.php:985
1547
+ msgid "URL"
1548
  msgstr ""
1549
 
1550
+ #: modules/sharedaddy/sharing-sources.php:990
1551
+ msgid "Icon"
1552
  msgstr ""
1553
 
1554
+ #: modules/sharedaddy/sharing-sources.php:997
1555
+ msgid "Save"
1556
  msgstr ""
1557
 
1558
+ #: modules/sharedaddy/sharing-sources.php:998
1559
+ msgid "Remove Service"
 
1560
  msgstr ""
1561
 
1562
+ #: modules/sharedaddy/sharing-sources.php:1077
1563
+ msgid "Tumblr"
1564
  msgstr ""
1565
 
1566
+ #: modules/sharedaddy/sharing-sources.php:1088
1567
+ msgctxt "share to"
1568
+ msgid "Tumblr"
1569
  msgstr ""
1570
 
1571
+ #: modules/sharedaddy/sharing-sources.php:1088
1572
+ msgid "Click to share on Tumblr"
1573
  msgstr ""
1574
 
1575
+ #: modules/sharedaddy/sharing-sources.php:1124
1576
+ msgid "Pinterest"
1577
  msgstr ""
1578
 
1579
+ #: modules/sharedaddy/sharing-sources.php:1168
1580
+ msgid "Pin It"
1581
  msgstr ""
1582
 
1583
+ #: modules/sharedaddy/sharing-sources.php:1170
1584
+ msgctxt "share to"
1585
+ msgid "Pinterest"
1586
  msgstr ""
1587
 
1588
+ #: modules/sharedaddy/sharing-sources.php:1170
1589
+ msgid "Click to share on Pinterest"
 
1590
  msgstr ""
1591
 
1592
+ #: modules/sharedaddy/sharing-sources.php:1241
1593
+ #: modules/sharedaddy/sharing-sources.php:1259
1594
+ msgid "Pocket"
1595
  msgstr ""
1596
 
1597
+ #: modules/sharedaddy/sharing-sources.php:1264
1598
+ msgctxt "share to"
1599
+ msgid "Pocket"
1600
  msgstr ""
1601
 
1602
+ #: modules/sharedaddy/sharing-sources.php:1264
1603
+ msgid "Click to share on Pocket"
1604
  msgstr ""
1605
 
1606
+ #: modules/sharedaddy/sharing.php:153
1607
+ msgid "Warning! Multibyte support missing!"
1608
  msgstr ""
1609
 
1610
+ #: modules/sharedaddy/sharing.php:154
1611
+ msgid "This plugin will work without it, but multibyte support is used <a href=\"%s\">if available</a>. You may see minor problems with Tweets and other sharing services."
 
1612
  msgstr ""
1613
 
1614
+ #: modules/sharedaddy/sharing.php:171
1615
+ msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
 
1616
  msgstr ""
1617
 
1618
+ #: modules/sharedaddy/sharing.php:177
1619
+ msgid "Available Services"
 
1620
  msgstr ""
1621
 
1622
+ #: modules/sharedaddy/sharing.php:178
1623
+ msgid "Drag and drop the services you'd like to enable into the box below."
1624
  msgstr ""
1625
 
1626
+ #: modules/sharedaddy/sharing.php:179
1627
+ msgid "Add a new service"
1628
  msgstr ""
1629
 
1630
+ #: modules/sharedaddy/sharing.php:192
1631
+ msgid "Please note that your services have been restricted because your site is private."
 
 
 
 
 
 
1632
  msgstr ""
1633
 
1634
+ #: modules/sharedaddy/sharing.php:203
1635
+ msgid "Enabled Services"
1636
  msgstr ""
1637
 
1638
+ #: modules/sharedaddy/sharing.php:206
1639
+ msgid "Services dragged here will appear individually."
1640
  msgstr ""
1641
 
1642
+ #: modules/sharedaddy/sharing.php:209
1643
+ msgid "Drag and drop available services here."
 
 
 
 
1644
  msgstr ""
1645
 
1646
+ #: modules/sharedaddy/sharing.php:220
1647
+ msgid "Services dragged here will be hidden behind a share button."
1648
  msgstr ""
1649
 
1650
+ #: modules/sharedaddy/sharing.php:235
1651
+ msgid "Live Preview"
1652
  msgstr ""
1653
 
1654
+ #: modules/sharedaddy/sharing.php:238
1655
+ msgid "Sharing is off. Add services above to enable."
1656
  msgstr ""
1657
 
1658
+ #: modules/sharedaddy/sharing.php:304
1659
+ msgid "Button style"
1660
  msgstr ""
1661
 
1662
+ #: modules/sharedaddy/sharing.php:307
1663
+ msgid "Icon + text"
1664
  msgstr ""
1665
 
1666
+ #: modules/sharedaddy/sharing.php:308
1667
+ msgid "Icon only"
1668
  msgstr ""
1669
 
1670
+ #: modules/sharedaddy/sharing.php:309
1671
+ msgid "Text only"
1672
  msgstr ""
1673
 
1674
+ #: modules/sharedaddy/sharing.php:310
1675
+ msgid "Official buttons"
1676
  msgstr ""
1677
 
1678
+ #: modules/sharedaddy/sharing.php:315
1679
+ msgid "Sharing label"
1680
  msgstr ""
1681
 
1682
+ #: modules/sharedaddy/sharing.php:321
1683
+ msgid "Open links in"
1684
  msgstr ""
1685
 
1686
+ #: modules/sharedaddy/sharing.php:324
1687
+ msgid "New window"
1688
  msgstr ""
1689
 
1690
+ #: modules/sharedaddy/sharing.php:325
1691
+ msgid "Same window"
1692
  msgstr ""
1693
 
1694
+ #: modules/sharedaddy/sharing.php:363
1695
+ msgid "Service name"
1696
  msgstr ""
1697
 
1698
+ #: modules/sharedaddy/sharing.php:369
1699
+ msgid "Sharing URL"
1700
  msgstr ""
1701
 
1702
+ #: modules/sharedaddy/sharing.php:373
1703
+ msgid "You can add the following variables to your service sharing URL:"
1704
  msgstr ""
1705
 
1706
+ #: modules/sharedaddy/sharing.php:378
1707
+ msgid "Icon URL"
1708
  msgstr ""
1709
 
1710
+ #: modules/sharedaddy/sharing.php:381
1711
+ msgid "Enter the URL of a 16x16px icon you want to use for this service."
1712
  msgstr ""
1713
 
1714
+ #: modules/sharedaddy/sharing.php:387
1715
+ msgid "Create Share Button"
1716
  msgstr ""
1717
 
1718
+ #: modules/sharedaddy/sharing.php:399
1719
+ msgid "An error occurred creating your new sharing service - please check you gave valid details."
 
 
1720
  msgstr ""
1721
 
1722
+ #: modules/shortcodes/archives.php:58
1723
+ msgid "Your blog does not currently have any published posts."
1724
  msgstr ""
1725
 
1726
+ #: modules/shortcodes/audio.php:202
1727
+ msgid "Download: <a href=\"%s\">%s</a><br />"
1728
  msgstr ""
1729
 
1730
+ #: modules/shortcodes/presentations.php:226
1731
+ msgid "This slideshow could not be started. Try refreshing the page or viewing it in another browser."
1732
  msgstr ""
1733
 
1734
+ #: modules/shortcodes/presentations.php:242
1735
+ msgid "Click to autoplay the presentation!"
1736
  msgstr ""
1737
 
1738
+ #: modules/shortcodes/slideshow.php:58 modules/widgets/gallery.php:330
1739
+ msgid "Slideshow"
1740
  msgstr ""
1741
 
1742
+ #: modules/shortcodes/slideshow.php:131
1743
+ msgid "Click to view slideshow."
1744
  msgstr ""
1745
 
1746
+ #: modules/shortcodes/slideshow.php:160
1747
+ msgid "This slideshow requires JavaScript."
1748
  msgstr ""
1749
 
1750
+ #: modules/shortcodes/twitter-timeline.php:17
1751
+ msgid "Invalid username"
1752
  msgstr ""
1753
 
1754
+ #: modules/shortcodes/twitter-timeline.php:20
1755
+ msgid "Invalid id"
1756
  msgstr ""
1757
 
1758
+ #: modules/shortcodes/twitter-timeline.php:22
1759
+ msgid "Tweets by @%s"
1760
+ msgstr ""
1761
+
1762
+ #: modules/social-links/social-links.php:157
1763
+ msgid "&mdash; Select &mdash;"
1764
+ msgstr ""
1765
+
1766
+ #: modules/sso.php:39
1767
+ msgid "Error: This site's Jetpack connection is currently experiencing problems."
1768
+ msgstr ""
1769
+
1770
+ #: modules/sso.php:124
1771
+ msgid "Error, invalid response data."
1772
+ msgstr ""
1773
+
1774
+ #: modules/sso.php:167
1775
+ msgid "Error: Couldn't create suitable username."
1776
+ msgstr ""
1777
+
1778
+ #: modules/sso.php:261
1779
+ msgid "Log in with WordPress.com"
1780
+ msgstr ""
1781
+
1782
+ #: modules/sso.php:294
1783
+ msgid "We couldn't find an account with the email <strong><code>%1$s</code></strong> to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that <strong><code>%1$s</code></strong> is configured as the email address, or that you have connected to WordPress.com on your profile page."
1784
+ msgstr ""
1785
+
1786
+ #: modules/sso.php:296
1787
+ msgid "We couldn't find any account on <strong>%2$s</strong> that is linked to your WordPress.com account to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that you have connected to WordPress.com on your profile page."
1788
+ msgstr ""
1789
+
1790
+ #: modules/module-info.php:741
1791
+ msgid "Create elegant magazine-style mosaic layouts for your photos without having to use an external graphic editor."
1792
+ msgstr ""
1793
+
1794
+ #: modules/module-info.php:742
1795
+ msgid "When adding a gallery to your post, you now have the option to select a layout style for your images. We've added support for Rectangular, Square, and Circular galleries. By default, galleries will continue to display using the standard thumbnail grid layout. To make the rectangular layout the default for all of your site's galleries, head over to <a href=\"%s\">Settings &rarr; Media</a> and check the box next to \"Display all your gallery pictures in a cool mosaic.\""
1796
+ msgstr ""
1797
+
1798
+ #: modules/module-info.php:743
1799
+ msgid "Note: Images in tiled galleries require extra-special processing, so they will be served from WordPress.com's CDN even if the Photon module is disabled."
1800
+ msgstr ""
1801
+
1802
+ #: modules/module-info.php:765
1803
+ msgid "Likes allow your readers to show their appreciation for your posts and other published content using their WordPress.com accounts. Your readers will then be able to review their liked posts from WordPress.com."
1804
+ msgstr ""
1805
+
1806
+ #: modules/module-info.php:766
1807
+ msgid "Displayed below your posts will be how many people have liked your posts and the Gravatars of those who have liked them."
1808
+ msgstr ""
1809
+
1810
+ #: modules/module-info.php:768
1811
+ msgid "More information on using Likes."
1812
+ msgstr ""
1813
+
1814
+ #: modules/module-info.php:791
1815
+ msgid "The Google+ profile module allows you to connect your blog and Google+ accounts."
1816
+ msgstr ""
1817
+
1818
+ #: modules/module-info.php:792
1819
+ msgid "Displayed below your posts will be a link back to your Google+ profile and a Google+ follow button. A link will also be added to your Google+ profile."
1820
+ msgstr ""
1821
+
1822
+ #: modules/module-info.php:794
1823
+ msgid "More information on using Google+ Profile."
1824
+ msgstr ""
1825
+
1826
+ #: modules/module-info.php:810 modules/omnisearch/omnisearch-core.php:59
1827
+ #: modules/omnisearch/omnisearch-core.php:64
1828
+ #: modules/omnisearch/omnisearch-core.php:85
1829
+ msgid "Omnisearch"
1830
+ msgstr ""
1831
+
1832
+ #: modules/module-info.php:812
1833
+ msgid "Search once, get results from everything! Currently supports searching posts, pages, comments, media, and plugins."
1834
+ msgstr ""
1835
+
1836
+ #: modules/module-info.php:814
1837
+ msgid "Omnisearch plays nice with other plugins by letting other providers offer results as well."
1838
+ msgstr ""
1839
+
1840
+ #: modules/module-info.php:833
1841
+ msgid "Widget Visibility"
1842
+ msgstr ""
1843
+
1844
+ #: modules/module-info.php:835
1845
+ msgid "Control which pages your widgets appear on with Widget Visibility."
1846
  msgstr ""
1847
 
1848
+ #: modules/module-info.php:836
1849
+ msgid "To control visibility, expand the widget and click the Visibility button next to the Save button, and then, choose a set of visibility options."
1850
  msgstr ""
1851
 
1852
+ #: modules/module-info.php:837
1853
+ msgid "For example, if you wanted the Archives widget to only appear on category archives and error pages, choose \"Show\" from the first dropdown and then add two rules: \"Page is 404 Error Page\" and \"Category is All Category Pages.\""
1854
  msgstr ""
1855
 
1856
+ #: modules/module-info.php:838
1857
+ msgid "You can also hide widgets based on the current page. For example, if you don't want the Archives widget to appear on search results pages, choose \"Hide\" and \"Page is Search results.\""
1858
  msgstr ""
1859
 
1860
+ #: modules/module-info.php:853 modules/videopress/videopress.php:330
1861
  msgid "VideoPress"
1862
  msgstr ""
1863
 
1864
+ #: modules/module-info.php:854
1865
  msgid "With the VideoPress module you can easily upload videos to your WordPress site and embed them in your posts and pages. This module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
1866
  msgstr ""
1867
 
1868
+ #: modules/module-info.php:867
1869
+ msgid "Single Sign On"
1870
+ msgstr ""
1871
+
1872
+ #: modules/module-info.php:869
1873
+ msgid "With WordPress.com Single Sign On, your users will be able to log in to or register for your WordPress site with the same credentials they use on WordPress.com. It's safe and secure."
1874
+ msgstr ""
1875
+
1876
+ #: modules/module-info.php:870
1877
+ msgid "Once enabled, a \"Log in with WordPress.com\" option will be added to your existing log in form."
1878
+ msgstr ""
1879
+
1880
+ #: modules/module-info.php:885
1881
+ msgid "Monitor"
1882
+ msgstr ""
1883
+
1884
+ #: modules/module-info.php:887
1885
+ msgid "Nobody likes downtime, and that's why Jetpack Monitor is on the job, keeping tabs on your site. As soon as any downtime is detected, you will receive an email notification alerting you to the issue. That way you can act quickly, to get your site back online again!"
1886
+ msgstr ""
1887
+
1888
+ #: modules/module-info.php:889
1889
+ msgid "We’ll also let you know as soon as your site is up and running, so you can keep an eye on total downtime."
1890
+ msgstr ""
1891
+
1892
  #: modules/omnisearch/omnisearch-comments.php:17
1893
  msgid "Search Comments"
1894
  msgstr ""
1984
  msgid "Last Modified"
1985
  msgstr ""
1986
 
1987
+ #: modules/post-by-email.php:95 modules/subscriptions.php:621
1988
  msgid "Email Address"
1989
  msgstr "Elektron poçt"
1990
 
1991
+ #: modules/post-by-email.php:110
1992
  msgid "Enable Post By Email"
1993
  msgstr ""
1994
 
1995
+ #: modules/post-by-email.php:114
1996
  #: modules/videopress/class.videopress-player.php:283
1997
  msgid "More information"
1998
  msgstr ""
1999
 
2000
+ #: modules/post-by-email.php:117
2001
+ msgid "Regenerate Address"
2002
  msgstr ""
2003
 
2004
+ #: modules/post-by-email.php:118
2005
+ msgid "Disable Post By Email"
2006
  msgstr ""
2007
 
2008
+ #: modules/post-by-email.php:126
2009
+ msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
2010
  msgstr ""
2011
 
2012
+ #: modules/post-by-email.php:129 modules/publicize/publicize-jetpack.php:64
2013
+ msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
2014
  msgstr ""
2015
 
2016
+ #: modules/post-by-email.php:170 modules/post-by-email.php:179
2017
+ msgid "Unable to create your Post By Email address. Please try again later."
 
2018
  msgstr ""
2019
 
2020
+ #: modules/post-by-email.php:198 modules/post-by-email.php:207
2021
+ msgid "Unable to regenerate your Post By Email address. Please try again later."
2022
  msgstr ""
2023
 
2024
+ #: modules/post-by-email.php:226 modules/post-by-email.php:235
2025
+ msgid "Unable to disable your Post By Email address. Please try again later."
2026
  msgstr ""
2027
 
2028
+ #: modules/publicize/publicize-jetpack.php:61
2029
+ msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
2030
  msgstr ""
2031
 
2032
+ #: modules/publicize/publicize-jetpack.php:178
2033
+ msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
2034
  msgstr ""
2035
 
2036
+ #: modules/publicize/publicize-jetpack.php:184
2037
+ msgid "An invalid request was made. This normally means that something intercepted or corrupted the request from your server to the Jetpack Server. Try again and see if it works this time."
2038
  msgstr ""
2039
 
2040
+ #: modules/publicize/publicize-jetpack.php:187
2041
+ msgid "We could not verify that your server is making an authorized request. Please try again, and make sure there is nothing interfering with requests from your server to the Jetpack Server."
 
2042
  msgstr ""
2043
 
2044
+ #: modules/publicize/publicize-jetpack.php:190
2045
+ msgid "No blog_id was included in your request. Please try disconnecting Jetpack from WordPress.com and then reconnecting it. Once you have done that, try connecting Publicize again."
2046
  msgstr ""
2047
 
2048
+ #: modules/publicize/publicize-jetpack.php:193
2049
+ msgid "No user information was included in your request. Please make sure that your user account has connected to Jetpack. Connect your user account by going to the <a href=\"%s\">Jetpack page</a> within wp-admin."
2050
  msgstr ""
2051
 
2052
+ #: modules/publicize/publicize-jetpack.php:196
2053
+ msgid "Something which should never happen, happened. Sorry about that. If you try again, maybe it will work."
2054
  msgstr ""
2055
 
2056
+ #: modules/publicize/publicize-jetpack.php:200
2057
+ msgid "There was a problem connecting with Publicize. Please try again in a moment."
2058
  msgstr ""
2059
 
2060
+ #: modules/publicize/publicize-jetpack.php:209
2061
+ msgid "Error code: %s"
2062
  msgstr ""
2063
 
2064
+ #: modules/publicize/publicize-jetpack.php:218
2065
+ msgid "That connection has been removed."
2066
  msgstr ""
2067
 
2068
+ #: modules/publicize/publicize-jetpack.php:348
2069
+ msgid "Refresh connection with %s"
2070
  msgstr ""
2071
 
2072
+ #: modules/publicize/publicize-jetpack.php:422
2073
+ #: modules/publicize/publicize-jetpack.php:439
2074
+ #: modules/publicize/publicize-jetpack.php:562
2075
+ msgid "Publicize to my %s:"
2076
  msgstr ""
2077
 
2078
+ #: modules/publicize/publicize-jetpack.php:423
2079
+ msgid "Facebook Wall"
2080
  msgstr ""
2081
 
2082
+ #: modules/publicize/publicize-jetpack.php:440
2083
+ msgid "Facebook Page"
 
 
2084
  msgstr ""
2085
 
2086
+ #: modules/publicize/publicize-jetpack.php:563
2087
+ msgid "Tumblr blog"
2088
  msgstr ""
2089
 
2090
+ #: modules/publicize/publicize.php:373
2091
+ msgid "This connection is working correctly."
2092
  msgstr ""
2093
 
2094
+ #: modules/publicize/ui.php:76
2095
+ msgid "You have successfully connected your blog with your %s account."
2096
  msgstr ""
2097
 
2098
+ #: modules/publicize/ui.php:82
2099
+ msgid "You have chosen not to connect your blog. Please click 'accept' when prompted if you wish to connect your accounts."
2100
  msgstr ""
2101
 
2102
+ #: modules/publicize/ui.php:103
2103
+ msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
2104
  msgstr ""
2105
 
2106
+ #: modules/publicize/ui.php:104
2107
+ msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
2108
  msgstr ""
2109
 
2110
+ #: modules/publicize/ui.php:169
2111
+ msgid "Connected as: "
2112
  msgstr ""
2113
 
2114
+ #: modules/publicize/ui.php:179
2115
+ msgid "Shared"
 
2116
  msgstr ""
2117
 
2118
+ #: modules/publicize/ui.php:205 modules/social-links/social-links.php:81
2119
+ msgid "Connect"
2120
  msgstr ""
2121
 
2122
+ #: modules/publicize/ui.php:223
2123
+ msgid "Are you sure you want to stop Publicizing posts to this connection?"
2124
  msgstr ""
2125
 
2126
+ #: modules/publicize/ui.php:245
2127
+ msgid "Make this connection available to all users of this blog?"
2128
  msgstr ""
2129
 
2130
+ #: modules/publicize/ui.php:253
2131
+ msgid "There was a problem connecting to %s. Please disconnect and try again."
2132
  msgstr ""
2133
 
2134
+ #: modules/publicize/ui.php:427
2135
+ msgid "Before you hit Publish, please refresh the following connection(s) to make sure we can Publicize your post:"
2136
  msgstr ""
2137
 
2138
+ #: modules/publicize/ui.php:515
2139
+ msgid "Publicize:"
2140
  msgstr ""
2141
 
2142
+ #: modules/publicize/ui.php:595
2143
+ msgctxt "Service: Account connected as"
2144
+ msgid "%1$s: %2$s"
2145
  msgstr ""
2146
 
2147
+ #: modules/publicize/ui.php:630
2148
+ msgid "Custom Message:"
2149
  msgstr ""
2150
 
2151
+ #: modules/publicize/ui.php:635 modules/publicize/ui.php:664
2152
+ #: modules/publicize/ui.php:666
2153
+ msgid "Hide"
2154
  msgstr ""
2155
 
2156
+ #: modules/publicize/ui.php:644
2157
+ msgid "Not Connected"
2158
  msgstr ""
2159
 
2160
+ #: modules/publicize/ui.php:651
2161
+ msgid "Connect to"
2162
  msgstr ""
2163
 
2164
+ #: modules/publicize/ui.php:656
2165
+ msgid "Connect and share your posts on %s"
2166
  msgstr ""
2167
 
2168
+ #: modules/publicize/ui.php:679
2169
+ msgid "Show"
2170
  msgstr ""
2171
 
2172
+ #: modules/publicize.php:90
2173
+ msgctxt "word count: words or characters?"
2174
+ msgid "words"
2175
  msgstr ""
2176
 
2177
+ #: modules/sharedaddy/sharedaddy.php:18
2178
+ msgid "Shared Post"
2179
  msgstr ""
2180
 
2181
+ #: modules/sharedaddy/sharedaddy.php:114
2182
+ msgid "Disable CSS and JS"
2183
  msgstr ""
2184
 
2185
+ #: modules/sharedaddy/sharedaddy.php:116
2186
+ msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
2187
  msgstr ""
2188
 
2189
+ #: modules/sharedaddy/sharing-service.php:12
2190
+ msgid "Share this:"
2191
  msgstr ""
2192
 
2193
+ #: modules/sharedaddy/sharing-service.php:551
2194
+ #: modules/sharedaddy/sharing.php:250 modules/sharedaddy/sharing.php:283
2195
+ msgid "More"
2196
  msgstr ""
2197
 
2198
+ #: modules/sharedaddy/sharing-service.php:553
2199
+ #: modules/videopress/videopress.php:635
2200
+ msgid "Share"
2201
  msgstr ""
2202
 
2203
+ #: modules/sharedaddy/sharing-sources.php:200
2204
+ msgctxt "as sharing source"
2205
+ msgid "Email"
2206
  msgstr ""
2207
 
2208
+ #: modules/module-info.php:60
2209
+ msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
2210
  msgstr ""
2211
 
2212
+ #: modules/module-info.php:74
2213
+ msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
2214
  msgstr ""
2215
 
2216
+ #: modules/module-info.php:75
2217
+ msgid "To see hovercards, look at any blog post on your blog that has comments. If the commenter has a hovercard associated with their gravatar, mouse over their image and the hovercard will appear. To turn hovercards off, click the Deactivate button above."
2218
  msgstr ""
2219
 
2220
+ #: modules/module-info.php:90 modules/module-info.php:94
2221
+ #: modules/module-info.php:103 modules/module-info.php:107
2222
+ msgid "Shortcode Embeds"
2223
  msgstr ""
2224
 
2225
+ #: modules/module-info.php:95 modules/module-info.php:108
2226
+ msgid "Shortcodes allow you to easily and safely embed media from other places in your site. With just one simple code, you can tell WordPress to embed YouTube, Flickr, and other media."
2227
  msgstr ""
2228
 
2229
+ #: modules/module-info.php:109
2230
+ msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
2231
  msgstr ""
2232
 
2233
+ #: modules/module-info.php:132
2234
+ msgid "Available shortcodes are: %l."
2235
  msgstr ""
2236
 
2237
+ #: modules/module-info.php:147 modules/module-info.php:151
2238
+ #: modules/module-info.php:161 modules/module-info.php:165
2239
+ msgid "WP.me Shortlinks"
2240
+ msgstr ""
2241
+
2242
+ #: modules/module-info.php:152 modules/module-info.php:166
2243
+ msgid "Instead of typing or copy-pasting long URLs, you can now get a short and simple link to your posts and pages. This uses the super compact wp.me domain name, and gives you a unique URL you can use that will be safe and reliable."
2244
+ msgstr ""
2245
+
2246
+ #: modules/module-info.php:153
2247
+ msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
2248
+ msgstr ""
2249
+
2250
+ #: modules/module-info.php:167
2251
+ msgid "To use shortlinks, go to any already published post (or publish something new!). A &#8220;Get Shortlink&#8221; button will be visible under the Post title. When you click it, a dialog box will appear with the shortlink and you can copy and paste to Twitter, Facebook or wherever your heart desires."
2252
+ msgstr ""
2253
+
2254
+ #: modules/module-info.php:182 modules/module-info.php:186
2255
+ #: modules/module-info.php:195 modules/module-info.php:199
2256
+ msgid "WordPress.com Stats"
2257
+ msgstr ""
2258
+
2259
+ #: modules/module-info.php:187 modules/module-info.php:200
2260
+ msgid "There are many plugins and services that provide statistics, but data can be overwhelming. WordPress.com Stats makes the most popular metrics easy to understand through a clear and attractive interface."
2261
+ msgstr ""
2262
+
2263
+ #: modules/module-info.php:201
2264
+ msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
2265
+ msgstr ""
2266
+
2267
+ #: modules/module-info.php:215 modules/module-info.php:219
2268
+ #: modules/publicize/ui.php:95
2269
+ msgid "Publicize"
2270
+ msgstr ""
2271
+
2272
+ #: modules/module-info.php:220
2273
+ msgid "Publicize allows you to connect your blog to popular social networking sites and automatically share new posts with your friends.\t You can make a connection for just yourself or for all users on your blog."
2274
+ msgstr ""
2275
+
2276
+ #: modules/module-info.php:221
2277
+ msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
2278
+ msgstr ""
2279
+
2280
+ #: modules/module-info.php:225
2281
+ msgid "Manage your <a href=\"%s\">Publicize settings</a>."
2282
+ msgstr ""
2283
+
2284
+ #: modules/module-info.php:229 modules/publicize/ui.php:114
2285
+ msgid "More information on using Publicize."
2286
+ msgstr ""
2287
+
2288
+ #: modules/module-info.php:245 modules/module-info.php:249
2289
+ #: modules/module-info.php:258 modules/module-info.php:262
2290
+ #: modules/notes.php:160
2291
+ msgid "Notifications"
2292
+ msgstr ""
2293
+
2294
+ #: modules/module-info.php:250 modules/module-info.php:263
2295
+ msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
2296
+ msgstr ""
2297
+
2298
+ #: modules/module-info.php:264
2299
+ msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
2300
+ msgstr ""
2301
+
2302
+ #: modules/module-info.php:279 modules/module-info.php:294
2303
+ msgid "LaTeX"
2304
+ msgstr ""
2305
+
2306
+ #: modules/module-info.php:284 modules/module-info.php:299
2307
+ msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
2308
+ msgstr ""
2309
+
2310
+ #: modules/module-info.php:285
2311
+ msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
2312
+ msgstr ""
2313
+
2314
+ #: modules/module-info.php:286
2315
+ msgid "Wow, that sounds nerdy."
2316
+ msgstr ""
2317
+
2318
+ #: modules/module-info.php:300
2319
+ msgid "Use <code>$latex your latex code here$</code> or <code>[latex]your latex code here[/latex]</code> to include %s in your posts and comments. There are <a href=\"%s\" target=\"_blank\">all sorts of options</a> available."
2320
+ msgstr ""
2321
+
2322
+ #: modules/module-info.php:319
2323
+ msgid "Share your posts with Twitter, Facebook, and a host of other services. You can configure services to appear as icons, text, or both. Some services have additional options to display smart buttons, such as Twitter, which will update the number of times the post has been shared."
2324
+ msgstr ""
2325
+
2326
+ #: modules/module-info.php:323
2327
+ msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
2328
+ msgstr ""
2329
+
2330
+ #: modules/module-info.php:325
2331
+ msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
2332
  msgstr ""
2333
 
2334
  #: modules/module-info.php:329
2447
  msgid "Subscriptions"
2448
  msgstr "Abunəlik"
2449
 
2450
+ #: modules/module-info.php:429
2451
+ msgid "Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog&#8217;s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers."
2452
  msgstr ""
2453
 
2454
+ #: modules/module-info.php:430
2455
+ msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
 
2456
  msgstr ""
2457
 
2458
+ #: modules/module-info.php:435
2459
+ msgid "To use the Subscriptions widget, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag the widget labeled &#8220;Blog Subscriptions (Jetpack)&#8221; into one of your sidebars and configure away."
2460
  msgstr ""
2461
 
2462
+ #: modules/module-info.php:436
2463
+ msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
2464
  msgstr ""
2465
 
2466
+ #: modules/module-info.php:449
2467
+ msgid "Enhanced Distribution"
2468
  msgstr ""
2469
 
2470
+ #: modules/module-info.php:451
2471
+ msgid "Jetpack will automatically take the great published content from your blog or website and share it instantly with third party services like search engines, increasing your reach and traffic."
 
2472
  msgstr ""
2473
 
2474
+ #: modules/module-info.php:466
2475
+ msgid "JSON API"
2476
  msgstr ""
2477
 
2478
+ #: modules/module-info.php:468
2479
+ msgid "Jetpack will allow you to authorize applications and services to securely connect to your blog and allow them to use your content in new ways and offer you new functionality."
2480
  msgstr ""
2481
 
2482
+ #: modules/module-info.php:470
2483
+ msgid "Developers can use WordPress.com's <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> authentication system and <a href='http://developer.wordpress.com/docs/api/'>WordPress.com REST API</a> to manage and access your site's content."
2484
  msgstr ""
2485
 
2486
+ #: modules/module-info.php:498
2487
+ msgid "A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address."
 
2488
  msgstr ""
2489
 
2490
+ #: modules/module-info.php:501
2491
+ msgid "Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through <a href=\"http://akismet.com/\">Akismet</a> (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area."
2492
  msgstr ""
2493
 
2494
+ #: modules/module-info.php:518
2495
+ msgid "Jetpack Comments Screenshot"
2496
  msgstr ""
2497
 
2498
+ #: modules/module-info.php:523
2499
+ msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
 
2500
  msgstr ""
2501
 
2502
+ #: modules/module-info.php:528
2503
+ msgid "Jetpack tries to match your site's color scheme automatically, but you can make manual adjustments at the bottom of the <a href='%s'>Discussion Settings</a> page."
2504
  msgstr ""
2505
 
2506
+ #: modules/module-info.php:549
2507
+ msgid "Gallery Carousel Screenshot"
2508
  msgstr ""
2509
 
2510
+ #: modules/module-info.php:552 modules/widgets/gallery.php:334
2511
+ msgid "Carousel"
2512
  msgstr ""
2513
 
2514
+ #: modules/module-info.php:554
2515
+ msgid "With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata."
2516
+ msgstr ""
2517
 
2518
+ #: modules/module-info.php:567 modules/module-info.php:570
2519
+ msgid "Custom CSS"
 
 
2520
  msgstr ""
2521
 
2522
+ #: modules/module-info.php:571
2523
+ msgid "The Custom CSS editor gives you the ability to add to or replace your theme's CSS, all while supplying syntax coloring, auto-indentation, and immediate feedback on the validity of the CSS you're writing."
2524
  msgstr ""
2525
 
2526
+ #: modules/module-info.php:572
2527
+ msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
2528
  msgstr ""
2529
 
2530
+ #: modules/module-info.php:589 modules/module-info.php:592
2531
+ msgid "Mobile Theme"
2532
  msgstr ""
2533
 
2534
+ #: modules/module-info.php:593
2535
+ msgid "There's a good chance that visitors to your site will be using a smartphone, and it's important to provide them with a great reading experience while on the small screen."
2536
  msgstr ""
2537
 
2538
+ #: modules/module-info.php:594
2539
+ msgid "Jetpack's mobile theme is optimized for small screens. It uses the header image, background, and widgets from your current theme for a great custom look. Post format support is included, so your photos and galleries will look fantastic on a smartphone."
2540
  msgstr ""
2541
 
2542
+ #: modules/module-info.php:595
2543
+ msgid "Visitors on iPhone, Android, Windows Phone, and other mobile devices will automatically see the mobile theme, with the option to view the full site. You can enable or disable the mobile theme by clicking the \"Activate\" or \"Deactive\" button above."
2544
  msgstr ""
2545
 
2546
+ #: modules/module-info.php:611 modules/module-info.php:614
2547
+ msgid "Mobile Push Notifications"
2548
  msgstr ""
2549
 
2550
+ #: modules/module-info.php:616
2551
+ msgid "If you use <a href=\"%1$s\">WordPress for iOS</a> or <a href=\"%2$s\">WordPress for Android</a>, you’ll now be able to opt in to receive push notifications of new comments, which makes it easier than ever to keep up with your readers and moderate comments on the go."
2552
  msgstr ""
2553
 
2554
+ #: modules/module-info.php:634
2555
+ msgid "If you are a theme author, you can learn about adding support for Infinite Scroll at <a href=\"%1$s\">%1$s</a>."
2556
  msgstr ""
2557
 
2558
+ #: modules/module-info.php:637
2559
+ msgid "Infinite Scroll"
2560
  msgstr ""
2561
 
2562
+ #: modules/module-info.php:640
2563
+ msgid "When you write great content, all you really want is people to find it, right?"
2564
  msgstr ""
2565
 
2566
+ #: modules/module-info.php:642
2567
+ msgid "With the Infinite Scroll module and a supported theme, that's exactly what happens. Instead of the old way of navigating down a page by scrolling and then clicking a link to get to the next page, waiting for a page refresh&mdash;the document model of the web&mdash;infinite scrolling pulls the next set of posts automatically into view when the reader approaches the bottom of the page, more like an application."
2568
  msgstr ""
2569
 
2570
+ #: modules/module-info.php:645
2571
+ msgid "At this time, your theme, %s, doesn't support Infinite Scroll. Unlike other Jetpack modules, Infinite Scroll needs information from your theme to function properly."
2572
  msgstr ""
2573
 
2574
+ #: modules/module-info.php:647
2575
+ msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
2576
  msgstr ""
2577
 
2578
+ #: modules/module-info.php:657
2579
+ msgid "There is an update available for your theme. You may wish to check if this update adds Infinite Scroll support by visiting the <a href=\"%s\">WordPress Updates</a> page."
2580
  msgstr ""
2581
 
2582
+ #: modules/module-info.php:681 modules/module-info.php:684
2583
+ #: modules/post-by-email.php:92
2584
+ msgid "Post by Email"
2585
  msgstr ""
2586
 
2587
+ #: modules/module-info.php:686
2588
+ msgid "Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones."
2589
  msgstr ""
2590
 
2591
+ #: modules/module-info.php:690
2592
+ msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
2593
  msgstr ""
2594
 
2595
+ #: modules/module-info.php:694
2596
+ msgid "More information on sending emails, attachments, and customizing your posts."
2597
+ msgstr ""
 
 
 
2598
 
2599
+ #: modules/module-info.php:714
2600
+ msgid "Photon"
2601
  msgstr ""
2602
 
2603
+ #: modules/module-info.php:716
2604
+ msgid "Give your site a boost by loading images in posts from the WordPress.com content delivery network. We cache your images and serve them from our super-fast network, reducing the burden on your Web host with the click of a button."
2605
  msgstr ""
2606
 
2607
+ #: modules/module-info.php:735 modules/module-info.php:738
2608
+ #: modules/tiled-gallery/tiled-gallery.php:342
2609
+ msgid "Tiled Galleries"
2610
  msgstr ""
2611
 
2612
+ #: modules/infinite-scroll/infinity.php:290
2613
+ msgid "Scroll Infinitely"
2614
  msgstr ""
2615
 
2616
+ #: modules/infinite-scroll/infinity.php:290
2617
+ msgid "(Shows %s posts on each load)"
2618
  msgstr ""
2619
 
2620
+ #: modules/infinite-scroll/infinity.php:524
2621
+ msgid "Older posts"
2622
  msgstr ""
2623
 
2624
+ #: modules/infinite-scroll/infinity.php:525
2625
+ msgid "Scroll back to top"
2626
  msgstr ""
2627
 
2628
+ #: modules/infinite-scroll/infinity.php:1042
2629
+ msgid "Theme: %1$s."
2630
  msgstr ""
2631
 
2632
+ #: modules/infinite-scroll.php:86
2633
+ msgid "Use Google Analytics with Infinite Scroll"
2634
  msgstr ""
2635
 
2636
+ #: modules/infinite-scroll.php:97
2637
+ msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
2638
  msgstr ""
2639
 
2640
+ #: modules/infinite-scroll.php:97
2641
+ msgid "By checking the box above, each new set of posts loaded via Infinite Scroll will be recorded as a page view in Google Analytics."
 
2642
  msgstr ""
2643
 
2644
+ #: modules/likes.php:112
2645
+ msgid "Likes and Shares"
2646
  msgstr ""
2647
 
2648
+ #: modules/likes.php:123 modules/likes.php:581 modules/module-info.php:759
2649
+ #: modules/module-info.php:763
2650
+ msgid "Likes"
2651
  msgstr ""
2652
 
2653
+ #: modules/likes.php:183
2654
+ msgid "Show likes."
 
2655
  msgstr ""
2656
 
2657
+ #: modules/likes.php:199 modules/sharedaddy/sharedaddy.php:37
2658
+ msgid "Show sharing buttons."
2659
  msgstr ""
2660
 
2661
+ #: modules/likes.php:211
2662
+ msgid "Likes Notifications"
2663
  msgstr ""
2664
 
2665
+ #: modules/likes.php:212
2666
+ msgid "Email me whenever"
2667
  msgstr ""
2668
 
2669
+ #: modules/likes.php:251
2670
+ msgid "Someone likes one of my posts"
2671
+ msgstr ""
2672
+
2673
+ #: modules/likes.php:270
2674
+ msgid "WordPress.com Likes are"
2675
+ msgstr ""
2676
+
2677
+ #: modules/likes.php:276
2678
+ msgid "On for all posts"
2679
+ msgstr ""
2680
+
2681
+ #: modules/likes.php:282
2682
+ msgid "Turned on per post"
2683
+ msgstr ""
2684
+
2685
+ #: modules/likes.php:308 modules/sharedaddy/sharing.php:330
2686
+ msgid "Show buttons on"
2687
+ msgstr ""
2688
+
2689
+ #: modules/likes.php:317 modules/sharedaddy/sharing.php:336
2690
+ msgid "Front Page, Archive Pages, and Search Results"
2691
+ msgstr ""
2692
+
2693
+ #: modules/likes.php:450 modules/sharedaddy/sharing.php:158
2694
+ msgid "Settings have been saved"
2695
+ msgstr ""
2696
+
2697
+ #: modules/likes.php:457 modules/sharedaddy/sharing.php:170
2698
+ msgid "Sharing Buttons"
2699
+ msgstr ""
2700
+
2701
+ #: modules/likes.php:466 modules/sharedaddy/sharing.php:352
2702
+ msgid "Save Changes"
2703
+ msgstr ""
2704
+
2705
+ #: modules/likes.php:616
2706
+ msgid "Like this:"
2707
+ msgstr ""
2708
+
2709
+ #: modules/likes.php:617
2710
+ msgid "Like"
2711
+ msgstr ""
2712
+
2713
+ #: modules/likes.php:617 modules/widget-visibility/widget-conditions.php:168
2714
+ msgid "Loading..."
2715
+ msgstr ""
2716
+
2717
+ #: modules/likes.php:709
2718
+ msgid "<span>%d</span> bloggers like this:"
2719
+ msgstr ""
2720
+
2721
+ #: modules/minileven/minileven.php:93
2722
+ msgid "View Mobile Site"
2723
+ msgstr ""
2724
+
2725
+ #: modules/minileven/minileven.php:260
2726
+ msgid "Mobile-compatible:"
2727
+ msgstr ""
2728
+
2729
+ #: modules/minileven/minileven.php:261
2730
+ msgid "No"
2731
+ msgstr "Xeyir"
2732
+
2733
+ #: modules/minileven/minileven.php:267 modules/minileven/minileven.php:318
2734
+ msgid "Include this CSS in the Mobile Theme"
2735
+ msgstr ""
2736
+
2737
+ #: modules/minileven/theme/pub/minileven/comments.php:15
2738
+ msgid "This post is password protected. Enter the password to view any comments."
2739
+ msgstr ""
2740
+
2741
+ #: modules/minileven/theme/pub/minileven/comments.php:45
2742
+ msgid "Comment navigation"
2743
+ msgstr ""
2744
+
2745
+ #: modules/minileven/theme/pub/minileven/comments.php:46
2746
+ msgid "&larr; Older Comments"
2747
+ msgstr ""
2748
+
2749
+ #: modules/minileven/theme/pub/minileven/comments.php:47
2750
+ msgid "Newer Comments &rarr;"
2751
+ msgstr ""
2752
+
2753
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2754
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2755
+ #: modules/minileven/theme/pub/minileven/content.php:13
2756
+ #: modules/minileven/theme/pub/minileven/content.php:18
2757
+ #: modules/minileven/theme/pub/minileven/content.php:22
2758
+ msgid "Permalink to %s"
2759
+ msgstr ""
2760
+
2761
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2762
+ #: modules/widgets/gallery.php:26
2763
+ msgid "Gallery"
2764
+ msgstr ""
2765
+
2766
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2767
+ #: modules/minileven/theme/pub/minileven/content.php:41
2768
+ #: modules/minileven/theme/pub/minileven/inc/tweaks.php:30
2769
+ msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2770
+ msgstr ""
2771
+
2772
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2773
+ msgid "This gallery contains <a %1$s>%2$s photo</a>."
2774
+ msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2775
+ msgstr[0] ""
2776
+ msgstr[1] ""
2777
+
2778
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2779
+ #: modules/minileven/theme/pub/minileven/content.php:43
2780
+ #: modules/minileven/theme/pub/minileven/image.php:64
2781
+ #: modules/minileven/theme/pub/minileven/page.php:27
2782
+ msgid "Pages:"
2783
+ msgstr ""
2784
+
2785
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2786
+ #: modules/minileven/theme/pub/minileven/content.php:51
2787
+ #: modules/minileven/theme/pub/minileven/image.php:80
2788
+ msgid "<b>1</b> Reply"
2789
  msgstr ""
2790
 
2791
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2792
+ #: modules/minileven/theme/pub/minileven/content.php:51
2793
+ #: modules/minileven/theme/pub/minileven/image.php:80
2794
+ msgid "<b>%</b> Replies"
2795
  msgstr ""
2796
 
2797
+ #: modules/minileven/theme/pub/minileven/content.php:19
2798
+ msgid "Featured"
2799
  msgstr ""
2800
 
2801
  #: modules/minileven/theme/pub/minileven/content.php:28
2919
  msgid "Monthly Archives: %s"
2920
  msgstr "Aylıq arxiv: %s"
2921
 
2922
+ #: modules/minileven/theme/pub/minileven/index.php:27
2923
+ msgid "Yearly Archives: %s"
2924
  msgstr ""
2925
 
2926
+ #: modules/minileven/theme/pub/minileven/index.php:29
2927
+ msgid "Posted in %s"
2928
  msgstr ""
2929
 
2930
+ #: modules/minileven/theme/pub/minileven/index.php:31
2931
+ msgid "Tagged with %s"
2932
  msgstr ""
2933
 
2934
+ #: modules/minileven/theme/pub/minileven/index.php:33
2935
+ msgid "Posted by"
2936
  msgstr ""
2937
 
2938
+ #: modules/minileven/theme/pub/minileven/index.php:35
2939
+ msgid "Blog Archives"
2940
  msgstr ""
2941
 
2942
+ #: modules/minileven/theme/pub/minileven/index.php:43
2943
+ msgid "Search Results for: %s"
2944
  msgstr ""
2945
 
2946
+ #: modules/minileven/theme/pub/minileven/index.php:57
2947
+ msgid "Nothing Found"
2948
  msgstr ""
2949
 
2950
+ #: modules/minileven/theme/pub/minileven/index.php:61
2951
+ msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
2952
  msgstr ""
2953
 
2954
+ #: modules/minileven/theme/pub/minileven/searchform.php:9
2955
+ #: modules/minileven/theme/pub/minileven/searchform.php:10
2956
+ #: modules/minileven/theme/pub/minileven/searchform.php:11
2957
+ #: modules/omnisearch/omnisearch-core.php:156
2958
+ msgid "Search"
2959
+ msgstr "Axtar"
2960
 
2961
+ #: modules/minileven.php:51
2962
+ msgid "Excerpts"
2963
  msgstr ""
2964
 
2965
+ #: modules/minileven.php:55
2966
+ msgid "Enable excerpts on front page and on archive pages"
2967
  msgstr ""
2968
 
2969
+ #: modules/minileven.php:60
2970
+ msgid "Show full posts on front page and on archive pages"
2971
  msgstr ""
2972
 
2973
+ #: modules/minileven.php:65
2974
+ msgid "Mobile App Promos"
2975
  msgstr ""
2976
 
2977
+ #: modules/minileven.php:69
2978
+ msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
2979
  msgstr ""
2980
 
2981
+ #: modules/minileven.php:78
2982
+ msgid "Mobile Apps"
2983
  msgstr ""
2984
 
2985
+ #: modules/minileven.php:79
2986
+ msgid "Take WordPress with you."
 
 
 
 
2987
  msgstr ""
2988
 
2989
+ #: modules/minileven.php:81
2990
+ msgid "We have apps for <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a>, and <a href=\"%s\">more</a>!"
2991
  msgstr ""
2992
 
2993
+ #: modules/module-info.php:22 modules/module-info.php:26
2994
+ msgid "VaultPress"
2995
  msgstr ""
2996
 
2997
+ #: modules/module-info.php:28
2998
+ msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
2999
  msgstr ""
3000
 
3001
+ #: modules/module-info.php:29
3002
+ msgctxt "Visit your _VaultPress_dashboard_."
3003
+ msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
3004
  msgstr ""
3005
 
3006
+ #: modules/module-info.php:29
3007
+ msgid "VaultPress dashboard"
 
 
 
 
3008
  msgstr ""
3009
 
3010
+ #: modules/module-info.php:31
3011
+ msgid "With a monthly subscription, the VaultPress plugin will backup your site&#8217;s content, themes, and plugins in real-time, as well as perform regular security scans for common threats and attacks."
 
3012
  msgstr ""
3013
 
3014
+ #: modules/module-info.php:32
3015
+ msgctxt "View _Plans_&_Pricing_. (VaultPress)"
3016
+ msgid "View %s."
 
3017
  msgstr ""
3018
 
3019
+ #: modules/module-info.php:32
3020
+ msgid "Plans & Pricing"
 
 
 
 
 
 
 
 
 
3021
  msgstr ""
3022
 
3023
+ #: modules/module-info.php:53 modules/module-info.php:68
3024
+ msgid "Gravatar Hovercard"
 
 
3025
  msgstr ""
3026
 
3027
+ #: modules/module-info.php:58 modules/module-info.php:73
3028
+ msgid "What&#8217;s a Hovercard?"
 
 
3029
  msgstr ""
3030
 
3031
+ #: modules/module-info.php:59
3032
+ msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services they use on the web like Twitter, Facebook, or LinkedIn."
3033
  msgstr ""
3034
 
3035
+ #: modules/custom-post-types/nova.php:120
3036
+ msgid "Edit Menu Item Label"
 
3037
  msgstr ""
3038
 
3039
+ #: modules/custom-post-types/nova.php:121
3040
+ msgid "View Menu Item Label"
3041
  msgstr ""
3042
 
3043
+ #: modules/custom-post-types/nova.php:122
3044
+ msgid "Update Menu Item Label"
3045
  msgstr ""
3046
 
3047
+ #: modules/custom-post-types/nova.php:123
3048
+ msgid "Add New Menu Item Label"
3049
  msgstr ""
3050
 
3051
+ #: modules/custom-post-types/nova.php:124
3052
+ msgid "New Menu Item Label Name"
3053
  msgstr ""
3054
 
3055
+ #: modules/custom-post-types/nova.php:125
3056
+ #: modules/custom-post-types/nova.php:759
3057
+ msgid "Separate Labels with commas"
3058
  msgstr ""
3059
 
3060
+ #: modules/custom-post-types/nova.php:126
3061
+ msgid "Add or remove Labels"
3062
  msgstr ""
3063
 
3064
+ #: modules/custom-post-types/nova.php:127
3065
+ msgid "Choose from the most used Labels"
3066
  msgstr ""
3067
 
3068
+ #: modules/custom-post-types/nova.php:129
3069
+ msgid "No Labels found"
 
3070
  msgstr ""
3071
 
3072
+ #: modules/custom-post-types/nova.php:136
3073
+ #: modules/custom-post-types/nova.php:167
3074
+ msgid "Food Menus"
3075
  msgstr ""
3076
 
3077
+ #: modules/custom-post-types/nova.php:137
3078
+ msgid "Food Menu"
3079
  msgstr ""
3080
 
3081
+ #: modules/custom-post-types/nova.php:138
3082
+ msgid "Search Menus"
3083
  msgstr ""
3084
 
3085
+ #: modules/custom-post-types/nova.php:139
3086
+ msgid "All Menus"
3087
  msgstr ""
3088
 
3089
+ #: modules/custom-post-types/nova.php:140
3090
+ msgid "Parent Menu"
3091
  msgstr ""
3092
 
3093
+ #: modules/custom-post-types/nova.php:141
3094
+ msgid "Parent Menu:"
3095
  msgstr ""
3096
 
3097
+ #: modules/custom-post-types/nova.php:142
3098
+ msgid "Edit Menu"
3099
  msgstr ""
3100
 
3101
+ #: modules/custom-post-types/nova.php:143
3102
+ msgid "View Menu"
3103
  msgstr ""
3104
 
3105
+ #: modules/custom-post-types/nova.php:144
3106
+ msgid "Update Menu"
3107
  msgstr ""
3108
 
3109
+ #: modules/custom-post-types/nova.php:145
3110
+ msgid "Add New Menu"
3111
  msgstr ""
3112
 
3113
+ #: modules/custom-post-types/nova.php:146
3114
+ msgid "New Menu Name"
3115
  msgstr ""
3116
 
3117
+ #: modules/custom-post-types/nova.php:162
3118
+ msgid "Items on your restaurant's menu"
3119
  msgstr ""
3120
 
3121
+ #: modules/custom-post-types/nova.php:165
3122
+ #: modules/custom-post-types/nova.php:168
3123
+ msgid "Menu Items"
3124
  msgstr ""
3125
 
3126
+ #: modules/custom-post-types/nova.php:166
3127
+ msgid "Menu Item"
3128
  msgstr ""
3129
 
3130
+ #: modules/custom-post-types/nova.php:169
3131
+ #: modules/custom-post-types/nova.php:170
3132
+ msgid "Add One Item"
3133
  msgstr ""
3134
 
3135
+ #: modules/custom-post-types/nova.php:171
3136
+ msgid "Edit Menu Item"
 
3137
  msgstr ""
3138
 
3139
+ #: modules/custom-post-types/nova.php:172
3140
+ msgid "New Menu Item"
3141
  msgstr ""
3142
 
3143
+ #: modules/custom-post-types/nova.php:173
3144
+ msgid "View Menu Item"
3145
  msgstr ""
3146
 
3147
+ #: modules/custom-post-types/nova.php:174
3148
+ msgid "Search Menu Items"
3149
  msgstr ""
3150
 
3151
+ #: modules/custom-post-types/nova.php:175
3152
+ msgid "No Menu Items found"
3153
  msgstr ""
3154
 
3155
+ #: modules/custom-post-types/nova.php:176
3156
+ msgid "No Menu Items found in Trash"
3157
  msgstr ""
3158
 
3159
+ #: modules/custom-post-types/nova.php:277
3160
+ #: modules/custom-post-types/nova.php:278
3161
+ #: modules/custom-post-types/nova.php:724
3162
+ msgid "Add Many Items"
3163
  msgstr ""
3164
 
3165
+ #: modules/custom-post-types/nova.php:313
3166
+ msgid "Menu Items re-ordered."
3167
  msgstr ""
3168
 
3169
+ #: modules/custom-post-types/nova.php:332
3170
+ msgid "Labels"
3171
  msgstr ""
3172
 
3173
+ #: modules/custom-post-types/nova.php:333
3174
+ #: modules/custom-post-types/nova.php:742
3175
+ #: modules/custom-post-types/nova.php:778
3176
+ #: modules/custom-post-types/nova.php:784
3177
+ msgid "Price"
3178
  msgstr ""
3179
 
3180
+ #: modules/custom-post-types/nova.php:334
3181
+ msgid "Order"
3182
  msgstr ""
3183
 
3184
+ #: modules/custom-post-types/nova.php:390
3185
+ #: modules/custom-post-types/nova.php:442
3186
+ msgid "Re-order"
3187
  msgstr ""
3188
 
3189
+ #: modules/custom-post-types/nova.php:637
3190
+ msgid "Move menu section up"
3191
  msgstr ""
3192
 
3193
+ #: modules/custom-post-types/nova.php:637
3194
+ msgid "UP"
3195
  msgstr ""
3196
 
3197
+ #: modules/custom-post-types/nova.php:639
3198
+ msgid "Move menu section down"
3199
  msgstr ""
3200
 
3201
+ #: modules/custom-post-types/nova.php:639
3202
+ msgid "DOWN"
3203
  msgstr ""
3204
 
3205
+ #: modules/custom-post-types/nova.php:726
3206
+ msgid "Use the <kbd>TAB</kbd> key on your keyboard to move between colums and the <kbd>ENTER</kbd> or <kbd>RETURN</kbd> key to save each row and move on to the next."
3207
  msgstr ""
3208
 
3209
+ #: modules/custom-post-types/nova.php:741
3210
+ msgid "Description"
3211
+ msgstr "Təsvir"
3212
 
3213
+ #: modules/custom-post-types/nova.php:743
3214
+ msgid "Labels: <small>spicy, favorite, etc.</small>"
3215
  msgstr ""
3216
 
3217
+ #: modules/custom-post-types/nova.php:765
3218
+ msgid "Add These New Menu Items"
3219
  msgstr ""
3220
 
3221
+ #: modules/custom-post-types/nova.php:847
3222
+ #: modules/custom-post-types/nova.php:866
3223
+ msgctxt "Nova label separator"
3224
+ msgid ", "
3225
  msgstr ""
3226
 
3227
+ #: modules/custom-post-types/nova.php:868
3228
+ msgid "No Labels"
3229
  msgstr ""
3230
 
3231
+ #: modules/custom-post-types/testimonial.php:66
3232
+ msgid "Customer Testimonials"
3233
  msgstr ""
3234
 
3235
+ #: modules/custom-post-types/testimonial.php:68
3236
+ #: modules/custom-post-types/testimonial.php:70
3237
+ #: modules/custom-post-types/testimonial.php:194
3238
+ #: modules/custom-post-types/testimonial.php:199
3239
+ msgid "Testimonials"
3240
  msgstr ""
3241
 
3242
+ #: modules/custom-post-types/testimonial.php:69
3243
+ msgid "Testimonial"
3244
  msgstr ""
3245
 
3246
+ #: modules/custom-post-types/testimonial.php:71
3247
+ msgid "All Testimonials"
3248
  msgstr ""
3249
 
3250
+ #: modules/custom-post-types/testimonial.php:73
3251
+ msgid "Add New Testimonial"
3252
  msgstr ""
3253
 
3254
+ #: modules/custom-post-types/testimonial.php:74
3255
+ msgid "Edit Testimonial"
 
 
 
 
3256
  msgstr ""
3257
 
3258
+ #: modules/custom-post-types/testimonial.php:75
3259
+ msgid "New Testimonial"
 
 
 
3260
  msgstr ""
3261
 
3262
+ #: modules/custom-post-types/testimonial.php:76
3263
+ msgid "View Testimonial"
3264
  msgstr ""
3265
 
3266
+ #: modules/custom-post-types/testimonial.php:77
3267
+ msgid "Search Testimonials"
3268
  msgstr ""
3269
 
3270
+ #: modules/custom-post-types/testimonial.php:78
3271
+ msgid "No Testimonials found"
3272
  msgstr ""
3273
 
3274
+ #: modules/custom-post-types/testimonial.php:79
3275
+ msgid "No Testimonials found in Trash"
 
3276
  msgstr ""
3277
 
3278
+ #: modules/custom-post-types/testimonial.php:110
3279
+ msgid "Enter the customer's name here"
3280
+ msgstr ""
 
3281
 
3282
+ #: modules/custom-post-types/testimonial.php:119
3283
+ msgid "Customer Name"
3284
  msgstr ""
3285
 
3286
+ #: modules/custom-post-types/testimonial.php:132
3287
+ msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
3288
  msgstr ""
3289
 
3290
+ #: modules/custom-post-types/testimonial.php:135
3291
+ msgid "Testimonial updated."
3292
  msgstr ""
3293
 
3294
+ #: modules/custom-post-types/testimonial.php:137
3295
+ msgid "Testimonial restored to revision from %s"
3296
  msgstr ""
3297
 
3298
+ #: modules/custom-post-types/testimonial.php:138
3299
+ msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
3300
  msgstr ""
3301
 
3302
+ #: modules/custom-post-types/testimonial.php:139
3303
+ msgid "Testimonial saved."
3304
  msgstr ""
3305
 
3306
+ #: modules/custom-post-types/testimonial.php:140
3307
+ msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
3308
  msgstr ""
3309
 
3310
+ #: modules/custom-post-types/testimonial.php:141
3311
+ msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
3312
  msgstr ""
3313
 
3314
+ #: modules/custom-post-types/testimonial.php:144
3315
+ msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
 
3316
  msgstr ""
3317
 
3318
+ #: modules/custom-post-types/testimonial.php:180
3319
+ msgid "Customize Testimonials Archive"
 
3320
  msgstr ""
3321
 
3322
+ #: modules/custom-post-types/testimonial.php:181
3323
+ msgid "Customize"
3324
  msgstr ""
3325
 
3326
+ #: modules/custom-post-types/testimonial.php:205
3327
+ msgid "Testimonial Page Title"
3328
  msgstr ""
3329
 
3330
+ #: modules/custom-post-types/testimonial.php:217
3331
+ msgid "Testimonial Page Content"
3332
  msgstr ""
3333
 
3334
+ #: modules/custom-post-types/testimonial.php:228
3335
+ msgid "Testimonial Page Featured Image"
3336
  msgstr ""
3337
 
3338
+ #: modules/featured-content/featured-content.php:348
3339
+ msgid "Featured content"
3340
  msgstr ""
3341
 
3342
+ #: modules/featured-content/featured-content.php:367
3343
+ msgid "Tag name:"
3344
  msgstr ""
3345
 
3346
+ #: modules/featured-content/featured-content.php:372
3347
+ msgid "Number of posts:"
 
3348
  msgstr ""
3349
 
3350
+ #: modules/featured-content/featured-content.php:377
3351
+ msgid "Hide tag from displaying in post meta and tag clouds."
3352
  msgstr ""
3353
 
3354
+ #: modules/gplus-authorship/admin/ui.php:54
3355
+ #: modules/gplus-authorship/admin/ui.php:65 modules/likes.php:427
3356
+ #: modules/likes.php:439 modules/publicize/ui.php:35
3357
+ #: modules/publicize/ui.php:45 modules/sharedaddy/sharing.php:57
3358
+ #: modules/sharedaddy/sharing.php:163
3359
+ msgid "Sharing Settings"
3360
  msgstr ""
3361
 
3362
+ #: modules/gplus-authorship/admin/ui.php:54 modules/likes.php:427
3363
+ #: modules/module-info.php:315 modules/module-info.php:318
3364
+ #: modules/module-info.php:339 modules/publicize/ui.php:35
3365
+ #: modules/sharedaddy/sharedaddy.php:23 modules/sharedaddy/sharing.php:57
3366
+ msgid "Sharing"
 
 
 
 
 
3367
  msgstr ""
3368
 
3369
+ #: modules/gplus-authorship/admin/ui.php:79
3370
+ msgid "Your Google+ account has been connected."
3371
  msgstr ""
3372
 
3373
+ #: modules/gplus-authorship/admin/ui.php:80
3374
+ msgid "There was a problem connecting your Google+ account. Please try again."
 
 
 
3375
  msgstr ""
3376
 
3377
+ #: modules/gplus-authorship/admin/ui.php:81
3378
+ msgid "You must click 'Accept' in the Google+ dialog to connect your account."
3379
  msgstr ""
3380
 
3381
+ #: modules/gplus-authorship/admin/ui.php:113 modules/module-info.php:785
3382
+ #: modules/module-info.php:789
3383
+ msgid "Google+ Profile"
3384
  msgstr ""
3385
 
3386
+ #: modules/gplus-authorship/admin/ui.php:125 modules/publicize/ui.php:182
3387
+ #: modules/publicize/ui.php:186
3388
+ msgid "Disconnect"
3389
  msgstr ""
3390
 
3391
+ #: modules/gplus-authorship/admin/ui.php:129
3392
+ msgid "Connect your WordPress account to Google+ to add this blog to your Google+ profile and improve the visibility of your blog posts on Google."
3393
  msgstr ""
3394
 
3395
+ #: modules/gplus-authorship/admin/ui.php:131
3396
+ msgid "Need help?"
3397
  msgstr ""
3398
 
3399
+ #: modules/gplus-authorship/admin/ui.php:138
3400
+ msgid "Your Google+ profile and WordPress.com accounts have been disconnected, including your Publicize connections. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
3401
  msgstr ""
3402
 
3403
+ #: modules/gplus-authorship/admin/ui.php:140
3404
+ msgid "Your Google+ profile and WordPress.com accounts have been disconnected. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
 
 
 
 
 
 
 
 
 
 
3405
  msgstr ""
3406
 
3407
+ #: modules/gplus-authorship/admin/ui.php:147
3408
+ msgid "Your Google+ profile name and URL will be displayed in the sharing area of your posts."
3409
  msgstr ""
3410
 
3411
+ #: modules/gplus-authorship/admin/ui.php:155 modules/sso.php:336
3412
+ msgid "Connected"
 
 
 
3413
  msgstr ""
3414
 
3415
+ #: modules/gplus-authorship/admin/ui.php:165 modules/gplus-authorship.php:175
3416
+ msgid "Google+"
3417
+ msgstr ""
 
 
3418
 
3419
+ #: modules/gplus-authorship/admin/ui.php:191
3420
+ msgid "Show Google+ infomation with this post"
3421
  msgstr ""
3422
 
3423
+ #: modules/gplus-authorship.php:132
3424
+ msgid "on Google+"
 
3425
  msgstr ""
3426
 
3427
+ #: modules/gravatar-hovercards.php:47 modules/module-info.php:57
3428
+ #: modules/module-info.php:72
3429
+ msgid "Gravatar Hovercards"
3430
  msgstr ""
3431
 
3432
+ #: modules/gravatar-hovercards.php:59
3433
+ msgid "View people's profiles when you mouse over their Gravatars"
3434
  msgstr ""
3435
 
3436
+ #: modules/gravatar-hovercards.php:86
3437
+ msgid "Put your mouse over your Gravatar to check out your profile."
3438
  msgstr ""
3439
 
3440
+ #: modules/holiday-snow.php:19
3441
+ msgid "Snow"
3442
  msgstr ""
3443
 
3444
+ #: modules/holiday-snow.php:28
3445
+ msgid "Show falling snow on my blog until January 4<sup>th</sup>."
3446
  msgstr ""
3447
 
3448
+ #: modules/infinite-scroll/infinity.php:275
3449
+ msgid "To infinity and beyond"
3450
+ msgstr ""
 
 
3451
 
3452
+ #: modules/infinite-scroll/infinity.php:284
3453
+ msgid "We've disabled this option for you since you have footer widgets in Appearance &rarr; Widgets, or because your theme does not support infinite scroll."
3454
  msgstr ""
3455
 
3456
+ #: modules/contact-form/grunion-form-view.php:121
3457
+ msgid "Email notifications"
3458
  msgstr ""
3459
 
3460
+ #: modules/contact-form/grunion-form-view.php:126
3461
+ msgid "How does this work?"
3462
  msgstr ""
3463
 
3464
+ #: modules/contact-form/grunion-form-view.php:127
3465
+ msgid "By adding a contact form, your readers will be able to submit feedback to you. All feedback is automatically scanned for spam, and the legitimate feedback will be emailed to you."
3466
  msgstr ""
3467
 
3468
+ #: modules/contact-form/grunion-form-view.php:128
3469
+ msgid "Can I add more fields?"
3470
  msgstr ""
3471
 
3472
+ #: modules/contact-form/grunion-form-view.php:130
3473
+ msgctxt "%1$s = \"Click here\" in an HTML link"
3474
+ msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
3475
  msgstr ""
3476
 
3477
+ #: modules/contact-form/grunion-form-view.php:131
3478
+ msgid "Click here"
3479
+ msgstr ""
 
 
3480
 
3481
+ #: modules/contact-form/grunion-form-view.php:133
3482
+ msgid "Can I view my feedback within WordPress?"
3483
  msgstr ""
3484
 
3485
+ #: modules/contact-form/grunion-form-view.php:135
3486
+ msgctxt "%1$s = \"Feedback\" in an HTML link"
3487
+ msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
3488
  msgstr ""
3489
 
3490
+ #: modules/contact-form/grunion-form-view.php:141
3491
+ msgid "Do I need to fill this out?"
3492
  msgstr ""
3493
 
3494
+ #: modules/contact-form/grunion-form-view.php:142
3495
+ msgid "Nope. However, if you&#8217;d like to modify where your feedback is sent, or the subject line you can. If you don&#8217;t make any changes here, feedback will be sent to the author of the page/post and the subject will be the name of this page/post."
3496
  msgstr ""
3497
 
3498
+ #: modules/contact-form/grunion-form-view.php:146
3499
+ msgid "Edit this new field"
3500
  msgstr ""
3501
 
3502
+ #: modules/contact-form/grunion-form-view.php:148
3503
+ #: modules/sharedaddy/sharing-sources.php:980
3504
+ msgid "Label"
3505
  msgstr ""
3506
 
3507
+ #: modules/contact-form/grunion-form-view.php:149
3508
+ msgid "New field"
 
 
3509
  msgstr ""
3510
 
3511
+ #: modules/contact-form/grunion-form-view.php:151
3512
+ msgid "Field type"
3513
  msgstr ""
3514
 
3515
+ #: modules/contact-form/grunion-form-view.php:153
3516
+ msgid "Checkbox"
3517
  msgstr ""
3518
 
3519
  #: modules/contact-form/grunion-form-view.php:154
3597
  msgid "Edit CSS"
3598
  msgstr ""
3599
 
3600
+ #: modules/custom-css/custom-css.php:617
3601
+ msgid "CSS"
3602
+ msgstr ""
3603
+
3604
+ #: modules/custom-css/custom-css.php:637
3605
+ msgid "Custom CSS Stylesheet"
3606
+ msgstr ""
3607
+
3608
+ #: modules/custom-css/custom-css.php:658
3609
+ msgid "Stylesheet saved."
3610
+ msgstr ""
3611
+
3612
+ #: modules/custom-css/custom-css.php:662
3613
+ msgid "Publish"
3614
+ msgstr ""
3615
+
3616
+ #: modules/custom-css/custom-css.php:668
3617
+ msgid "CSS Revisions"
3618
+ msgstr ""
3619
+
3620
+ #: modules/custom-css/custom-css.php:672
3621
+ msgid "CSS Stylesheet Editor"
3622
+ msgstr ""
3623
+
3624
+ #: modules/custom-css/custom-css.php:679
3625
+ msgid ""
3626
+ "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
3627
+ "\t\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
3628
+ msgstr ""
3629
+
3630
+ #: modules/custom-css/custom-css.php:716
3631
+ msgid "Content Width:"
3632
+ msgstr ""
3633
+
3634
+ #: modules/custom-css/custom-css.php:717
3635
+ msgid "Default"
3636
+ msgstr ""
3637
+
3638
+ #: modules/custom-css/custom-css.php:717
3639
+ msgid "%s px"
3640
+ msgstr ""
3641
+
3642
+ #: modules/custom-css/custom-css.php:718 modules/custom-css/custom-css.php:813
3643
+ #: modules/custom-css/custom-css.php:843 modules/minileven/minileven.php:262
3644
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:74
3645
+ #: modules/minileven/theme/pub/minileven/content.php:53
3646
+ #: modules/minileven/theme/pub/minileven/image.php:82
3647
+ #: modules/minileven/theme/pub/minileven/page.php:31
3648
+ #: modules/publicize/ui.php:677
3649
+ msgid "Edit"
3650
+ msgstr "Redaktə et"
3651
+
3652
+ #: modules/custom-css/custom-css.php:725
3653
+ msgid "Limit width to %1$s pixels for videos, full size images, and other shortcodes. (<a href=\"%2$s\">More info</a>.)"
3654
+ msgstr ""
3655
+
3656
+ #: modules/custom-css/custom-css.php:741
3657
+ msgid "The default content width for the %s theme is %d pixels."
3658
+ msgstr ""
3659
+
3660
+ #: modules/custom-css/custom-css.php:746 modules/custom-css/custom-css.php:828
3661
+ #: modules/custom-css/custom-css.php:857 modules/minileven/minileven.php:270
3662
+ #: modules/publicize/publicize-jetpack.php:470
3663
+ #: modules/publicize/publicize-jetpack.php:582 modules/publicize/ui.php:274
3664
+ msgid "OK"
3665
+ msgstr ""
3666
+
3667
+ #: modules/custom-css/custom-css.php:747 modules/custom-css/custom-css.php:829
3668
+ #: modules/custom-css/custom-css.php:858 modules/minileven/minileven.php:271
3669
+ #: modules/sharedaddy/sharing-sources.php:299
3670
+ msgid "Cancel"
3671
+ msgstr "Ləğv et"
3672
+
3673
+ #: modules/custom-css/custom-css.php:811
3674
+ msgid "Preprocessor:"
3675
+ msgstr ""
3676
+
3677
+ #: modules/custom-css/custom-css.php:812 modules/custom-css/custom-css.php:817
3678
+ #: modules/videopress/videopress.php:273 modules/widgets/image-widget.php:124
3679
+ msgid "None"
3680
+ msgstr ""
3681
+
3682
+ #: modules/custom-css/custom-css.php:841
3683
+ msgid "Mode:"
3684
+ msgstr ""
3685
+
3686
+ #: modules/custom-css/custom-css.php:842
3687
+ msgid "Add-on"
3688
  msgstr ""
3689
 
3690
+ #: modules/custom-css/custom-css.php:842
3691
+ msgid "Replacement"
3692
  msgstr ""
3693
 
3694
+ #: modules/custom-css/custom-css.php:849
3695
+ msgid "Add-on CSS <b>(Recommended)</b>"
3696
  msgstr ""
3697
 
3698
+ #: modules/custom-css/custom-css.php:854
3699
+ msgid "Replace <a href=\"%s\">theme's CSS</a> <b>(Advanced)</b>"
3700
  msgstr ""
3701
 
3702
+ #: modules/custom-css/custom-css.php:865
3703
+ #: modules/custom-post-types/comics.php:235
3704
+ #: modules/videopress/videopress.php:662
3705
+ msgid "Preview"
3706
+ msgstr "Görünüş"
3707
+
3708
+ #: modules/custom-css/custom-css.php:867
3709
+ msgid "Save &amp; Buy Upgrade"
3710
  msgstr ""
3711
 
3712
+ #: modules/custom-css/custom-css.php:867
3713
+ msgid "Save Stylesheet"
3714
  msgstr ""
3715
 
3716
+ #: modules/custom-css/custom-css.php:929
3717
+ msgid "Show more"
 
 
3718
  msgstr ""
3719
 
3720
+ #: modules/custom-post-types/comics.php:83
3721
+ msgid "Convert to Comic"
3722
  msgstr ""
3723
 
3724
+ #: modules/custom-post-types/comics.php:89
3725
+ msgid "Convert to Post"
3726
  msgstr ""
3727
 
3728
+ #: modules/custom-post-types/comics.php:113
3729
+ msgid "You are not allowed to make this change."
3730
  msgstr ""
3731
 
3732
+ #: modules/custom-post-types/comics.php:160
3733
+ msgid "Post converted."
3734
+ msgid_plural "%s posts converted"
3735
+ msgstr[0] ""
3736
+ msgstr[1] ""
3737
+
3738
+ #: modules/custom-post-types/comics.php:173
3739
+ msgid "Drop images to upload"
3740
  msgstr ""
3741
 
3742
+ #: modules/custom-post-types/comics.php:174
3743
+ msgid "Uploading..."
 
3744
  msgstr ""
3745
 
3746
+ #: modules/custom-post-types/comics.php:175
3747
+ msgid "Processing..."
 
3748
  msgstr ""
3749
 
3750
+ #: modules/custom-post-types/comics.php:176
3751
+ msgid "Sorry, your browser isn't supported. Upgrade at browsehappy.com."
 
3752
  msgstr ""
3753
 
3754
+ #: modules/custom-post-types/comics.php:177
3755
+ msgid "Only images can be uploaded here."
 
3756
  msgstr ""
3757
 
3758
+ #: modules/custom-post-types/comics.php:178
3759
+ msgid "Your upload didn't complete; try again later or cross your fingers and try again right now."
 
3760
  msgstr ""
3761
 
3762
+ #: modules/custom-post-types/comics.php:191
3763
+ #: modules/custom-post-types/comics.php:193
3764
+ #: modules/custom-post-types/comics.php:195
3765
+ msgid "Comics"
3766
  msgstr ""
3767
 
3768
+ #: modules/custom-post-types/comics.php:194
3769
+ msgid "Comic"
 
3770
  msgstr ""
3771
 
3772
+ #: modules/custom-post-types/comics.php:196
3773
+ msgid "All Comics"
 
3774
  msgstr ""
3775
 
3776
+ #: modules/custom-post-types/comics.php:197
3777
+ #: modules/custom-post-types/testimonial.php:72 modules/publicize/ui.php:207
3778
+ msgid "Add New"
3779
+ msgstr "Yenisini əlavə et"
3780
+
3781
+ #: modules/custom-post-types/comics.php:198
3782
+ msgid "Add New Comic"
3783
  msgstr ""
3784
 
3785
+ #: modules/custom-post-types/comics.php:199
3786
+ msgid "Edit Comic"
 
3787
  msgstr ""
3788
 
3789
+ #: modules/custom-post-types/comics.php:200
3790
+ msgid "New Comic"
3791
  msgstr ""
3792
 
3793
+ #: modules/custom-post-types/comics.php:201
3794
+ msgid "View Comic"
3795
  msgstr ""
3796
 
3797
+ #: modules/custom-post-types/comics.php:202
3798
+ msgid "Search Comics"
3799
  msgstr ""
3800
 
3801
+ #: modules/custom-post-types/comics.php:203
3802
+ msgid "No Comics found"
3803
  msgstr ""
3804
 
3805
+ #: modules/custom-post-types/comics.php:204
3806
+ msgid "No Comics found in Trash"
3807
  msgstr ""
3808
 
3809
+ #: modules/custom-post-types/comics.php:273
3810
+ msgid "Comic updated. <a href=\"%s\">View comic</a>"
3811
  msgstr ""
3812
 
3813
+ #: modules/custom-post-types/comics.php:274
3814
+ #: modules/custom-post-types/testimonial.php:133
3815
+ msgid "Custom field updated."
3816
  msgstr ""
3817
 
3818
+ #: modules/custom-post-types/comics.php:275
3819
+ #: modules/custom-post-types/testimonial.php:134
3820
+ msgid "Custom field deleted."
3821
  msgstr ""
3822
 
3823
+ #: modules/custom-post-types/comics.php:276
3824
+ msgid "Comic updated."
3825
  msgstr ""
3826
 
3827
+ #: modules/custom-post-types/comics.php:278
3828
+ msgid "Comic restored to revision from %s"
3829
  msgstr ""
3830
 
3831
+ #: modules/custom-post-types/comics.php:279
3832
+ msgid "Comic published. <a href=\"%s\">View comic</a>"
 
3833
  msgstr ""
3834
 
3835
+ #: modules/custom-post-types/comics.php:280
3836
+ msgid "Comic saved."
3837
  msgstr ""
3838
 
3839
+ #: modules/custom-post-types/comics.php:281
3840
+ msgid "Comic submitted. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
3841
  msgstr ""
3842
 
3843
+ #: modules/custom-post-types/comics.php:282
3844
+ msgid "Comic scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview comic</a>"
3845
  msgstr ""
3846
 
3847
+ #: modules/custom-post-types/comics.php:284
3848
+ #: modules/custom-post-types/testimonial.php:143
3849
+ msgid "M j, Y @ G:i"
3850
  msgstr ""
3851
 
3852
+ #: modules/custom-post-types/comics.php:285
3853
+ msgid "Comic draft updated. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
3854
  msgstr ""
3855
 
3856
+ #: modules/custom-post-types/comics.php:353
3857
+ msgid "Invalid or expired nonce."
3858
  msgstr ""
3859
 
3860
+ #: modules/custom-post-types/comics.php:462
3861
+ msgid ""
3862
+ "Welcome! Ready to publish your first strip?\n"
3863
+ "\n"
3864
+ "Your webcomic's new site is ready to go. Get started by <a href=\"BLOG_URLwp-admin/customize.php#title\">setting your comic's title and tagline</a> so your readers know what it's all about.\n"
3865
+ "\n"
3866
+ "Looking for more help with setting up your site? Check out the WordPress.com <a href=\"http://learn.wordpress.com/\">beginner's tutorial</a> and the <a href=\"http://en.support.wordpress.com/comics/\">guide to comics on WordPress.com</a>. Dive right in by <a href=\"BLOG_URLwp-admin/customize.php#title\">publishing your first strip!</a>\n"
3867
+ "\n"
3868
+ "Lots of laughs,\n"
3869
+ "The WordPress.com Team"
3870
  msgstr ""
3871
 
3872
+ #: modules/custom-post-types/nova.php:115
3873
+ msgid "Menu Item Labels"
 
3874
  msgstr ""
3875
 
3876
+ #: modules/custom-post-types/nova.php:116
3877
+ msgid "Menu Item Label"
3878
+ msgstr ""
 
 
3879
 
3880
+ #: modules/custom-post-types/nova.php:117
3881
+ msgid "Search Menu Item Labels"
3882
  msgstr ""
3883
 
3884
+ #: modules/custom-post-types/nova.php:118
3885
+ msgid "Popular Labels"
3886
+ msgstr ""
 
3887
 
3888
+ #: modules/custom-post-types/nova.php:119
3889
+ msgid "All Menu Item Labels"
3890
  msgstr ""
3891
 
3892
+ #: modules/carousel/jetpack-carousel.php:336
3893
+ msgid "Comments on this post are closed."
3894
  msgstr ""
3895
 
3896
+ #: modules/carousel/jetpack-carousel.php:346
3897
+ msgid "Sorry, but we could not authenticate your request."
3898
  msgstr ""
3899
 
3900
+ #: modules/carousel/jetpack-carousel.php:355
3901
+ msgid "Please provide your name."
3902
  msgstr ""
3903
 
3904
+ #: modules/carousel/jetpack-carousel.php:358
3905
+ msgid "Please provide an email address."
 
 
 
3906
  msgstr ""
3907
 
3908
+ #: modules/carousel/jetpack-carousel.php:361
3909
+ msgid "Please provide a valid email address."
 
3910
  msgstr ""
3911
 
3912
+ #: modules/carousel/jetpack-carousel.php:390
3913
+ msgid "Image Gallery Carousel"
 
3914
  msgstr ""
3915
 
3916
+ #: modules/carousel/jetpack-carousel.php:393
3917
+ msgid "Enable carousel"
3918
+ msgstr ""
3919
 
3920
+ #: modules/carousel/jetpack-carousel.php:397
3921
+ msgid "Background color"
3922
  msgstr ""
3923
 
3924
+ #: modules/carousel/jetpack-carousel.php:400
3925
+ msgid "Metadata"
3926
+ msgstr ""
3927
 
3928
+ #: modules/carousel/jetpack-carousel.php:457
3929
+ msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
3930
  msgstr ""
3931
 
3932
+ #: modules/carousel/jetpack-carousel.php:465
3933
+ msgid "Show map of photo location in carousel, when available."
 
 
3934
  msgstr ""
3935
 
3936
+ #: modules/carousel/jetpack-carousel.php:473
3937
+ msgid "Black"
3938
  msgstr ""
3939
 
3940
+ #: modules/carousel/jetpack-carousel.php:473
3941
+ msgid "White"
3942
  msgstr ""
3943
 
3944
+ #: modules/carousel/jetpack-carousel.php:481
3945
+ msgid "Display images in full-size carousel slideshow."
3946
  msgstr ""
3947
 
3948
+ #: modules/comments/admin.php:50 modules/comments/comments.php:211
3949
+ #: modules/minileven/theme/pub/minileven/content-gallery.php:71
3950
+ msgid "Leave a Reply"
3951
+ msgstr "Cavab qoy "
3952
+
3953
+ #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:156
3954
+ #: modules/widgets/twitter-timeline.php:217
3955
+ msgid "Light"
3956
  msgstr ""
3957
 
3958
+ #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:157
3959
+ #: modules/widgets/twitter-timeline.php:218
3960
+ msgid "Dark"
3961
  msgstr ""
3962
 
3963
+ #: modules/comments/admin.php:56
3964
+ msgid "Transparent"
3965
  msgstr ""
3966
 
3967
+ #: modules/comments/admin.php:72 modules/module-info.php:521
3968
+ msgid "Jetpack Comments"
3969
  msgstr ""
3970
 
3971
+ #: modules/comments/admin.php:81
3972
+ msgid "Greeting Text"
3973
+ msgstr ""
 
 
 
 
 
 
3974
 
3975
+ #: modules/comments/admin.php:97 modules/comments/admin.php:168
3976
+ #: modules/widgets/facebook-likebox.php:154
3977
+ msgid "Color Scheme"
3978
  msgstr ""
3979
 
3980
+ #: modules/comments/admin.php:118
3981
+ msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
 
3982
  msgstr ""
3983
 
3984
+ #: modules/comments/admin.php:134
3985
+ msgid "A few catchy words to motivate your readers to comment"
 
3986
  msgstr ""
3987
 
3988
+ #: modules/comments/base.php:83
3989
+ msgid "Invalid request"
 
3990
  msgstr ""
3991
 
3992
+ #: modules/comments/base.php:230
3993
+ msgid "Error: please fill the required fields (name, email)."
3994
+ msgstr "Xəta: zəhmət olmasa tələb olunan sahələri doldurun(ad, email)."
3995
+
3996
+ #: modules/comments/base.php:232
3997
+ msgid "Error: please enter a valid email address."
3998
+ msgstr "Səhv var: zəhmət olmasa keçərli elektron poçt ünvanı daxil edin."
3999
+
4000
  #: modules/comments/comments.php:187
4001
  msgid "You must <a href=\"%s\">log in</a> to post a comment."
4002
  msgstr ""
4043
  msgstr ""
4044
 
4045
  #: modules/contact-form/admin.php:197
4046
+ #: modules/contact-form/grunion-contact-form.php:762
4047
  #: modules/contact-form/grunion-omnisearch.php:37
4048
  msgid "Message"
4049
  msgstr ""
4085
  msgstr ""
4086
 
4087
  #: modules/contact-form/admin.php:406
4088
+ #: modules/contact-form/grunion-contact-form.php:1187
4089
  msgctxt "{$date_format} \\a\\t {$time_format}"
4090
  msgid "%1$s \\a\\t %2$s"
4091
  msgstr ""
4124
  msgid "Search Feedback"
4125
  msgstr ""
4126
 
4127
+ #: modules/contact-form/grunion-contact-form.php:85
4128
+ #: modules/contact-form/grunion-contact-form.php:86
4129
+ msgid "No feedback found"
4130
  msgstr ""
4131
 
4132
+ #: modules/contact-form/grunion-contact-form.php:103
4133
+ msgid "Spam <span class=\"count\">(%s)</span>"
4134
+ msgid_plural "Spam <span class=\"count\">(%s)</span>"
4135
+ msgstr[0] ""
4136
+ msgstr[1] ""
4137
+
4138
+ #: modules/contact-form/grunion-contact-form.php:192
4139
+ msgid "An error occurred. Please try again later."
4140
  msgstr ""
4141
 
4142
+ #: modules/contact-form/grunion-contact-form.php:200
4143
+ #: modules/contact-form/grunion-contact-form.php:853
4144
+ msgid "Message Sent"
4145
+ msgstr "Mesaj göndərildi. "
4146
+
4147
+ #: modules/contact-form/grunion-contact-form.php:358
4148
+ msgid "Export feedback as CSV"
4149
  msgstr ""
4150
 
4151
+ #: modules/contact-form/grunion-contact-form.php:364
4152
+ msgid "Select feedback to download"
4153
  msgstr ""
4154
 
4155
+ #: modules/contact-form/grunion-contact-form.php:366
4156
+ msgid "All posts"
4157
  msgstr ""
4158
 
4159
+ #: modules/contact-form/grunion-contact-form.php:371
4160
+ msgid "Download"
4161
  msgstr ""
4162
 
4163
+ #: modules/contact-form/grunion-contact-form.php:418
4164
+ #: modules/contact-form/grunion-contact-form.php:510
4165
+ #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:491
4166
+ #: modules/module-info.php:495
4167
+ msgid "Contact Form"
4168
  msgstr ""
4169
 
4170
+ #: modules/contact-form/grunion-contact-form.php:724
4171
+ msgctxt "%1$s = blog name"
4172
+ msgid "%1$s Sidebar"
4173
  msgstr ""
4174
 
4175
+ #: modules/contact-form/grunion-contact-form.php:727
4176
+ msgctxt "%1$s = blog name, %2$s = post title"
4177
+ msgid "%1$s %2$s"
4178
  msgstr ""
4179
 
4180
+ #: modules/contact-form/grunion-contact-form.php:738
4181
+ msgid "Submit &#187;"
4182
+ msgstr "Təqdim et &#187;"
4183
+
4184
+ #: modules/contact-form/grunion-contact-form.php:758
4185
+ msgid "Subject"
4186
  msgstr ""
4187
 
4188
+ #: modules/contact-form/grunion-contact-form.php:839
4189
+ msgid "Error!"
4190
+ msgstr "Səhv!"
4191
+
4192
+ #: modules/contact-form/grunion-contact-form.php:854
4193
+ msgid "go back"
4194
  msgstr ""
4195
 
4196
+ #: modules/contact-form/grunion-contact-form.php:928
4197
+ #: modules/contact-form/grunion-contact-form.php:944
4198
+ msgctxt "%1$s = form field label, %2$s = form field value"
4199
+ msgid "%1$s: %2$s"
4200
  msgstr ""
4201
 
4202
+ #: modules/contact-form/grunion-contact-form.php:1209
4203
+ msgid "Time:"
4204
  msgstr ""
4205
 
4206
+ #: modules/contact-form/grunion-contact-form.php:1210
4207
+ msgid "IP Address:"
4208
  msgstr ""
4209
 
4210
+ #: modules/contact-form/grunion-contact-form.php:1218
4211
+ msgid "Contact Form URL:"
4212
  msgstr ""
4213
 
4214
+ #: modules/contact-form/grunion-contact-form.php:1223
4215
+ msgid "Sent by a verified %s user."
4216
  msgstr ""
4217
 
4218
+ #: modules/contact-form/grunion-contact-form.php:1227
4219
+ msgid "Sent by an unverified visitor to your site."
4220
  msgstr ""
4221
 
4222
+ #: modules/contact-form/grunion-contact-form.php:1466
4223
+ msgid "%s requires a valid email address"
4224
+ msgstr ""
 
4225
 
4226
+ #: modules/contact-form/grunion-contact-form.php:1472
4227
+ msgid "%s is required"
 
4228
  msgstr ""
4229
 
4230
+ #: modules/contact-form/grunion-contact-form.php:1519
4231
+ #: modules/contact-form/grunion-contact-form.php:1525
4232
+ #: modules/contact-form/grunion-contact-form.php:1530
4233
+ #: modules/contact-form/grunion-contact-form.php:1544
4234
+ #: modules/contact-form/grunion-contact-form.php:1550
4235
+ #: modules/contact-form/grunion-contact-form.php:1561
4236
+ #: modules/contact-form/grunion-contact-form.php:1571
4237
+ msgid "(required)"
4238
+ msgstr "(tələb olunur)"
4239
+
4240
+ #: modules/contact-form/grunion-contact-form.php:1543
4241
+ #: modules/minileven/minileven.php:261
4242
+ msgid "Yes"
4243
  msgstr ""
4244
 
4245
+ #: modules/contact-form/grunion-form-view.php:8
4246
+ msgctxt "Label for HTML form \"Name\" field in contact form builder"
4247
+ msgid "Name"
4248
  msgstr ""
4249
 
4250
+ #: modules/contact-form/grunion-form-view.php:9
4251
+ msgctxt "Label for HTML form \"Email\" field in contact form builder"
4252
+ msgid "Email"
4253
  msgstr ""
4254
 
4255
+ #: modules/contact-form/grunion-form-view.php:10
4256
+ msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
4257
+ msgid "Website"
4258
  msgstr ""
4259
 
4260
+ #: modules/contact-form/grunion-form-view.php:11
4261
+ msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
4262
+ msgid "Comment"
4263
  msgstr ""
4264
 
4265
+ #: modules/contact-form/grunion-form-view.php:12
4266
+ msgctxt "Default label for new HTML form field in contact form builder"
4267
+ msgid "New Field"
4268
  msgstr ""
4269
 
4270
+ #: modules/contact-form/grunion-form-view.php:13
4271
+ msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
4272
+ msgid "Options"
4273
  msgstr ""
4274
 
4275
+ #: modules/contact-form/grunion-form-view.php:14
4276
+ msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
4277
+ msgid "Option"
4278
  msgstr ""
4279
 
4280
+ #: modules/contact-form/grunion-form-view.php:15
4281
+ msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
4282
+ msgid "First option"
4283
+ msgstr ""
4284
 
4285
+ #: modules/contact-form/grunion-form-view.php:16
4286
+ msgctxt "error message in contact form builder"
4287
+ msgid "Oops, there was a problem generating your form. You'll likely need to try again."
4288
+ msgstr ""
4289
 
4290
+ #: modules/contact-form/grunion-form-view.php:17
4291
+ msgid ""
4292
+ "Drag up or down\n"
4293
+ "to re-arrange"
4294
  msgstr ""
4295
 
4296
+ #: modules/contact-form/grunion-form-view.php:18
4297
+ msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
4298
+ msgid "move"
4299
+ msgstr ""
4300
 
4301
+ #: modules/contact-form/grunion-form-view.php:19
4302
+ msgctxt "Link to edit an HTML form field in contact form builder"
4303
+ msgid "edit"
4304
  msgstr ""
4305
 
4306
+ #: modules/contact-form/grunion-form-view.php:20
4307
+ msgid "Saved successfully"
4308
  msgstr ""
4309
 
4310
+ #: modules/contact-form/grunion-form-view.php:21
4311
+ msgctxt "This HTML form field is marked as required by the user in contact form builder"
4312
+ msgid "(required)"
4313
  msgstr ""
4314
 
4315
+ #: modules/contact-form/grunion-form-view.php:22
4316
+ msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
4317
  msgstr ""
4318
 
4319
+ #: modules/contact-form/grunion-form-view.php:118
4320
+ msgid "Your new field was saved successfully"
4321
+ msgstr ""
 
4322
 
4323
+ #: modules/contact-form/grunion-form-view.php:120
4324
+ msgid "Form builder"
4325
  msgstr ""
4326
 
4327
+ #: class.jetpack.php:2800
4328
+ msgid "Terms of Service"
4329
  msgstr ""
4330
 
4331
+ #: class.jetpack.php:2802
4332
+ msgid "Debug"
4333
  msgstr ""
4334
 
4335
+ #: class.jetpack.php:2804 modules/sharedaddy/sharedaddy.php:84
4336
+ msgid "Support"
4337
  msgstr ""
4338
 
4339
+ #: class.jetpack.php:2934
4340
+ msgid "Configure %s"
4341
  msgstr ""
4342
 
4343
+ #: class.jetpack.php:2993
4344
+ msgid "Deactivate"
4345
+ msgstr "Dayandır"
4346
+
4347
+ #: class.jetpack.php:3006
4348
+ msgid "Activate"
4349
+ msgstr "İşə sal"
4350
+
4351
+ #: class.jetpack.php:3026
4352
+ msgid "Free"
4353
  msgstr ""
4354
 
4355
+ #: class.jetpack.php:3026
4356
+ msgid "Purchase"
4357
+ msgstr "Satın al"
4358
+
4359
+ #: class.jetpack.php:3034
4360
+ msgid "New"
4361
  msgstr ""
4362
 
4363
+ #: class.jetpack.php:3037
4364
+ msgid "Updated"
4365
  msgstr ""
4366
 
4367
+ #: class.jetpack.php:3065
4368
+ msgid "Configure"
4369
+ msgstr ""
4370
+
4371
+ #: class.jetpack.php:3103
4372
+ msgid "Coming soon&#8230;"
4373
+ msgstr ""
4374
+
4375
+ #: class.jetpack.php:3242
4376
+ msgid "Something is being cranky!"
4377
+ msgstr ""
4378
+
4379
+ #: class.jetpack.php:3243
4380
+ msgid "Your site is configured to only permit SSL connections to Jetpack, but SSL connections don't seem to be functional!"
4381
+ msgstr ""
4382
+
4383
+ #: class.jetpack.php:3331
4384
+ msgid "Error Details: Jetpack ID is empty. Do not publicly post this error message! %s"
4385
+ msgstr ""
4386
+
4387
+ #: class.jetpack.php:3333
4388
+ msgid "Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s"
4389
+ msgstr ""
4390
+
4391
+ #: class.jetpack.php:3335
4392
+ msgid "Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s"
4393
+ msgstr ""
4394
+
4395
+ #: class.jetpack.php:3493
4396
+ msgid "Jetpack Plugin Version"
4397
+ msgstr ""
4398
+
4399
+ #: class.jetpack.php:3499
4400
+ msgid "The Client ID/WP.com Blog ID of this site"
4401
+ msgstr ""
4402
+
4403
+ #: class.jetpack.php:3749
4404
+ msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
4405
+ msgstr ""
4406
+
4407
+ #: class.jetpack.php:3752
4408
+ msgid "Someone may be trying to trick you into giving them access to your site. Or it could be you just encountered a bug :). Either way, please close this window."
4409
+ msgstr ""
4410
+
4411
+ #: class.jetpack.php:3780
4412
+ msgid "The authorization process expired. Please go back and try again."
4413
+ msgstr ""
4414
+
4415
+ #: class.jetpack.php:3820
4416
+ msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
4417
+ msgstr ""
4418
+
4419
+ #: class.jetpack.php:3988
4420
+ msgid "Something has gotten mixed up!"
4421
  msgstr ""
4422
 
4423
+ #: class.jetpack.php:3990
4424
+ msgid "Your <code>%1$s</code> option is set up as <strong>%2$s</strong>, but your WordPress.com connection lists it as <strong>%3$s</strong>!"
4425
  msgstr ""
4426
 
4427
+ #: class.jetpack.php:3992
4428
+ msgid "The data listed above is not for my current site. Please disconnect, and then form a new connection to WordPress.com for this site using my current settings."
4429
  msgstr ""
4430
 
4431
+ #: class.jetpack.php:3993
4432
+ msgid "Ignore the difference. This is just a staging site for the real site referenced above."
4433
  msgstr ""
4434
 
4435
+ #: class.jetpack.php:3994
4436
+ msgid "That used to be my URL for this site before I changed it. Update the WordPress.com Cloud's data to match my current settings."
4437
  msgstr ""
4438
 
4439
+ #: class.json-api-endpoints.php:1174
4440
+ msgid "This post is password protected."
4441
+ msgstr "Bu yazı gizli şifrə ilə qorunur."
4442
 
4443
+ #: class.json-api-endpoints.php:2865
4444
+ msgid "Comment cache problem?"
4445
  msgstr ""
4446
 
4447
+ #: functions.gallery.php:12
4448
+ msgid "Thumbnail Grid"
4449
  msgstr ""
4450
 
4451
+ #: functions.gallery.php:40
4452
+ msgid "Type"
4453
  msgstr ""
4454
 
4455
+ #: functions.opengraph.php:81
4456
+ msgid "(no title)"
4457
  msgstr ""
4458
 
4459
+ #: locales.php:29
4460
+ msgctxt "locales"
4461
+ msgid "%1$s/%2$s"
 
4462
  msgstr ""
4463
 
4464
+ #: modules/after-the-deadline/atd-l10n.php:12
4465
+ msgid "Spelling"
4466
+ msgstr ""
 
 
4467
 
4468
+ #: modules/after-the-deadline/atd-l10n.php:13
4469
+ msgid "Repeated Word"
4470
  msgstr ""
4471
 
4472
+ #: modules/after-the-deadline/atd-l10n.php:15
4473
+ msgid "No suggestions"
4474
+ msgstr "Təkliflər yoxdur"
4475
+
4476
+ #: modules/after-the-deadline/atd-l10n.php:17
4477
+ msgid "Explain..."
4478
  msgstr ""
4479
 
4480
  #: modules/after-the-deadline/atd-l10n.php:18
4502
  msgstr ""
4503
 
4504
  #: modules/after-the-deadline/atd-l10n.php:26
4505
+ #: modules/after-the-deadline.php:227
4506
  msgid "Proofread Writing"
4507
  msgstr ""
4508
 
4600
  msgid "Redundant Phrases"
4601
  msgstr ""
4602
 
4603
+ #: modules/after-the-deadline/config-options.php:83
4604
+ msgid "<a href=\"%s\">Learn more</a> about these options."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4605
  msgstr ""
4606
 
4607
+ #: modules/after-the-deadline/config-options.php:86
4608
+ msgid "Language"
4609
+ msgstr "Dil"
4610
 
4611
+ #: modules/after-the-deadline/config-options.php:89
4612
+ msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
4613
+ msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
4614
  msgstr ""
4615
 
4616
+ #: modules/after-the-deadline/config-options.php:95
4617
+ msgid "Use automatically detected language to proofread posts and pages"
4618
  msgstr ""
4619
 
4620
+ #: modules/after-the-deadline/config-unignore.php:129
4621
+ msgid "Ignored Phrases"
4622
  msgstr ""
4623
 
4624
+ #: modules/after-the-deadline/config-unignore.php:131
4625
+ msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
4626
  msgstr ""
4627
 
4628
+ #: modules/after-the-deadline/config-unignore.php:133
4629
+ #: modules/widget-visibility/widget-conditions.php:174
4630
+ msgid "Add"
4631
+ msgstr "Əlavə et"
4632
 
4633
+ #: modules/after-the-deadline/config-unignore.php:138
4634
+ msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
4635
  msgstr ""
4636
 
4637
+ #: modules/carousel/jetpack-carousel.php:106
4638
+ msgid "Comment"
4639
  msgstr ""
4640
 
4641
+ #: modules/carousel/jetpack-carousel.php:107
4642
+ msgid "Post Comment"
4643
  msgstr ""
4644
 
4645
+ #: modules/carousel/jetpack-carousel.php:109
4646
+ msgid "Loading Comments..."
4647
  msgstr ""
4648
 
4649
+ #: modules/carousel/jetpack-carousel.php:110
4650
+ msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
 
4651
  msgstr ""
4652
 
4653
+ #: modules/carousel/jetpack-carousel.php:111
4654
+ msgid "Please be sure to submit some text with your comment."
4655
  msgstr ""
4656
 
4657
+ #: modules/carousel/jetpack-carousel.php:112
4658
+ msgid "Please provide an email address to comment."
 
4659
  msgstr ""
4660
 
4661
+ #: modules/carousel/jetpack-carousel.php:113
4662
+ msgid "Please provide your name to comment."
4663
  msgstr ""
4664
 
4665
+ #: modules/carousel/jetpack-carousel.php:114
4666
+ msgid "Sorry, but there was an error posting your comment. Please try again later."
4667
  msgstr ""
4668
 
4669
+ #: modules/carousel/jetpack-carousel.php:115
4670
+ msgid "Your comment was approved."
4671
  msgstr ""
4672
 
4673
+ #: modules/carousel/jetpack-carousel.php:116
4674
+ msgid "Your comment is in moderation."
4675
  msgstr ""
4676
 
4677
+ #: modules/carousel/jetpack-carousel.php:117
4678
+ msgid "Camera"
4679
  msgstr ""
4680
 
4681
+ #: modules/carousel/jetpack-carousel.php:118
4682
+ msgid "Aperture"
4683
  msgstr ""
4684
 
4685
+ #: modules/carousel/jetpack-carousel.php:119
4686
+ msgid "Shutter Speed"
4687
  msgstr ""
4688
 
4689
+ #: modules/carousel/jetpack-carousel.php:120
4690
+ msgid "Focal Length"
4691
  msgstr ""
4692
 
4693
+ #: modules/carousel/jetpack-carousel.php:130
4694
+ msgid "Commenting as %s"
4695
  msgstr ""
4696
 
4697
+ #: modules/carousel/jetpack-carousel.php:133
4698
+ msgid "You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in</a> to post a comment."
 
 
 
 
 
 
 
 
4699
  msgstr ""
4700
 
4701
+ #: modules/carousel/jetpack-carousel.php:135
4702
+ msgid "%s (Required)"
 
 
 
 
4703
  msgstr ""
4704
 
4705
+ #: modules/carousel/jetpack-carousel.php:137
4706
+ #: modules/contact-form/grunion-contact-form.php:753
4707
+ #: modules/contact-form/grunion-form-view.php:155
4708
+ msgid "Email"
4709
  msgstr ""
4710
 
4711
+ #: modules/carousel/jetpack-carousel.php:141
4712
+ #: modules/contact-form/grunion-contact-form.php:754
4713
+ #: modules/contact-form/grunion-form-view.php:160
4714
+ msgid "Website"
4715
+ msgstr "Vebsayt"
4716
 
4717
+ #: modules/carousel/jetpack-carousel.php:274
4718
+ msgid "Missing attachment ID."
4719
  msgstr ""
4720
 
4721
+ #: modules/carousel/jetpack-carousel.php:311
4722
+ msgid "Nonce verification failed."
4723
  msgstr ""
4724
 
4725
+ #: modules/carousel/jetpack-carousel.php:318
4726
+ msgid "Missing target blog ID."
4727
  msgstr ""
4728
 
4729
+ #: modules/carousel/jetpack-carousel.php:321
4730
+ msgid "Missing target post ID."
4731
  msgstr ""
4732
 
4733
+ #: modules/carousel/jetpack-carousel.php:324
4734
+ msgid "No comment text was submitted."
4735
  msgstr ""
4736
 
4737
+ #: class.jetpack-debugger.php:139
4738
+ msgid "It may be caused by one of these issues, which you can diagnose yourself:"
4739
  msgstr ""
4740
 
4741
+ #: class.jetpack-debugger.php:141
4742
+ msgid "A known issue."
4743
  msgstr ""
4744
 
4745
+ #: class.jetpack-debugger.php:141
4746
+ msgid "Some themes and plugins have <a href=\"%1$s\" target=\"_blank\">known conflicts</a> with Jetpack check the <a href=\"%2$s\" target=\"_blank\">list</a>. (You can also browse the <a href=\"%3$s\">Jetpack support pages</a> or <a href=\"%4$s\">Jetpack support forum</a> to see if others have experienced and solved the problem.)"
4747
  msgstr ""
4748
 
4749
+ #: class.jetpack-debugger.php:142
4750
+ msgid "An incompatible plugin."
4751
  msgstr ""
4752
 
4753
+ #: class.jetpack-debugger.php:142
4754
+ msgid "Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help."
4755
  msgstr ""
4756
 
4757
+ #: class.jetpack-debugger.php:143
4758
+ msgid "A theme conflict."
4759
  msgstr ""
4760
 
4761
+ #: class.jetpack-debugger.php:143
4762
+ msgid "If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know."
4763
  msgstr ""
4764
 
4765
+ #: class.jetpack-debugger.php:144
4766
+ msgid "A problem with your XMLRPC file."
4767
  msgstr ""
4768
 
4769
+ #: class.jetpack-debugger.php:144
4770
+ msgid "Load your <a href=\"%s\">XMLRPC file</a>. It should say “XML-RPC server accepts POST requests only.” on a line by itself."
4771
  msgstr ""
4772
 
4773
+ #: class.jetpack-debugger.php:146
4774
+ msgid "If it's not by itself, a theme or plugin is displaying extra characters. Try steps 2 and 3."
 
 
 
 
 
 
 
4775
  msgstr ""
4776
 
4777
+ #: class.jetpack-debugger.php:147
4778
+ msgid "If you get a 404 message, contact your web host. Their security may block XMLRPC."
4779
  msgstr ""
4780
 
4781
+ #: class.jetpack-debugger.php:152
4782
+ msgid "If none of these help you find a solution, <a href=\"#\">click here to contact Jetpack support</a>. Tell us as much as you can about the issue and what steps you've tried to resolve it, and one of our Happiness Engineers will be in touch to help."
4783
  msgstr ""
4784
 
4785
+ #: class.jetpack-debugger.php:166
4786
+ msgid "Please describe the problem you are having."
4787
  msgstr ""
4788
 
4789
+ #: class.jetpack-debugger.php:171 modules/carousel/jetpack-carousel.php:139
4790
+ #: modules/contact-form/grunion-contact-form.php:752
4791
+ #: modules/contact-form/grunion-form-view.php:156
4792
+ #: modules/custom-post-types/nova.php:740
4793
+ msgid "Name"
4794
  msgstr ""
4795
 
4796
+ #: class.jetpack-debugger.php:172
4797
+ msgid "Let us know your name."
4798
+ msgstr ""
 
 
4799
 
4800
+ #: class.jetpack-debugger.php:177
4801
+ msgid "E-mail"
4802
+ msgstr "Elektron poçt"
 
 
4803
 
4804
+ #: class.jetpack-debugger.php:178
4805
+ msgid "Use a valid email address."
4806
  msgstr ""
4807
 
4808
+ #: class.jetpack-debugger.php:183
4809
+ msgid "The test results and some other useful debug information will be sent to the support team. Please feel free to <a href=\"#\">review/modify</a> this information."
4810
+ msgstr ""
 
 
 
4811
 
4812
+ #: class.jetpack-debugger.php:187
4813
+ msgid "Debug Info"
4814
+ msgstr ""
 
 
 
4815
 
4816
+ #: class.jetpack-heartbeat.php:128
4817
+ msgid "Jetpack weekly"
 
4818
  msgstr ""
4819
 
4820
+ #: class.jetpack.php:1311
4821
+ msgid "Jetpack requires WordPress version %s or later."
4822
  msgstr ""
4823
 
4824
+ #: class.jetpack.php:1555 class.jetpack.php:1571
4825
+ msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
4826
  msgstr ""
4827
 
4828
+ #: class.jetpack.php:1592
4829
  msgid "One New Jetpack Module"
4830
  msgid_plural "%s New Jetpack Modules"
4831
  msgstr[0] ""
4832
  msgstr[1] ""
4833
 
4834
+ #: class.jetpack.php:1595
4835
  msgid "Jetpack"
4836
  msgstr ""
4837
 
4838
+ #: class.jetpack.php:1765 class.jetpack.php:1790 class.jetpack.php:1803
4839
+ #: class.jetpack.php:2680 class.jetpack.php:2933
4840
  msgid "Jetpack by WordPress.com"
4841
  msgstr ""
4842
 
4843
+ #: class.jetpack.php:1766 class.jetpack.php:1791 class.jetpack.php:2683
4844
  msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
4845
  msgstr ""
4846
 
4847
+ #: class.jetpack.php:1767 class.jetpack.php:1792
4848
  msgid "On this page, you are able to view the modules available within Jetpack, learn more about them, and activate or deactivate them as needed."
4849
  msgstr ""
4850
 
4851
+ #: class.jetpack.php:1768
4852
  msgid "Jetpack Module Options"
4853
  msgstr ""
4854
 
4855
+ #: class.jetpack.php:1769
4856
  msgid "<strong>To Activate/Deactivate a Module</strong> - Click on Learn More. An Activate or Deactivate button will now appear next to the Learn More button. Click the Activate/Deactivate button."
4857
  msgstr ""
4858
 
4859
+ #: class.jetpack.php:1770 class.jetpack.php:1817
4860
  msgid "For more information:"
4861
  msgstr ""
4862
 
4863
+ #: class.jetpack.php:1771 class.jetpack.php:1818
4864
  msgid "Jetpack FAQ"
4865
  msgstr ""
4866
 
4867
+ #: class.jetpack.php:1772 class.jetpack.php:1819
4868
  msgid "Jetpack Support"
4869
  msgstr ""
4870
 
4871
+ #: class.jetpack.php:1788
4872
  msgid "Overview"
4873
  msgstr ""
4874
 
4875
+ #: class.jetpack.php:1801
4876
  msgid "Modules"
4877
  msgstr ""
4878
 
4879
+ #: class.jetpack.php:1804
4880
  msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
4881
  msgstr ""
4882
 
4883
+ #: class.jetpack.php:1806
4884
  msgid "Find the component you want to manage"
4885
  msgstr ""
4886
 
4887
+ #: class.jetpack.php:1807
4888
  msgid "Click on Learn More"
4889
  msgstr ""
4890
 
4891
+ #: class.jetpack.php:1808
4892
  msgid "An Activate or Deactivate button will appear"
4893
  msgstr ""
4894
 
4895
+ #: class.jetpack.php:1809
4896
  msgid "If additional settings are available, a link to them will appear"
4897
  msgstr ""
4898
 
4899
+ #: class.jetpack.php:1889 modules/publicize/ui.php:677
4900
  #: modules/sharedaddy/sharedaddy.php:76 modules/sharedaddy/sharedaddy.php:83
4901
  msgid "Settings"
4902
  msgstr "Sazlamalar"
4903
 
4904
+ #: class.jetpack.php:1906
4905
  msgid "Dismiss this notice and deactivate Jetpack."
4906
  msgstr ""
4907
 
4908
+ #: class.jetpack.php:1912
4909
  msgid "<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!"
4910
  msgstr ""
4911
 
4912
+ #: class.jetpack.php:1914
4913
  msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
4914
  msgstr ""
4915
 
4916
+ #: class.jetpack.php:1920 class.jetpack.php:2716
4917
  msgid "Connect to WordPress.com"
4918
  msgstr ""
4919
 
4920
+ #: class.jetpack.php:1922 modules/module-info.php:45 modules/module-info.php:81
4921
  #: modules/module-info.php:138 modules/module-info.php:173
4922
  #: modules/module-info.php:207 modules/module-info.php:237
4923
  #: modules/module-info.php:270 modules/module-info.php:306
4931
  #: modules/module-info.php:728 modules/module-info.php:749
4932
  #: modules/module-info.php:775 modules/module-info.php:801
4933
  #: modules/module-info.php:824 modules/module-info.php:843
4934
+ #: modules/module-info.php:860 modules/module-info.php:876
4935
+ #: modules/module-info.php:896
4936
  msgid "Learn More"
4937
  msgstr ""
4938
 
4939
+ #: class.jetpack.php:1935
4940
  msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
4941
  msgstr ""
4942
 
4943
+ #: class.jetpack.php:1962
4944
  msgid "Jetpack now includes Jetpack Comments, which enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site. To activate Jetpack Comments, <a href=\"%s\">%s</a>."
4945
  msgstr ""
4946
 
4947
+ #: class.jetpack.php:1973
4948
  msgid "click here"
4949
  msgstr ""
4950
 
4951
+ #: class.jetpack.php:2143
4952
  msgid "Cheatin&#8217; uh?"
4953
  msgstr ""
4954
 
4955
+ #: class.jetpack.php:2146
4956
  msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
4957
  msgstr ""
4958
 
4959
+ #: class.jetpack.php:2149
4960
  msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
4961
  msgstr ""
4962
 
4963
+ #: class.jetpack.php:2153
4964
+ msgid "Return to sender. Whoops! It looks like you got the wrong Jetpack in the mail; deactivate then reactivate the Jetpack plugin to get a new one."
4965
  msgstr ""
4966
 
4967
+ #: class.jetpack.php:2156
4968
+ msgid "Wrong size. Hm&#8230; it seems your Jetpack doesn&#8217;t quite fit. Have you lost weight? Click &#8220;Connect to WordPress.com&#8221; again to get your Jetpack adjusted."
4969
  msgstr ""
4970
 
4971
+ #: class.jetpack.php:2160
4972
+ msgid "Your website needs to be publicly accessible to use Jetpack: %s"
4973
  msgstr ""
4974
 
4975
+ #: class.jetpack.php:2165
4976
+ msgid "%s could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
4977
  msgstr ""
4978
 
4979
+ #: class.jetpack.php:2167
4980
+ msgid "Do you still have the %s plugin installed?"
4981
  msgstr ""
4982
 
4983
+ #: class.jetpack.php:2170
4984
+ msgid "Module could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
4985
  msgstr ""
4986
 
4987
+ #: class.jetpack.php:2178
4988
+ msgid "<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."
4989
  msgstr ""
4990
 
4991
+ #: class.jetpack.php:2184
4992
+ msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
4993
  msgstr ""
4994
 
4995
+ #: class.jetpack.php:2188
4996
+ msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
4997
  msgstr ""
4998
 
4999
+ #: class.jetpack.php:2228
5000
+ msgid "<strong>Your Jetpack has a glitch.</strong> Something went wrong that&#8217;s never supposed to happen. Guess you&#8217;re just lucky: %s"
5001
  msgstr ""
5002
 
5003
+ #: class.jetpack.php:2231
5004
+ msgid "Try connecting again."
5005
  msgstr ""
5006
 
5007
+ #: class.jetpack.php:2255
5008
+ msgid "Welcome to <strong>Jetpack %s</strong>!"
5009
  msgstr ""
5010
 
5011
+ #: class.jetpack.php:2267
5012
+ msgid "The following new modules have been activated: %l."
5013
  msgstr ""
5014
 
5015
+ #: class.jetpack.php:2279
5016
+ msgid "The following modules have been updated: %l."
5017
  msgstr ""
5018
 
5019
+ #: class.jetpack.php:2288
5020
+ msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
5021
  msgstr ""
5022
 
5023
+ #: class.jetpack.php:2314
5024
+ msgctxt "%l = list of Jetpack module/feature names"
5025
+ msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
5026
+ msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
5027
+ msgstr[0] ""
5028
+ msgstr[1] ""
5029
+
5030
+ #: class.jetpack.php:2326
5031
+ msgid "<strong>Module settings were saved.</strong> "
5032
  msgstr ""
5033
 
5034
+ #: class.jetpack.php:2330
5035
+ msgid "<strong>Your Jetpack is already connected.</strong> "
5036
  msgstr ""
5037
 
5038
+ #: class.jetpack.php:2334 class.jetpack.php:2341
5039
+ msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
5040
  msgstr ""
5041
 
5042
+ #: class.jetpack.php:2336
5043
+ msgid "The features below are now active. Click the learn more buttons to explore each feature."
5044
  msgstr ""
5045
 
5046
+ #: class.jetpack.php:2347
5047
+ msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
5048
  msgstr ""
5049
 
5050
+ #: class.jetpack.php:2370
5051
+ msgid "Jetpack contains the most recent version of the old %l plugin."
5052
+ msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
5053
+ msgstr[0] ""
5054
+ msgstr[1] ""
5055
+
5056
+ #: class.jetpack.php:2381
5057
+ msgid "The old version has been deactivated and can be removed from your site."
5058
+ msgid_plural "The old versions have been deactivated and can be removed from your site."
5059
+ msgstr[0] ""
5060
+ msgstr[1] ""
5061
+
5062
+ #: class.jetpack.php:2446
5063
+ msgid "Is this site private?"
5064
  msgstr ""
5065
 
5066
+ #: class.jetpack.php:2451
5067
+ msgctxt "%l = list of Jetpack module/feature names"
5068
+ msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
5069
+ msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
5070
+ msgstr[0] ""
5071
+ msgstr[1] ""
5072
+
5073
+ #: class.jetpack.php:2468
5074
+ msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
5075
+ msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
5076
+ msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
5077
+ msgstr[0] ""
5078
+ msgstr[1] ""
5079
+
5080
+ #: class.jetpack.php:2485
5081
+ msgctxt "%l = list of Jetpack module/feature names"
5082
+ msgid "Deactivate %l"
5083
  msgstr ""
5084
 
5085
+ #: class.jetpack.php:2670
5086
+ msgid "Connected to WordPress.com"
5087
+ msgstr ""
5088
 
5089
+ #: class.jetpack.php:2670
5090
+ msgid "Disconnect from WordPress.com"
5091
  msgstr ""
5092
 
5093
+ #: class.jetpack.php:2675
5094
+ msgid "User linked to WordPress.com"
5095
  msgstr ""
5096
 
5097
+ #: class.jetpack.php:2675
5098
+ msgid "Unlink user from WordPress.com"
5099
  msgstr ""
5100
 
5101
+ #: class.jetpack.php:2693
5102
+ msgid "Jetpack is network activated and notices can not be dismissed."
5103
  msgstr ""
5104
 
5105
+ #: class.jetpack.php:2707
5106
+ msgid "Dismiss this notice."
5107
  msgstr ""
5108
 
5109
+ #: class.jetpack.php:2712
5110
+ msgid "To enable all of the Jetpack features you&#8217;ll need to connect your website to WordPress.com using the button to the right. Once you&#8217;ve made the connection you&#8217;ll activate all the delightful features below."
5111
+ msgstr ""
5112
+
5113
+ #: class.jetpack.php:2727
5114
+ msgid "To enable all of the Jetpack features you&#8217;ll need to link your account here to your WordPress.com account using the button to the right."
5115
+ msgstr ""
5116
+
5117
+ #: class.jetpack.php:2731 modules/post-by-email.php:132
5118
+ #: modules/publicize/publicize-jetpack.php:68
5119
+ msgid "Link account with WordPress.com"
5120
+ msgstr ""
5121
+
5122
+ #: class.jetpack.php:2752
5123
+ msgid "Have feedback on Jetpack?"
5124
+ msgstr ""
5125
+
5126
+ #: class.jetpack.php:2754
5127
+ msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
5128
+ msgstr ""
5129
+
5130
+ #: class.jetpack.php:2757
5131
+ msgid "Take Survey"
5132
+ msgstr ""
5133
+
5134
+ #: class.jetpack.php:2763
5135
+ msgid "Checking email updates status&hellip;"
5136
+ msgstr ""
5137
+
5138
+ #: class.jetpack.php:2769
5139
+ msgctxt "%s = Unsubscribe link"
5140
+ msgid "You are currently subscribed to email updates. %s"
5141
+ msgstr ""
5142
+
5143
+ #: class.jetpack.php:2770
5144
+ msgid "Unsubscribe"
5145
+ msgstr ""
5146
+
5147
+ #: class.jetpack.php:2774
5148
+ msgctxt "%s = Subscribe link"
5149
+ msgid "Want to receive updates about Jetpack by email? %s"
5150
+ msgstr ""
5151
+
5152
+ #: class.jetpack.php:2775 modules/subscriptions.php:696
5153
+ msgid "Subscribe"
5154
+ msgstr ""
5155
+
5156
+ #: class.jetpack.php:2782
5157
+ msgid "You have been subscribed to receive email updates."
5158
+ msgstr ""
5159
+
5160
+ #: class.jetpack.php:2784
5161
+ msgid "You will no longer receive email updates about Jetpack."
5162
+ msgstr ""
5163
+
5164
+ #: class.jetpack.php:2796
5165
+ msgid "An <span>Automattic</span> Airline"
5166
+ msgstr ""
5167
+
5168
+ #: class.jetpack.php:2799
5169
+ msgid "Privacy Policy"
5170
  msgstr ""
5171
 
5172
  #: class.jetpack-client-server.php:141
5177
  msgid "You need to register your Jetpack before connecting it."
5178
  msgstr ""
5179
 
5180
+ #: class.jetpack-client-server.php:188 class.jetpack.php:3319
5181
+ #: class.jetpack.php:3321 class.jetpack.php:3323 class.jetpack.php:3326
5182
  msgid "Error Details: %s"
5183
  msgstr ""
5184
 
5196
 
5197
  #: class.jetpack-debugger.php:76
5198
  msgid "Your `%1$s` option is set up as `%2$s`, but your WordPress.com connection lists it as `%3$s`!"
5199
+ msgstr ""
5200
+
5201
+ #: class.jetpack-debugger.php:83
5202
+ msgid "Something has gotten mixed up in your Jetpack Connection!"
5203
+ msgstr ""
5204
+
5205
+ #: class.jetpack-debugger.php:93
5206
+ msgid "It looks like your site can not communicate properly with Jetpack."
5207
+ msgstr ""
5208
+
5209
+ #: class.jetpack-debugger.php:99 class.jetpack.php:1600 class.jetpack.php:1820
5210
+ msgid "Jetpack Debugging Center"
5211
+ msgstr ""
5212
+
5213
+ #: class.jetpack-debugger.php:100
5214
+ msgid "Testing your site's compatibily with Jetpack..."
5215
+ msgstr ""
5216
+
5217
+ #: class.jetpack-debugger.php:128
5218
+ msgid "Your Jetpack setup looks a-okay!"
5219
+ msgstr ""
5220
+
5221
+ #: class.jetpack-debugger.php:131
5222
+ msgid "There seems to be a problem with your site’s ability to communicate with Jetpack!"
5223
+ msgstr ""
5224
+
5225
+ #: class.jetpack-debugger.php:138
5226
+ msgid "Trouble with Jetpack?"
5227
  msgstr ""
languages/jetpack-bs_BA.mo CHANGED
Binary file
languages/jetpack-bs_BA.po CHANGED
@@ -1,42 +1,130 @@
1
- # Translation of 2.5 in Bosnian
2
- # This file is distributed under the same license as the 2.5 package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2013-09-19 15:16:28+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
  "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: 2.5\n"
12
 
13
- #: modules/videopress/videopress.php:664
14
- msgid "The preview is unavailable while this video is being processed."
15
  msgstr ""
16
 
17
- #: modules/shortcodes/presentations.php:242
18
- msgid "Click to autoplay the presentation!"
 
19
  msgstr ""
20
 
21
- #: modules/gplus-authorship/admin/ui.php:138
22
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected, including your Publicize connections. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
 
23
  msgstr ""
24
 
25
- #: modules/gplus-authorship/admin/ui.php:140
26
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
27
  msgstr ""
28
 
29
- msgid "Likes are a way for people to show their appreciation for content you have written. It’s also a way for you to show the world how popular your content has become."
 
 
30
  msgstr ""
31
 
32
- msgid "Automatically optimize your site for mobile devices."
 
 
33
  msgstr ""
34
 
35
- msgid "Receive notifications on your mobile device."
 
 
36
  msgstr ""
37
 
38
- msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
39
- msgstr "Pratite i upravljajte aktivnostima na vašoj stranici pomoću Obavijesti u vašoj alatnoj traci i na WordPress.com stranici."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
 
41
  msgid "A single search box, that lets you search many different things."
42
  msgstr ""
@@ -59,6 +147,12 @@ msgstr "Jednostavna ugradnja video datoteka sa stranica kao što su YouTube, Vim
59
  msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
60
  msgstr "Omogućite WP.me kratke linkove radi lakše razmjene na svim vašim člancima i stranicama."
61
 
 
 
 
 
 
 
62
  msgid "Simple, concise site stats with no additional load on your server."
63
  msgstr "Jednostavna statistika stranice koja ne opterećuje vaš server."
64
 
@@ -80,108 +174,166 @@ msgstr ""
80
  msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
81
  msgstr "Jednostavno dodajte slike, Twitter napomene i RSS linkove u bočnu traku vaše teme."
82
 
83
- msgid "Let users login with their WordPress.com Credentials, through <a href=\"http://jetpack.me/support/wpcc/\">WordPress.com Connect</a>"
84
- msgstr ""
 
85
 
86
- #: modules/wpcc/wpcc-sign-on.php:98
87
- msgid "WPCC Client Secret"
88
- msgstr ""
89
 
90
- #: modules/wpcc/wpcc-sign-on.php:123
91
- msgid "<strong>Almost done.</strong> Before WordPress.com Connect can finish activating, you'll need to <a href=\"%s\">register your website as an application on WordPress.com</a>"
92
- msgstr ""
93
 
94
- #: modules/wpcc/wpcc-sign-on.php:146
95
- msgid "Visit WordPress.com to <a href=\"%s\">register a new WPCC client id and secret key</a>."
96
- msgstr ""
97
 
98
- #: modules/wpcc/wpcc-sign-on.php:148
99
- msgid "Visit WordPress.com to <a href=\"%s\">manage your WPCC client settings</a>."
100
- msgstr ""
101
 
102
- #: modules/wpcc/wpcc-sign-on.php:175
103
- msgid "Connecting with WordPress.com Connect enables you to log on via your WordPress.com account."
104
- msgstr ""
105
 
106
- #: modules/wpcc/wpcc-sign-on.php:188
107
- msgid "Unlink This Account"
108
- msgstr ""
109
 
110
- #: modules/wpcc/wpcc-sign-on.php:231
111
- msgid "This profile is not currently linked to a WordPress.com Profile."
 
 
 
 
 
 
 
 
 
 
 
 
112
  msgstr ""
113
 
114
- #: modules/wpcc/wpcc-sign-on.php:238
115
- msgid "Warning! State variable missing after authentication."
116
  msgstr ""
117
 
118
- #: modules/wpcc/wpcc-sign-on.php:242
119
- msgid "Warning! State mismatch. Authentication attempt may have been compromised."
120
  msgstr ""
121
 
122
- #: modules/wpcc/wpcc-sign-on.php:262
123
- msgid "Warning! Could not confirm request token url!"
124
  msgstr ""
125
 
126
- #: modules/wpcc/wpcc-sign-on.php:276
127
- msgid "Warning! Could not fetch user data!"
128
  msgstr ""
129
 
130
- #: modules/wpcc/wpcc-sign-on.php:409
131
- msgid "We couldn't find an account with the email <strong><code>%1$s</code></strong> to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that <strong><code>%1$s</code></strong> is configured as the email address, or that you have connected to WordPress.com on your profile page."
132
  msgstr ""
133
 
134
- #: modules/wpcc/wpcc-sign-on.php:411
135
- msgid "We couldn't find any account on <strong>%2$s</strong> that is linked to your WordPress.com account to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that you have connected to WordPress.com on your profile page."
 
 
 
 
 
 
 
 
136
  msgstr ""
137
 
138
- msgid "http://wordpress.org/extend/plugins/jetpack/"
139
- msgstr "http://wordpress.org/extend/plugins/jetpack/"
 
140
 
141
- msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
142
- msgstr "Dobijte WordPress.com mogućnosti na vašoj samostalno hostiranoj WordPress stranici. Jetpack vam omogućava da povežete vaš blog sa WordPress.com računom kako biste mogli koristiti mogućnosti koje su dostupne samo za WordPress.com korisnike."
 
143
 
144
- msgid "Automattic"
145
- msgstr "Automattic"
 
 
146
 
147
- msgid "http://jetpack.me"
148
- msgstr "http://jetpack.me"
 
149
 
150
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
151
- msgstr "Poboljšajte vlastiti pravopis, stil i gramatiku pomoću <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> servisa."
 
152
 
153
- msgid "Transform your standard image galleries into an immersive full-screen experience."
154
- msgstr ""
 
155
 
156
- msgid "A new comment system that has integrated social media login options."
157
- msgstr "Novi sistem komentarisanja koji integriše opcije prijavljivanja na socijalne mreže."
 
158
 
159
- msgid "Easily insert a contact form anywhere on your site."
160
- msgstr ""
 
161
 
162
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
163
- msgstr ""
 
164
 
165
- msgid "Share your public posts and comments to search engines and other services in real-time."
166
- msgstr "Trenutno šaljite vaše javne članke i komentare pretraživačima i drugim servisima."
 
167
 
168
- msgid "Show a link to your Google+ in the sharing area of your posts and add your blog URL to your Google+ profile."
169
- msgstr ""
 
170
 
171
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
172
- msgstr "Prikazuje iskačuću karticu gravatar profila vaših korisnika u poljima za komentare."
 
173
 
174
- msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
175
- msgstr ""
 
176
 
177
- msgid "Allow applications to securely access your content through the cloud."
178
- msgstr "Dozvolite aplikacijama sigurni pristup vašem sadržaju preko oblaka."
 
179
 
180
- msgid "Beautiful Math"
181
- msgstr "Beautiful Math"
 
182
 
183
- msgid "Mark up your posts with the <img src=\"//s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
184
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
 
186
  #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
187
  msgid "Top Posts &amp; Pages"
@@ -291,361 +443,210 @@ msgstr ""
291
  msgid "Timeline Theme:"
292
  msgstr ""
293
 
294
- #: modules/widgets.php:49
295
- msgid "%s (Jetpack)"
296
- msgstr "%s (Jetpack)"
297
-
298
- #: modules/wpcc/wpcc-sign-on.php:91
299
- msgid "WPCC Client ID"
300
  msgstr ""
301
 
302
- #: modules/widgets/readmill.php:47
303
- msgid "Just enter the URL to your book, make sure it's a PDF or EPUB file, and you are ready to go. For more help, head to <a href='%s'>the Readmill WordPress Widget support page</a>."
304
  msgstr ""
305
 
306
- #: modules/widgets/readmill.php:55
307
- msgid "Download URL:"
 
308
  msgstr ""
309
 
310
- #: modules/widgets/readmill.php:60
311
- msgid "Item URL:"
312
  msgstr ""
313
 
314
- #: modules/widgets/readmill.php:65
315
- msgid "What size icon?"
316
- msgstr ""
317
 
318
- #: modules/widgets/readmill.php:67 modules/widgets/rsslinks-widget.php:101
319
- msgid "Large"
320
- msgstr "Veliko"
321
 
322
- #: modules/widgets/readmill.php:68 modules/widgets/rsslinks-widget.php:99
323
- msgid "Small"
324
- msgstr "Malo"
325
 
326
- #: modules/widgets/readmill.php:125
327
- msgid "Your ePub link is empty. Provide an ePub link to display the Send to Readmill widget."
328
  msgstr ""
329
 
330
- #: modules/widgets/rsslinks-widget.php:12
331
- msgid "Links to your blog's RSS feeds"
332
- msgstr "Linkovi ka RSS kanalima vašeg bloga"
333
 
334
- #: modules/widgets/rsslinks-widget.php:13
335
- msgid "RSS Links (Jetpack)"
336
- msgstr "RSS linkovi (Jetpack)"
337
 
338
- #: modules/widgets/rsslinks-widget.php:67
339
- #: modules/widgets/rsslinks-widget.php:133
340
- msgid "Posts"
341
- msgstr "Članci"
342
-
343
- #: modules/widgets/rsslinks-widget.php:69
344
- msgid "Posts & Comments"
345
- msgstr "Članci i komentari"
346
-
347
- #: modules/widgets/rsslinks-widget.php:71
348
- msgid "Feed(s) to Display:"
349
- msgstr "Kanal(i) za prikaz:"
350
-
351
- #: modules/widgets/rsslinks-widget.php:81
352
- msgid "Text Link"
353
- msgstr "Tekstualni link"
354
-
355
- #: modules/widgets/rsslinks-widget.php:82
356
- msgid "Image Link"
357
- msgstr "Link slike"
358
-
359
- #: modules/widgets/rsslinks-widget.php:83
360
- msgid "Text & Image Links"
361
- msgstr "Linkovi sa tekstom i slikom"
362
-
363
- #: modules/widgets/rsslinks-widget.php:85
364
- msgid "Format:"
365
- msgstr "Format:"
366
-
367
- #: modules/widgets/rsslinks-widget.php:96
368
- msgid "Image Settings:"
369
- msgstr "Postavke slike:"
370
-
371
- #: modules/widgets/rsslinks-widget.php:100
372
- msgid "Medium"
373
- msgstr "Srednje"
374
-
375
- #: modules/widgets/rsslinks-widget.php:103
376
- msgid "Image Size:"
377
- msgstr "Veličina slike:"
378
-
379
- #: modules/widgets/rsslinks-widget.php:113
380
- msgid "Red"
381
- msgstr "Crvena"
382
-
383
- #: modules/widgets/rsslinks-widget.php:114
384
- msgid "Orange"
385
- msgstr "Narandžasta"
386
-
387
- #: modules/widgets/rsslinks-widget.php:115
388
- msgid "Green"
389
- msgstr "Zelena"
390
-
391
- #: modules/widgets/rsslinks-widget.php:116
392
- msgid "Blue"
393
- msgstr "Plava"
394
-
395
- #: modules/widgets/rsslinks-widget.php:117
396
- msgid "Purple"
397
- msgstr "Ljubičasta"
398
-
399
- #: modules/widgets/rsslinks-widget.php:118
400
- msgid "Pink"
401
- msgstr "Roze"
402
-
403
- #: modules/widgets/rsslinks-widget.php:119
404
- msgid "Silver"
405
- msgstr "Srebrena"
406
-
407
- #: modules/widgets/rsslinks-widget.php:121
408
- msgid "Image Color:"
409
- msgstr "Boja slike:"
410
-
411
- #: modules/widgets/rsslinks-widget.php:140
412
- msgid "Subscribe to %s"
413
- msgstr "Pretplati se na %s"
414
-
415
- #: modules/widgets/gravatar-profile.php:115
416
- msgid "Personal Links"
417
- msgstr "Lični linkovi"
418
-
419
- #: modules/widgets/gravatar-profile.php:135
420
- msgid "Verified Services"
421
- msgstr "Verificirani servisi"
422
-
423
- #: modules/widgets/gravatar-profile.php:146
424
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
425
- msgid "%1$s on %2$s"
426
- msgstr "%1$s na %2$s"
427
-
428
- #: modules/widgets/gravatar-profile.php:180
429
- msgid "Select a user or pick \"custom\" and enter a custom email address."
430
- msgstr "Odaberite korisnika ili \"ostalo\" nakon čega je potrebno da upišete korisničku email adresu."
431
-
432
- #: modules/widgets/gravatar-profile.php:184
433
- msgid "Custom"
434
- msgstr "Korisnički"
435
-
436
- #: modules/widgets/gravatar-profile.php:194
437
- msgid "Custom Email Address"
438
- msgstr "Korisnička email adresa"
439
-
440
- #: modules/widgets/gravatar-profile.php:202
441
- msgid "Show Personal Links"
442
- msgstr "Prikaži lične linkove"
443
-
444
- #: modules/widgets/gravatar-profile.php:204
445
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
446
- msgstr "Linkovi ka vašoj web stranici, blogovima ili bilo kojim drugim stranicama koje vas opisuju."
447
-
448
- #: modules/widgets/gravatar-profile.php:211
449
- msgid "Show Account Links"
450
- msgstr "Prikaži linkove računa"
451
-
452
- #: modules/widgets/gravatar-profile.php:213
453
- msgid "Links to services that you use across the web."
454
- msgstr "Linkovi ka servisima koje koristite širom weba."
455
-
456
- #: modules/widgets/gravatar-profile.php:217
457
- msgid "Opens in new window"
458
- msgstr "Otvara se u novom prozoru"
459
-
460
- #: modules/widgets/gravatar-profile.php:217
461
- msgid "Edit Your Profile"
462
- msgstr "Uredite vaš profil"
463
 
464
- #: modules/widgets/gravatar-profile.php:217
465
- msgid "What's a Gravatar?"
466
- msgstr "Šta je Gravatar?"
467
 
468
- #: modules/widgets/image-widget.php:12
469
- msgid "Display an image in your sidebar"
470
- msgstr "Prikažite sliku vašoj bočnoj traci"
471
 
472
- #: modules/widgets/image-widget.php:14
473
- msgid "Image (Jetpack)"
474
- msgstr "Slike (Jetpack)"
475
 
476
- #: modules/widgets/image-widget.php:110
477
- msgid "Image URL:"
478
- msgstr "URL slike:"
479
 
480
- #: modules/widgets/image-widget.php:113
481
- msgid "Alternate text:"
482
- msgstr "Alternativni tekst:"
483
 
484
- #: modules/widgets/image-widget.php:116
485
- msgid "Image title:"
486
- msgstr "Naziv slike:"
487
 
488
- #: modules/widgets/image-widget.php:119
489
- msgid "Caption:"
490
- msgstr "Naslov:"
491
 
492
- #: modules/widgets/image-widget.php:125
493
- msgid "Left"
494
- msgstr "Lijevo"
495
 
496
- #: modules/widgets/image-widget.php:126
497
- msgid "Center"
498
- msgstr "Centrirano"
499
 
500
- #: modules/widgets/image-widget.php:127
501
- msgid "Right"
502
- msgstr "Desno"
503
 
504
- #: modules/widgets/image-widget.php:129
505
- msgid "Image Alignment:"
506
- msgstr "Poravnanje slike:"
507
 
508
- #: modules/widgets/image-widget.php:139
509
- msgid "Width:"
510
- msgstr "Širina:"
511
 
512
- #: modules/widgets/image-widget.php:142
513
- msgid "Height:"
514
- msgstr "Visina:"
515
 
516
- #: modules/widgets/image-widget.php:145
517
- msgid "If empty, we will attempt to determine the image size."
518
- msgstr "Ako je ovo prazno, mi ćemo pokušati utvrditi dimenzije slike."
519
 
520
- #: modules/widgets/image-widget.php:146
521
- msgid "Link URL (when the image is clicked):"
522
- msgstr "URL linka (kada se klikne na sliku):"
523
 
524
- #: modules/widgets/readmill.php:11 modules/widgets/readmill.php:21
525
- msgid "Send To Readmill"
526
  msgstr ""
527
 
528
- #: modules/widgets/readmill.php:13
529
- msgid "Readmill is the best book reader for phones and tablets. With this widget you can enable users to send a book to their device with one click."
530
  msgstr ""
531
 
532
- #: modules/widgets/facebook-likebox.php:31
533
- msgid "Facebook Like Box"
534
- msgstr "Facebook Like okvir"
535
 
536
- #: modules/widgets/facebook-likebox.php:34
537
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
538
- msgstr "Prikažite Facebook Like okvir za povezivanje posjetitelja s vašom Facebook stranicom"
539
 
540
- #: modules/widgets/facebook-likebox.php:48
541
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
542
  msgstr ""
543
 
544
- #: modules/widgets/facebook-likebox.php:131
545
- msgid "Facebook Page URL"
546
- msgstr "URL Facebook stranice"
547
 
548
- #: modules/widgets/facebook-likebox.php:134
549
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
550
- msgstr "Like okvir radi samo sa <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook stranicama</a>."
551
 
552
- #: modules/widgets/facebook-likebox.php:140
553
- msgid "Width"
554
- msgstr "Širina"
555
 
556
- #: modules/widgets/facebook-likebox.php:147
557
- msgid "Height"
558
- msgstr "Visina"
559
 
560
- #: modules/widgets/facebook-likebox.php:165
561
- msgid "Show Faces"
562
- msgstr "Prikaži lica"
563
 
564
- #: modules/widgets/facebook-likebox.php:167
565
- msgid "Show profile photos in the plugin."
566
- msgstr "Prikazuje fotografije profila u pluginu."
567
 
568
- #: modules/widgets/facebook-likebox.php:174
569
- msgid "Show Stream"
570
- msgstr "Prikaži novosti"
571
 
572
- #: modules/widgets/facebook-likebox.php:176
573
- msgid "Show the profile stream for the public profile."
574
- msgstr "Prikazuje novosti sa vašeg javnog profila."
575
 
576
- #: modules/widgets/facebook-likebox.php:183
577
- msgid "Show Border"
578
  msgstr ""
579
 
580
- #: modules/widgets/facebook-likebox.php:185
581
- msgid "Show a border around the plugin."
 
582
  msgstr ""
583
 
584
- #: modules/widgets/facebook-likebox.php:192
585
- msgid "Show Wall"
586
- msgstr "Prikaži zid"
587
-
588
- #: modules/widgets/facebook-likebox.php:194
589
- msgid "Show the wall for a Places page rather than friend activity."
590
- msgstr "Prikazuje zid za stranice mjesta umjesto aktivnosti prijatelja."
591
-
592
- #: modules/widgets/gallery/templates/form.php:2 modules/widgets/readmill.php:50
593
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
594
- #: modules/widgets/twitter-timeline.php:160
595
- msgid "Title:"
596
- msgstr "Naslov:"
597
 
598
- #: modules/widgets/gallery/templates/form.php:10
599
- msgid "Images:"
600
  msgstr ""
601
 
602
- #: modules/widgets/gallery/templates/form.php:43
603
- msgid "Link To:"
604
  msgstr ""
605
 
606
- #: modules/widgets/gallery/templates/form.php:58
607
- msgid "Random Order:"
608
  msgstr ""
609
 
610
- #: modules/widgets/gallery/templates/form.php:69
611
- msgid "Style:"
612
  msgstr ""
613
 
614
- #: modules/widgets/gallery.php:20
615
- msgid "Display a photo gallery or slideshow"
616
  msgstr ""
617
 
618
- #: modules/widgets/gallery.php:327
619
- msgid "Tiles"
620
  msgstr ""
621
 
622
- #: modules/widgets/gallery.php:335
623
- msgid "Attachment Page"
624
- msgstr "Stranici s prilozima"
625
 
626
- #: modules/widgets/gallery.php:336
627
- msgid "Media File"
628
- msgstr "Datoteci"
629
 
630
- #: modules/widgets/gravatar-profile.php:21
631
- msgid "Gravatar Profile"
632
- msgstr "Gravatar profil"
633
 
634
- #: modules/widgets/gravatar-profile.php:24
635
- msgid "Display a mini version of your Gravatar Profile"
636
- msgstr "Prikažite mini verziju vašeg Gravatar profila"
637
 
638
- #: modules/widgets/gravatar-profile.php:41
639
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
640
  msgstr ""
641
 
642
- #: modules/widgets/gravatar-profile.php:95
643
- msgid "View Full Profile &rarr;"
644
- msgstr "Pregledaj cijeli profil &rarr;"
645
 
646
- #: modules/widgets/gravatar-profile.php:103
647
- msgid "Error loading profile"
648
- msgstr "Greška pri učitavanju profila"
 
 
 
 
649
 
650
  #: modules/videopress/videopress.php:673
651
  msgid "Video Preview:"
@@ -773,721 +774,646 @@ msgstr ""
773
  msgid "Delete"
774
  msgstr "Obriši"
775
 
776
- #: modules/videopress/videopress.php:278
777
- msgid "Only videos from the selected blog will be available in your media library."
778
- msgstr ""
779
-
780
- #: modules/videopress/videopress.php:279
781
- msgid "<a href=\"%s\">Click here</a> to refresh this list."
782
- msgstr ""
783
-
784
- #: modules/videopress/videopress.php:285
785
- msgid "Video Library Access"
786
- msgstr ""
787
-
788
- #: modules/videopress/videopress.php:289
789
- msgid "Do not allow other users to access my VideoPress library"
790
- msgstr ""
791
-
792
- #: modules/videopress/videopress.php:291
793
- msgid "Allow users to access my videos"
794
- msgstr ""
795
-
796
- #: modules/videopress/videopress.php:293
797
- msgid "Allow users to access and edit my videos"
798
- msgstr ""
799
-
800
- #: modules/videopress/videopress.php:295
801
- msgid "Allow users to access, edit, and delete my videos"
802
- msgstr ""
803
-
804
- #: modules/videopress/videopress.php:298
805
- msgid "Allow users to upload videos"
806
- msgstr ""
807
-
808
- #: modules/videopress/videopress.php:303
809
- msgid "Free formats"
810
- msgstr "Besplatni formati"
811
-
812
- #: modules/videopress/videopress.php:307
813
- msgid "Only display videos in free software formats"
814
- msgstr "Prikazuj samo video zapise besplatnih formata"
815
-
816
- #: modules/videopress/videopress.php:308
817
- msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
818
- msgstr ""
819
-
820
- #: modules/videopress/videopress.php:313
821
- msgid "Default quality"
822
- msgstr ""
823
-
824
- #: modules/videopress/videopress.php:317
825
- msgid "Display higher quality video by default."
826
- msgstr "Prikaži video veće kvalitete kao početni."
827
-
828
- #: modules/videopress/videopress.php:318
829
- msgid "This setting may be overridden for individual videos."
830
- msgstr ""
831
-
832
- #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
833
- #: modules/videopress/videopress.php:593
834
- msgid "VideoPress Library"
835
- msgstr ""
836
-
837
- #: modules/videopress/videopress.php:340
838
- msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
839
- msgstr ""
840
-
841
- #: modules/videopress/videopress.php:341
842
- msgid "Browse Your VideoPress Library"
843
- msgstr ""
844
-
845
- #: modules/videopress/videopress.php:342
846
- msgid "Please enable JavaScript support in your browser to use VideoPress."
847
- msgstr ""
848
-
849
- #: modules/videopress/videopress.php:589
850
- msgid "Please select a video file to upload."
851
- msgstr ""
852
-
853
- #: modules/videopress/videopress.php:590
854
- msgid "Your video is uploading... Please do not close this window."
855
- msgstr ""
856
-
857
- #: modules/videopress/videopress.php:591
858
- msgid "An unknown error has occurred. Please try again later."
859
- msgstr ""
860
-
861
- #: modules/videopress/videopress.php:592
862
- msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
863
- msgstr ""
864
-
865
- #: modules/videopress/videopress.php:594
866
- msgid "Upload a Video"
867
- msgstr ""
868
-
869
- #: modules/videopress/videopress.php:595
870
- msgid "Insert Video"
871
- msgstr "Umetni video"
872
-
873
- #: modules/videopress/videopress.php:628
874
- msgid "Ogg File URL"
875
- msgstr "URL Ogg datoteke"
876
-
877
- #: modules/videopress/videopress.php:630
878
- msgid "Location of the Ogg video file."
879
- msgstr "Lokacija Ogg video datoteke."
880
-
881
- #: modules/videopress/videopress.php:638
882
- msgid "Display share menu and allow viewers to embed or download this video"
883
- msgstr ""
884
-
885
- #: modules/videopress/videopress.php:644
886
- msgid "Rating"
887
- msgstr "Ocjena"
888
-
889
- #: modules/videopress/videopress.php:657
890
- msgid "Shortcode"
891
- msgstr ""
892
-
893
- #: modules/subscriptions.php:694
894
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
895
- msgstr "Upišite vašu email adresu da biste se pretplatili na email obavijesti o novim člancima na ovom blogu."
896
-
897
- #: modules/subscriptions.php:696
898
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
899
- msgstr "Klinite da biste se pretplatili i na vašu email adresu dobijali obavijesti o novim člancima na ovom blogu."
900
-
901
- #: modules/subscriptions.php:712
902
- msgid "%s: %s"
903
- msgstr "%s: %s"
904
-
905
- #: modules/subscriptions.php:719 modules/widgets/image-widget.php:107
906
- msgid "Widget title:"
907
- msgstr "Naslov dodatka:"
908
-
909
- #: modules/subscriptions.php:725
910
- msgid "Optional text to display to your readers:"
911
- msgstr "Neobavezni tekst koji će se prikazivati vašim čitaocima:"
912
-
913
- #: modules/subscriptions.php:731
914
- msgid "Subscribe Button:"
915
- msgstr "Dugme za pretplatu:"
916
-
917
- #: modules/subscriptions.php:738
918
- msgid "Show total number of subscribers? (%s subscriber)"
919
- msgid_plural "Show total number of subscribers? (%s subscribers)"
920
- msgstr[0] "Prikazati ukupan broj pretplatnika? (%s pretplatnik)"
921
- msgstr[1] "Prikazati ukupan broj pretplatnika? (%s pretplatnika)"
922
- msgstr[2] "Prikazati ukupan broj pretplatnika? (%s pretplatnika)"
923
-
924
- #: modules/tiled-gallery/tiled-gallery.php:318
925
- msgid "Tiled Mosaic"
926
- msgstr ""
927
 
928
- #: modules/tiled-gallery/tiled-gallery.php:319 modules/widgets/gallery.php:328
929
- msgid "Square Tiles"
930
- msgstr ""
931
 
932
- #: modules/tiled-gallery/tiled-gallery.php:320 modules/widgets/gallery.php:329
933
- msgid "Circles"
934
  msgstr ""
935
 
936
- #: modules/tiled-gallery/tiled-gallery.php:349
937
- msgid "Display all your gallery pictures in a cool mosaic."
938
- msgstr ""
939
 
940
- #: modules/vaultpress.php:24
941
- msgid "Active"
942
- msgstr "Aktivna"
943
 
944
- #: modules/videopress/class.videopress-player.php:195
945
- msgid "%s Error"
946
- msgstr "%s greška"
947
 
948
- #: modules/videopress/class.videopress-player.php:230
949
- msgid "This video is intended for mature audiences."
950
- msgstr "Ovaj video je namijenjen zreloj publici."
951
 
952
- #: modules/videopress/class.videopress-player.php:230
953
- msgid "Please verify your birthday."
954
- msgstr "Molimo vas da potvrdite vaš rođendan."
955
 
956
- #: modules/videopress/class.videopress-player.php:280
957
- msgid "Submit"
958
- msgstr "Pošalji"
959
 
960
- #: modules/videopress/class.videopress-player.php:326
961
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
962
- msgstr "Nemate potrebni <a rel=\"nofollow\" href=\"%s\">nivo slobode</a> za pregled ovog videa. Podržite slobodni softver i izvršite nadogradnju."
963
 
964
- #: modules/videopress/class.videopress-player.php:382
965
- msgctxt "watch a video title"
966
- msgid "Watch: %s"
967
- msgstr "Pregledaj: %s"
968
 
969
- #: modules/videopress/class.videopress-player.php:478
970
- #: modules/videopress/class.videopress-player.php:500
971
- msgid "this video"
972
- msgstr "ovaj video"
973
 
974
- #: modules/videopress/class.videopress-player.php:507
975
- msgctxt "Play as in playback or view a movie"
976
- msgid "JavaScript required to play %s."
977
- msgstr "Javascript je neophodan za reprodukciju %s."
978
 
979
- #: modules/videopress/class.videopress-player.php:654
980
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
981
- msgstr "Di biste pregledali ovaj video, potreban vam je <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a>."
982
 
983
- #: modules/videopress/class.videopress-player.php:661
984
- msgid "Loading video..."
985
- msgstr "Učitavam video..."
986
 
987
- #: modules/videopress/class.videopress-video.php:306
988
- msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
989
- msgstr "VideoPress plugin ne može komunicirati sa VideoPress serverima. Ovakva greška je obično rezultat nepravilne konfiguracije plugina. Molimo vas da plugin ponovo instalirate ili nadogradite."
 
 
 
990
 
991
- #: modules/videopress/class.videopress-video.php:308
992
- msgid "<strong>%s</strong> is not an allowed embed site."
993
- msgstr "<strong>%s</strong> nije dozvoljena stranica za ugradnju."
994
 
995
- #: modules/videopress/class.videopress-video.php:308
996
- msgid "Publisher limits playback of video embeds."
997
- msgstr "Objavljivač ograničava reprodukciju ugrađenih video datoteka."
998
 
999
- #: modules/videopress/class.videopress-video.php:310
1000
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
1001
- msgstr "Nema pronađenih podataka za VideoPress identifikator: <strong>%s</strong>."
1002
 
1003
- #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
1004
- msgid "Could not obtain a VideoPress upload token. Please try again later."
1005
  msgstr ""
1006
 
1007
- #: modules/videopress/videopress.php:264
1008
- msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>.</p>"
1009
  msgstr ""
1010
 
1011
- #: modules/videopress/videopress.php:269
1012
- msgid "Connected WordPress.com Blog"
1013
  msgstr ""
1014
 
1015
- #: modules/stats.php:951 modules/stats.php:975
1016
- msgid "Sorry, nothing to report."
1017
- msgstr "Žao nam je, ništa za prijaviti."
1018
 
1019
- #: modules/stats.php:971
1020
- msgid "Top Searches"
1021
- msgstr "Najpopularnije pretrage"
1022
 
1023
- #: modules/stats.php:999
1024
- msgid "We were unable to get your stats just now. Please reload this page to try again."
1025
- msgstr ""
1026
 
1027
- #: modules/stats.php:1006
1028
- msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
 
 
 
 
1029
  msgstr ""
1030
 
1031
- #: modules/subscriptions.php:122
1032
- msgid "Jetpack Subscriptions Settings"
1033
- msgstr "Postavke Jetpack pretplate"
1034
 
1035
- #: modules/subscriptions.php:131
1036
- msgid "Follow Blog"
1037
- msgstr "Prati blog"
1038
 
1039
- #: modules/subscriptions.php:146
1040
- msgid "Follow Comments"
1041
- msgstr "Praćenje komentara"
1042
 
1043
- #: modules/subscriptions.php:167
1044
- msgid "Follower Settings"
1045
- msgstr "Postavke pretplatnika"
1046
 
1047
- #: modules/subscriptions.php:174
1048
- msgid "Blog follow email text"
1049
- msgstr ""
 
1050
 
1051
- #: modules/subscriptions.php:182
1052
- msgid "Comment follow email text"
1053
- msgstr ""
1054
 
1055
- #: modules/subscriptions.php:196
1056
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
1057
- msgstr "Odaberite da li želite da se posjetioci mogu pretplatiti na vaše članke ili komentare."
1058
 
1059
- #: modules/subscriptions.php:211
1060
- msgid "Show a <em>'follow blog'</em> option in the comment form"
1061
- msgstr "Prikaži opciju <em>'za praćenje bloga'</em> u obrascu za komentarisanje"
1062
 
1063
- #: modules/subscriptions.php:226
1064
- msgid "Show a <em>'follow comments'</em> option in the comment form"
1065
- msgstr "Prikaži opciju <em>'za praćenje komentara'</em> u obrascu za komentarisanje"
1066
 
1067
- #: modules/subscriptions.php:251
1068
- msgid "These settings change emails sent from your blog to followers."
1069
- msgstr ""
1070
 
1071
- #: modules/subscriptions.php:257
1072
- msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
1073
- msgstr ""
1074
 
1075
- #: modules/subscriptions.php:263
1076
- msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
1077
- msgstr ""
1078
 
1079
- #: modules/subscriptions.php:268
1080
- msgid ""
1081
- "Howdy.\n"
1082
- "\n"
1083
- "You recently followed this blog's posts. This means you will receive each new post by email.\n"
1084
- "\n"
1085
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1086
- msgstr ""
1087
 
1088
- #: modules/subscriptions.php:269
1089
- msgid ""
1090
- "Howdy.\n"
1091
- "\n"
1092
- "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
1093
- "\n"
1094
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1095
- msgstr ""
1096
 
1097
- #: modules/subscriptions.php:471
1098
- msgid "Notify me of follow-up comments by email."
1099
- msgstr "Obavijesti me o narednim komentarima putem emaila."
1100
 
1101
- #: modules/subscriptions.php:478
1102
- msgid "Notify me of new posts by email."
1103
- msgstr "Obavijesti me o novim člancima pomoću emaila."
1104
 
1105
- #: modules/subscriptions.php:556
1106
- msgid "Add an email signup form to allow people to subscribe to your blog."
1107
- msgstr "Dodaje obrazac za email registraciju kako bi se druge osobe mogle pretplatiti na vaš blog."
1108
 
1109
- #: modules/subscriptions.php:559
1110
- msgid "Blog Subscriptions (Jetpack)"
1111
- msgstr "Blog pretplate (Jetpack)"
 
 
 
 
 
 
 
 
1112
 
1113
- #: modules/subscriptions.php:585
1114
- msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
1115
- msgstr "Poslali smo vam email koji je potrebno da potvrdite pretplatu. Molimo vas da pronađete email i kliknete na aktivacijski link unatar njega kako biste aktivirali pretplatu."
1116
 
1117
- #: modules/subscriptions.php:594
1118
- msgid "The email you entered was invalid, please check and try again."
1119
- msgstr "Email koji ste upisali nije ispravan. Molimo vas da ga provjerite i pokušate ponovo."
1120
 
1121
- #: modules/subscriptions.php:597
1122
- msgid "You have already subscribed to this site, please check your inbox."
1123
- msgstr "Već ste se pretplatili na ovu stranicu, molimo vas da provjerite vaš email."
1124
 
1125
- #: modules/subscriptions.php:603
1126
- msgid "There was an error when subscribing, please try again."
1127
- msgstr "Desila se greška prilikom pretplaćivanja, molimo vas da pokušate ponovo."
1128
 
1129
- #: modules/subscriptions.php:616
1130
- msgid "Join %s other subscriber"
1131
- msgid_plural "Join %s other subscribers"
1132
- msgstr[0] "Pridružite se ostalim pretplatnicima (%s)"
1133
- msgstr[1] "Pridružite se ostalim pretplatnicima (%s)"
1134
- msgstr[2] "Pridružite se ostalim pretplatnicima (%s)"
1135
 
1136
- #: modules/subscriptions.php:693
1137
- msgid "Subscribe to Blog via Email"
1138
- msgstr "Pretplati se na blogu pomoću emaila"
1139
 
1140
- #: modules/stats.php:358
1141
  msgid "View Site Stats without Javascript"
1142
  msgstr "Pregledaj statistike stranice bez Javascripta"
1143
 
1144
- #: modules/stats.php:539
1145
  msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
1146
  msgstr "Za pregled posjeta posjetite <a href=\"%s\">statistiku stranice</a>."
1147
 
1148
- #: modules/stats.php:544
1149
  msgid "Admin bar"
1150
  msgstr "Administratorska traka"
1151
 
1152
- #: modules/stats.php:545
1153
  msgid "Put a chart showing 48 hours of views in the admin bar."
1154
  msgstr "Ubaci dijagram pregleda u zadnjih 48 sati u administratorsku traku."
1155
 
1156
- #: modules/stats.php:546
1157
  msgid "Registered users"
1158
  msgstr "Registrovani korisnici"
1159
 
1160
- #: modules/stats.php:548
1161
  msgid "Count the page views of registered users who are logged in."
1162
  msgstr "Broji preglede stranica registrovanih korisnika koji su prijavljeni."
1163
 
1164
- #: modules/stats.php:558
1165
  msgid "Smiley"
1166
  msgstr "Smajli"
1167
 
1168
- #: modules/stats.php:559
1169
  msgid "Hide the stats smiley face image."
1170
  msgstr "Sakrij smajli koji prikazuje statistika."
1171
 
1172
- #: modules/stats.php:559
1173
  msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
1174
  msgstr "Slika pomaže u prikupljanju statistike i <strong>čini svijet bolji mjestom</strong>, ali sve će raditi i kada je sakrivena"
1175
 
1176
- #: modules/stats.php:559
1177
  msgid "Smiley face"
1178
  msgstr "Smajli"
1179
 
1180
- #: modules/stats.php:560
1181
  msgid "Report visibility"
1182
  msgstr "Vidljivost izvještaja"
1183
 
1184
- #: modules/stats.php:562
1185
  msgid "Select the roles that will be able to view stats reports."
1186
  msgstr "Odaberite korisničke uloge koje će imati mogućnost pregleda statistike."
1187
 
1188
- #: modules/stats.php:573
1189
  msgid "Save configuration"
1190
  msgstr "Sačuvaj konfiguraciju"
1191
 
1192
- #: modules/stats.php:637
1193
  msgid "Stats"
1194
  msgstr "Statistika"
1195
 
1196
- #: modules/stats.php:639
1197
  msgid "Views over 48 hours. Click for more Site Stats."
1198
  msgstr "Pregledi u zadnjih 48 sati. Kliknite za proširenu statistiku stranice."
1199
 
1200
- #: modules/stats.php:706
1201
  msgid "day"
1202
  msgstr "dan"
1203
 
1204
- #: modules/stats.php:707
1205
  msgid "week"
1206
  msgstr "sedmica"
1207
 
1208
- #: modules/stats.php:708
1209
  msgid "month"
1210
  msgstr "mjesec"
1211
 
1212
- #: modules/stats.php:711
1213
  msgid "the past day"
1214
  msgstr "jučer"
1215
 
1216
- #: modules/stats.php:712
1217
  msgid "the past week"
1218
  msgstr "prošla sedmica"
1219
 
1220
- #: modules/stats.php:713
1221
  msgid "the past month"
1222
  msgstr "prošli mjesec"
1223
 
1224
- #: modules/stats.php:714
1225
  msgid "the past quarter"
1226
  msgstr "prošli kvartal"
1227
 
1228
- #: modules/stats.php:715
1229
  msgid "the past year"
1230
  msgstr "prošla godina"
1231
 
1232
- #: modules/stats.php:737
1233
  msgid "Chart stats by"
1234
  msgstr "Dijagram statistika od"
1235
 
1236
- #: modules/stats.php:750
1237
  msgid "Show top posts over"
1238
  msgstr "Istakni najpopularnije članke"
1239
 
1240
- #: modules/stats.php:763
1241
  msgid "Show top search terms over"
1242
  msgstr "Istakni najpopularnije pretrage"
1243
 
1244
- #: modules/stats.php:922
1245
  msgid "%1$s %2$s Views"
1246
  msgstr "%1$s %2$s pregleda"
1247
 
1248
- #: modules/stats.php:943
1249
  msgid "View All"
1250
  msgstr "Pregledaj sve"
1251
 
1252
- #: modules/stats.php:947
1253
  msgid "Top Posts"
1254
  msgstr "Najpopularniji članci"
1255
 
1256
- #: modules/sharedaddy/sharing.php:307
1257
- msgid "Icon + text"
1258
- msgstr "Ikona + tekst"
1259
-
1260
- #: modules/sharedaddy/sharing.php:308
1261
- msgid "Icon only"
1262
- msgstr "Samo ikona"
1263
-
1264
- #: modules/sharedaddy/sharing.php:309
1265
- msgid "Text only"
1266
- msgstr "Samo tekst"
1267
-
1268
- #: modules/sharedaddy/sharing.php:310
1269
- msgid "Official buttons"
1270
- msgstr "Oficijelna dugmad"
1271
 
1272
- #: modules/sharedaddy/sharing.php:315
1273
- msgid "Sharing label"
1274
- msgstr "Naslov za dijeljenje"
1275
 
1276
- #: modules/sharedaddy/sharing.php:321
1277
- msgid "Open links in"
1278
- msgstr "Otvori linkove u"
1279
 
1280
- #: modules/sharedaddy/sharing.php:324
1281
- msgid "New window"
1282
- msgstr "Novom prozoru"
1283
 
1284
- #: modules/sharedaddy/sharing.php:325
1285
- msgid "Same window"
1286
- msgstr "Istom prozoru"
1287
 
1288
- #: modules/sharedaddy/sharing.php:363
1289
- msgid "Service name"
1290
- msgstr "Ime servisa"
1291
 
1292
- #: modules/sharedaddy/sharing.php:369
1293
- msgid "Sharing URL"
1294
- msgstr "URL za dijeljenje"
1295
 
1296
- #: modules/sharedaddy/sharing.php:373
1297
- msgid "You can add the following variables to your service sharing URL:"
1298
- msgstr "Možete dodati sljedeće promjenjive u URL vašeg servisa za dijeljenje:"
1299
 
1300
- #: modules/sharedaddy/sharing.php:378
1301
- msgid "Icon URL"
1302
- msgstr "URL ikone"
1303
 
1304
- #: modules/sharedaddy/sharing.php:381
1305
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
1306
- msgstr "Unesite URL ikone (veličine 16x16px) koju želite koristiti za ovaj servis."
1307
 
1308
- #: modules/sharedaddy/sharing.php:387
1309
- msgid "Create Share Button"
1310
- msgstr "Kreiraj dugme za dijeljenje"
1311
 
1312
- #: modules/sharedaddy/sharing.php:399
1313
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
1314
- msgstr "Desila se greška prilikom kreiranja vašeg novog servisa za dijeljenje - molimo vas da provjerite da li ste unijeli ispravne informacije."
1315
 
1316
- #: modules/shortcodes/archives.php:50
1317
- msgid "Your blog does not currently have any published posts."
1318
- msgstr "Vaš blog trenutno nema objavljenih članaka."
1319
 
1320
- #: modules/shortcodes/audio.php:202
1321
- msgid "Download: <a href=\"%s\">%s</a><br />"
1322
- msgstr "Preuzmi: <a href=\"%s\">%s</a><br />"
1323
 
1324
- #: modules/shortcodes/presentations.php:226
1325
- msgid "This slideshow could not be started. Try refreshing the page or viewing it in another browser."
1326
  msgstr ""
1327
 
1328
- #: modules/shortcodes/slideshow.php:58 modules/widgets/gallery.php:330
1329
- msgid "Slideshow"
1330
  msgstr ""
1331
 
1332
- #: modules/shortcodes/slideshow.php:131
1333
- msgid "Click to view slideshow."
 
 
 
 
 
1334
  msgstr ""
1335
 
1336
- #: modules/shortcodes/slideshow.php:160
1337
- msgid "This slideshow requires JavaScript."
 
 
 
 
 
1338
  msgstr ""
1339
 
1340
- #: modules/shortcodes/twitter-timeline.php:17
1341
- msgid "Invalid username"
1342
- msgstr "Neispravno korisničko ime"
1343
 
1344
- #: modules/shortcodes/twitter-timeline.php:20
1345
- msgid "Invalid id"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1346
  msgstr ""
1347
 
1348
- #: modules/shortcodes/twitter-timeline.php:22
1349
- msgid "Tweets by @%s"
1350
  msgstr ""
1351
 
1352
- #: modules/social-links/social-links.php:81
1353
- msgid "Connect"
1354
  msgstr ""
1355
 
1356
- #: modules/social-links/social-links.php:157
1357
- msgid "&mdash; Select &mdash;"
1358
- msgstr "&mdash; Odaberi &mdash;"
1359
 
1360
- #: modules/stats.php:265 modules/stats.php:685
1361
- msgid "Site Stats"
1362
- msgstr "Statistika stranice"
1363
 
1364
- #: modules/stats.php:356
1365
- msgid "Loading&hellip;"
1366
- msgstr "Učitavam&hellip;"
1367
 
1368
- #: modules/stats.php:357
1369
- msgid "Your Site Stats work better with Javascript enabled."
1370
- msgstr "Statistike vaše stranice radit će bolje ako omogućite Javascript."
1371
 
1372
- #: modules/sharedaddy/sharing-sources.php:930
1373
- msgid "Click to share"
1374
- msgstr "Kliknite za dijeljenje"
1375
 
1376
- #: modules/sharedaddy/sharing-sources.php:985
1377
- msgid "URL"
1378
- msgstr "URL"
1379
 
1380
- #: modules/sharedaddy/sharing-sources.php:990
1381
- msgid "Icon"
1382
- msgstr "Ikona"
 
 
 
 
 
1383
 
1384
- #: modules/sharedaddy/sharing-sources.php:997
1385
- msgid "Save"
1386
- msgstr "Sačuvaj"
 
1387
 
1388
- #: modules/sharedaddy/sharing-sources.php:998
1389
- msgid "Remove Service"
1390
- msgstr "Ukloni servis"
 
1391
 
1392
- #: modules/sharedaddy/sharing-sources.php:1077
1393
- msgid "Tumblr"
1394
- msgstr "Tumblr"
1395
 
1396
- #: modules/sharedaddy/sharing-sources.php:1088
1397
- msgctxt "share to"
1398
- msgid "Tumblr"
1399
- msgstr "Tumblr"
1400
 
1401
- #: modules/sharedaddy/sharing-sources.php:1088
1402
- msgid "Click to share on Tumblr"
1403
- msgstr "Kliknite da podijelite na Tumblru"
1404
 
1405
- #: modules/sharedaddy/sharing-sources.php:1124
1406
- msgid "Pinterest"
1407
- msgstr "Pinterest"
1408
 
1409
- #: modules/sharedaddy/sharing-sources.php:1168
1410
- msgid "Pin It"
1411
- msgstr "Pin It"
1412
 
1413
- #: modules/sharedaddy/sharing-sources.php:1170
1414
- msgctxt "share to"
1415
- msgid "Pinterest"
1416
- msgstr "Pinterest"
1417
 
1418
- #: modules/sharedaddy/sharing-sources.php:1170
1419
- msgid "Click to share on Pinterest"
1420
- msgstr "Kliknite da podijelite na Pinterestu"
1421
 
1422
- #: modules/sharedaddy/sharing-sources.php:1241
1423
- #: modules/sharedaddy/sharing-sources.php:1259
1424
- msgid "Pocket"
1425
  msgstr ""
1426
 
1427
- #: modules/sharedaddy/sharing-sources.php:1264
1428
- msgctxt "share to"
1429
- msgid "Pocket"
1430
  msgstr ""
1431
 
1432
- #: modules/sharedaddy/sharing-sources.php:1264
1433
- msgid "Click to share on Pocket"
1434
  msgstr ""
1435
 
1436
- #: modules/sharedaddy/sharing.php:153
1437
- msgid "Warning! Multibyte support missing!"
1438
- msgstr "Upozorenje! Nedostaje Multibyte podrška!"
1439
 
1440
- #: modules/sharedaddy/sharing.php:154
1441
- msgid "This plugin will work without it, but multibyte support is used <a href=\"%s\">if available</a>. You may see minor problems with Tweets and other sharing services."
1442
- msgstr "Ovaj plugin će raditi i bez nje, ali multibyte podrška se koristi uvijek kada je <a href=\"%s\">dostupna</a>. Moguće je da ćete imati sitne probleme sa vašim tweetovima i drugim servisima za dijeljenje."
1443
 
1444
- #: modules/sharedaddy/sharing.php:171
1445
- msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
1446
  msgstr ""
1447
 
1448
- #: modules/sharedaddy/sharing.php:177
1449
- msgid "Available Services"
1450
- msgstr "Dostupni servisi"
1451
 
1452
- #: modules/sharedaddy/sharing.php:178
1453
- msgid "Drag and drop the services you'd like to enable into the box below."
1454
- msgstr "Dovucite servise koje želite omogućiti u okvir ispod."
1455
 
1456
- #: modules/sharedaddy/sharing.php:179
1457
- msgid "Add a new service"
1458
- msgstr "Dodaj novi servis"
1459
 
1460
- #: modules/sharedaddy/sharing.php:192
1461
- msgid "Please note that your services have been restricted because your site is private."
1462
- msgstr "Imajte na umu da su vaši servisi ograničeni jer koristite privatnu stranicu."
1463
 
1464
- #: modules/sharedaddy/sharing.php:203
1465
- msgid "Enabled Services"
1466
- msgstr "Omogućeni servisi"
 
1467
 
1468
- #: modules/sharedaddy/sharing.php:206
1469
- msgid "Services dragged here will appear individually."
1470
- msgstr "Servisi dovučeni ovdje će se prikazivati samostalno."
 
1
+ # Translation of 2.6 in Bosnian
2
+ # This file is distributed under the same license as the 2.6 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2013-11-25 20:13:12+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
  "X-Generator: GlotPress/0.1\n"
11
+ "Project-Id-Version: 2.6\n"
12
 
13
+ #: modules/carousel/jetpack-carousel.php:108
14
+ msgid "Write a comment..."
15
  msgstr ""
16
 
17
+ #: class.jetpack.php:999
18
+ msgctxt "Module Tag"
19
+ msgid "Mobile"
20
  msgstr ""
21
 
22
+ #: class.jetpack.php:1000
23
+ msgctxt "Module Tag"
24
+ msgid "Other"
25
  msgstr ""
26
 
27
+ #: class.jetpack-cli.php:169
28
+ msgid "%s has been deactivated."
29
  msgstr ""
30
 
31
+ #: class.jetpack.php:993
32
+ msgctxt "Module Tag"
33
+ msgid "Photos and Videos"
34
  msgstr ""
35
 
36
+ #: class.jetpack.php:994
37
+ msgctxt "Module Tag"
38
+ msgid "Social"
39
  msgstr ""
40
 
41
+ #: class.jetpack.php:995
42
+ msgctxt "Module Tag"
43
+ msgid "WordPress.com Stats"
44
  msgstr ""
45
 
46
+ #: class.jetpack.php:996
47
+ msgctxt "Module Tag"
48
+ msgid "Writing"
49
+ msgstr ""
50
+
51
+ #: class.jetpack.php:997
52
+ msgctxt "Module Tag"
53
+ msgid "Appearance"
54
+ msgstr ""
55
+
56
+ #: class.jetpack.php:998
57
+ msgctxt "Module Tag"
58
+ msgid "Developers"
59
+ msgstr ""
60
+
61
+ #: class.jetpack-cli.php:82
62
+ msgid "Please specify a user."
63
+ msgstr ""
64
+
65
+ #: class.jetpack-cli.php:163
66
+ msgid "%s has been activated."
67
+ msgstr ""
68
+
69
+ #: class.jetpack-cli.php:155
70
+ msgid "Inactive"
71
+ msgstr ""
72
+
73
+ #: class.jetpack-cli.php:151
74
+ msgid "Available Modules:"
75
+ msgstr ""
76
+
77
+ #: class.jetpack-cli.php:144
78
+ msgid "Please specify a valid module."
79
+ msgstr ""
80
+
81
+ #: class.jetpack-cli.php:138
82
+ msgid "%s is not a valid module."
83
+ msgstr ""
84
+
85
+ #: class.jetpack-cli.php:101
86
+ msgid "Please specify if you would like to disconnect a blog or user."
87
+ msgstr ""
88
+
89
+ #: class.jetpack-cli.php:97
90
+ msgid "%s could not be disconnected. Are you sure they're connected currently?"
91
+ msgstr ""
92
+
93
+ #: class.jetpack-cli.php:95
94
+ msgid "%s has been successfully disconnected."
95
+ msgstr ""
96
+
97
+ #: class.jetpack-cli.php:90
98
+ msgid "Jetpack has been successfully disconnected."
99
+ msgstr ""
100
+
101
+ #: class.jetpack-cli.php:79
102
+ msgid "Please specify a valid user."
103
+ msgstr ""
104
+
105
+ #: class.jetpack-cli.php:62 class.jetpack-cli.php:131
106
+ msgid "%s is not a valid command."
107
+ msgstr ""
108
+
109
+ #: class.jetpack-cli.php:57
110
+ msgid "You cannot disconnect, without having first connected."
111
+ msgstr ""
112
+
113
+ #: class.jetpack-cli.php:25
114
+ msgid "Jetpack is currently connected to WordPress.com"
115
+ msgstr ""
116
+
117
+ #: class.jetpack-cli.php:26
118
+ msgid "The Jetpack Version is %s"
119
+ msgstr ""
120
+
121
+ #: class.jetpack-cli.php:27
122
+ msgid "The WordPress.com blog_id is %d"
123
+ msgstr ""
124
+
125
+ #: class.jetpack-cli.php:29
126
+ msgid "Jetpack is not currently connected to WordPress.com"
127
+ msgstr ""
128
 
129
  msgid "A single search box, that lets you search many different things."
130
  msgstr ""
147
  msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
148
  msgstr "Omogućite WP.me kratke linkove radi lakše razmjene na svim vašim člancima i stranicama."
149
 
150
+ msgid "Jetpack Single Sign On"
151
+ msgstr ""
152
+
153
+ msgid "Let users login with their WordPress.com Credentials"
154
+ msgstr ""
155
+
156
  msgid "Simple, concise site stats with no additional load on your server."
157
  msgstr "Jednostavna statistika stranice koja ne opterećuje vaš server."
158
 
174
  msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
175
  msgstr "Jednostavno dodajte slike, Twitter napomene i RSS linkove u bočnu traku vaše teme."
176
 
177
+ #: modules/widgets/image-widget.php:116
178
+ msgid "Image title:"
179
+ msgstr "Naziv slike:"
180
 
181
+ #: modules/widgets/image-widget.php:119
182
+ msgid "Caption:"
183
+ msgstr "Naslov:"
184
 
185
+ #: modules/widgets/image-widget.php:125
186
+ msgid "Left"
187
+ msgstr "Lijevo"
188
 
189
+ #: modules/widgets/image-widget.php:126
190
+ msgid "Center"
191
+ msgstr "Centrirano"
192
 
193
+ #: modules/widgets/image-widget.php:127
194
+ msgid "Right"
195
+ msgstr "Desno"
196
 
197
+ #: modules/widgets/image-widget.php:129
198
+ msgid "Image Alignment:"
199
+ msgstr "Poravnanje slike:"
200
 
201
+ #: modules/widgets/image-widget.php:139
202
+ msgid "Width:"
203
+ msgstr "Širina:"
204
 
205
+ #: modules/widgets/image-widget.php:142
206
+ msgid "Height:"
207
+ msgstr "Visina:"
208
+
209
+ #: modules/widgets/image-widget.php:145
210
+ msgid "If empty, we will attempt to determine the image size."
211
+ msgstr "Ako je ovo prazno, mi ćemo pokušati utvrditi dimenzije slike."
212
+
213
+ #: modules/widgets/image-widget.php:146
214
+ msgid "Link URL (when the image is clicked):"
215
+ msgstr "URL linka (kada se klikne na sliku):"
216
+
217
+ #: modules/widgets/readmill.php:11 modules/widgets/readmill.php:21
218
+ msgid "Send To Readmill"
219
  msgstr ""
220
 
221
+ #: modules/widgets/readmill.php:13
222
+ msgid "Readmill is the best book reader for phones and tablets. With this widget you can enable users to send a book to their device with one click."
223
  msgstr ""
224
 
225
+ #: modules/widgets/readmill.php:47
226
+ msgid "Just enter the URL to your book, make sure it's a PDF or EPUB file, and you are ready to go. For more help, head to <a href='%s'>the Readmill WordPress Widget support page</a>."
227
  msgstr ""
228
 
229
+ #: modules/widgets/readmill.php:55
230
+ msgid "Download URL:"
231
  msgstr ""
232
 
233
+ #: modules/widgets/readmill.php:60
234
+ msgid "Item URL:"
235
  msgstr ""
236
 
237
+ #: modules/widgets/readmill.php:65
238
+ msgid "What size icon?"
239
  msgstr ""
240
 
241
+ #: modules/widgets/readmill.php:67 modules/widgets/rsslinks-widget.php:101
242
+ msgid "Large"
243
+ msgstr "Veliko"
244
+
245
+ #: modules/widgets/readmill.php:68 modules/widgets/rsslinks-widget.php:99
246
+ msgid "Small"
247
+ msgstr "Malo"
248
+
249
+ #: modules/widgets/readmill.php:125
250
+ msgid "Your ePub link is empty. Provide an ePub link to display the Send to Readmill widget."
251
  msgstr ""
252
 
253
+ #: modules/widgets/rsslinks-widget.php:12
254
+ msgid "Links to your blog's RSS feeds"
255
+ msgstr "Linkovi ka RSS kanalima vašeg bloga"
256
 
257
+ #: modules/widgets/rsslinks-widget.php:13
258
+ msgid "RSS Links (Jetpack)"
259
+ msgstr "RSS linkovi (Jetpack)"
260
 
261
+ #: modules/widgets/rsslinks-widget.php:67
262
+ #: modules/widgets/rsslinks-widget.php:133
263
+ msgid "Posts"
264
+ msgstr "Članci"
265
 
266
+ #: modules/widgets/rsslinks-widget.php:69
267
+ msgid "Posts & Comments"
268
+ msgstr "Članci i komentari"
269
 
270
+ #: modules/widgets/rsslinks-widget.php:71
271
+ msgid "Feed(s) to Display:"
272
+ msgstr "Kanal(i) za prikaz:"
273
 
274
+ #: modules/widgets/rsslinks-widget.php:81
275
+ msgid "Text Link"
276
+ msgstr "Tekstualni link"
277
 
278
+ #: modules/widgets/rsslinks-widget.php:82
279
+ msgid "Image Link"
280
+ msgstr "Link slike"
281
 
282
+ #: modules/widgets/rsslinks-widget.php:83
283
+ msgid "Text & Image Links"
284
+ msgstr "Linkovi sa tekstom i slikom"
285
 
286
+ #: modules/widgets/rsslinks-widget.php:85
287
+ msgid "Format:"
288
+ msgstr "Format:"
289
 
290
+ #: modules/widgets/rsslinks-widget.php:96
291
+ msgid "Image Settings:"
292
+ msgstr "Postavke slike:"
293
 
294
+ #: modules/widgets/rsslinks-widget.php:100
295
+ msgid "Medium"
296
+ msgstr "Srednje"
297
 
298
+ #: modules/widgets/rsslinks-widget.php:103
299
+ msgid "Image Size:"
300
+ msgstr "Veličina slike:"
301
 
302
+ #: modules/widgets/rsslinks-widget.php:113
303
+ msgid "Red"
304
+ msgstr "Crvena"
305
 
306
+ #: modules/widgets/rsslinks-widget.php:114
307
+ msgid "Orange"
308
+ msgstr "Narandžasta"
309
 
310
+ #: modules/widgets/rsslinks-widget.php:115
311
+ msgid "Green"
312
+ msgstr "Zelena"
313
 
314
+ #: modules/widgets/rsslinks-widget.php:116
315
+ msgid "Blue"
316
+ msgstr "Plava"
317
+
318
+ #: modules/widgets/rsslinks-widget.php:117
319
+ msgid "Purple"
320
+ msgstr "Ljubičasta"
321
+
322
+ #: modules/widgets/rsslinks-widget.php:118
323
+ msgid "Pink"
324
+ msgstr "Roze"
325
+
326
+ #: modules/widgets/rsslinks-widget.php:119
327
+ msgid "Silver"
328
+ msgstr "Srebrena"
329
+
330
+ #: modules/widgets/rsslinks-widget.php:121
331
+ msgid "Image Color:"
332
+ msgstr "Boja slike:"
333
+
334
+ #: modules/widgets/rsslinks-widget.php:140
335
+ msgid "Subscribe to %s"
336
+ msgstr "Pretplati se na %s"
337
 
338
  #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
339
  msgid "Top Posts &amp; Pages"
443
  msgid "Timeline Theme:"
444
  msgstr ""
445
 
446
+ #: modules/widgets/wordpress-post-widget.php:23
447
+ msgid "Display WordPress Posts (Jetpack)"
 
 
 
 
448
  msgstr ""
449
 
450
+ #: modules/widgets/wordpress-post-widget.php:25
451
+ msgid "Displays a list of recent posts from another WordPress.com or Jetpack-enabled blog."
452
  msgstr ""
453
 
454
+ #: modules/widgets/wordpress-post-widget.php:52
455
+ #: modules/widgets/wordpress-post-widget.php:76
456
+ msgid "We cannot load blog data at this time."
457
  msgstr ""
458
 
459
+ #: modules/widgets/wordpress-post-widget.php:86
460
+ msgid "We cannot display posts for this blog."
461
  msgstr ""
462
 
463
+ #: modules/widgets/wordpress-post-widget.php:115
464
+ msgid "Recent Posts"
465
+ msgstr "Najnoviji članci"
466
 
467
+ #: modules/widgets/wordpress-post-widget.php:149
468
+ msgid "Blog URL:"
469
+ msgstr "URL bloga:"
470
 
471
+ #: modules/widgets/wordpress-post-widget.php:152
472
+ msgid "Enter a WordPress.com or Jetpack WordPress site URL."
473
+ msgstr ""
474
 
475
+ #: modules/widgets/wordpress-post-widget.php:156
476
+ msgid "Number of Posts to Display:"
477
  msgstr ""
478
 
479
+ #: modules/widgets/wordpress-post-widget.php:166
480
+ msgid "Show Featured Image:"
481
+ msgstr ""
482
 
483
+ #: modules/widgets/wordpress-post-widget.php:170
484
+ msgid "Show Excerpts:"
485
+ msgstr ""
486
 
487
+ #: modules/widgets.php:50
488
+ msgid "%s (Jetpack)"
489
+ msgstr "%s (Jetpack)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
490
 
491
+ msgid "http://wordpress.org/extend/plugins/jetpack/"
492
+ msgstr "http://wordpress.org/extend/plugins/jetpack/"
 
493
 
494
+ msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
495
+ msgstr "Dobijte WordPress.com mogućnosti na vašoj samostalno hostiranoj WordPress stranici. Jetpack vam omogućava da povežete vaš blog sa WordPress.com računom kako biste mogli koristiti mogućnosti koje su dostupne samo za WordPress.com korisnike."
 
496
 
497
+ msgid "Automattic"
498
+ msgstr "Automattic"
 
499
 
500
+ msgid "http://jetpack.me"
501
+ msgstr "http://jetpack.me"
 
502
 
503
+ msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
504
+ msgstr "Poboljšajte vlastiti pravopis, stil i gramatiku pomoću <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> servisa."
 
505
 
506
+ msgid "Transform your standard image galleries into an immersive full-screen experience."
507
+ msgstr ""
 
508
 
509
+ msgid "A new comment system that has integrated social media login options."
510
+ msgstr "Novi sistem komentarisanja koji integriše opcije prijavljivanja na socijalne mreže."
 
511
 
512
+ msgid "Easily insert a contact form anywhere on your site."
513
+ msgstr ""
 
514
 
515
+ msgid "Customize the appearance of your site using CSS but without modifying your theme."
516
+ msgstr ""
 
517
 
518
+ msgid "Share your public posts and comments to search engines and other services in real-time."
519
+ msgstr "Trenutno šaljite vaše javne članke i komentare pretraživačima i drugim servisima."
 
520
 
521
+ msgid "Show a link to your Google+ in the sharing area of your posts and add your blog URL to your Google+ profile."
522
+ msgstr ""
 
523
 
524
+ msgid "Show a pop-up business card of your users' gravatar profiles in comments."
525
+ msgstr "Prikazuje iskačuću karticu gravatar profila vaših korisnika u poljima za komentare."
 
526
 
527
+ msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
528
+ msgstr ""
 
529
 
530
+ msgid "Allow applications to securely access your content through the cloud."
531
+ msgstr "Dozvolite aplikacijama sigurni pristup vašem sadržaju preko oblaka."
 
532
 
533
+ msgid "Beautiful Math"
534
+ msgstr "Beautiful Math"
 
535
 
536
+ msgid "Mark up your posts with the <img src=\"//s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
 
537
  msgstr ""
538
 
539
+ msgid "Likes are a way for people to show their appreciation for content you have written. It’s also a way for you to show the world how popular your content has become."
 
540
  msgstr ""
541
 
542
+ msgid "Automatically optimize your site for mobile devices."
543
+ msgstr ""
 
544
 
545
+ msgid "Receive notifications on your mobile device."
546
+ msgstr ""
 
547
 
548
+ msgid "Jetpack Monitor will keep tabs on your site, and alert you the moment that downtime is detected."
 
549
  msgstr ""
550
 
551
+ msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
552
+ msgstr "Pratite i upravljajte aktivnostima na vašoj stranici pomoću Obavijesti u vašoj alatnoj traci i na WordPress.com stranici."
 
553
 
554
+ #: modules/videopress/videopress.php:295
555
+ msgid "Allow users to access, edit, and delete my videos"
556
+ msgstr ""
557
 
558
+ #: modules/videopress/videopress.php:298
559
+ msgid "Allow users to upload videos"
560
+ msgstr ""
561
 
562
+ #: modules/videopress/videopress.php:303
563
+ msgid "Free formats"
564
+ msgstr "Besplatni formati"
565
 
566
+ #: modules/videopress/videopress.php:307
567
+ msgid "Only display videos in free software formats"
568
+ msgstr "Prikazuj samo video zapise besplatnih formata"
569
 
570
+ #: modules/videopress/videopress.php:308
571
+ msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
572
+ msgstr ""
573
 
574
+ #: modules/videopress/videopress.php:313
575
+ msgid "Default quality"
576
+ msgstr ""
577
 
578
+ #: modules/videopress/videopress.php:317
579
+ msgid "Display higher quality video by default."
580
+ msgstr "Prikaži video veće kvalitete kao početni."
581
 
582
+ #: modules/videopress/videopress.php:318
583
+ msgid "This setting may be overridden for individual videos."
584
  msgstr ""
585
 
586
+ #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
587
+ #: modules/videopress/videopress.php:593
588
+ msgid "VideoPress Library"
589
  msgstr ""
590
 
591
+ #: modules/videopress/videopress.php:340
592
+ msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
593
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
594
 
595
+ #: modules/videopress/videopress.php:341
596
+ msgid "Browse Your VideoPress Library"
597
  msgstr ""
598
 
599
+ #: modules/videopress/videopress.php:342
600
+ msgid "Please enable JavaScript support in your browser to use VideoPress."
601
  msgstr ""
602
 
603
+ #: modules/videopress/videopress.php:589
604
+ msgid "Please select a video file to upload."
605
  msgstr ""
606
 
607
+ #: modules/videopress/videopress.php:590
608
+ msgid "Your video is uploading... Please do not close this window."
609
  msgstr ""
610
 
611
+ #: modules/videopress/videopress.php:591
612
+ msgid "An unknown error has occurred. Please try again later."
613
  msgstr ""
614
 
615
+ #: modules/videopress/videopress.php:592
616
+ msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
617
  msgstr ""
618
 
619
+ #: modules/videopress/videopress.php:594
620
+ msgid "Upload a Video"
621
+ msgstr ""
622
 
623
+ #: modules/videopress/videopress.php:595
624
+ msgid "Insert Video"
625
+ msgstr "Umetni video"
626
 
627
+ #: modules/videopress/videopress.php:628
628
+ msgid "Ogg File URL"
629
+ msgstr "URL Ogg datoteke"
630
 
631
+ #: modules/videopress/videopress.php:630
632
+ msgid "Location of the Ogg video file."
633
+ msgstr "Lokacija Ogg video datoteke."
634
 
635
+ #: modules/videopress/videopress.php:638
636
+ msgid "Display share menu and allow viewers to embed or download this video"
637
  msgstr ""
638
 
639
+ #: modules/videopress/videopress.php:644
640
+ msgid "Rating"
641
+ msgstr "Ocjena"
642
 
643
+ #: modules/videopress/videopress.php:657
644
+ msgid "Shortcode"
645
+ msgstr ""
646
+
647
+ #: modules/videopress/videopress.php:664
648
+ msgid "The preview is unavailable while this video is being processed."
649
+ msgstr ""
650
 
651
  #: modules/videopress/videopress.php:673
652
  msgid "Video Preview:"
774
  msgid "Delete"
775
  msgstr "Obriši"
776
 
777
+ #: modules/widgets/facebook-likebox.php:31
778
+ msgid "Facebook Like Box"
779
+ msgstr "Facebook Like okvir"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
780
 
781
+ #: modules/widgets/facebook-likebox.php:34
782
+ msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
783
+ msgstr "Prikažite Facebook Like okvir za povezivanje posjetitelja s vašom Facebook stranicom"
784
 
785
+ #: modules/widgets/facebook-likebox.php:48
786
+ msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
787
  msgstr ""
788
 
789
+ #: modules/widgets/facebook-likebox.php:131
790
+ msgid "Facebook Page URL"
791
+ msgstr "URL Facebook stranice"
792
 
793
+ #: modules/widgets/facebook-likebox.php:134
794
+ msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
795
+ msgstr "Like okvir radi samo sa <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook stranicama</a>."
796
 
797
+ #: modules/widgets/facebook-likebox.php:140
798
+ msgid "Width"
799
+ msgstr "Širina"
800
 
801
+ #: modules/widgets/facebook-likebox.php:147
802
+ msgid "Height"
803
+ msgstr "Visina"
804
 
805
+ #: modules/widgets/facebook-likebox.php:165
806
+ msgid "Show Faces"
807
+ msgstr "Prikaži lica"
808
 
809
+ #: modules/widgets/facebook-likebox.php:167
810
+ msgid "Show profile photos in the plugin."
811
+ msgstr "Prikazuje fotografije profila u pluginu."
812
 
813
+ #: modules/widgets/facebook-likebox.php:174
814
+ msgid "Show Stream"
815
+ msgstr "Prikaži novosti"
816
 
817
+ #: modules/widgets/facebook-likebox.php:176
818
+ msgid "Show the profile stream for the public profile."
819
+ msgstr "Prikazuje novosti sa vašeg javnog profila."
 
820
 
821
+ #: modules/widgets/facebook-likebox.php:183
822
+ msgid "Show Border"
823
+ msgstr ""
 
824
 
825
+ #: modules/widgets/facebook-likebox.php:185
826
+ msgid "Show a border around the plugin."
827
+ msgstr ""
 
828
 
829
+ #: modules/widgets/facebook-likebox.php:192
830
+ msgid "Show Wall"
831
+ msgstr "Prikaži zid"
832
 
833
+ #: modules/widgets/facebook-likebox.php:194
834
+ msgid "Show the wall for a Places page rather than friend activity."
835
+ msgstr "Prikazuje zid za stranice mjesta umjesto aktivnosti prijatelja."
836
 
837
+ #: modules/widgets/gallery/templates/form.php:2 modules/widgets/readmill.php:50
838
+ #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
839
+ #: modules/widgets/twitter-timeline.php:160
840
+ #: modules/widgets/wordpress-post-widget.php:144
841
+ msgid "Title:"
842
+ msgstr "Naslov:"
843
 
844
+ #: modules/widgets/gallery/templates/form.php:10
845
+ msgid "Images:"
846
+ msgstr ""
847
 
848
+ #: modules/widgets/gallery/templates/form.php:43
849
+ msgid "Link To:"
850
+ msgstr ""
851
 
852
+ #: modules/widgets/gallery/templates/form.php:58
853
+ msgid "Random Order:"
854
+ msgstr ""
855
 
856
+ #: modules/widgets/gallery/templates/form.php:69
857
+ msgid "Style:"
858
  msgstr ""
859
 
860
+ #: modules/widgets/gallery.php:20
861
+ msgid "Display a photo gallery or slideshow"
862
  msgstr ""
863
 
864
+ #: modules/widgets/gallery.php:327
865
+ msgid "Tiles"
866
  msgstr ""
867
 
868
+ #: modules/widgets/gallery.php:335
869
+ msgid "Attachment Page"
870
+ msgstr "Stranici s prilozima"
871
 
872
+ #: modules/widgets/gallery.php:336
873
+ msgid "Media File"
874
+ msgstr "Datoteci"
875
 
876
+ #: modules/widgets/gravatar-profile.php:21
877
+ msgid "Gravatar Profile"
878
+ msgstr "Gravatar profil"
879
 
880
+ #: modules/widgets/gravatar-profile.php:24
881
+ msgid "Display a mini version of your Gravatar Profile"
882
+ msgstr "Prikažite mini verziju vašeg Gravatar profila"
883
+
884
+ #: modules/widgets/gravatar-profile.php:41
885
+ msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
886
  msgstr ""
887
 
888
+ #: modules/widgets/gravatar-profile.php:95
889
+ msgid "View Full Profile &rarr;"
890
+ msgstr "Pregledaj cijeli profil &rarr;"
891
 
892
+ #: modules/widgets/gravatar-profile.php:103
893
+ msgid "Error loading profile"
894
+ msgstr "Greška pri učitavanju profila"
895
 
896
+ #: modules/widgets/gravatar-profile.php:115
897
+ msgid "Personal Links"
898
+ msgstr "Lični linkovi"
899
 
900
+ #: modules/widgets/gravatar-profile.php:135
901
+ msgid "Verified Services"
902
+ msgstr "Verificirani servisi"
903
 
904
+ #: modules/widgets/gravatar-profile.php:146
905
+ msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
906
+ msgid "%1$s on %2$s"
907
+ msgstr "%1$s na %2$s"
908
 
909
+ #: modules/widgets/gravatar-profile.php:180
910
+ msgid "Select a user or pick \"custom\" and enter a custom email address."
911
+ msgstr "Odaberite korisnika ili \"ostalo\" nakon čega je potrebno da upišete korisničku email adresu."
912
 
913
+ #: modules/widgets/gravatar-profile.php:184
914
+ msgid "Custom"
915
+ msgstr "Korisnički"
916
 
917
+ #: modules/widgets/gravatar-profile.php:194
918
+ msgid "Custom Email Address"
919
+ msgstr "Korisnička email adresa"
920
 
921
+ #: modules/widgets/gravatar-profile.php:202
922
+ msgid "Show Personal Links"
923
+ msgstr "Prikaži lične linkove"
924
 
925
+ #: modules/widgets/gravatar-profile.php:204
926
+ msgid "Links to your websites, blogs, or any other sites that help describe who you are."
927
+ msgstr "Linkovi ka vašoj web stranici, blogovima ili bilo kojim drugim stranicama koje vas opisuju."
928
 
929
+ #: modules/widgets/gravatar-profile.php:211
930
+ msgid "Show Account Links"
931
+ msgstr "Prikaži linkove računa"
932
 
933
+ #: modules/widgets/gravatar-profile.php:213
934
+ msgid "Links to services that you use across the web."
935
+ msgstr "Linkovi ka servisima koje koristite širom weba."
936
 
937
+ #: modules/widgets/gravatar-profile.php:217
938
+ msgid "Opens in new window"
939
+ msgstr "Otvara se u novom prozoru"
 
 
 
 
 
940
 
941
+ #: modules/widgets/gravatar-profile.php:217
942
+ msgid "Edit Your Profile"
943
+ msgstr "Uredite vaš profil"
 
 
 
 
 
944
 
945
+ #: modules/widgets/gravatar-profile.php:217
946
+ msgid "What's a Gravatar?"
947
+ msgstr "Šta je Gravatar?"
948
 
949
+ #: modules/widgets/image-widget.php:12
950
+ msgid "Display an image in your sidebar"
951
+ msgstr "Prikažite sliku vašoj bočnoj traci"
952
 
953
+ #: modules/widgets/image-widget.php:14
954
+ msgid "Image (Jetpack)"
955
+ msgstr "Slike (Jetpack)"
956
 
957
+ #: modules/widgets/image-widget.php:110
958
+ msgid "Image URL:"
959
+ msgstr "URL slike:"
960
+
961
+ #: modules/widgets/image-widget.php:113
962
+ msgid "Alternate text:"
963
+ msgstr "Alternativni tekst:"
964
+
965
+ #: modules/sso.php:325
966
+ msgid "WordPress.com Single Sign On"
967
+ msgstr ""
968
 
969
+ #: modules/sso.php:326
970
+ msgid "Connecting with WordPress.com SSO enables you to log in via your WordPress.com account."
971
+ msgstr ""
972
 
973
+ #: modules/sso.php:339
974
+ msgid "Unlink This Account"
975
+ msgstr ""
976
 
977
+ #: modules/sso.php:384
978
+ msgid "This profile is not currently linked to a WordPress.com Profile."
979
+ msgstr ""
980
 
981
+ #: modules/stats.php:266 modules/stats.php:701
982
+ msgid "Site Stats"
983
+ msgstr "Statistika stranice"
984
 
985
+ #: modules/stats.php:354
986
+ msgid "Loading&hellip;"
987
+ msgstr "Učitavam&hellip;"
 
 
 
988
 
989
+ #: modules/stats.php:355
990
+ msgid "Your Site Stats work better with Javascript enabled."
991
+ msgstr "Statistike vaše stranice radit će bolje ako omogućite Javascript."
992
 
993
+ #: modules/stats.php:356
994
  msgid "View Site Stats without Javascript"
995
  msgstr "Pregledaj statistike stranice bez Javascripta"
996
 
997
+ #: modules/stats.php:537
998
  msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
999
  msgstr "Za pregled posjeta posjetite <a href=\"%s\">statistiku stranice</a>."
1000
 
1001
+ #: modules/stats.php:542
1002
  msgid "Admin bar"
1003
  msgstr "Administratorska traka"
1004
 
1005
+ #: modules/stats.php:543
1006
  msgid "Put a chart showing 48 hours of views in the admin bar."
1007
  msgstr "Ubaci dijagram pregleda u zadnjih 48 sati u administratorsku traku."
1008
 
1009
+ #: modules/stats.php:544
1010
  msgid "Registered users"
1011
  msgstr "Registrovani korisnici"
1012
 
1013
+ #: modules/stats.php:546
1014
  msgid "Count the page views of registered users who are logged in."
1015
  msgstr "Broji preglede stranica registrovanih korisnika koji su prijavljeni."
1016
 
1017
+ #: modules/stats.php:556
1018
  msgid "Smiley"
1019
  msgstr "Smajli"
1020
 
1021
+ #: modules/stats.php:557
1022
  msgid "Hide the stats smiley face image."
1023
  msgstr "Sakrij smajli koji prikazuje statistika."
1024
 
1025
+ #: modules/stats.php:557
1026
  msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
1027
  msgstr "Slika pomaže u prikupljanju statistike i <strong>čini svijet bolji mjestom</strong>, ali sve će raditi i kada je sakrivena"
1028
 
1029
+ #: modules/stats.php:557
1030
  msgid "Smiley face"
1031
  msgstr "Smajli"
1032
 
1033
+ #: modules/stats.php:558
1034
  msgid "Report visibility"
1035
  msgstr "Vidljivost izvještaja"
1036
 
1037
+ #: modules/stats.php:560
1038
  msgid "Select the roles that will be able to view stats reports."
1039
  msgstr "Odaberite korisničke uloge koje će imati mogućnost pregleda statistike."
1040
 
1041
+ #: modules/stats.php:571
1042
  msgid "Save configuration"
1043
  msgstr "Sačuvaj konfiguraciju"
1044
 
1045
+ #: modules/stats.php:635
1046
  msgid "Stats"
1047
  msgstr "Statistika"
1048
 
1049
+ #: modules/stats.php:637
1050
  msgid "Views over 48 hours. Click for more Site Stats."
1051
  msgstr "Pregledi u zadnjih 48 sati. Kliknite za proširenu statistiku stranice."
1052
 
1053
+ #: modules/stats.php:722
1054
  msgid "day"
1055
  msgstr "dan"
1056
 
1057
+ #: modules/stats.php:723
1058
  msgid "week"
1059
  msgstr "sedmica"
1060
 
1061
+ #: modules/stats.php:724
1062
  msgid "month"
1063
  msgstr "mjesec"
1064
 
1065
+ #: modules/stats.php:727
1066
  msgid "the past day"
1067
  msgstr "jučer"
1068
 
1069
+ #: modules/stats.php:728
1070
  msgid "the past week"
1071
  msgstr "prošla sedmica"
1072
 
1073
+ #: modules/stats.php:729
1074
  msgid "the past month"
1075
  msgstr "prošli mjesec"
1076
 
1077
+ #: modules/stats.php:730
1078
  msgid "the past quarter"
1079
  msgstr "prošli kvartal"
1080
 
1081
+ #: modules/stats.php:731
1082
  msgid "the past year"
1083
  msgstr "prošla godina"
1084
 
1085
+ #: modules/stats.php:753
1086
  msgid "Chart stats by"
1087
  msgstr "Dijagram statistika od"
1088
 
1089
+ #: modules/stats.php:766
1090
  msgid "Show top posts over"
1091
  msgstr "Istakni najpopularnije članke"
1092
 
1093
+ #: modules/stats.php:779
1094
  msgid "Show top search terms over"
1095
  msgstr "Istakni najpopularnije pretrage"
1096
 
1097
+ #: modules/stats.php:945
1098
  msgid "%1$s %2$s Views"
1099
  msgstr "%1$s %2$s pregleda"
1100
 
1101
+ #: modules/stats.php:966
1102
  msgid "View All"
1103
  msgstr "Pregledaj sve"
1104
 
1105
+ #: modules/stats.php:970
1106
  msgid "Top Posts"
1107
  msgstr "Najpopularniji članci"
1108
 
1109
+ #: modules/stats.php:974 modules/stats.php:998
1110
+ msgid "Sorry, nothing to report."
1111
+ msgstr "Žao nam je, ništa za prijaviti."
 
 
 
 
 
 
 
 
 
 
 
 
1112
 
1113
+ #: modules/stats.php:994
1114
+ msgid "Top Searches"
1115
+ msgstr "Najpopularnije pretrage"
1116
 
1117
+ #: modules/stats.php:1022
1118
+ msgid "We were unable to get your stats just now. Please reload this page to try again."
1119
+ msgstr ""
1120
 
1121
+ #: modules/stats.php:1029
1122
+ msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
1123
+ msgstr ""
1124
 
1125
+ #: modules/subscriptions.php:123
1126
+ msgid "Jetpack Subscriptions Settings"
1127
+ msgstr "Postavke Jetpack pretplate"
1128
 
1129
+ #: modules/subscriptions.php:132
1130
+ msgid "Follow Blog"
1131
+ msgstr "Prati blog"
1132
 
1133
+ #: modules/subscriptions.php:147
1134
+ msgid "Follow Comments"
1135
+ msgstr "Praćenje komentara"
1136
 
1137
+ #: modules/subscriptions.php:168
1138
+ msgid "Follower Settings"
1139
+ msgstr "Postavke pretplatnika"
1140
 
1141
+ #: modules/subscriptions.php:175
1142
+ msgid "Blog follow email text"
1143
+ msgstr ""
1144
 
1145
+ #: modules/subscriptions.php:183
1146
+ msgid "Comment follow email text"
1147
+ msgstr ""
1148
 
1149
+ #: modules/subscriptions.php:197
1150
+ msgid "Change whether your visitors can subscribe to your posts or comments or both."
1151
+ msgstr "Odaberite da li želite da se posjetioci mogu pretplatiti na vaše članke ili komentare."
1152
 
1153
+ #: modules/subscriptions.php:212
1154
+ msgid "Show a <em>'follow blog'</em> option in the comment form"
1155
+ msgstr "Prikaži opciju <em>'za praćenje bloga'</em> u obrascu za komentarisanje"
1156
 
1157
+ #: modules/subscriptions.php:227
1158
+ msgid "Show a <em>'follow comments'</em> option in the comment form"
1159
+ msgstr "Prikaži opciju <em>'za praćenje komentara'</em> u obrascu za komentarisanje"
1160
 
1161
+ #: modules/subscriptions.php:252
1162
+ msgid "These settings change emails sent from your blog to followers."
1163
+ msgstr ""
1164
 
1165
+ #: modules/subscriptions.php:258
1166
+ msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
1167
  msgstr ""
1168
 
1169
+ #: modules/subscriptions.php:264
1170
+ msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
1171
  msgstr ""
1172
 
1173
+ #: modules/subscriptions.php:269
1174
+ msgid ""
1175
+ "Howdy.\n"
1176
+ "\n"
1177
+ "You recently followed this blog's posts. This means you will receive each new post by email.\n"
1178
+ "\n"
1179
+ "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1180
  msgstr ""
1181
 
1182
+ #: modules/subscriptions.php:270
1183
+ msgid ""
1184
+ "Howdy.\n"
1185
+ "\n"
1186
+ "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
1187
+ "\n"
1188
+ "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1189
  msgstr ""
1190
 
1191
+ #: modules/subscriptions.php:472
1192
+ msgid "Notify me of follow-up comments by email."
1193
+ msgstr "Obavijesti me o narednim komentarima putem emaila."
1194
 
1195
+ #: modules/subscriptions.php:479
1196
+ msgid "Notify me of new posts by email."
1197
+ msgstr "Obavijesti me o novim člancima pomoću emaila."
1198
+
1199
+ #: modules/subscriptions.php:557
1200
+ msgid "Add an email signup form to allow people to subscribe to your blog."
1201
+ msgstr "Dodaje obrazac za email registraciju kako bi se druge osobe mogle pretplatiti na vaš blog."
1202
+
1203
+ #: modules/subscriptions.php:560
1204
+ msgid "Blog Subscriptions (Jetpack)"
1205
+ msgstr "Blog pretplate (Jetpack)"
1206
+
1207
+ #: modules/subscriptions.php:586
1208
+ msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
1209
+ msgstr "Poslali smo vam email koji je potrebno da potvrdite pretplatu. Molimo vas da pronađete email i kliknete na aktivacijski link unatar njega kako biste aktivirali pretplatu."
1210
+
1211
+ #: modules/subscriptions.php:595
1212
+ msgid "The email you entered was invalid, please check and try again."
1213
+ msgstr "Email koji ste upisali nije ispravan. Molimo vas da ga provjerite i pokušate ponovo."
1214
+
1215
+ #: modules/subscriptions.php:598
1216
+ msgid "You have already subscribed to this site, please check your inbox."
1217
+ msgstr "Već ste se pretplatili na ovu stranicu, molimo vas da provjerite vaš email."
1218
+
1219
+ #: modules/subscriptions.php:604
1220
+ msgid "There was an error when subscribing, please try again."
1221
+ msgstr "Desila se greška prilikom pretplaćivanja, molimo vas da pokušate ponovo."
1222
+
1223
+ #: modules/subscriptions.php:617
1224
+ msgid "Join %s other subscriber"
1225
+ msgid_plural "Join %s other subscribers"
1226
+ msgstr[0] "Pridružite se ostalim pretplatnicima (%s)"
1227
+ msgstr[1] "Pridružite se ostalim pretplatnicima (%s)"
1228
+ msgstr[2] "Pridružite se ostalim pretplatnicima (%s)"
1229
+
1230
+ #: modules/subscriptions.php:694
1231
+ msgid "Subscribe to Blog via Email"
1232
+ msgstr "Pretplati se na blogu pomoću emaila"
1233
+
1234
+ #: modules/subscriptions.php:695
1235
+ msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
1236
+ msgstr "Upišite vašu email adresu da biste se pretplatili na email obavijesti o novim člancima na ovom blogu."
1237
+
1238
+ #: modules/subscriptions.php:697
1239
+ msgid "Click to subscribe to this blog and receive notifications of new posts by email."
1240
+ msgstr "Klinite da biste se pretplatili i na vašu email adresu dobijali obavijesti o novim člancima na ovom blogu."
1241
+
1242
+ #: modules/subscriptions.php:713
1243
+ msgid "%s: %s"
1244
+ msgstr "%s: %s"
1245
+
1246
+ #: modules/subscriptions.php:720 modules/widgets/image-widget.php:107
1247
+ msgid "Widget title:"
1248
+ msgstr "Naslov dodatka:"
1249
+
1250
+ #: modules/subscriptions.php:726
1251
+ msgid "Optional text to display to your readers:"
1252
+ msgstr "Neobavezni tekst koji će se prikazivati vašim čitaocima:"
1253
+
1254
+ #: modules/subscriptions.php:732
1255
+ msgid "Subscribe Button:"
1256
+ msgstr "Dugme za pretplatu:"
1257
+
1258
+ #: modules/subscriptions.php:739
1259
+ msgid "Show total number of subscribers? (%s subscriber)"
1260
+ msgid_plural "Show total number of subscribers? (%s subscribers)"
1261
+ msgstr[0] "Prikazati ukupan broj pretplatnika? (%s pretplatnik)"
1262
+ msgstr[1] "Prikazati ukupan broj pretplatnika? (%s pretplatnika)"
1263
+ msgstr[2] "Prikazati ukupan broj pretplatnika? (%s pretplatnika)"
1264
+
1265
+ #: modules/tiled-gallery/tiled-gallery.php:318
1266
+ msgid "Tiled Mosaic"
1267
  msgstr ""
1268
 
1269
+ #: modules/tiled-gallery/tiled-gallery.php:319 modules/widgets/gallery.php:328
1270
+ msgid "Square Tiles"
1271
  msgstr ""
1272
 
1273
+ #: modules/tiled-gallery/tiled-gallery.php:320 modules/widgets/gallery.php:329
1274
+ msgid "Circles"
1275
  msgstr ""
1276
 
1277
+ #: modules/tiled-gallery/tiled-gallery.php:349
1278
+ msgid "Display all your gallery pictures in a cool mosaic."
1279
+ msgstr ""
1280
 
1281
+ #: class.jetpack-cli.php:155 modules/vaultpress.php:24
1282
+ msgid "Active"
1283
+ msgstr "Aktivna"
1284
 
1285
+ #: modules/videopress/class.videopress-player.php:195
1286
+ msgid "%s Error"
1287
+ msgstr "%s greška"
1288
 
1289
+ #: modules/videopress/class.videopress-player.php:230
1290
+ msgid "This video is intended for mature audiences."
1291
+ msgstr "Ovaj video je namijenjen zreloj publici."
1292
 
1293
+ #: modules/videopress/class.videopress-player.php:230
1294
+ msgid "Please verify your birthday."
1295
+ msgstr "Molimo vas da potvrdite vaš rođendan."
1296
 
1297
+ #: modules/videopress/class.videopress-player.php:280
1298
+ msgid "Submit"
1299
+ msgstr "Pošalji"
1300
 
1301
+ #: modules/videopress/class.videopress-player.php:326
1302
+ msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
1303
+ msgstr "Nemate potrebni <a rel=\"nofollow\" href=\"%s\">nivo slobode</a> za pregled ovog videa. Podržite slobodni softver i izvršite nadogradnju."
1304
+
1305
+ #: modules/videopress/class.videopress-player.php:382
1306
+ msgctxt "watch a video title"
1307
+ msgid "Watch: %s"
1308
+ msgstr "Pregledaj: %s"
1309
 
1310
+ #: modules/videopress/class.videopress-player.php:478
1311
+ #: modules/videopress/class.videopress-player.php:500
1312
+ msgid "this video"
1313
+ msgstr "ovaj video"
1314
 
1315
+ #: modules/videopress/class.videopress-player.php:507
1316
+ msgctxt "Play as in playback or view a movie"
1317
+ msgid "JavaScript required to play %s."
1318
+ msgstr "Javascript je neophodan za reprodukciju %s."
1319
 
1320
+ #: modules/videopress/class.videopress-player.php:654
1321
+ msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
1322
+ msgstr "Di biste pregledali ovaj video, potreban vam je <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a>."
1323
 
1324
+ #: modules/videopress/class.videopress-player.php:661
1325
+ msgid "Loading video..."
1326
+ msgstr "Učitavam video..."
 
1327
 
1328
+ #: modules/videopress/class.videopress-video.php:306
1329
+ msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
1330
+ msgstr "VideoPress plugin ne može komunicirati sa VideoPress serverima. Ovakva greška je obično rezultat nepravilne konfiguracije plugina. Molimo vas da plugin ponovo instalirate ili nadogradite."
1331
 
1332
+ #: modules/videopress/class.videopress-video.php:308
1333
+ msgid "<strong>%s</strong> is not an allowed embed site."
1334
+ msgstr "<strong>%s</strong> nije dozvoljena stranica za ugradnju."
1335
 
1336
+ #: modules/videopress/class.videopress-video.php:308
1337
+ msgid "Publisher limits playback of video embeds."
1338
+ msgstr "Objavljivač ograničava reprodukciju ugrađenih video datoteka."
1339
 
1340
+ #: modules/videopress/class.videopress-video.php:310
1341
+ msgid "No data found for VideoPress identifier: <strong>%s</strong>."
1342
+ msgstr "Nema pronađenih podataka za VideoPress identifikator: <strong>%s</strong>."
 
1343
 
1344
+ #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
1345
+ msgid "Could not obtain a VideoPress upload token. Please try again later."
1346
+ msgstr ""
1347
 
1348
+ #: modules/videopress/videopress.php:264
1349
+ msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
 
1350
  msgstr ""
1351
 
1352
+ #: modules/videopress/videopress.php:269
1353
+ msgid "Connected WordPress.com Blog"
 
1354
  msgstr ""
1355
 
1356
+ #: modules/videopress/videopress.php:278
1357
+ msgid "Only videos from the selected blog will be available in your media library."
1358
  msgstr ""
1359
 
1360
+ #: modules/videopress/videopress.php:279
1361
+ msgid "<a href=\"%s\">Click here</a> to refresh this list."
1362
+ msgstr ""
1363
 
1364
+ #: modules/videopress/videopress.php:285
1365
+ msgid "Video Library Access"
1366
+ msgstr ""
1367
 
1368
+ #: modules/videopress/videopress.php:289
1369
+ msgid "Do not allow other users to access my VideoPress library"
1370
  msgstr ""
1371
 
1372
+ #: modules/videopress/videopress.php:291
1373
+ msgid "Allow users to access my videos"
1374
+ msgstr ""
1375
 
1376
+ #: modules/videopress/videopress.php:293
1377
+ msgid "Allow users to access and edit my videos"
1378
+ msgstr ""
1379
 
1380
+ #: modules/sharedaddy/sharing-sources.php:242
1381
+ msgid "This post has been shared!"
1382
+ msgstr "Ovaj članak je podijeljen!"
1383
 
1384
+ #: modules/sharedaddy/sharing-sources.php:243
1385
+ msgid "You have shared this post with %s"
1386
+ msgstr "Podijelili ste ovaj članak sa %s"
1387
 
1388
+ #: modules/sharedaddy/sharing-sources.php:244
1389
+ #: modules/videopress/videopress.php:676
1390
+ msgid "Close"
1391
+ msgstr "Zatvori"
1392
 
1393
+ #: modules/sharedaddy/sharing-sources.php:266
1394
+ msgctxt "share to"
1395
+ msgid "Email"
1396
+ msgstr "E