Broken Link Checker - Version 1.7.1

Version Description

  • Added an Arabic translation.
  • Updated Portuguese translation.
  • Updated French translation.
  • Fixed MySQL errors caused by the plugin converting table names to lowercase.
  • Fixed a bug where the plugin would sometimes report broken Twitter links as working.
  • Fixed the plugin author URL.
Download this release

Release Info

Developer whiteshadow
Plugin Icon 128x128 Broken Link Checker
Version 1.7.1
Comparing to
See all releases

Code changes from version 1.7 to 1.7.1

broken-link-checker.php CHANGED
@@ -3,9 +3,9 @@
3
  Plugin Name: Broken Link Checker
4
  Plugin URI: http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/
5
  Description: Checks your blog for broken links and missing images and notifies you on the dashboard if any are found.
6
- Version: 1.7
7
  Author: Janis Elsts
8
- Author URI: http://w-shadow.com/blog/
9
  Text Domain: broken-link-checker
10
  */
11
 
3
  Plugin Name: Broken Link Checker
4
  Plugin URI: http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/
5
  Description: Checks your blog for broken links and missing images and notifies you on the dashboard if any are found.
6
+ Version: 1.7.1
7
  Author: Janis Elsts
8
+ Author URI: http://w-shadow.com/
9
  Text Domain: broken-link-checker
10
  */
11
 
includes/admin/db-upgrade.php CHANGED
@@ -76,7 +76,7 @@ class blcDatabaseUpgrader {
76
  * @return bool
77
  */
78
  function drop_tables(){
79
- global $wpdb, $blclog;
80
 
81
  $blclog->info('Deleting the plugin\'s database tables');
82
  $tables = array(
@@ -163,7 +163,7 @@ class blcTableDelta {
163
  * @return array
164
  */
165
  static function delta($queries, $execute = true, $drop_columns = true, $drop_indexes = true){
166
- global $wpdb;
167
 
168
  // Separate individual queries into an array
169
  if ( !is_array($queries) ) {
@@ -177,7 +177,7 @@ class blcTableDelta {
177
  // Create a tablename index for an array ($cqueries) of queries
178
  foreach($queries as $qry) {
179
  if (preg_match("|CREATE\s+TABLE\s+(?:IF\s+NOT\s+EXISTS\s+)?([^\s(]+)|i", $qry, $matches)) {
180
- $table = trim( strtolower($matches[1]), '`' );
181
  $cqueries[$table] = $qry;
182
  $for_update[$table] = 'Create table `'.$table.'`';
183
  }
@@ -187,8 +187,7 @@ class blcTableDelta {
187
  if ($tables = $wpdb->get_col('SHOW TABLES;')) {
188
  // For every table in the database
189
  foreach ($tables as $table) {
190
- $table = strtolower($table);
191
-
192
  // If a table query exists for the database table...
193
  if ( array_key_exists($table, $cqueries) ) {
194
 
@@ -270,8 +269,8 @@ class blcTableDelta {
270
 
271
  if ($tableindices) {
272
  // Clear the index array
273
- unset($index_ary);
274
-
275
  // For every index in the table
276
  foreach ($tableindices as $tableindex) {
277
  // Add the index to the index data array
@@ -321,8 +320,8 @@ class blcTableDelta {
321
  }
322
 
323
  // Remove the original table creation query from processing
324
- unset($cqueries[strtolower($table)]);
325
- unset($for_update[strtolower($table)]);
326
  } else {
327
  // This table exists in the database, but not in the creation queries?
328
  }
76
  * @return bool
77
  */
78
  function drop_tables(){
79
+ global $wpdb, $blclog; /** @var wpdb $wpdb */
80
 
81
  $blclog->info('Deleting the plugin\'s database tables');
82
  $tables = array(
163
  * @return array
164
  */
165
  static function delta($queries, $execute = true, $drop_columns = true, $drop_indexes = true){
166
+ global $wpdb; /** @var wpdb $wpdb */
167
 
168
  // Separate individual queries into an array
169
  if ( !is_array($queries) ) {
177
  // Create a tablename index for an array ($cqueries) of queries
178
  foreach($queries as $qry) {
179
  if (preg_match("|CREATE\s+TABLE\s+(?:IF\s+NOT\s+EXISTS\s+)?([^\s(]+)|i", $qry, $matches)) {
180
+ $table = trim( $matches[1], '`' );
181
  $cqueries[$table] = $qry;
182
  $for_update[$table] = 'Create table `'.$table.'`';
183
  }
187
  if ($tables = $wpdb->get_col('SHOW TABLES;')) {
188
  // For every table in the database
189
  foreach ($tables as $table) {
190
+
 
191
  // If a table query exists for the database table...
192
  if ( array_key_exists($table, $cqueries) ) {
193
 
269
 
270
  if ($tableindices) {
271
  // Clear the index array
272
+ $index_ary = array();
273
+
274
  // For every index in the table
275
  foreach ($tableindices as $tableindex) {
276
  // Add the index to the index data array
320
  }
321
 
322
  // Remove the original table creation query from processing
323
+ unset($cqueries[$table]);
324
+ unset($for_update[$table]);
325
  } else {
326
  // This table exists in the database, but not in the creation queries?
327
  }
languages/broken-link-checker-ar_AR.mo ADDED
Binary file
languages/broken-link-checker-ar_AR.po ADDED
@@ -0,0 +1,1668 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2012 Broken Link Checker
2
+ # This file is distributed under the same license as the Broken Link Checker package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Broken Link Checker 1.6.2\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/broken-link-checker\n"
7
+ "POT-Creation-Date: 2012-07-11 15:57:29+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2012-12-21 02:48+0400\n"
12
+ "Last-Translator: Yaser Maadan | Englize.com <yaser@englize.com>\n"
13
+ "Language-Team: Yaser Maadan | Englize.com <yaser@englize.com>\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
+ "Language: Arabic\n"
16
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
+
18
+ # Done By Yaser Maadan - Englize.com
19
+ # Friday, 21 Dec, 2012
20
+ #: core/core.php:151 includes/admin/links-page-js.php:37
21
+ msgid "Loading..."
22
+ msgstr "تحميل..."
23
+
24
+ #: core/core.php:175 includes/admin/options-page-js.php:18
25
+ msgid "[ Network error ]"
26
+ msgstr "[ خطأ في الشبكة ]"
27
+
28
+ #: core/core.php:202
29
+ msgid "Automatically expand the widget if broken links have been detected"
30
+ msgstr "توسيع المربع تلقائياً في حال استكشاف روابط معطوبة"
31
+
32
+ #: core/core.php:292
33
+ msgid "Link Checker Settings"
34
+ msgstr "إعدادات الإضافة"
35
+
36
+ #: core/core.php:293
37
+ msgid "Link Checker"
38
+ msgstr "فاحص الروابط"
39
+
40
+ #: core/core.php:298 includes/link-query.php:27
41
+ msgid "Broken Links"
42
+ msgstr "اللنكات المعطوبة"
43
+
44
+ #: core/core.php:314
45
+ msgid "View Broken Links"
46
+ msgstr "عرض اللنكات المعطوبة"
47
+
48
+ #: core/core.php:329
49
+ msgid "Feedback"
50
+ msgstr "التغذية الراجعة"
51
+
52
+ #: core/core.php:368
53
+ msgid "Go to Broken Links"
54
+ msgstr "الذهاب الى الروابط المعطوبة"
55
+
56
+ #: core/core.php:397
57
+ msgid "Settings"
58
+ msgstr "الإعدادات"
59
+
60
+ #: core/core.php:554
61
+ msgid "Settings saved."
62
+ msgstr "تم حفظ الإعدادت"
63
+
64
+ #: core/core.php:560
65
+ msgid "Thank you for your donation!"
66
+ msgstr "شكراً لدعمك!"
67
+
68
+ #: core/core.php:568
69
+ msgid "Complete site recheck started."
70
+ msgstr "الفحص الكامل للموقع بدأ."
71
+
72
+ #: core/core.php:577
73
+ msgid "Details"
74
+ msgstr "التفاصيل"
75
+
76
+ #: core/core.php:591
77
+ msgid "General"
78
+ msgstr "عام"
79
+
80
+ #: core/core.php:592
81
+ msgid "Look For Links In"
82
+ msgstr "فحص الروابط في"
83
+
84
+ #: core/core.php:593
85
+ msgid "Which Links To Check"
86
+ msgstr "أيّ الروابط المُراد فحصها"
87
+
88
+ #: core/core.php:594
89
+ msgid "Protocols & APIs"
90
+ msgstr "البروتوكولات والآيه بي آي"
91
+
92
+ #: core/core.php:595
93
+ msgid "Advanced"
94
+ msgstr "متقدم"
95
+
96
+ #: core/core.php:610
97
+ msgid "Broken Link Checker Options"
98
+ msgstr "إعدادات فاحص الروابط المعطوبة"
99
+
100
+ #: core/core.php:652 includes/admin/table-printer.php:197
101
+ msgid "Status"
102
+ msgstr "الحالة"
103
+
104
+ #: core/core.php:654 includes/admin/options-page-js.php:56
105
+ msgid "Show debug info"
106
+ msgstr "عرض معلومات المطورين"
107
+
108
+ #: core/core.php:682
109
+ msgid "Check each link"
110
+ msgstr "فحص كل رابط"
111
+
112
+ #: core/core.php:687
113
+ msgid "Every %s hours"
114
+ msgstr "كل %s ساعة"
115
+
116
+ #: core/core.php:696
117
+ msgid ""
118
+ "Existing links will be checked this often. New links will usually be checked "
119
+ "ASAP."
120
+ msgstr ""
121
+ "الروابط الحالية سيتم فحصها الآن. الروابط الجديدة سيتم فحصها بأقرب فرصة ممكنة."
122
+
123
+ #: core/core.php:703
124
+ msgid "E-mail notifications"
125
+ msgstr "التنبيهات على البريد الإلكتروني"
126
+
127
+ #: core/core.php:709
128
+ msgid "Send me e-mail notifications about newly detected broken links"
129
+ msgstr ""
130
+ "أرسل لي بريد إلكتروني تنبيهي عن الروابط المعطوبة الجديدة التي يتم اكتشافها"
131
+
132
+ #: core/core.php:717
133
+ msgid "Send authors e-mail notifications about broken links in their posts"
134
+ msgstr "أرسل لكتّاب التدوينات والمُحررين تنبيه بريدي بالروابط الجديدة المعطوبة"
135
+
136
+ #: core/core.php:724
137
+ msgid "Link tweaks"
138
+ msgstr "إعدادات الروابط"
139
+
140
+ #: core/core.php:730
141
+ msgid "Apply custom formatting to broken links"
142
+ msgstr "تطبيق التهيئة الخاصة للروابط المعطوبة"
143
+
144
+ #: core/core.php:734 core/core.php:765
145
+ msgid "Edit CSS"
146
+ msgstr "تحرير CSS"
147
+
148
+ #: core/core.php:750
149
+ msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
150
+ msgstr "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
151
+
152
+ #: core/core.php:753 core/core.php:784
153
+ msgid "Click \"Save Changes\" to update example output."
154
+ msgstr "اضغط \"حفظ التغييرات\" لتحديث المثال."
155
+
156
+ #: core/core.php:761
157
+ msgid "Apply custom formatting to removed links"
158
+ msgstr "طبّق التهيئة المُخصصة لإزالة الروابط"
159
+
160
+ #: core/core.php:781
161
+ msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
162
+ msgstr "مثال: Lorem ipsum <span %s>removed link</span>, dolor sit amet."
163
+
164
+ #: core/core.php:794
165
+ msgid "Stop search engines from following broken links"
166
+ msgstr "إيقاف محركات البحث من تتبع الروابط المعطوبة"
167
+
168
+ #: core/core.php:811
169
+ msgid "Look for links in"
170
+ msgstr "العثور على روابط في"
171
+
172
+ #: core/core.php:822
173
+ msgid "Post statuses"
174
+ msgstr "حالات التدوينة"
175
+
176
+ #: core/core.php:855
177
+ msgid "Link types"
178
+ msgstr "أنواع الروابط"
179
+
180
+ #: core/core.php:861
181
+ msgid "Error : All link parsers missing!"
182
+ msgstr "خطأ : كل عبارات الرابط مفقودة!"
183
+
184
+ #: core/core.php:868
185
+ msgid "Exclusion list"
186
+ msgstr "قائمة الإستبعاد"
187
+
188
+ #: core/core.php:869
189
+ msgid ""
190
+ "Don't check links where the URL contains any of these words (one per line) :"
191
+ msgstr ""
192
+ "لا تفحص الروابط عندما تحتوي تلك الروابط على إحدى الكلمات التالية (كلمة في كل "
193
+ "سطر) :"
194
+
195
+ #: core/core.php:887
196
+ msgid "Check links using"
197
+ msgstr "فحص الروابط بإستخدام"
198
+
199
+ #: core/core.php:906 includes/links.php:856
200
+ msgid "Timeout"
201
+ msgstr "المهلة الزمنيّة"
202
+
203
+ #: core/core.php:912 core/core.php:958 core/core.php:2801
204
+ msgid "%s seconds"
205
+ msgstr "%s ثانية"
206
+
207
+ #: core/core.php:921
208
+ msgid "Links that take longer than this to load will be marked as broken."
209
+ msgstr "الروابط التي تأخذ زمن طويل للتحميل سوف تُعتبر معطوبة."
210
+
211
+ #: core/core.php:928
212
+ msgid "Link monitor"
213
+ msgstr "مراقبة رابط"
214
+
215
+ #: core/core.php:936
216
+ msgid "Run continuously while the Dashboard is open"
217
+ msgstr "تشغيل بشكل مستمر عند فتح اللوحة الرئيسية للتحكم."
218
+
219
+ #: core/core.php:944
220
+ msgid "Run hourly in the background"
221
+ msgstr "تشغيله كل ساعة بدون أن تشعر - في الخلفية"
222
+
223
+ #: core/core.php:952
224
+ msgid "Max. execution time"
225
+ msgstr "أقصى زمن للتنفيذ"
226
+
227
+ #: core/core.php:969
228
+ msgid ""
229
+ "The plugin works by periodically launching a background job that parses your "
230
+ "posts for links, checks the discovered URLs, and performs other time-"
231
+ "consuming tasks. Here you can set for how long, at most, the link monitor "
232
+ "may run each time before stopping."
233
+ msgstr ""
234
+ "الإضافة تعمل على فترات في الخلفية لتقوم بفحص تدويناتك جيداً للبحث عن أي "
235
+ "روابط، ثم تقوم بإستكشاف الروابط المعثور عليها . هُنا تستطيع تحديد الفترة "
236
+ "المُراد جعل الإضافة تعمل في إطارها قبل التوقف."
237
+
238
+ #: core/core.php:978
239
+ msgid "Server load limit"
240
+ msgstr "حدود تحمّل السيرفر"
241
+
242
+ #: core/core.php:993
243
+ msgid "Current load : %s"
244
+ msgstr "الحمل الحالي : %s"
245
+
246
+ #: core/core.php:998
247
+ msgid ""
248
+ "Link checking will be suspended if the average <a href=\"%s\">server load</"
249
+ "a> rises above this number. Leave this field blank to disable load limiting."
250
+ msgstr ""
251
+ "فحص الروابط سوف يتوقف إذا معدل <a href=\"%s\">تحمّل السيرفر</a> فاق هذا "
252
+ "الرقم. أترك هذا الحقل فارغاً لتعطيل حدود التحمّل."
253
+
254
+ #: core/core.php:1007
255
+ msgid "Not available"
256
+ msgstr "غير متوفر"
257
+
258
+ #: core/core.php:1009
259
+ msgid ""
260
+ "Load limiting only works on Linux-like systems where <code>/proc/loadavg</"
261
+ "code> is present and accessible."
262
+ msgstr ""
263
+ "خاصيّة حدود التحمّل تعمل فقط في أنظمة لينوكس عندما يكون المسار <code>/proc/"
264
+ "loadavg</code> موجود ومُتاح."
265
+
266
+ #: core/core.php:1017
267
+ msgid "Forced recheck"
268
+ msgstr "إعادة فحص من البداية"
269
+
270
+ #: core/core.php:1020
271
+ msgid "Re-check all pages"
272
+ msgstr "اعادة فحص كل الصفحات"
273
+
274
+ #: core/core.php:1024
275
+ msgid ""
276
+ "The \"Nuclear Option\". Click this button to make the plugin empty its link "
277
+ "database and recheck the entire site from scratch."
278
+ msgstr ""
279
+ "إنه \"الخيار النووي\". قم بالضغط على هذا الزر لجعل الإضافة تقوم بتفريغ كل "
280
+ "الروابط المسجلة في قاعدة البيانات وتعيد فحص الموقع بالكامل من الصفر."
281
+
282
+ #: core/core.php:1035
283
+ msgid "Save Changes"
284
+ msgstr "حفظ التعديلات"
285
+
286
+ #: core/core.php:1086
287
+ msgid "Configure"
288
+ msgstr "إعداد"
289
+
290
+ #: core/core.php:1168
291
+ msgid "Check URLs entered in these custom fields (one per line) :"
292
+ msgstr "افحص الروابط المُدخلة في هذا الحقل المُخصص (رابط في كل سطر) :"
293
+
294
+ #: core/core.php:1296 core/core.php:1378 core/core.php:1410
295
+ msgid "Database error : %s"
296
+ msgstr "خطأ في قاعدة البيانات: %s"
297
+
298
+ #: core/core.php:1360
299
+ msgid "You must enter a filter name!"
300
+ msgstr "يجب إدخال اسم الفلتر!"
301
+
302
+ #: core/core.php:1364
303
+ msgid "Invalid search query."
304
+ msgstr "إستعلام خاطئ للبحث."
305
+
306
+ #: core/core.php:1373
307
+ msgid "Filter \"%s\" created"
308
+ msgstr "الفلتر \"%s\" تم إنشاءه"
309
+
310
+ #: core/core.php:1400
311
+ msgid "Filter ID not specified."
312
+ msgstr "رقم الفلتر لم يحدد"
313
+
314
+ #: core/core.php:1407
315
+ msgid "Filter deleted"
316
+ msgstr "تم مسح الفلتر"
317
+
318
+ #: core/core.php:1454
319
+ msgid "Replaced %d redirect with a direct link"
320
+ msgid_plural "Replaced %d redirects with direct links"
321
+ msgstr[0] "تم استبدال %d إحالة بروابط مباشرة"
322
+ msgstr[1] "تم استبدال %d إحالة بروابط مباشرة"
323
+
324
+ #: core/core.php:1465
325
+ msgid "Failed to fix %d redirect"
326
+ msgid_plural "Failed to fix %d redirects"
327
+ msgstr[0] "فشل في إصلاح %d إحالة"
328
+ msgstr[1] "فشل في إصلاح %d إحالة"
329
+
330
+ #: core/core.php:1476
331
+ msgid "None of the selected links are redirects!"
332
+ msgstr "لا توجد روابط مُحولة من الذين تم اختيارهم!"
333
+
334
+ #: core/core.php:1554
335
+ msgid "%d link updated."
336
+ msgid_plural "%d links updated."
337
+ msgstr[0] "%d رابط تم تحديثه."
338
+ msgstr[1] "%d رابط تم تحديثه."
339
+
340
+ #: core/core.php:1565
341
+ msgid "Failed to update %d link."
342
+ msgid_plural "Failed to update %d links."
343
+ msgstr[0] "فشل في تحديث %d رابط."
344
+ msgstr[1] "فشل في تحديث %d رابط."
345
+
346
+ #: core/core.php:1619
347
+ msgid "%d link removed"
348
+ msgid_plural "%d links removed"
349
+ msgstr[0] "%d رابط تمت ازالته"
350
+ msgstr[1] "%d رابط تمت ازالته"
351
+
352
+ #: core/core.php:1630
353
+ msgid "Failed to remove %d link"
354
+ msgid_plural "Failed to remove %d links"
355
+ msgstr[0] "فشل في إزالة %d رابط"
356
+ msgstr[1] "فشل في إزالة %d رابط"
357
+
358
+ #: core/core.php:1739
359
+ msgid ""
360
+ "%d item was skipped because it can't be moved to the Trash. You need to "
361
+ "delete it manually."
362
+ msgid_plural ""
363
+ "%d items were skipped because they can't be moved to the Trash. You need to "
364
+ "delete them manually."
365
+ msgstr[0] ""
366
+ "%d كائن تم تجاوزهم لأن لا يمكن نقلهم إلى سلة المهملات. يجب أن تقوم بحذفهم "
367
+ "يدوياً."
368
+ msgstr[1] ""
369
+ "%d كائن تم تجاوزهم لأن لا يمكن نقلهم إلى سلة المهملات. يجب أن تقوم بحذفهم "
370
+ "يدوياً."
371
+
372
+ #: core/core.php:1761
373
+ msgid "Didn't find anything to delete!"
374
+ msgstr "لا يعثر على أي شيء للحذف!"
375
+
376
+ #: core/core.php:1789
377
+ msgid "%d link scheduled for rechecking"
378
+ msgid_plural "%d links scheduled for rechecking"
379
+ msgstr[0] "%d رابط تم جدولته للفحص"
380
+ msgstr[1] "%d رابط تم جدولته للفحص"
381
+
382
+ #: core/core.php:1835 core/core.php:2444
383
+ msgid "This link was manually marked as working by the user."
384
+ msgstr "هذا الرابط حُدد يدوياً للعمل من قبل المستخدم."
385
+
386
+ #: core/core.php:1842
387
+ msgid "Couldn't modify link %d"
388
+ msgstr "لا يمكن تعديل الرابط %d"
389
+
390
+ #: core/core.php:1852
391
+ msgid "%d link marked as not broken"
392
+ msgid_plural "%d links marked as not broken"
393
+ msgstr[0] "%d رابط مُحدد على أنه غير معطوب"
394
+ msgstr[1] "%d رابط مُحدد على أنه غير معطوب"
395
+
396
+ #: core/core.php:1892
397
+ msgid "Table columns"
398
+ msgstr "أعمدة الجدول"
399
+
400
+ #: core/core.php:1911
401
+ msgid "Show on screen"
402
+ msgstr "عرض في الشاشة"
403
+
404
+ #: core/core.php:1918
405
+ msgid "links"
406
+ msgstr "روباط"
407
+
408
+ #: core/core.php:1919 includes/admin/table-printer.php:165
409
+ msgid "Apply"
410
+ msgstr "تطبيق"
411
+
412
+ #: core/core.php:1923
413
+ msgid "Misc"
414
+ msgstr "منوعات"
415
+
416
+ #: core/core.php:1938
417
+ msgid "Highlight links broken for at least %s days"
418
+ msgstr "تحديد الروابط المعطوبة على الأقل لـ %s يوم"
419
+
420
+ #: core/core.php:1947
421
+ msgid "Color-code status codes"
422
+ msgstr "الكود اللوني للحالات"
423
+
424
+ #: core/core.php:1964 core/core.php:2429 core/core.php:2469 core/core.php:2502
425
+ #: core/core.php:2565
426
+ msgid "You're not allowed to do that!"
427
+ msgstr "غير مصّرح لك بعمل هذا!"
428
+
429
+ #: core/core.php:2299
430
+ msgid "View broken links"
431
+ msgstr "عرض الروابط المعطوبة"
432
+
433
+ #: core/core.php:2300
434
+ msgid "Found %d broken link"
435
+ msgid_plural "Found %d broken links"
436
+ msgstr[0] "عُثر على %d رابط معطوب"
437
+ msgstr[1] "عُثر على %d رابط معطوب"
438
+
439
+ #: core/core.php:2306
440
+ msgid "No broken links found."
441
+ msgstr "لا توجد روابط معطوبة"
442
+
443
+ #: core/core.php:2313
444
+ msgid "%d URL in the work queue"
445
+ msgid_plural "%d URLs in the work queue"
446
+ msgstr[0] "%d رابط في صف الإنتظار"
447
+ msgstr[1] "%d رابط في صف الإنتظار"
448
+
449
+ #: core/core.php:2316
450
+ msgid "No URLs in the work queue."
451
+ msgstr "لا روابط في صف الإنتظار."
452
+
453
+ #: core/core.php:2322
454
+ msgctxt "for the \"Detected X unique URLs in Y links\" message"
455
+ msgid "%d unique URL"
456
+ msgid_plural "%d unique URLs"
457
+ msgstr[0] "%d رابط مميز"
458
+ msgstr[1] "%d روابط مميزة"
459
+
460
+ #: core/core.php:2326
461
+ msgctxt "for the \"Detected X unique URLs in Y links\" message"
462
+ msgid "%d link"
463
+ msgid_plural "%d links"
464
+ msgstr[0] "%d رابط"
465
+ msgstr[1] "%d رابط"
466
+
467
+ #: core/core.php:2332
468
+ msgid "Detected %1$s in %2$s and still searching..."
469
+ msgstr "تم رصد %1$s في %2$s و لازال البحث جاري..."
470
+
471
+ #: core/core.php:2338
472
+ msgid "Detected %1$s in %2$s."
473
+ msgstr "تم رصد %1$s في %2$s."
474
+
475
+ #: core/core.php:2345
476
+ msgid "Searching your blog for links..."
477
+ msgstr "البحث في مدونتك على روابط..."
478
+
479
+ #: core/core.php:2347
480
+ msgid "No links detected."
481
+ msgstr "لا توجد روابط."
482
+
483
+ #: core/core.php:2373
484
+ msgctxt "current load"
485
+ msgid "Unknown"
486
+ msgstr "غير معروف"
487
+
488
+ #: core/core.php:2437 core/core.php:2477 core/core.php:2512 core/core.php:2575
489
+ msgid "Oops, I can't find the link %d"
490
+ msgstr "عفواً، لا أستطيع العثور على الرابط %d"
491
+
492
+ #: core/core.php:2450 core/core.php:2487
493
+ msgid "Oops, couldn't modify the link!"
494
+ msgstr "عفواً، لا أستطيع تعديل الرابط!"
495
+
496
+ #: core/core.php:2453 core/core.php:2490 core/core.php:2601
497
+ msgid "Error : link_id not specified"
498
+ msgstr "خطأ : link_id لم يحدد"
499
+
500
+ #: core/core.php:2522
501
+ msgid "Oops, the new URL is invalid!"
502
+ msgstr "عفواً"
503
+
504
+ #: core/core.php:2533 core/core.php:2584
505
+ msgid "An unexpected error occured!"
506
+ msgstr "حدث خطأ غير متوقع!"
507
+
508
+ #: core/core.php:2551
509
+ msgid "Error : link_id or new_url not specified"
510
+ msgstr "خطأ : link_id أو new_url لم يُحدد"
511
+
512
+ #: core/core.php:2610
513
+ msgid "You don't have sufficient privileges to access this information!"
514
+ msgstr "لا تملك الصلاحيات الكافية للوصول الى هذه المعلومات!"
515
+
516
+ #: core/core.php:2623
517
+ msgid "Error : link ID not specified"
518
+ msgstr "خطأ : رقم الرابط لم يحُدد"
519
+
520
+ #: core/core.php:2637
521
+ msgid "Failed to load link details (%s)"
522
+ msgstr "فشل في تحميل تفاصيل الرابط (%s)"
523
+
524
+ #. #-#-#-#-# plugin.pot (Broken Link Checker 1.6.2) #-#-#-#-#
525
+ #. Plugin Name of the plugin/theme
526
+ #: core/core.php:2690
527
+ msgid "Broken Link Checker"
528
+ msgstr "فاحص الرابط المعطوب"
529
+
530
+ #: core/core.php:2710
531
+ msgid "PHP version"
532
+ msgstr "اصدار بي اتش بي"
533
+
534
+ #: core/core.php:2716
535
+ msgid "MySQL version"
536
+ msgstr "اصدار MySQL"
537
+
538
+ #: core/core.php:2729
539
+ msgid ""
540
+ "You have an old version of CURL. Redirect detection may not work properly."
541
+ msgstr "لديك نسخة CURL قديمة. راصد الإحالات قد لا يعمل بشكل صحيح."
542
+
543
+ #: core/core.php:2741 core/core.php:2757 core/core.php:2762
544
+ msgid "Not installed"
545
+ msgstr "لم ينصّب."
546
+
547
+ #: core/core.php:2744
548
+ msgid "CURL version"
549
+ msgstr "CURL اصدار"
550
+
551
+ #: core/core.php:2750
552
+ msgid "Installed"
553
+ msgstr "منصّب"
554
+
555
+ #: core/core.php:2763
556
+ msgid "You must have either CURL or Snoopy installed for the plugin to work!"
557
+ msgstr "يجب أن يكون لديك CURL او Snoopy مسبق التنصيب، لتعمل لديك الإضافة."
558
+
559
+ #: core/core.php:2774
560
+ msgid "On"
561
+ msgstr "تشغيل"
562
+
563
+ #: core/core.php:2775
564
+ msgid "Redirects may be detected as broken links when safe_mode is on."
565
+ msgstr "الإحالات قد تُرصد كروابط معطوبة إذا كان الوضع الآمن مفعلاً."
566
+
567
+ #: core/core.php:2780 core/core.php:2794
568
+ msgid "Off"
569
+ msgstr "تعطيل"
570
+
571
+ #: core/core.php:2788
572
+ msgid "On ( %s )"
573
+ msgstr "تشغيل ( %s )"
574
+
575
+ #: core/core.php:2789
576
+ msgid "Redirects may be detected as broken links when open_basedir is on."
577
+ msgstr "الإحالات قد تُرصد كروابط معطوبة عندما تكون الدالة open_basedir مفعلة."
578
+
579
+ #: core/core.php:2818
580
+ msgid ""
581
+ "If this value is zero even after several page reloads you have probably "
582
+ "encountered a bug."
583
+ msgstr ""
584
+ "اذا كانت هذه القيمة صفر، بعد عدّة مرات من اعادة تحميل الصفحة من المحتمل أن "
585
+ "تواجه مشكلة."
586
+
587
+ #: core/core.php:2909 core/core.php:3007
588
+ msgid "[%s] Broken links detected"
589
+ msgstr "[%s] رابط معطوب تم رصده."
590
+
591
+ #: core/core.php:2914
592
+ msgid "Broken Link Checker has detected %d new broken link on your site."
593
+ msgid_plural ""
594
+ "Broken Link Checker has detected %d new broken links on your site."
595
+ msgstr[0] "فاحص الروابط المعطوبة رصد %d رابط جديد ومعطوب في موقعك."
596
+ msgstr[1] "فاحص الروابط المعطوبة رصد %d رابط جديد ومعطوب في موقعك."
597
+
598
+ #: core/core.php:2937
599
+ msgid "Here's a list of the first %d broken links:"
600
+ msgid_plural "Here's a list of the first %d broken links:"
601
+ msgstr[0] "هُنا قائمة تحتوي على أول %d رابط معطوب:"
602
+ msgstr[1] "هُنا قائمة تحتوي على أول %d رابط معطوب:"
603
+
604
+ #: core/core.php:2946
605
+ msgid "Here's a list of the new broken links: "
606
+ msgstr "هُنا قائمة بالروابط المعطوبة الجديدة:"
607
+
608
+ #: core/core.php:2955
609
+ msgid "Link text : %s"
610
+ msgstr "نص الرابط : %s"
611
+
612
+ #: core/core.php:2956
613
+ msgid "Link URL : <a href=\"%s\">%s</a>"
614
+ msgstr "رابط الوصلة: <a href=\"%s\">%s</a>"
615
+
616
+ #: core/core.php:2957
617
+ msgid "Source : %s"
618
+ msgstr "المصدر : %s"
619
+
620
+ #: core/core.php:2970
621
+ msgid "You can see all broken links here:"
622
+ msgstr "تستطيع رؤية كل الروابط المعطوبة هنا:"
623
+
624
+ #: core/core.php:3012
625
+ msgid "Broken Link Checker has detected %d new broken link in your posts."
626
+ msgid_plural ""
627
+ "Broken Link Checker has detected %d new broken links in your posts."
628
+ msgstr[0] " %d رابط جديد معطوب في تدويناتك."
629
+ msgstr[1] " %d رابط جديد معطوب في تدويناتك."
630
+
631
+ #: core/init.php:235
632
+ msgid "Once Weekly"
633
+ msgstr "مرة أسبوعياً"
634
+
635
+ #: core/init.php:241
636
+ msgid "Twice a Month"
637
+ msgstr "مرتين شهرياً"
638
+
639
+ #: core/init.php:317
640
+ msgid ""
641
+ "Broken Link Checker installation failed. Try deactivating and then "
642
+ "reactivating the plugin."
643
+ msgstr "فشل في تنصيب الإضافة. حاول تعطيلها وإعادة تفعيلها."
644
+
645
+ #: includes/admin/db-upgrade.php:95
646
+ msgid "Failed to delete old DB tables. Database error : %s"
647
+ msgstr "فشل في حذف جداول قاعدة البيانات القديمة . خطأ في قاعدة البيانات: %s"
648
+
649
+ #: includes/admin/links-page-js.php:55 includes/admin/links-page-js.php:403
650
+ msgid "Wait..."
651
+ msgstr "لحظة ..."
652
+
653
+ #: includes/admin/links-page-js.php:100 includes/admin/table-printer.php:630
654
+ msgid "Not broken"
655
+ msgstr "غير معطوب"
656
+
657
+ #: includes/admin/links-page-js.php:315
658
+ msgid "%d instances of the link were successfully modified."
659
+ msgstr "%d طلب مربوط تم تعديله بنجاح."
660
+
661
+ #: includes/admin/links-page-js.php:321
662
+ msgid ""
663
+ "However, %d instances couldn't be edited and still point to the old URL."
664
+ msgstr "على كل حال، %d طلب لم يتم تعديله ويظل يشير الى الرابط القديم."
665
+
666
+ #: includes/admin/links-page-js.php:327
667
+ msgid "The link could not be modified."
668
+ msgstr "هذا الرابط قد لم يتم تعديله."
669
+
670
+ #: includes/admin/links-page-js.php:330 includes/admin/links-page-js.php:455
671
+ msgid "The following error(s) occured :"
672
+ msgstr "الأخطاء التالية حصلت: "
673
+
674
+ #: includes/admin/links-page-js.php:441
675
+ msgid "%d instances of the link were successfully unlinked."
676
+ msgstr "%d طلب مربوط تم تفكيك ربطه بنجاح."
677
+
678
+ #: includes/admin/links-page-js.php:447
679
+ msgid "However, %d instances couldn't be removed."
680
+ msgstr "عموماً، %d طلب لم يزالوا."
681
+
682
+ #: includes/admin/links-page-js.php:452
683
+ msgid "The plugin failed to remove the link."
684
+ msgstr "الإضافة فشلت في إزالة الرابط."
685
+
686
+ #: includes/admin/links-page-js.php:463 includes/admin/table-printer.php:273
687
+ #: includes/admin/table-printer.php:624
688
+ msgid "Unlink"
689
+ msgstr "إلغاء ربط"
690
+
691
+ #: includes/admin/links-page-js.php:507
692
+ msgid "Enter a name for the new custom filter"
693
+ msgstr "أدخل اسم الفلتر المخصص الجديد"
694
+
695
+ #: includes/admin/links-page-js.php:518
696
+ msgid ""
697
+ "You are about to delete the current filter.\n"
698
+ "'Cancel' to stop, 'OK' to delete"
699
+ msgstr ""
700
+ "أنت على وشك حذف الفلتر الحالي.\n"
701
+ "\v\"إلغاء\" لإيقاف العملية, \"موافق\" للحذف"
702
+
703
+ #: includes/admin/links-page-js.php:538
704
+ msgid ""
705
+ "Are you sure you want to delete all posts, bookmarks or other items that "
706
+ "contain any of the selected links? This action can't be undone.\n"
707
+ "'Cancel' to stop, 'OK' to delete"
708
+ msgstr ""
709
+ "هل أنت متأكد من رغبتك في إزالة كل التدوينات، المفضلات أو أي كائنات أخرى "
710
+ "تحتوي على إحدى الروابط المخُتارة؟ هذا الخيار نهائي ولا يمكن التراجع عنه.\n"
711
+ "\v\"إلغاء\" للإيقاف، \"موفق\" للحذف"
712
+
713
+ #: includes/admin/links-page-js.php:548
714
+ msgid ""
715
+ "Are you sure you want to remove the selected links? This action can't be "
716
+ "undone.\n"
717
+ "'Cancel' to stop, 'OK' to remove"
718
+ msgstr ""
719
+ "هل أنت متأكد من رغبتك في إزالة الروابط المُحددة؟ لا يمكنك التراجع عن هذه "
720
+ "الخطوة لاحقاً.\n"
721
+ "\"إلغاء\" لإيقاف العملية، \"موافق\" للإزالة"
722
+
723
+ #: includes/admin/links-page-js.php:657
724
+ msgid "Enter a search string first."
725
+ msgstr "أدخل عبارة البحث أولاً."
726
+
727
+ #: includes/admin/links-page-js.php:664
728
+ msgid "Select one or more links to edit."
729
+ msgstr "اختر رابط أو اكثر للتحرير."
730
+
731
+ #: includes/admin/options-page-js.php:54
732
+ msgid "Hide debug info"
733
+ msgstr "إخفاء معلومات المطورين"
734
+
735
+ #: includes/admin/search-form.php:16
736
+ msgid "Save This Search As a Filter"
737
+ msgstr "حفظ هذا البحث كفلتر"
738
+
739
+ #: includes/admin/search-form.php:26
740
+ msgid "Delete This Filter"
741
+ msgstr "حذف هذا الفلتر"
742
+
743
+ #: includes/admin/search-form.php:32 includes/link-query.php:65
744
+ msgid "Search"
745
+ msgstr "بحث"
746
+
747
+ #: includes/admin/search-form.php:42
748
+ msgid "Link text"
749
+ msgstr "نص الرابط"
750
+
751
+ #: includes/admin/search-form.php:45 includes/admin/table-printer.php:202
752
+ msgid "URL"
753
+ msgstr "الرابط"
754
+
755
+ #: includes/admin/search-form.php:48 includes/admin/table-printer.php:491
756
+ msgid "HTTP code"
757
+ msgstr "كود HTTP"
758
+
759
+ #: includes/admin/search-form.php:51
760
+ msgid "Link status"
761
+ msgstr "حالة الرابط"
762
+
763
+ #: includes/admin/search-form.php:68 includes/admin/search-form.php:85
764
+ msgid "Link type"
765
+ msgstr "نوع الرابط"
766
+
767
+ #: includes/admin/search-form.php:70
768
+ msgid "Any"
769
+ msgstr "أي"
770
+
771
+ #: includes/admin/search-form.php:74
772
+ msgid "Links used in"
773
+ msgstr "الروابط مستخدمة في"
774
+
775
+ #: includes/admin/search-form.php:112
776
+ msgid "Search Links"
777
+ msgstr "البحث عن الروابط"
778
+
779
+ #: includes/admin/search-form.php:113 includes/admin/table-printer.php:349
780
+ #: includes/admin/table-printer.php:652 includes/admin/table-printer.php:658
781
+ msgid "Cancel"
782
+ msgstr "إلغاء"
783
+
784
+ #: includes/admin/sidebar.php:28 includes/admin/sidebar.php:68
785
+ msgid "More plugins by Janis Elsts"
786
+ msgstr "المزيد من الإضافات مقدمة من Janis Elsts"
787
+
788
+ #: includes/admin/sidebar.php:85
789
+ msgid "Donate $10, $20 or $50!"
790
+ msgstr "تبرّغ 10$, 20$, او 50$!"
791
+
792
+ #: includes/admin/sidebar.php:88
793
+ msgid ""
794
+ "If you like this plugin, please donate to support development and "
795
+ "maintenance!"
796
+ msgstr "اذا أحببت هذه الإضافة، الرجاء تبرّع للمساهمة في تطويرها وصيانتها!"
797
+
798
+ #: includes/admin/sidebar.php:106
799
+ msgid "Return to WordPress Dashboard"
800
+ msgstr "العودة للوحة الرئيسية لووردبريس"
801
+
802
+ #: includes/admin/table-printer.php:179
803
+ msgid "Compact View"
804
+ msgstr "العرض المدمّج"
805
+
806
+ #: includes/admin/table-printer.php:180
807
+ msgid "Detailed View"
808
+ msgstr "العرض المفصّل"
809
+
810
+ #: includes/admin/table-printer.php:209
811
+ msgid "Source"
812
+ msgstr "مصدر"
813
+
814
+ #: includes/admin/table-printer.php:215
815
+ msgid "Link Text"
816
+ msgstr "نص الرابط"
817
+
818
+ #: includes/admin/table-printer.php:220
819
+ msgid "Redirect URL"
820
+ msgstr "إحالة الرابط"
821
+
822
+ #: includes/admin/table-printer.php:268
823
+ msgid "Bulk Actions"
824
+ msgstr "إجراء بالجملة"
825
+
826
+ #: includes/admin/table-printer.php:269 includes/admin/table-printer.php:621
827
+ msgid "Edit URL"
828
+ msgstr "تحرير الرابط"
829
+
830
+ #: includes/admin/table-printer.php:270
831
+ msgid "Recheck"
832
+ msgstr "إعادة فحص"
833
+
834
+ #: includes/admin/table-printer.php:271
835
+ msgid "Fix redirects"
836
+ msgstr "إصلاح الإحالات"
837
+
838
+ #: includes/admin/table-printer.php:272
839
+ msgid "Mark as not broken"
840
+ msgstr "إجعله كـغير معطوب"
841
+
842
+ #: includes/admin/table-printer.php:276
843
+ msgid "Move sources to Trash"
844
+ msgstr "نقل المصادر الى سلة المهملات"
845
+
846
+ #: includes/admin/table-printer.php:278
847
+ msgid "Delete sources"
848
+ msgstr "حذف المصادر"
849
+
850
+ #: includes/admin/table-printer.php:293
851
+ msgid "&laquo;"
852
+ msgstr "&laquo;"
853
+
854
+ #: includes/admin/table-printer.php:294
855
+ msgid "&raquo;"
856
+ msgstr "&raquo;"
857
+
858
+ #: includes/admin/table-printer.php:302
859
+ msgid "Displaying %s&#8211;%s of <span class=\"current-link-count\">%s</span>"
860
+ msgstr "عرض %s&#8211;%s من <span class=\"current-link-count\">%s</span>"
861
+
862
+ #: includes/admin/table-printer.php:325
863
+ msgid "Bulk Edit URLs"
864
+ msgstr "تحرير الروابط بالجملة"
865
+
866
+ #: includes/admin/table-printer.php:327
867
+ msgid "Find"
868
+ msgstr "أعثر"
869
+
870
+ #: includes/admin/table-printer.php:331
871
+ msgid "Replace with"
872
+ msgstr "استبدل بـ"
873
+
874
+ #: includes/admin/table-printer.php:339
875
+ msgid "Case sensitive"
876
+ msgstr "متحسس لحالة الأحرف"
877
+
878
+ #: includes/admin/table-printer.php:343
879
+ msgid "Regular expression"
880
+ msgstr "التعبير العادي"
881
+
882
+ #: includes/admin/table-printer.php:351
883
+ msgid "Update"
884
+ msgstr "تحديث"
885
+
886
+ #: includes/admin/table-printer.php:476
887
+ msgid "Post published on"
888
+ msgstr "نشر الموضوع في"
889
+
890
+ #: includes/admin/table-printer.php:481
891
+ msgid "Link last checked"
892
+ msgstr "آخر فحص للروابط"
893
+
894
+ #: includes/admin/table-printer.php:485
895
+ msgid "Never"
896
+ msgstr "أبداً"
897
+
898
+ #: includes/admin/table-printer.php:496
899
+ msgid "Response time"
900
+ msgstr "زمن الإستجابة"
901
+
902
+ #: includes/admin/table-printer.php:498
903
+ msgid "%2.3f seconds"
904
+ msgstr "%2.3f ثانية"
905
+
906
+ #: includes/admin/table-printer.php:501
907
+ msgid "Final URL"
908
+ msgstr "الرابط النهائي"
909
+
910
+ #: includes/admin/table-printer.php:506
911
+ msgid "Redirect count"
912
+ msgstr "عدّاد الإحالة"
913
+
914
+ #: includes/admin/table-printer.php:511
915
+ msgid "Instance count"
916
+ msgstr "عدّاد الطلب"
917
+
918
+ #: includes/admin/table-printer.php:520
919
+ msgid "This link has failed %d time."
920
+ msgid_plural "This link has failed %d times."
921
+ msgstr[0] "هذا الرابط فشل %d مرّة."
922
+ msgstr[1] "هذا الروابط فشلت %d مرّة."
923
+
924
+ #: includes/admin/table-printer.php:528
925
+ msgid "This link has been broken for %s."
926
+ msgstr "هذا الرابط قد عطب لـ %s."
927
+
928
+ #: includes/admin/table-printer.php:539
929
+ msgid "Log"
930
+ msgstr "سجل"
931
+
932
+ #: includes/admin/table-printer.php:564
933
+ msgid "Show more info about this link"
934
+ msgstr "عرض المزيد من المعلومات عن الرابط"
935
+
936
+ #: includes/admin/table-printer.php:582
937
+ msgctxt "checked how long ago"
938
+ msgid "Checked"
939
+ msgstr "مفحوص"
940
+
941
+ #: includes/admin/table-printer.php:598
942
+ msgid "Broken for"
943
+ msgstr "معطوب لـ"
944
+
945
+ #: includes/admin/table-printer.php:621
946
+ msgid "Edit link URL"
947
+ msgstr "تحرير الرابط"
948
+
949
+ #: includes/admin/table-printer.php:623
950
+ msgid "Remove this link from all posts"
951
+ msgstr "إزالة هذا الرابط من كل التدوينات"
952
+
953
+ #: includes/admin/table-printer.php:629
954
+ msgid "Remove this link from the list of broken links and mark it as valid"
955
+ msgstr "إزالة هذا الرابط من قائمة الروابط المعطوبة وتحديده كرابط صالح"
956
+
957
+ #: includes/admin/table-printer.php:637
958
+ msgid "Hide this link and do not report it again unless its status changes"
959
+ msgstr "إخفاء هذا الرابط و عدم إظهاره مُجددا إلا في حالة تغير حالته"
960
+
961
+ #: includes/admin/table-printer.php:638
962
+ msgid "Dismiss"
963
+ msgstr "صرف النظر"
964
+
965
+ #: includes/admin/table-printer.php:643
966
+ msgid "Undismiss this link"
967
+ msgstr "عدم صرف النظر لهذا الرابط"
968
+
969
+ #: includes/admin/table-printer.php:644
970
+ msgid "Undismiss"
971
+ msgstr "عدم صرف النظر"
972
+
973
+ #: includes/admin/table-printer.php:652
974
+ msgid "Cancel URL editing"
975
+ msgstr "إلغاء تحرير الرابط"
976
+
977
+ #: includes/admin/table-printer.php:659
978
+ msgid "Update URL"
979
+ msgstr "تحديث الرابط"
980
+
981
+ #: includes/admin/table-printer.php:686
982
+ msgid "[An orphaned link! This is a bug.]"
983
+ msgstr "[رابط يتيم! هذه مشكلة.]"
984
+
985
+ #: includes/any-post.php:397 modules/containers/blogroll.php:46
986
+ #: modules/containers/comment.php:153 modules/containers/custom_field.php:197
987
+ msgid "Edit"
988
+ msgstr "تحرير"
989
+
990
+ #: includes/any-post.php:405 modules/containers/custom_field.php:203
991
+ msgid "Move this item to the Trash"
992
+ msgstr "نقل هذا الكائن الى سلة المهملات"
993
+
994
+ #: includes/any-post.php:407 modules/containers/custom_field.php:205
995
+ msgid "Trash"
996
+ msgstr "سلة المهملات"
997
+
998
+ #: includes/any-post.php:412 modules/containers/custom_field.php:210
999
+ msgid "Delete this item permanently"
1000
+ msgstr "حذف هذا الكائن نهائياً"
1001
+
1002
+ #: includes/any-post.php:414 modules/containers/blogroll.php:47
1003
+ #: modules/containers/custom_field.php:212
1004
+ msgid "Delete"
1005
+ msgstr "حذف"
1006
+
1007
+ #: includes/any-post.php:427
1008
+ msgid "Preview &#8220;%s&#8221;"
1009
+ msgstr "عرض &#8220;%s&#8221;"
1010
+
1011
+ #: includes/any-post.php:428
1012
+ msgid "Preview"
1013
+ msgstr "عرض"
1014
+
1015
+ #: includes/any-post.php:435
1016
+ msgid "View &#8220;%s&#8221;"
1017
+ msgstr "مشاهدة &#8220;%s&#8221;"
1018
+
1019
+ #: includes/any-post.php:436 modules/containers/comment.php:166
1020
+ #: modules/containers/custom_field.php:217
1021
+ msgid "View"
1022
+ msgstr "مشاهدة"
1023
+
1024
+ #: includes/any-post.php:455 modules/containers/custom_field.php:197
1025
+ msgid "Edit this item"
1026
+ msgstr "تحرير هذا الكائن"
1027
+
1028
+ #: includes/any-post.php:519 modules/containers/blogroll.php:83
1029
+ #: modules/containers/comment.php:43
1030
+ msgid "Nothing to update"
1031
+ msgstr "لا شيء للتحديث"
1032
+
1033
+ #: includes/any-post.php:529
1034
+ msgid "Updating post %d failed"
1035
+ msgstr "فشل في تحديث التدوينة %d"
1036
+
1037
+ #: includes/any-post.php:564 modules/containers/custom_field.php:284
1038
+ msgid "Failed to delete post \"%s\" (%d)"
1039
+ msgstr "فشل في حذف التدوينة \"%s\" (%d)"
1040
+
1041
+ #: includes/any-post.php:583 modules/containers/custom_field.php:303
1042
+ msgid ""
1043
+ "Can't move post \"%s\" (%d) to the trash because the trash feature is "
1044
+ "disabled"
1045
+ msgstr ""
1046
+ "لا يمكن نقل التدوينة \"%s\" (%d) الى سلة المهملات بسبب أنّ خاصية سلة "
1047
+ "المهملات معطلة"
1048
+
1049
+ #: includes/any-post.php:603 modules/containers/custom_field.php:322
1050
+ msgid "Failed to move post \"%s\" (%d) to the trash"
1051
+ msgstr "فشل في نقل التدوينة الى \"%s\" (%d) الى سلة المهملات"
1052
+
1053
+ #: includes/any-post.php:711
1054
+ msgid "%d post deleted."
1055
+ msgid_plural "%d posts deleted."
1056
+ msgstr[0] "%d تدوينة محذوفة."
1057
+ msgstr[1] "%d تدوينة محذوفة."
1058
+
1059
+ #: includes/any-post.php:713
1060
+ msgid "%d page deleted."
1061
+ msgid_plural "%d pages deleted."
1062
+ msgstr[0] "%d صفحة محذوفة."
1063
+ msgstr[1] "%d صفحة محذوفة."
1064
+
1065
+ #: includes/any-post.php:715
1066
+ msgid "%d \"%s\" deleted."
1067
+ msgid_plural "%d \"%s\" deleted."
1068
+ msgstr[0] "%d \"%s\" محذوفة."
1069
+ msgstr[1] "%d \"%s\" محذوفة."
1070
+
1071
+ #: includes/any-post.php:734
1072
+ msgid "%d post moved to the Trash."
1073
+ msgid_plural "%d posts moved to the Trash."
1074
+ msgstr[0] "%d تدوينة نقلت الى سلة المهملات."
1075
+ msgstr[1] "%d تدوينة نقلت الى سلة المهملات."
1076
+
1077
+ #: includes/any-post.php:736
1078
+ msgid "%d page moved to the Trash."
1079
+ msgid_plural "%d pages moved to the Trash."
1080
+ msgstr[0] "%d صفحة نقلت الى سلة المهملات."
1081
+ msgstr[1] "%d صفحة نقلت الى سلة المهملات."
1082
+
1083
+ #: includes/any-post.php:738
1084
+ msgid "%d \"%s\" moved to the Trash."
1085
+ msgid_plural "%d \"%s\" moved to the Trash."
1086
+ msgstr[0] "%d \"%s\" نقلت الى سلة المهملات."
1087
+ msgstr[1] "%d \"%s\" نقلت الى سلة المهملات."
1088
+
1089
+ #: includes/containers.php:122
1090
+ msgid "%d '%s' has been deleted"
1091
+ msgid_plural "%d '%s' have been deleted"
1092
+ msgstr[0] "%d '%s' تم حذفها"
1093
+ msgstr[1] "%d '%s' تم حذفها"
1094
+
1095
+ #: includes/containers.php:873 includes/containers.php:891
1096
+ msgid "Container type '%s' not recognized"
1097
+ msgstr "نوع الحاوي '%s' غير معترف بها."
1098
+
1099
+ #: includes/extra-strings.php:2
1100
+ msgctxt "module name"
1101
+ msgid "Basic HTTP"
1102
+ msgstr "HTTP أساسي"
1103
+
1104
+ #: includes/extra-strings.php:3
1105
+ msgctxt "module name"
1106
+ msgid "Blogroll items"
1107
+ msgstr "روابط المواقع الصديقة"
1108
+
1109
+ #: includes/extra-strings.php:4
1110
+ msgctxt "module name"
1111
+ msgid "Comments"
1112
+ msgstr "التعليقات"
1113
+
1114
+ #: includes/extra-strings.php:5
1115
+ msgctxt "module name"
1116
+ msgid "Custom fields"
1117
+ msgstr "الحقول المُخصصة"
1118
+
1119
+ #: includes/extra-strings.php:6
1120
+ msgctxt "module name"
1121
+ msgid "Embedded DailyMotion videos"
1122
+ msgstr "متضمنة بفيديوهات دايلي موشن"
1123
+
1124
+ #: includes/extra-strings.php:7
1125
+ msgctxt "module name"
1126
+ msgid "Embedded GoogleVideo videos"
1127
+ msgstr "متضمنة بفيديوهات جوجل فيديو"
1128
+
1129
+ #: includes/extra-strings.php:8
1130
+ msgctxt "module name"
1131
+ msgid "Embedded Megavideo videos"
1132
+ msgstr "متضمنة بفيديوهات ميجا فيديو"
1133
+
1134
+ #: includes/extra-strings.php:9
1135
+ msgctxt "module name"
1136
+ msgid "Embedded Vimeo videos"
1137
+ msgstr "متضمنة بفيديوهات فيميو"
1138
+
1139
+ #: includes/extra-strings.php:10
1140
+ msgctxt "module name"
1141
+ msgid "Embedded YouTube videos"
1142
+ msgstr "متضمنة بفيديوهات يوتيوب"
1143
+
1144
+ #: includes/extra-strings.php:11
1145
+ msgctxt "module name"
1146
+ msgid "Embedded YouTube videos (old embed code)"
1147
+ msgstr "متضمنة بفيديوهات يوتيوب (الكود القديم)"
1148
+
1149
+ #: includes/extra-strings.php:12
1150
+ msgctxt "module name"
1151
+ msgid "FileServe API"
1152
+ msgstr "FileServe API"
1153
+
1154
+ #: includes/extra-strings.php:13
1155
+ msgctxt "module name"
1156
+ msgid "HTML images"
1157
+ msgstr "HTML صور"
1158
+
1159
+ #: includes/extra-strings.php:14
1160
+ msgctxt "module name"
1161
+ msgid "HTML links"
1162
+ msgstr "HTML روابط"
1163
+
1164
+ #: includes/extra-strings.php:15
1165
+ msgctxt "module name"
1166
+ msgid "MediaFire API"
1167
+ msgstr "MediaFire API"
1168
+
1169
+ #: includes/extra-strings.php:16
1170
+ msgctxt "module name"
1171
+ msgid "MegaUpload API"
1172
+ msgstr "MegaUpload API"
1173
+
1174
+ #: includes/extra-strings.php:17
1175
+ msgctxt "module name"
1176
+ msgid "Plaintext URLs"
1177
+ msgstr " نصّية روابط"
1178
+
1179
+ #: includes/extra-strings.php:18
1180
+ msgctxt "module name"
1181
+ msgid "RapidShare API"
1182
+ msgstr "RapidShare API"
1183
+
1184
+ #: includes/extra-strings.php:19
1185
+ msgctxt "module name"
1186
+ msgid "YouTube API"
1187
+ msgstr "YouTube API"
1188
+
1189
+ #: includes/extra-strings.php:20
1190
+ msgctxt "module name"
1191
+ msgid "Posts"
1192
+ msgstr "تدوينات"
1193
+
1194
+ #: includes/extra-strings.php:21
1195
+ msgctxt "module name"
1196
+ msgid "Pages"
1197
+ msgstr "صفحات"
1198
+
1199
+ #: includes/instances.php:102 includes/instances.php:158
1200
+ msgid "Container %s[%d] not found"
1201
+ msgstr "الحاوي %s[%d] لم يتم العثور عليه"
1202
+
1203
+ #: includes/instances.php:111 includes/instances.php:167
1204
+ msgid "Parser '%s' not found."
1205
+ msgstr "المحلل '%s' لم يتم العثور عليه."
1206
+
1207
+ #: includes/link-query.php:26
1208
+ msgid "Broken"
1209
+ msgstr "معطوب"
1210
+
1211
+ #: includes/link-query.php:28
1212
+ msgid "No broken links found"
1213
+ msgstr "لا توجد روابط معطوبة"
1214
+
1215
+ #: includes/link-query.php:36
1216
+ msgid "Redirects"
1217
+ msgstr "إحالات"
1218
+
1219
+ #: includes/link-query.php:37
1220
+ msgid "Redirected Links"
1221
+ msgstr "الروابط المُحالة"
1222
+
1223
+ #: includes/link-query.php:38
1224
+ msgid "No redirects found"
1225
+ msgstr "لا روابط مُحالة"
1226
+
1227
+ #: includes/link-query.php:46
1228
+ msgid "Dismissed"
1229
+ msgstr "تم صرف النظر عنه"
1230
+
1231
+ #: includes/link-query.php:47
1232
+ msgid "Dismissed Links"
1233
+ msgstr "روابط تم صرف النظر عنها"
1234
+
1235
+ #: includes/link-query.php:48
1236
+ msgid "No dismissed links found"
1237
+ msgstr "لا روابط مصروف النظر عنها"
1238
+
1239
+ #: includes/link-query.php:56
1240
+ msgid "All"
1241
+ msgstr "الكل"
1242
+
1243
+ #: includes/link-query.php:57
1244
+ msgid "Detected Links"
1245
+ msgstr "الروابط المرصودة"
1246
+
1247
+ #: includes/link-query.php:58
1248
+ msgid "No links found (yet)"
1249
+ msgstr "لا روابط معثورٌ عليها حتى الآن"
1250
+
1251
+ #: includes/link-query.php:66
1252
+ msgid "Search Results"
1253
+ msgstr "نتيجة البحث"
1254
+
1255
+ #: includes/link-query.php:67 includes/link-query.php:114
1256
+ msgid "No links found for your query"
1257
+ msgstr "لا توجد روابط تم العثور عليها من خلال استعلامك"
1258
+
1259
+ #: includes/links.php:218
1260
+ msgid "The plugin script was terminated while trying to check the link."
1261
+ msgstr "سكربت الإضافة تم إنهاءهُ بينما كان يحاول فحص الرابط."
1262
+
1263
+ #: includes/links.php:264
1264
+ msgid "The plugin doesn't know how to check this type of link."
1265
+ msgstr "الإضافة لم تستطيع معرفة كيف تقوم بفحص هذا النوع من الروبط."
1266
+
1267
+ #: includes/links.php:357
1268
+ msgid "Link is valid."
1269
+ msgstr "الرابط صالح."
1270
+
1271
+ #: includes/links.php:359
1272
+ msgid "Link is broken."
1273
+ msgstr "الرابط معطوب."
1274
+
1275
+ #: includes/links.php:571 includes/links.php:673 includes/links.php:700
1276
+ msgid "Link is not valid"
1277
+ msgstr "الرابط غير صالح"
1278
+
1279
+ #: includes/links.php:588
1280
+ msgid ""
1281
+ "This link can not be edited because it is not used anywhere on this site."
1282
+ msgstr "هذا الرابط لا يمكن تحريره لأنه غير مستخدم في أي مكان بهذا الموقع."
1283
+
1284
+ #: includes/links.php:614
1285
+ msgid "Failed to create a DB entry for the new URL."
1286
+ msgstr "فشل في إنشاء مدخل جديد في قاعدة البيانات للرابط الجديد."
1287
+
1288
+ #: includes/links.php:680
1289
+ msgid "This link is not a redirect"
1290
+ msgstr "هذا الرابط ليس مُحال."
1291
+
1292
+ #: includes/links.php:727 includes/links.php:764
1293
+ msgid "Couldn't delete the link's database record"
1294
+ msgstr "لا يمكن حذف سجلات الرابط من قاعدة البيانات"
1295
+
1296
+ #: includes/links.php:838
1297
+ msgctxt "link status"
1298
+ msgid "Unknown"
1299
+ msgstr "غير معروف"
1300
+
1301
+ #: includes/links.php:852 modules/checkers/http.php:264
1302
+ #: modules/extras/mediafire.php:101
1303
+ msgid "Unknown Error"
1304
+ msgstr "خطأ مجهول"
1305
+
1306
+ #: includes/links.php:876
1307
+ msgid "Not checked"
1308
+ msgstr "لم يفحص"
1309
+
1310
+ #: includes/links.php:879
1311
+ msgid "False positive"
1312
+ msgstr "تبليغ خاطئ"
1313
+
1314
+ #: includes/links.php:882 modules/extras/fileserve.php:121
1315
+ #: modules/extras/megaupload.php:115 modules/extras/rapidshare.php:145
1316
+ #: modules/extras/rapidshare.php:151 modules/extras/rapidshare.php:178
1317
+ msgctxt "link status"
1318
+ msgid "OK"
1319
+ msgstr "موافق"
1320
+
1321
+ #: includes/parsers.php:109
1322
+ msgid "Editing is not implemented in the '%s' parser"
1323
+ msgstr "التحرير لا ينطبق في '%s' محلل"
1324
+
1325
+ #: includes/parsers.php:124
1326
+ msgid "Unlinking is not implemented in the '%s' parser"
1327
+ msgstr "لم يتم تنفيذ إلغاء الرابط في '%s' محلل"
1328
+
1329
+ #: includes/utility-class.php:245
1330
+ msgid "%d second"
1331
+ msgid_plural "%d seconds"
1332
+ msgstr[0] "%d ثانية"
1333
+ msgstr[1] "%d ثانية"
1334
+
1335
+ #: includes/utility-class.php:246
1336
+ msgid "%d second ago"
1337
+ msgid_plural "%d seconds ago"
1338
+ msgstr[0] "%d ثانية مضت"
1339
+ msgstr[1] "%d ثانية مضت"
1340
+
1341
+ #: includes/utility-class.php:249
1342
+ msgid "%d minute"
1343
+ msgid_plural "%d minutes"
1344
+ msgstr[0] "%d دقيقة"
1345
+ msgstr[1] "%d دقيقة"
1346
+
1347
+ #: includes/utility-class.php:250
1348
+ msgid "%d minute ago"
1349
+ msgid_plural "%d minutes ago"
1350
+ msgstr[0] "%d دقيقة مضت"
1351
+ msgstr[1] "%d دقيقة مضت"
1352
+
1353
+ #: includes/utility-class.php:253
1354
+ msgid "%d hour"
1355
+ msgid_plural "%d hours"
1356
+ msgstr[0] "%d ساعة"
1357
+ msgstr[1] "%d ساعة"
1358
+
1359
+ #: includes/utility-class.php:254
1360
+ msgid "%d hour ago"
1361
+ msgid_plural "%d hours ago"
1362
+ msgstr[0] "%d ساعة مضت"
1363
+ msgstr[1] "%d ساعة مضت"
1364
+
1365
+ #: includes/utility-class.php:257
1366
+ msgid "%d day"
1367
+ msgid_plural "%d days"
1368
+ msgstr[0] "%d يوم"
1369
+ msgstr[1] "%d يوم"
1370
+
1371
+ #: includes/utility-class.php:258
1372
+ msgid "%d day ago"
1373
+ msgid_plural "%d days ago"
1374
+ msgstr[0] "%d يوم مضى"
1375
+ msgstr[1] "%d يوم مضى"
1376
+
1377
+ #: includes/utility-class.php:261
1378
+ msgid "%d month"
1379
+ msgid_plural "%d months"
1380
+ msgstr[0] "%d شهر"
1381
+ msgstr[1] "%d شهر"
1382
+
1383
+ #: includes/utility-class.php:262
1384
+ msgid "%d month ago"
1385
+ msgid_plural "%d months ago"
1386
+ msgstr[0] "%d شهر مضى"
1387
+ msgstr[1] "%d شهر مضى"
1388
+
1389
+ #: modules/checkers/http.php:243
1390
+ msgid "Server Not Found"
1391
+ msgstr "لم يتم العثور على السيرفر"
1392
+
1393
+ #: modules/checkers/http.php:258
1394
+ msgid "Connection Failed"
1395
+ msgstr "فشل في الإتصال"
1396
+
1397
+ #: modules/checkers/http.php:293 modules/checkers/http.php:363
1398
+ msgid "HTTP code : %d"
1399
+ msgstr "كود الـ HTTP: %d"
1400
+
1401
+ #: modules/checkers/http.php:295 modules/checkers/http.php:365
1402
+ msgid "(No response)"
1403
+ msgstr "(لا استجابة)"
1404
+
1405
+ #: modules/checkers/http.php:301
1406
+ msgid "Most likely the connection timed out or the domain doesn't exist."
1407
+ msgstr "من المحتمل أن الإتصال قد انتتهت مهلته أو النطاق غير موجود أصلاً."
1408
+
1409
+ #: modules/checkers/http.php:372
1410
+ msgid "Request timed out."
1411
+ msgstr "انتهت مهلة انتظار الطلب."
1412
+
1413
+ #: modules/checkers/http.php:390
1414
+ msgid "Using Snoopy"
1415
+ msgstr "استخدام سنووبي"
1416
+
1417
+ #: modules/containers/blogroll.php:21
1418
+ msgid "Bookmark"
1419
+ msgstr "المفضلة"
1420
+
1421
+ #: modules/containers/blogroll.php:27 modules/containers/blogroll.php:46
1422
+ msgid "Edit this bookmark"
1423
+ msgstr "تحرير هذه المفضلة"
1424
+
1425
+ #: modules/containers/blogroll.php:47
1426
+ msgid ""
1427
+ "You are about to delete this link '%s'\n"
1428
+ " 'Cancel' to stop, 'OK' to delete."
1429
+ msgstr ""
1430
+ "أنت على وشك أن تحذف هذا الرابط '%s'\n"
1431
+ "\v \"إلغاء\" لإيقاف هذه العملية, \"موافق\" للحذف."
1432
+
1433
+ #: modules/containers/blogroll.php:97
1434
+ msgid "Updating bookmark %d failed"
1435
+ msgstr "تحديث المفضلة %d لم يكتمل"
1436
+
1437
+ #: modules/containers/blogroll.php:128
1438
+ msgid "Failed to delete blogroll link \"%s\" (%d)"
1439
+ msgstr "فشل في حذف رابط المواقع الصديقة \"%s\" (%d)"
1440
+
1441
+ #: modules/containers/blogroll.php:298
1442
+ msgid "%d blogroll link deleted."
1443
+ msgid_plural "%d blogroll links deleted."
1444
+ msgstr[0] "%d رابط صديق حذف"
1445
+ msgstr[1] "%d روابط صديقة حذفت"
1446
+
1447
+ #: modules/containers/comment.php:53
1448
+ msgid "Updating comment %d failed"
1449
+ msgstr "تحديث التعليق %d لم يكتمل"
1450
+
1451
+ #: modules/containers/comment.php:74
1452
+ msgid "Failed to delete comment %d"
1453
+ msgstr "فشل في حذف التعليق %d"
1454
+
1455
+ #: modules/containers/comment.php:95
1456
+ msgid "Can't move comment %d to the trash"
1457
+ msgstr "لا يمكن نقل التعليق %d الى سلة المهملات"
1458
+
1459
+ #: modules/containers/comment.php:153 modules/containers/comment.php:195
1460
+ msgid "Edit comment"
1461
+ msgstr "تحرير التعليق"
1462
+
1463
+ #: modules/containers/comment.php:160
1464
+ msgid "Delete Permanently"
1465
+ msgstr "حذف نهائي"
1466
+
1467
+ #: modules/containers/comment.php:162
1468
+ msgid "Move this comment to the trash"
1469
+ msgstr "انقل هذا التعليق الى سلة المهملات"
1470
+
1471
+ #: modules/containers/comment.php:162
1472
+ msgctxt "verb"
1473
+ msgid "Trash"
1474
+ msgstr "إرمٍ"
1475
+
1476
+ #: modules/containers/comment.php:166
1477
+ msgid "View comment"
1478
+ msgstr "عرض التعليق"
1479
+
1480
+ #: modules/containers/comment.php:183
1481
+ msgid "Comment"
1482
+ msgstr "تعليق"
1483
+
1484
+ #: modules/containers/comment.php:355
1485
+ msgid "%d comment has been deleted."
1486
+ msgid_plural "%d comments have been deleted."
1487
+ msgstr[0] "%d تعليق قد حذف"
1488
+ msgstr[1] "%d تعليقات قد حذفت"
1489
+
1490
+ #: modules/containers/comment.php:374
1491
+ msgid "%d comment moved to the Trash."
1492
+ msgid_plural "%d comments moved to the Trash."
1493
+ msgstr[0] "%d تعليق نقل الى سلة المهملات."
1494
+ msgstr[1] "%d تعليق نقل الى سلة المهملات."
1495
+
1496
+ #: modules/containers/custom_field.php:84
1497
+ msgid "Failed to update the meta field '%s' on %s [%d]"
1498
+ msgstr "فشل في تحديث حقل الميتا '%s' في %s [%d]"
1499
+
1500
+ #: modules/containers/custom_field.php:110
1501
+ msgid "Failed to delete the meta field '%s' on %s [%d]"
1502
+ msgstr "فشل في حذف حقل الميتا '%s' في %s [%d]"
1503
+
1504
+ #: modules/containers/custom_field.php:187
1505
+ msgid "Edit this post"
1506
+ msgstr "تحرير هذه التدوينة"
1507
+
1508
+ #: modules/containers/custom_field.php:217
1509
+ msgid "View \"%s\""
1510
+ msgstr "عرض \"%s\""
1511
+
1512
+ #: modules/containers/dummy.php:34 modules/containers/dummy.php:45
1513
+ msgid "I don't know how to edit a '%s' [%d]."
1514
+ msgstr "لا أعرف كيف أحرر '%s' [%d]."
1515
+
1516
+ #: modules/extras/dailymotion-embed.php:23
1517
+ msgid "DailyMotion Video"
1518
+ msgstr "دايلي موشن فيديو"
1519
+
1520
+ #: modules/extras/dailymotion-embed.php:24
1521
+ msgid "Embedded DailyMotion video"
1522
+ msgstr "تضمين فيديوهات دايلي موشن"
1523
+
1524
+ #: modules/extras/embed-parser-base.php:196
1525
+ msgid ""
1526
+ "Embedded videos can't be edited using Broken Link Checker. Please edit or "
1527
+ "replace the video in question manually."
1528
+ msgstr ""
1529
+ "الفيديوهات المضمنة لا يمكن أن تحرر بإستخدام هذه الإضافة. الرجاء تحرير أو "
1530
+ "استبدال الفيديو يدوياً."
1531
+
1532
+ #: modules/extras/fileserve.php:55
1533
+ msgid "Using FileServe API"
1534
+ msgstr "استخدام FileServe API"
1535
+
1536
+ #: modules/extras/fileserve.php:112 modules/extras/mediafire.php:91
1537
+ #: modules/extras/mediafire.php:96 modules/extras/megaupload.php:81
1538
+ #: modules/extras/megaupload.php:123 modules/extras/rapidshare.php:139
1539
+ msgid "Not Found"
1540
+ msgstr "لم يعثر عليه"
1541
+
1542
+ #: modules/extras/fileserve.php:115
1543
+ msgid "FileServe : %d %s"
1544
+ msgstr "FileServe : %d %s"
1545
+
1546
+ #: modules/extras/googlevideo-embed.php:24
1547
+ msgid "GoogleVideo Video"
1548
+ msgstr "فيديوهات جوجل فيديو"
1549
+
1550
+ #: modules/extras/googlevideo-embed.php:25
1551
+ msgid "Embedded GoogleVideo video"
1552
+ msgstr "تضمين فيديوهات جوجل فيديو"
1553
+
1554
+ #: modules/extras/megaupload.php:130
1555
+ msgid "File Temporarily Unavailable"
1556
+ msgstr "الملف غير متوفر مؤقتاً"
1557
+
1558
+ #: modules/extras/megaupload.php:136
1559
+ msgid "API Error"
1560
+ msgstr "خطأ API "
1561
+
1562
+ #: modules/extras/megavideo-embed.php:24
1563
+ msgid "Megavideo Video"
1564
+ msgstr "فيديوهات ميجا فيديو"
1565
+
1566
+ #: modules/extras/megavideo-embed.php:25
1567
+ msgid "Embedded Megavideo video"
1568
+ msgstr "تضمين فيديوهات ميجا فيديو"
1569
+
1570
+ #: modules/extras/rapidshare.php:51
1571
+ msgid "Using RapidShare API"
1572
+ msgstr "استخدام RapidShare API"
1573
+
1574
+ #: modules/extras/rapidshare.php:158
1575
+ msgid "RS Server Down"
1576
+ msgstr "سيرفر RS لا يعمل بكفاءة"
1577
+
1578
+ #: modules/extras/rapidshare.php:165
1579
+ msgid "File Blocked"
1580
+ msgstr "ملف محظور"
1581
+
1582
+ #: modules/extras/rapidshare.php:172
1583
+ msgid "File Locked"
1584
+ msgstr "ملف مقفول"
1585
+
1586
+ #: modules/extras/rapidshare.php:183
1587
+ msgid "RapidShare : %s"
1588
+ msgstr "RapidShare : %s"
1589
+
1590
+ #: modules/extras/rapidshare.php:189
1591
+ msgid "RapidShare API error: %s"
1592
+ msgstr "خطأ RapidShare API: %s"
1593
+
1594
+ #: modules/extras/vimeo-embed.php:24
1595
+ msgid "Vimeo Video"
1596
+ msgstr "فيديوهات فيميو"
1597
+
1598
+ #: modules/extras/vimeo-embed.php:25
1599
+ msgid "Embedded Vimeo video"
1600
+ msgstr "تضمين فيديوهات فيميو"
1601
+
1602
+ #: modules/extras/youtube-embed.php:24 modules/extras/youtube-iframe.php:25
1603
+ msgid "YouTube Video"
1604
+ msgstr "فيديوهات يوتيوب"
1605
+
1606
+ #: modules/extras/youtube-embed.php:25 modules/extras/youtube-iframe.php:26
1607
+ msgid "Embedded YouTube video"
1608
+ msgstr "تضمين فيديوهات يوتيوب"
1609
+
1610
+ #: modules/extras/youtube.php:73 modules/extras/youtube.php:76
1611
+ msgid "Video Not Found"
1612
+ msgstr "الفيديم لم يتم العثور عليه"
1613
+
1614
+ #: modules/extras/youtube.php:84
1615
+ msgid "Video Removed"
1616
+ msgstr "تم ازالة الفيديو"
1617
+
1618
+ #: modules/extras/youtube.php:92
1619
+ msgid "Invalid Video ID"
1620
+ msgstr "رقم الآي دي الخاص بالفيديو غير صالح"
1621
+
1622
+ #: modules/extras/youtube.php:104
1623
+ msgid "Video OK"
1624
+ msgstr "الفيديو يبدو جيداً!"
1625
+
1626
+ #: modules/extras/youtube.php:105 modules/extras/youtube.php:132
1627
+ msgid "OK"
1628
+ msgstr "موافق"
1629
+
1630
+ #: modules/extras/youtube.php:118
1631
+ msgid "Video status : %s%s"
1632
+ msgstr "حالة الفيديو: %s%s"
1633
+
1634
+ #: modules/extras/youtube.php:137
1635
+ msgid "Video Restricted"
1636
+ msgstr "الفيديو محظور"
1637
+
1638
+ #: modules/extras/youtube.php:154
1639
+ msgid "Unknown YouTube API response received."
1640
+ msgstr "رد غير معروف تم استلامه من YouTube API "
1641
+
1642
+ #: modules/parsers/image.php:159
1643
+ msgid "Image"
1644
+ msgstr "صورة"
1645
+
1646
+ #: modules/parsers/metadata.php:117
1647
+ msgid "Custom field"
1648
+ msgstr "حقل مُخصص"
1649
+
1650
+ #. Plugin URI of the plugin/theme
1651
+ msgid "http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/"
1652
+ msgstr "http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/"
1653
+
1654
+ #. Description of the plugin/theme
1655
+ msgid ""
1656
+ "Checks your blog for broken links and missing images and notifies you on the "
1657
+ "dashboard if any are found."
1658
+ msgstr ""
1659
+ "فحص شامل لمدونتك عن الروابط والصور المفقودة والمعطوبة، وتنبيهك في اللوحة "
1660
+ "الرئيسية عن أي روابط يتم العثور عليها."
1661
+
1662
+ #. Author of the plugin/theme
1663
+ msgid "Janis Elsts"
1664
+ msgstr "Janis Elsts"
1665
+
1666
+ #. Author URI of the plugin/theme
1667
+ msgid "http://w-shadow.com/blog/"
1668
+ msgstr "http://w-shadow.com/blog/"
languages/broken-link-checker-fr_FR.mo CHANGED
Binary file
languages/broken-link-checker-fr_FR.po CHANGED
@@ -1,62 +1,57 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: broken-link-checker\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/broken-link-checker\n"
5
- "POT-Creation-Date: 2012-03-27 09:01:12+00:00\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: toto <toto@toto.com>\n"
8
  "Language-Team: Whiler, Luc Capronnier <webmaster@blogs.wittwer.fr>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=n>1;\n"
13
- "X-Poedit-Language: French\n"
14
- "X-Poedit-Country: FRANCE\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;_n;_x\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\broken-link-checker\n"
19
-
20
- #: core/core.php:146
21
- #: includes/admin/links-page-js.php:37
22
  msgid "Loading..."
23
  msgstr "Chargement..."
24
 
25
- #: core/core.php:170
26
- #: includes/admin/options-page-js.php:18
27
  msgid "[ Network error ]"
28
  msgstr "[ Erreur r&eacute;seau ]"
29
 
30
- #: core/core.php:195
31
  msgid "Automatically expand the widget if broken links have been detected"
32
- msgstr "D&eacute;plier automatiquement le widget si des liens cass&eacute;s ont &eacute;t&eacute; d&eacute;tect&eacute;s."
 
 
33
 
34
- #: core/core.php:285
35
  msgid "Link Checker Settings"
36
  msgstr "R&eacute;glages du v&eacute;rificateur de liens"
37
 
38
- #: core/core.php:286
39
  msgid "Link Checker"
40
  msgstr "V&eacute;rificateur de lien"
41
 
42
- #: core/core.php:291
43
- #: includes/link-query.php:26
44
  msgid "Broken Links"
45
  msgstr "Liens cass&eacute;s"
46
 
47
- #: core/core.php:307
48
  msgid "View Broken Links"
49
  msgstr "Voir Liens cass&eacute;s"
50
 
51
- #: core/core.php:322
52
  msgid "Feedback"
53
  msgstr "Informations en retour"
54
 
55
- #: core/core.php:330
56
- #: includes/admin/sidebar.php:18
57
- msgid "More plugins by Janis Elsts"
58
- msgstr "Plus de plugins par Janis Elsts"
59
-
60
  #: core/core.php:337
61
  msgid "Go to Broken Links"
62
  msgstr "Aller aux liens cassés"
@@ -65,1302 +60,1436 @@ msgstr "Aller aux liens cassés"
65
  msgid "Settings"
66
  msgstr "R&eacute;glages"
67
 
68
- #: core/core.php:378
69
- #: core/core.php:1167
70
- msgid "Error: The plugin's database tables are not up to date! (Current version : %d, expected : %d)"
71
- msgstr "Erreur: Les tables dans la base de donn&eacute;es pour le plugin ne sont pas &agrave; jour! (Version courante : %d, attendue : %d)"
72
-
73
- #: core/core.php:382
74
- #: core/core.php:1171
75
- msgid "Try deactivating and then reactivating the plugin."
76
- msgstr "Essayer de d&eacute;sactiver puis de r&eacute;activer le plugin."
77
-
78
- #: core/core.php:521
79
  msgid "Settings saved."
80
  msgstr "R&eacute;glages enregistr&eacute;s"
81
 
82
- #: core/core.php:527
83
  msgid "Thank you for your donation!"
84
  msgstr "Merci pour votre don!"
85
 
86
- #: core/core.php:534
87
  msgid "Complete site recheck started."
88
  msgstr "La v&eacute;rification compl&egrave;te a commenc&eacute;."
89
 
90
- #: core/core.php:543
91
  msgid "Details"
92
  msgstr "D&eacute;tails"
93
 
94
- #: core/core.php:557
95
  msgid "General"
96
  msgstr "G&eacute;n&eacute;ral"
97
 
98
- #: core/core.php:558
99
  msgid "Look For Links In"
100
  msgstr "Rechercher des liens dans"
101
 
102
- #: core/core.php:559
103
  msgid "Which Links To Check"
104
  msgstr "Quels liens v&eacute;rifier"
105
 
106
- #: core/core.php:560
107
  msgid "Protocols & APIs"
108
  msgstr "Protocoles & APIs"
109
 
110
- #: core/core.php:561
111
  msgid "Advanced"
112
  msgstr "Options avanc&eacute;es"
113
 
114
- #: core/core.php:576
115
  msgid "Broken Link Checker Options"
116
  msgstr "Options de <strong>Broken Link Checker</strong>"
117
 
118
- #: core/core.php:618
119
- #: includes/admin/table-printer.php:195
120
  msgid "Status"
121
  msgstr "&Eacute;tat&nbsp;:"
122
 
123
- #: core/core.php:620
124
- #: includes/admin/options-page-js.php:56
125
  msgid "Show debug info"
126
  msgstr "Afficher les informations de débogage"
127
 
128
- #: core/core.php:648
129
  msgid "Check each link"
130
  msgstr "V&eacute;rifier chaque lien&nbsp;:"
131
 
132
- #: core/core.php:653
 
133
  msgid "Every %s hours"
134
  msgstr "Toutes les %s heures"
135
 
136
- #: core/core.php:662
137
- msgid "Existing links will be checked this often. New links will usually be checked ASAP."
138
- msgstr "Les liens existants vont &ecirc;tre v&eacute;rifi&eacute;s en fonction de ce r&eacute;glage. Les nouveaux liens sont habituellement v&eacute;rifi&eacute;s d&egrave;s que possible."
 
 
 
 
 
139
 
140
- #: core/core.php:669
141
  msgid "E-mail notifications"
142
  msgstr "Message de notification"
143
 
144
- #: core/core.php:675
145
  msgid "Send me e-mail notifications about newly detected broken links"
146
- msgstr "M'envoyer un courriel de notification avec les nouveaux liens cass&eacute;s"
 
147
 
148
- #: core/core.php:683
149
  msgid "Send authors e-mail notifications about broken links in their posts"
150
- msgstr "Envoyer un courriel de notification aux auteurs des articles qui ont des liens cass&eacute;s"
 
 
151
 
152
- #: core/core.php:690
153
  msgid "Link tweaks"
154
  msgstr "Mettre en forme les liens"
155
 
156
- #: core/core.php:696
157
  msgid "Apply custom formatting to broken links"
158
  msgstr "Appliquer un affichage sp&eacute;cifique aux liens cass&eacute;s"
159
 
160
- #: core/core.php:700
161
- #: core/core.php:730
162
  msgid "Edit CSS"
163
  msgstr "&Eacute;diter CSS"
164
 
165
- #: core/core.php:715
 
166
  msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
167
  msgstr "Exemple : Lorem ipsum <a %s>lien cass&eacute;</a>, dolor sit amet."
168
 
169
- #: core/core.php:718
170
- #: core/core.php:749
171
  msgid "Click \"Save Changes\" to update example output."
172
- msgstr "Appuyer sur \"Enregistrer les modifications\" pour mettre à jour l'exemple."
 
173
 
174
- #: core/core.php:726
175
  msgid "Apply custom formatting to removed links"
176
  msgstr "Appliquer un affichage sp&eacute;cifique aux liens supprim&eacute;s"
177
 
178
- #: core/core.php:746
 
179
  msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
180
- msgstr "Exemple : Lorem ipsum <span %s>lien supprim&eacute;</span>, dolor sit amet."
 
181
 
182
- #: core/core.php:759
183
  msgid "Stop search engines from following broken links"
184
- msgstr "Arr&ecirc;tter la v&eacute;rification pour les liens cass&eacute;s suivants"
 
185
 
186
- #: core/core.php:776
187
  msgid "Look for links in"
188
  msgstr "Rechercher des liens dans"
189
 
190
- #: core/core.php:787
191
  msgid "Post statuses"
192
  msgstr "&Eacute;tats de l'article"
193
 
194
- #: core/core.php:820
195
  msgid "Link types"
196
  msgstr "Type du lien"
197
 
198
- #: core/core.php:826
199
  msgid "Error : All link parsers missing!"
200
  msgstr "Erreur: Tous les analyseurs de liens sont absents!"
201
 
202
- #: core/core.php:833
203
  msgid "Exclusion list"
204
  msgstr "Liste des exclusions&nbsp;:"
205
 
206
- #: core/core.php:834
207
- msgid "Don't check links where the URL contains any of these words (one per line) :"
208
- msgstr "Ne pas v&eacute;rifier les liens dont l'URL contient n'importe lequel de ces mots (un par ligne)&nbsp;:"
 
 
 
209
 
210
- #: core/core.php:852
211
  msgid "Check links using"
212
  msgstr "V&eacute;rifier les liens en utilisant"
213
 
214
- #: core/core.php:871
215
- #: includes/links.php:849
216
  msgid "Timeout"
217
  msgstr "Timeout&nbsp;:"
218
 
219
- #: core/core.php:877
220
- #: core/core.php:923
221
- #: core/core.php:2732
222
  msgid "%s seconds"
223
  msgstr "%s secondes"
224
 
225
- #: core/core.php:886
226
  msgid "Links that take longer than this to load will be marked as broken."
227
- msgstr "Les liens qui prennent plus de temps que cela à se charger seront marqu&eacute;s comme cass&eacute;s."
 
 
228
 
229
- #: core/core.php:893
230
  msgid "Link monitor"
231
  msgstr "Surveillance des liens"
232
 
233
- #: core/core.php:901
234
  msgid "Run continuously while the Dashboard is open"
235
- msgstr "V&eacute;rifier en continu tant que le tableau de bord est utlis&eacute;"
 
236
 
237
- #: core/core.php:909
238
  msgid "Run hourly in the background"
239
  msgstr "V&eacute;rifier toutes les heures en tache de fond"
240
 
241
- #: core/core.php:917
242
  msgid "Max. execution time"
243
  msgstr "Temps d'ex&eacute;cution maximal&nbsp;:"
244
 
245
- #: core/core.php:934
246
- msgid "The plugin works by periodically launching a background job that parses your posts for links, checks the discovered URLs, and performs other time-consuming tasks. Here you can set for how long, at most, the link monitor may run each time before stopping."
247
- msgstr "Cette extension fonctionne en cr&eacute;ant un processus en fond de t&acirc;che p&eacute;riodiquement qui parcourt les articles en cherchant les liens, v&eacute;rifie les URL d&eacute;couvertes, et effectue d'autres t&acirc;ches consommatrices de temps. Vous pouvez sp&eacute;cifier ici le temps maximal o&ugrave; le processus peut s'ex&eacute;cuter avant de s'arr&ecirc;ter."
 
 
 
 
 
 
 
 
 
248
 
249
- #: core/core.php:943
250
  msgid "Server load limit"
251
  msgstr "Taux de charge du serveur"
252
 
253
- #: core/core.php:958
 
254
  msgid "Current load : %s"
255
  msgstr "Charge courante : %s"
256
 
257
- #: core/core.php:963
258
- msgid "Link checking will be suspended if the average <a href=\"%s\">server load</a> rises above this number. Leave this field blank to disable load limiting."
259
- msgstr "La v&eacute;rification des liens sera suspendue si la <a href=\"%s\">charge moyenne du serveur </a> d&eacute;passe ce taux. Laisser vide pour ne pas positionner de limite de charge."
 
 
 
 
 
 
260
 
261
- #: core/core.php:972
262
  msgid "Not available"
263
  msgstr "Pas disponible"
264
 
265
- #: core/core.php:974
266
- msgid "Load limiting only works on Linux-like systems where <code>/proc/loadavg</code> is present and accessible."
267
- msgstr "L'utlisation de la limite de charge ne fonctionne sur les syst&egrave;mes de type Linux o&ugrave; <code>/proc/loadavg</code> est pr&eacute;sent et autoris&eacute;."
 
 
 
 
 
268
 
269
- #: core/core.php:982
270
  msgid "Forced recheck"
271
  msgstr "Forcer une rev&eacute;rification"
272
 
273
- #: core/core.php:985
274
  msgid "Re-check all pages"
275
  msgstr "Rev&eacute;rifier toutes les pages"
276
 
277
- #: core/core.php:989
278
- msgid "The \"Nuclear Option\". Click this button to make the plugin empty its link database and recheck the entire site from scratch."
279
- msgstr "L'option nucl&eacute;aire. Appuyer sur ce bouton pour que le plugin vide sa base de liens et rev&eacute;rifie tout le site depuis le d&eacute;but."
 
 
 
 
280
 
281
- #: core/core.php:1000
282
  msgid "Save Changes"
283
  msgstr "Enregistrer les modifications"
284
 
285
- #: core/core.php:1051
286
  msgid "Configure"
287
  msgstr "Configurer"
288
 
289
- #: core/core.php:1133
290
  msgid "Check URLs entered in these custom fields (one per line) :"
291
- msgstr "V&eacute;rifier les URL saisies dans les champs personnalis&eacute;s (un par ligne)&nbsp;:"
 
 
292
 
293
- #: core/core.php:1270
294
- #: core/core.php:1351
295
- #: core/core.php:1383
296
  msgid "Database error : %s"
297
  msgstr "Erreur de base de donn&eacute;es&nbsp;: %s"
298
 
299
- #: core/core.php:1333
300
  msgid "You must enter a filter name!"
301
  msgstr "Vous devez donner un nom au filtre!"
302
 
303
- #: core/core.php:1337
304
  msgid "Invalid search query."
305
  msgstr "Requ&ecirc;te incorrecte."
306
 
307
- #: core/core.php:1346
 
308
  msgid "Filter \"%s\" created"
309
  msgstr "Filtre \"%s\" cr&eacute;&eacute;"
310
 
311
- #: core/core.php:1373
312
  msgid "Filter ID not specified."
313
  msgstr "ID du flitre non sp&eacute;cifi&eacute;."
314
 
315
- #: core/core.php:1380
316
  msgid "Filter deleted"
317
  msgstr "Filtre supprim&eacute;"
318
 
319
- #: core/core.php:1427
 
320
  msgid "Replaced %d redirect with a direct link"
321
  msgid_plural "Replaced %d redirects with direct links"
322
  msgstr[0] "Remplacement de la redirection %d par un lien direct"
323
  msgstr[1] "Remplacement des redirections %d par des liens directs"
324
 
325
- #: core/core.php:1438
 
326
  msgid "Failed to fix %d redirect"
327
  msgid_plural "Failed to fix %d redirects"
328
  msgstr[0] "Impossible de r&eacute;parer la redirection %d"
329
  msgstr[1] "Impossible de r&eacute;parer les redirections %d"
330
 
331
- #: core/core.php:1449
332
  msgid "None of the selected links are redirects!"
333
  msgstr "Aucun des liens s&eacute;lectionn&eacute; ne sont des redirections!"
334
 
335
- #: core/core.php:1527
 
336
  msgid "%d link updated."
337
  msgid_plural "%d links updated."
338
  msgstr[0] "Le lien %d a &eacute;t&eacute; mis &agrave; jour."
339
  msgstr[1] "Les liens %d ont &eacute;t&eacute; mis &agrave; jour."
340
 
341
- #: core/core.php:1538
 
342
  msgid "Failed to update %d link."
343
  msgid_plural "Failed to update %d links."
344
  msgstr[0] "Impossible de mettre &agrave; jour le lien %d."
345
  msgstr[1] "Impossible de mettre &agrave; jour les liens %d."
346
 
347
- #: core/core.php:1592
 
348
  msgid "%d link removed"
349
  msgid_plural "%d links removed"
350
  msgstr[0] "Le lien %d a &eacute;t&eacute; supprim&eacute;"
351
  msgstr[1] "Les liens %d ont &eacute;t&eacute; supprim&eacute;s"
352
 
353
- #: core/core.php:1603
 
354
  msgid "Failed to remove %d link"
355
  msgid_plural "Failed to remove %d links"
356
  msgstr[0] "Impossible de supprimer le lien %d"
357
  msgstr[1] "Impossible de supprimer les liens %d"
358
 
359
- #: core/core.php:1712
360
- msgid "%d item was skipped because it can't be moved to the Trash. You need to delete it manually."
361
- msgid_plural "%d items were skipped because they can't be moved to the Trash. You need to delete them manually."
362
- msgstr[0] "%d lien a &eacute;t&eacute; ignor&eacute; parcequ'il ne peut pas &ecirc;tre mis dans la poubelle. Vous devez le supprimer manuellement."
363
- msgstr[1] "%d liens ont &eacute;t&eacute; ignor&eacute;s parcequ'ils ne peuvent pas &ecirc;tre mis dans la poubelle. Vous devez les supprimer manuellement."
364
-
365
- #: core/core.php:1734
 
 
 
 
 
 
 
 
 
366
  msgid "Didn't find anything to delete!"
367
  msgstr "Aucune suppression à faire!"
368
 
369
- #: core/core.php:1762
 
370
  msgid "%d link scheduled for rechecking"
371
  msgid_plural "%d links scheduled for rechecking"
372
  msgstr[0] "%d lien est programm&eacute; pour un nouveau contr&ocirc;le."
373
  msgstr[1] "%d liens sont programm&eacute;s pour un nouveau contr&ocirc;le."
374
 
375
- #: core/core.php:1808
376
- #: core/core.php:2412
377
  msgid "This link was manually marked as working by the user."
378
  msgstr "Ce lien a été manuellement marqué comme valide par l'utilisateur."
379
 
380
- #: core/core.php:1815
 
381
  msgid "Couldn't modify link %d"
382
  msgstr "Impossible de modifier le lien %d"
383
 
384
- #: core/core.php:1825
 
385
  msgid "%d link marked as not broken"
386
  msgid_plural "%d links marked as not broken"
387
- msgstr[0] "Le lien %d a &eacute;t&eacute; marqu&eacute; comme non cass&eacute;."
388
- msgstr[1] "Les liens %d ont &eacute;t&eacute; marqu&eacute;s comme non cass&eacute;s."
 
 
389
 
390
- #: core/core.php:1865
391
  msgid "Table columns"
392
  msgstr "Colonnes du tableau"
393
 
394
- #: core/core.php:1884
395
  msgid "Show on screen"
396
  msgstr "Voir &agrave; l'&eacute;cran"
397
 
398
- #: core/core.php:1891
399
  msgid "links"
400
  msgstr "liens"
401
 
402
- #: core/core.php:1892
403
- #: includes/admin/table-printer.php:163
404
  msgid "Apply"
405
  msgstr "Appliquer"
406
 
407
- #: core/core.php:1896
408
  msgid "Misc"
409
  msgstr "Divers"
410
 
411
- #: core/core.php:1911
 
412
  msgid "Highlight links broken for at least %s days"
413
- msgstr "Mettre en surbrillance les liens qui sont cass&eacute;s depuis au moins %s jours"
 
 
414
 
415
- #: core/core.php:1920
416
  msgid "Color-code status codes"
417
  msgstr "Code de couleur pour les &eacute;tats"
418
 
419
- #: core/core.php:1937
420
- #: core/core.php:2397
421
- #: core/core.php:2433
422
- #: core/core.php:2496
423
  msgid "You're not allowed to do that!"
424
  msgstr "Vous n'êtes pas autorisé à faire cela !"
425
 
426
- #: core/core.php:2278
427
  msgid "View broken links"
428
  msgstr "Voir les liens cass&eacute;s"
429
 
430
- #: core/core.php:2279
 
431
  msgid "Found %d broken link"
432
  msgid_plural "Found %d broken links"
433
  msgstr[0] "%d lien cass&eacute; trouv&eacute;"
434
  msgstr[1] "%d liens cass&eacute;s trouv&eacute;s"
435
 
436
- #: core/core.php:2285
437
  msgid "No broken links found."
438
  msgstr "Aucun lien cass&eacute; trouv&eacute;"
439
 
440
- #: core/core.php:2292
 
441
  msgid "%d URL in the work queue"
442
  msgid_plural "%d URLs in the work queue"
443
  msgstr[0] "%d URL dans la file d'attente"
444
- msgstr[1] "%d URL dans la file d'attente"
445
 
446
- #: core/core.php:2295
447
  msgid "No URLs in the work queue."
448
  msgstr "Aucune URL dans la file d'attente."
449
 
450
  #: core/core.php:2301
451
- msgid "Detected %d unique URL"
452
- msgid_plural "Detected %d unique URLs"
453
- msgstr[0] "%d URL unique d&eacute;tect&eacute;e"
454
- msgstr[1] "%d URL uniques d&eacute;tect&eacute;es"
455
-
456
- #: core/core.php:2302
457
- msgid "in %d link"
458
- msgid_plural "in %d links"
459
- msgstr[0] "dans le lien %d"
460
- msgstr[1] "dans les liens %d"
461
 
462
  #: core/core.php:2307
463
- msgid "and still searching..."
464
- msgstr "et cherche encore..."
 
465
 
466
- #: core/core.php:2313
467
  msgid "Searching your blog for links..."
468
  msgstr "Recherche des liens de votre blog..."
469
 
470
- #: core/core.php:2315
471
  msgid "No links detected."
472
  msgstr "Aucun lien détecté."
473
 
474
- #: core/core.php:2341
475
  msgctxt "current load"
476
  msgid "Unknown"
477
- msgstr "Erreur inconnue"
478
 
479
- #: core/core.php:2405
480
- #: core/core.php:2443
481
- #: core/core.php:2506
482
  msgid "Oops, I can't find the link %d"
483
  msgstr "Oups, je ne trouve pas le lien %d"
484
 
485
- #: core/core.php:2418
486
  msgid "Oops, couldn't modify the link!"
487
  msgstr "Oups, ne peut pas modifier ce lien !"
488
 
489
- #: core/core.php:2421
490
- #: core/core.php:2532
491
  msgid "Error : link_id not specified"
492
  msgstr "Erreur : link_id non spécifié"
493
 
494
- #: core/core.php:2453
495
  msgid "Oops, the new URL is invalid!"
496
  msgstr "Oups, la nouvelle URL est invalide !"
497
 
498
- #: core/core.php:2464
499
- #: core/core.php:2515
500
  msgid "An unexpected error occured!"
501
  msgstr "Une erreur inattendue a eu lieu !"
502
 
503
- #: core/core.php:2482
504
  msgid "Error : link_id or new_url not specified"
505
  msgstr "Erreur : link_id ou new_url non spécifié !"
506
 
507
- #: core/core.php:2541
508
  msgid "You don't have sufficient privileges to access this information!"
509
  msgstr "Vous n'avez pas assez de droit pour obtenir cette information !"
510
 
511
- #: core/core.php:2554
512
  msgid "Error : link ID not specified"
513
  msgstr "Erreur : link ID non spécifié"
514
 
515
- #: core/core.php:2568
 
516
  msgid "Failed to load link details (%s)"
517
  msgstr "Echec pour charger les détails (%s)"
518
 
519
- #. #-#-#-#-# plugin.pot (Broken Link Checker 1.4) #-#-#-#-#
520
- #. Plugin Name of the plugin/theme
521
- #: core/core.php:2621
522
  msgid "Broken Link Checker"
523
  msgstr "Broken Link Checker"
524
 
525
- #: core/core.php:2641
526
  msgid "PHP version"
527
  msgstr "Version PHP"
528
 
529
- #: core/core.php:2647
530
  msgid "MySQL version"
531
  msgstr "Version MySQL"
532
 
533
- #: core/core.php:2660
534
- msgid "You have an old version of CURL. Redirect detection may not work properly."
535
- msgstr "Vous avez une vieille version de cURL. Les détections des redirections pourraient ne pas fonctionner correctement."
 
 
 
536
 
537
- #: core/core.php:2672
538
- #: core/core.php:2688
539
- #: core/core.php:2693
540
  msgid "Not installed"
541
  msgstr "Pas installé"
542
 
543
- #: core/core.php:2675
544
  msgid "CURL version"
545
  msgstr "Version cURL"
546
 
547
- #: core/core.php:2681
548
  msgid "Installed"
549
  msgstr "Installé"
550
 
551
- #: core/core.php:2694
552
  msgid "You must have either CURL or Snoopy installed for the plugin to work!"
553
- msgstr "Vous devez avoir soit cURL, soit Snoopy d'installé pour que l'extension fonctionne !"
 
 
554
 
555
- #: core/core.php:2705
556
  msgid "On"
557
  msgstr "Activé"
558
 
559
- #: core/core.php:2706
560
  msgid "Redirects may be detected as broken links when safe_mode is on."
561
- msgstr "Les redirections peuvent être détectées comme des liens cassés quand le safe_mode est activé."
 
 
562
 
563
- #: core/core.php:2711
564
- #: core/core.php:2725
565
  msgid "Off"
566
  msgstr "Désactivé"
567
 
568
- #: core/core.php:2719
 
569
  msgid "On ( %s )"
570
  msgstr "Activé ( %s )"
571
 
572
- #: core/core.php:2720
573
  msgid "Redirects may be detected as broken links when open_basedir is on."
574
- msgstr "Les redirections peuvent être détectées comme des liens cassés quand open_basedir est activé."
 
 
575
 
576
- #: core/core.php:2749
577
- msgid "If this value is zero even after several page reloads you have probably encountered a bug."
578
- msgstr "Si cette valeur est &agrave; z&eacute;ro m&ecirc;me apr&egrave;s plusieurs rechargement vous avez probablement rencontr&eacute; un bogue."
 
 
 
 
579
 
580
- #: core/core.php:2840
581
- #: core/core.php:2938
582
  msgid "[%s] Broken links detected"
583
  msgstr "[%s] liens cass&eacute;s trouv&eacute;s"
584
 
585
- #: core/core.php:2845
 
586
  msgid "Broken Link Checker has detected %d new broken link on your site."
587
- msgid_plural "Broken Link Checker has detected %d new broken links on your site."
588
- msgstr[0] "Broken Link Checker a trouv&eacute; %d nouveau lien cass&eacute; dans votre site."
589
- msgstr[1] "Broken Link Checker a trouv&eacute; %d nouveaux liens cass&eacute;s dans votre site."
590
-
591
- #: core/core.php:2868
 
 
 
 
 
 
592
  msgid "Here's a list of the first %d broken links:"
593
  msgid_plural "Here's a list of the first %d broken links:"
594
  msgstr[0] "Ici se trouve une liste du %d nouveau lien cass&eacute;:"
595
- msgstr[1] "Ici se trouve une liste des %d premiers nouveaux liens cass&eacute;s:"
596
 
597
- #: core/core.php:2877
598
  msgid "Here's a list of the new broken links: "
599
  msgstr "Ici se trouve une liste des nouveaux liens cass&eacute;s:"
600
 
601
- #: core/core.php:2886
 
602
  msgid "Link text : %s"
603
  msgstr "Texte du lien : %s"
604
 
605
- #: core/core.php:2887
 
606
  msgid "Link URL : <a href=\"%s\">%s</a>"
607
  msgstr "URL : <a href=\"%s\">%s</a>"
608
 
609
- #: core/core.php:2888
 
610
  msgid "Source : %s"
611
  msgstr "Source : %s"
612
 
613
- #: core/core.php:2901
614
  msgid "You can see all broken links here:"
615
  msgstr "Vous pouvez voir tous les liens cass&eacute;s ici:"
616
 
617
- #: core/core.php:2943
 
618
  msgid "Broken Link Checker has detected %d new broken link in your posts."
619
- msgid_plural "Broken Link Checker has detected %d new broken links in your posts."
620
- msgstr[0] "Broken Link Checker a trouv&eacute; %d nouveau lien cass&eacute; dans vos articles."
621
- msgstr[1] "Broken Link Checker a trouv&eacute; %d nouveaux liens cass&eacute;s dans vos articles."
622
-
623
- #: core/init.php:231
 
 
 
 
 
624
  msgid "Once Weekly"
625
  msgstr "Une fois par semaine"
626
 
627
- #: core/init.php:237
628
  msgid "Twice a Month"
629
  msgstr "Deux fois par mois"
630
 
631
- #: core/init.php:307
632
- msgid "Broken Link Checker installation failed. Try deactivating and then reactivating the plugin."
633
- msgstr "L'installation de Broken Link Checher a &eacute;chou&eacute;.Essayer de d&eacute;sactiver puis de r&eacute;activer le plugin."
 
 
 
 
634
 
635
- #: includes/admin/db-upgrade.php:95
636
- msgid "Failed to delete old DB tables. Database error : %s"
637
- msgstr "Impossible de supprimer les vieilles tables dans la base de donn&eacute;es. Erreur : %s"
 
638
 
639
- #: includes/admin/links-page-js.php:58
640
- #: includes/admin/links-page-js.php:301
641
- msgid "Wait..."
642
- msgstr "Attendez..."
643
 
644
- #: includes/admin/links-page-js.php:99
645
- #: includes/admin/table-printer.php:616
646
- msgid "Not broken"
647
- msgstr "Pas cass&eacute;"
648
 
649
- #: includes/admin/links-page-js.php:213
650
- msgid "%d instances of the link were successfully modified."
651
- msgstr "%d occurences du lien ont &eacute;t&eacute; modifi&eacute;es avec succ&egrave;."
652
 
653
- #: includes/admin/links-page-js.php:219
654
- msgid "However, %d instances couldn't be edited and still point to the old URL."
655
- msgstr "Cependant, %d occurences n'ont pas &eacute;t&eacute; mises &agrave; jour et pointent vers l'ancienne URL."
 
656
 
657
- #: includes/admin/links-page-js.php:225
658
- msgid "The link could not be modified."
659
- msgstr "Le lien ne peut pas &ecirc;tre modifi&eacute;."
 
660
 
661
- #: includes/admin/links-page-js.php:228
662
- #: includes/admin/links-page-js.php:353
663
- msgid "The following error(s) occured :"
664
- msgstr "L'erreur suivante est survenue :"
665
 
666
- #: includes/admin/links-page-js.php:339
667
- msgid "%d instances of the link were successfully unlinked."
668
- msgstr "%d occurences du lien ont &eacute;t&eacute; d&eacute;faites avec succ&egrave;s"
 
669
 
670
- #: includes/admin/links-page-js.php:345
671
- msgid "However, %d instances couldn't be removed."
672
- msgstr "Cependant, %d occurences ne peuvent pas &ecirc;tre supprim&eacute;es."
 
673
 
674
- #: includes/admin/links-page-js.php:350
675
- msgid "The plugin failed to remove the link."
676
- msgstr "L'extension n'a pas pu supprimer ce lien."
677
 
678
- #: includes/admin/links-page-js.php:361
679
- #: includes/admin/table-printer.php:266
680
- #: includes/admin/table-printer.php:610
681
- msgid "Unlink"
682
- msgstr "D&eacute;lier"
683
 
684
- #: includes/admin/links-page-js.php:405
685
- msgid "Enter a name for the new custom filter"
686
- msgstr "Donner un nom pour le nouveau filtre de recherche"
 
687
 
688
- #: includes/admin/links-page-js.php:416
689
- msgid ""
690
- "You are about to delete the current filter.\n"
691
- "'Cancel' to stop, 'OK' to delete"
692
- msgstr ""
693
- "Vous &ecirc;tes sur le point de supprimer le filtre courant.\n"
694
- "'Annuler' pour le conserver, 'OK' pour le supprimer."
695
 
696
- #: includes/admin/links-page-js.php:439
 
697
  msgid ""
698
- "Are you sure you want to delete all posts, bookmarks or other items that contain any of the selected links? This action can't be undone.\n"
699
- "'Cancel' to stop, 'OK' to delete"
700
  msgstr ""
701
- "&Ecirc;tes vous s&ugrave;r de vouloir supprimer tous les articles, liens et autres &eacute;l&eacute;ments qui contiennent les liens s&eacute;lectionn&eacute;s? Cette action ne pourra pas &ecirc;tre annul&eacute;e.\n"
702
- "'Annuler' pour le conserver, 'OK' pour le supprimer."
703
 
704
- #: includes/admin/links-page-js.php:449
705
- msgid ""
706
- "Are you sure you want to remove the selected links? This action can't be undone.\n"
707
- "'Cancel' to stop, 'OK' to remove"
708
- msgstr ""
709
- "&Ecirc;tes vous s&ucirc;r de vouloir supprimer les liens s&eacute;lectionn&eacute;s? Cette action ne pourra pas &ecirc;tes annul&eacute;e.\n"
710
- "'Annuler' pour les conserver, 'OK' pour les supprimer."
711
 
712
- #: includes/admin/links-page-js.php:558
713
- msgid "Enter a search string first."
714
- msgstr "Donner d'abord une cha&icirc;ne de recherche."
 
 
 
715
 
716
- #: includes/admin/links-page-js.php:565
717
- msgid "Select one or more links to edit."
718
- msgstr "S&eacute;lectionner un ou plusieurs liens &agrave; &eacute;diter"
 
 
 
719
 
720
- #: includes/admin/options-page-js.php:54
721
- msgid "Hide debug info"
722
- msgstr "Cacher les informations de débogage"
 
 
 
723
 
724
- #: includes/admin/search-form.php:16
725
- msgid "Save This Search As a Filter"
726
- msgstr "Enregistrer cette recherche comme un filtre"
 
 
 
727
 
728
- #: includes/admin/search-form.php:26
729
- msgid "Delete This Filter"
730
- msgstr "Supprimer ce filtre"
 
 
 
731
 
732
- #: includes/admin/search-form.php:32
733
- #: includes/link-query.php:53
734
- msgid "Search"
735
- msgstr "Rechercher"
 
 
736
 
737
- #: includes/admin/search-form.php:42
738
- msgid "Link text"
739
- msgstr "Texte du lien"
 
 
 
740
 
741
- #: includes/admin/search-form.php:45
742
- #: includes/admin/table-printer.php:200
743
- msgid "URL"
744
- msgstr "URL"
745
 
746
- #: includes/admin/search-form.php:48
747
- #: includes/admin/table-printer.php:484
748
- msgid "HTTP code"
749
- msgstr "Code HTTP"
750
 
751
- #: includes/admin/search-form.php:51
752
- msgid "Link status"
753
- msgstr "&Eacute;tat du lien"
 
754
 
755
- #: includes/admin/search-form.php:68
756
- #: includes/admin/search-form.php:85
757
- msgid "Link type"
758
- msgstr "Type du lien"
759
 
760
- #: includes/admin/search-form.php:70
761
- msgid "Any"
762
- msgstr "Tous"
 
763
 
764
- #: includes/admin/search-form.php:74
765
- msgid "Links used in"
766
- msgstr "Liens utilis&eacute;s dans"
 
767
 
768
- #: includes/admin/search-form.php:112
769
- msgid "Search Links"
770
- msgstr "Liens de recherche"
 
771
 
772
- #: includes/admin/search-form.php:113
773
- #: includes/admin/table-printer.php:342
774
- #: includes/admin/table-printer.php:624
775
- #: includes/admin/table-printer.php:630
776
- msgid "Cancel"
777
- msgstr "Annuler"
778
 
779
- #: includes/admin/sidebar.php:40
780
- msgid "Donate $10, $20 or $50!"
781
- msgstr "Donner $10, $20 ou $50!"
 
782
 
783
- #: includes/admin/sidebar.php:43
784
- msgid "If you like this plugin, please donate to support development and maintenance!"
785
- msgstr "Si vous aimez ce plugin, merci de faire un don pour aider au d&eacute;veloppement et &agrave; la maintenance!"
 
786
 
787
- #: includes/admin/sidebar.php:60
788
- msgid "Return to WordPress Dashboard"
789
- msgstr "Revenir au tableau de bord WordPress"
 
790
 
791
- #: includes/admin/table-printer.php:177
792
- msgid "Compact View"
793
- msgstr "Vue comptacte"
 
794
 
795
- #: includes/admin/table-printer.php:178
796
- msgid "Detailed View"
797
- msgstr "D&eacute;tails"
 
798
 
799
- #: includes/admin/table-printer.php:207
800
- msgid "Source"
801
- msgstr "Source"
 
802
 
803
- #: includes/admin/table-printer.php:213
804
- msgid "Link Text"
805
- msgstr "Texte du lien"
 
806
 
807
- #: includes/admin/table-printer.php:261
808
- msgid "Bulk Actions"
809
- msgstr "Actions en masse"
 
810
 
811
- #: includes/admin/table-printer.php:262
812
- #: includes/admin/table-printer.php:607
813
- msgid "Edit URL"
814
- msgstr "&Eacute;diter l'URL"
815
 
816
- #: includes/admin/table-printer.php:263
817
- msgid "Recheck"
818
- msgstr "Rev&eacute;rifier"
 
819
 
820
- #: includes/admin/table-printer.php:264
821
- msgid "Fix redirects"
822
- msgstr "R&eacute;parer les redirections"
 
823
 
824
- #: includes/admin/table-printer.php:265
825
- msgid "Mark as not broken"
826
- msgstr "Marquer comme non cass&eacute;."
 
827
 
828
- #: includes/admin/table-printer.php:269
829
- msgid "Move sources to Trash"
830
- msgstr "D&eacute;placer les sources dans la poubelle"
 
831
 
832
- #: includes/admin/table-printer.php:271
833
- msgid "Delete sources"
834
- msgstr "Supprimer ces sources"
 
835
 
836
- #: includes/admin/table-printer.php:286
837
- msgid "&laquo;"
838
- msgstr "&laquo;"
 
839
 
840
- #: includes/admin/table-printer.php:287
841
- msgid "&raquo;"
842
- msgstr "&raquo;"
843
 
844
- #: includes/admin/table-printer.php:295
845
- msgid "Displaying %s&#8211;%s of <span class=\"current-link-count\">%s</span>"
846
- msgstr "Affichage %s&#8211;%s sur <span class=\"current-link-count\">%s</span>"
847
 
848
- #: includes/admin/table-printer.php:318
849
- msgid "Bulk Edit URLs"
850
- msgstr "Modifier les URL en masse"
851
 
852
- #: includes/admin/table-printer.php:320
853
- msgid "Find"
854
- msgstr "Trouver"
855
 
856
- #: includes/admin/table-printer.php:324
857
- msgid "Replace with"
858
- msgstr "Remplacer par"
859
 
860
- #: includes/admin/table-printer.php:332
861
- msgid "Case sensitive"
862
- msgstr "Respecter la case"
863
 
864
- #: includes/admin/table-printer.php:336
865
- msgid "Regular expression"
866
- msgstr "Expression r&eacute;guli&egrave;re"
867
 
868
- #: includes/admin/table-printer.php:344
869
- msgid "Update"
870
- msgstr "Modifier"
871
 
872
- #: includes/admin/table-printer.php:469
873
- msgid "Post published on"
874
- msgstr "Article publi&eacute; le"
875
 
876
- #: includes/admin/table-printer.php:474
877
- msgid "Link last checked"
878
- msgstr "Derni&egrave;re v&eacute;rification"
879
 
880
- #: includes/admin/table-printer.php:478
881
- msgid "Never"
882
- msgstr "Jamais"
883
 
884
- #: includes/admin/table-printer.php:489
885
- msgid "Response time"
886
- msgstr "Temps de r&eacute;ponse"
887
 
888
- #: includes/admin/table-printer.php:491
889
- msgid "%2.3f seconds"
890
- msgstr "%2.3f secondes"
891
 
892
- #: includes/admin/table-printer.php:494
893
- msgid "Final URL"
894
- msgstr "URL finale"
895
 
896
- #: includes/admin/table-printer.php:499
897
- msgid "Redirect count"
898
- msgstr "Nombre de redirections"
 
 
899
 
900
- #: includes/admin/table-printer.php:504
901
- msgid "Instance count"
902
- msgstr "Nombre d'instances"
903
 
904
- #: includes/admin/table-printer.php:513
905
- msgid "This link has failed %d time."
906
- msgid_plural "This link has failed %d times."
907
- msgstr[0] "Ce lien a &eacute;chou&eacute; %d fois."
908
- msgstr[1] "Ces liens ont &eacute;chou&eacute;s %d fois."
909
 
910
- #: includes/admin/table-printer.php:521
911
- msgid "This link has been broken for %s."
912
- msgstr "Le lien est cass&eacute; depuis %s."
913
 
914
- #: includes/admin/table-printer.php:532
915
- msgid "Log"
916
- msgstr "Journal"
917
 
918
- #: includes/admin/table-printer.php:553
919
- msgid "Show more info about this link"
920
- msgstr "Afficher plus d'informations concernant ce lien"
 
 
 
921
 
922
- #: includes/admin/table-printer.php:571
923
- msgctxt "checked how long ago"
924
- msgid "Checked"
925
- msgstr "V&eacute;rifi&eacute;"
 
926
 
927
- #: includes/admin/table-printer.php:587
928
- msgid "Broken for"
929
- msgstr "Cass&eacute;"
930
 
931
- #: includes/admin/table-printer.php:607
932
- msgid "Edit link URL"
933
- msgstr "&Eacute;diter l'URL du lien"
 
 
934
 
935
- #: includes/admin/table-printer.php:609
936
- msgid "Remove this link from all posts"
937
- msgstr "Supprimer ce lien de tous les articles"
 
938
 
939
- #: includes/admin/table-printer.php:615
940
- msgid "Remove this link from the list of broken links and mark it as valid"
941
- msgstr "Supprimer ce lien de la liste des liens cass&eacute;s et le marquer comme &eacute;tant valide"
 
942
 
943
- #: includes/admin/table-printer.php:624
944
- msgid "Cancel URL editing"
945
- msgstr "Annuler l'&eacute;dition de l'URL"
946
 
947
- #: includes/admin/table-printer.php:631
948
- msgid "Update URL"
949
- msgstr "Modifier l'URL"
950
 
951
- #: includes/admin/table-printer.php:653
952
- msgid "[An orphaned link! This is a bug.]"
953
- msgstr "[Lien orphelin ! C'est un bogue.]"
 
 
 
954
 
955
- #: includes/any-post.php:397
956
- #: modules/containers/blogroll.php:46
957
- #: modules/containers/comment.php:153
958
- #: modules/containers/custom_field.php:197
959
- msgid "Edit"
960
- msgstr "&Eacute;diter"
961
 
962
- #: includes/any-post.php:405
963
- #: modules/containers/custom_field.php:203
964
- msgid "Move this item to the Trash"
965
- msgstr "D&eacute;placer cet objet dans la poubelle"
966
 
967
- #: includes/any-post.php:407
968
- #: modules/containers/custom_field.php:205
969
- msgid "Trash"
970
- msgstr "Poubelle"
 
 
971
 
972
- #: includes/any-post.php:412
973
- #: modules/containers/custom_field.php:210
974
- msgid "Delete this item permanently"
975
- msgstr "Supprimer cet objet de mani&egrave;re permanente"
 
 
976
 
977
- #: includes/any-post.php:414
978
- #: modules/containers/blogroll.php:47
979
- #: modules/containers/custom_field.php:212
980
- msgid "Delete"
981
- msgstr "Supprimer"
 
982
 
983
- #: includes/any-post.php:427
984
- msgid "Preview &#8220;%s&#8221;"
985
- msgstr "Pr&eacute;visualisation &#8220;%s&#8221;"
 
 
 
986
 
987
- #: includes/any-post.php:428
988
- msgid "Preview"
989
- msgstr "Pr&eacute;visualisation"
 
 
 
990
 
991
- #: includes/any-post.php:435
992
- msgid "View &#8220;%s&#8221;"
993
- msgstr "Voir &#8220;%s&#8221;"
 
 
 
994
 
995
- #: includes/any-post.php:436
996
- #: modules/containers/comment.php:166
997
- #: modules/containers/custom_field.php:217
998
- msgid "View"
999
- msgstr "Afficher"
 
1000
 
1001
- #: includes/any-post.php:455
1002
- #: modules/containers/custom_field.php:197
1003
- msgid "Edit this item"
1004
- msgstr "Modifier cet objet"
 
 
1005
 
1006
- #: includes/any-post.php:519
1007
- #: modules/containers/blogroll.php:83
1008
- #: modules/containers/comment.php:43
1009
- msgid "Nothing to update"
1010
- msgstr "Rien &agrave; mettre &agrave; jour"
 
1011
 
1012
- #: includes/any-post.php:529
1013
- msgid "Updating post %d failed"
1014
- msgstr "La mise &agrave jour de l'article %d a &eacute;chou&eacute;"
 
 
 
1015
 
1016
- #: includes/any-post.php:564
1017
- #: modules/containers/custom_field.php:284
1018
- msgid "Failed to delete post \"%s\" (%d)"
1019
- msgstr "&Eacute;chec de la suppression de l'article \"%s\" (%d)"
 
 
1020
 
1021
- #: includes/any-post.php:583
1022
- #: modules/containers/custom_field.php:303
1023
- msgid "Can't move post \"%s\" (%d) to the trash because the trash feature is disabled"
1024
- msgstr "Impossible de mettre l'article \"%s\" (%d) &agrave; la poubelle car la fonction 'poubelle' n'est pas active"
1025
 
1026
- #: includes/any-post.php:603
1027
- #: modules/containers/custom_field.php:322
1028
- msgid "Failed to move post \"%s\" (%d) to the trash"
1029
- msgstr "Echec du d&eacute;placement de l'article \"%s\" (%d) dans la poubelle"
1030
 
1031
- #: includes/any-post.php:711
1032
- msgid "%d post deleted."
1033
- msgid_plural "%d posts deleted."
1034
- msgstr[0] "%d article supprim&eacute;."
1035
- msgstr[1] "%d articles supprim&eacute;s."
 
1036
 
1037
- #: includes/any-post.php:713
1038
- msgid "%d page deleted."
1039
- msgid_plural "%d pages deleted."
1040
- msgstr[0] "%d page supprim&eacute;e."
1041
- msgstr[1] "%d pages supprim&eacute;es."
 
 
1042
 
1043
- #: includes/any-post.php:715
1044
- msgid "%d \"%s\" deleted."
1045
- msgid_plural "%d \"%s\" deleted."
1046
- msgstr[0] "%d \"%s\" supprim&eacute;."
1047
- msgstr[1] "%d \"%s\" supprim&eacute;s."
1048
 
1049
- #: includes/any-post.php:734
1050
- msgid "%d post moved to the Trash."
1051
- msgid_plural "%d posts moved to the Trash."
1052
- msgstr[0] "%d article deplac&eacute; dans la poubelle."
1053
- msgstr[1] "%d articles deplac&eacute;s dans la poubelle."
1054
 
1055
- #: includes/any-post.php:736
1056
- msgid "%d page moved to the Trash."
1057
- msgid_plural "%d pages moved to the Trash."
1058
- msgstr[0] "%d page d&eacute;plac&eacute;e dans la poubelle."
1059
- msgstr[1] "%d pages d&eacute;plac&eacute;es dans la poubelle."
 
1060
 
1061
- #: includes/any-post.php:738
1062
- msgid "%d \"%s\" moved to the Trash."
1063
- msgid_plural "%d \"%s\" moved to the Trash."
1064
- msgstr[0] "%d \"%s\" d&eacute;plac&eacute; dans la poubelle."
1065
- msgstr[1] "%d \"%s\" d&eacute;plac&eacute;s dans la poubelle."
1066
 
1067
- #: includes/containers.php:122
1068
- msgid "%d '%s' has been deleted"
1069
- msgid_plural "%d '%s' have been deleted"
1070
- msgstr[0] "%d '%s' a &eacute;t&eacute; supprim&eacute;"
1071
- msgstr[1] "%d '%s' ont &eacute;t&eacute; supprim&eacute;s"
1072
 
1073
- #: includes/containers.php:873
1074
- #: includes/containers.php:891
1075
- msgid "Container type '%s' not recognized"
1076
- msgstr "Le type de contenu '%s' n'est pas reconnu"
1077
 
1078
- #: includes/extra-strings.php:2
1079
- msgctxt "module name"
1080
- msgid "Basic HTTP"
1081
- msgstr "Basique HTTP"
1082
 
1083
- #: includes/extra-strings.php:3
1084
- msgctxt "module name"
1085
- msgid "Blogroll items"
1086
- msgstr "Liens"
 
 
 
1087
 
1088
- #: includes/extra-strings.php:4
1089
- msgctxt "module name"
1090
- msgid "Comments"
1091
- msgstr "Commentaires"
 
 
 
 
 
 
1092
 
1093
- #: includes/extra-strings.php:5
1094
- msgctxt "module name"
1095
- msgid "Custom fields"
1096
- msgstr "Champs personnalis&eacute;s"
 
 
 
 
 
1097
 
1098
- #: includes/extra-strings.php:6
1099
- msgctxt "module name"
1100
- msgid "Embedded DailyMotion videos"
1101
- msgstr "Embedded DailyMotion vid&eacute;os"
1102
 
1103
- #: includes/extra-strings.php:7
1104
- msgctxt "module name"
1105
- msgid "Embedded GoogleVideo videos"
1106
- msgstr "Embedded GoogleVideo vid&eacute;os"
1107
 
1108
- #: includes/extra-strings.php:8
1109
- msgctxt "module name"
1110
- msgid "Embedded Megavideo videos"
1111
- msgstr "Embedded Megavideo vid&eacute;os"
1112
 
1113
- #: includes/extra-strings.php:9
1114
- msgctxt "module name"
1115
- msgid "Embedded Vimeo videos"
1116
- msgstr "Embedded Vimeo vid&eacute;os"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1117
 
1118
- #: includes/extra-strings.php:10
1119
- msgctxt "module name"
1120
- msgid "Embedded YouTube videos"
1121
- msgstr "Embedded YouTube vid&eacute;os"
1122
 
1123
- #: includes/extra-strings.php:11
1124
- msgctxt "module name"
1125
- msgid "Embedded YouTube videos (old embed code)"
1126
- msgstr "Embedded YouTube vid&eacute;os (ancienne m&eacute;thode)"
1127
 
1128
- #: includes/extra-strings.php:12
1129
- msgctxt "module name"
1130
- msgid "FileServe API"
1131
- msgstr "FileServe API"
 
 
 
1132
 
1133
- #: includes/extra-strings.php:13
1134
- msgctxt "module name"
1135
- msgid "HTML images"
1136
- msgstr "HTML images"
1137
 
1138
- #: includes/extra-strings.php:14
1139
- msgctxt "module name"
1140
- msgid "HTML links"
1141
- msgstr "liens HTML"
1142
 
1143
- #: includes/extra-strings.php:15
1144
- msgctxt "module name"
1145
- msgid "MediaFire API"
1146
- msgstr "MediaFire API"
1147
 
1148
- #: includes/extra-strings.php:16
1149
- msgctxt "module name"
1150
- msgid "MegaUpload API"
1151
- msgstr "MegaUpload API"
1152
 
1153
- #: includes/extra-strings.php:17
1154
- msgctxt "module name"
1155
- msgid "Plaintext URLs"
1156
- msgstr "URLs en mode texte"
1157
 
1158
- #: includes/extra-strings.php:18
1159
- msgctxt "module name"
1160
- msgid "RapidShare API"
1161
- msgstr "Utiliser l'API RapidShare"
1162
 
1163
- #: includes/extra-strings.php:19
1164
- msgctxt "module name"
1165
- msgid "YouTube API"
1166
- msgstr "YouTube API"
1167
 
1168
- #: includes/extra-strings.php:20
1169
- msgctxt "module name"
1170
- msgid "Posts"
1171
- msgstr "Articles"
1172
 
1173
- #: includes/extra-strings.php:21
1174
- msgctxt "module name"
1175
- msgid "Pages"
1176
- msgstr "Pages"
1177
 
1178
- #: includes/instances.php:102
1179
- #: includes/instances.php:158
1180
- msgid "Container %s[%d] not found"
1181
- msgstr "Contenu %s[%d] non trouv&eacute;"
1182
 
1183
- #: includes/instances.php:111
1184
- #: includes/instances.php:167
1185
- msgid "Parser '%s' not found."
1186
- msgstr "Parser '%s' non trouv&eacute;."
1187
 
1188
- #: includes/link-query.php:25
1189
- msgid "Broken"
1190
- msgstr "Cass&eacute;"
1191
 
1192
- #: includes/link-query.php:27
1193
- msgid "No broken links found"
1194
- msgstr "Aucun Lien cass&eacute; trouv&eacute;"
1195
 
1196
- #: includes/link-query.php:34
1197
- msgid "Redirects"
1198
- msgstr "Redirections"
1199
 
1200
- #: includes/link-query.php:35
1201
- msgid "Redirected Links"
1202
- msgstr "Liens redirig&eacute;s"
1203
 
1204
- #: includes/link-query.php:36
1205
- msgid "No redirects found"
1206
- msgstr "Aucune redirection trouv&eacute;e"
 
1207
 
1208
- #: includes/link-query.php:44
1209
- msgid "All"
1210
- msgstr "Tout"
1211
 
1212
- #: includes/link-query.php:45
1213
- msgid "Detected Links"
1214
- msgstr "Liens d&eacute;tect&eacute;s"
1215
 
1216
- #: includes/link-query.php:46
1217
- msgid "No links found (yet)"
1218
- msgstr "(Encore) aucun lien trouv&eacute;"
1219
 
1220
- #: includes/link-query.php:54
1221
- msgid "Search Results"
1222
- msgstr "R&eacute;sultats de la recherche"
1223
 
1224
- #: includes/link-query.php:55
1225
- #: includes/link-query.php:102
1226
- msgid "No links found for your query"
1227
- msgstr "Pas de lien trouv&eacute; dans votre requ&ecirc;te"
1228
 
1229
- #: includes/links.php:215
1230
- msgid "The plugin script was terminated while trying to check the link."
1231
- msgstr "Le code du plugin a &eacute;t&eacute interrompu pendant la v&eacute;rification du lien."
 
1232
 
1233
- #: includes/links.php:261
1234
- msgid "The plugin doesn't know how to check this type of link."
1235
- msgstr "Le plugin ne sait pas comment v&eacute;rifier ce type de lien."
1236
 
1237
- #: includes/links.php:349
1238
- msgid "Link is valid."
1239
- msgstr "Le lien est valide."
1240
 
1241
- #: includes/links.php:351
1242
- msgid "Link is broken."
1243
- msgstr "Le lien est cassé."
1244
 
1245
- #: includes/links.php:564
1246
- #: includes/links.php:666
1247
- #: includes/links.php:693
1248
- msgid "Link is not valid"
1249
- msgstr "Lien non valide"
1250
 
1251
- #: includes/links.php:581
1252
- msgid "This link can not be edited because it is not used anywhere on this site."
1253
- msgstr "Ce lien ne peut pas &ecirc;tre modif&eacute; car il n'est plus utlis&eacute; dans tous le site."
1254
 
1255
- #: includes/links.php:607
1256
- msgid "Failed to create a DB entry for the new URL."
1257
- msgstr "Impossible de cr&eacute;er un enregistrement dans la base de donn&eacute;es pour la nouvelle URL."
 
1258
 
1259
- #: includes/links.php:673
1260
- msgid "This link is not a redirect"
1261
- msgstr "Ce lien n'est pas une redirection"
1262
 
1263
- #: includes/links.php:720
1264
- #: includes/links.php:757
1265
- msgid "Couldn't delete the link's database record"
1266
- msgstr "Impossible de supprimer l'enregistrement pour la lien dans la base de donn&eacute;es"
1267
 
1268
- #: includes/links.php:831
1269
- msgctxt "link status"
1270
- msgid "Unknown"
1271
- msgstr "Erreur inconnue"
1272
 
1273
- #: includes/links.php:845
1274
- #: modules/checkers/http.php:264
1275
- #: modules/extras/mediafire.php:101
1276
- msgid "Unknown Error"
1277
- msgstr "Erreur inconnue"
 
1278
 
1279
- #: includes/links.php:869
1280
- msgid "Not checked"
1281
- msgstr "Pas v&eacute;rifi&eacute;"
 
1282
 
1283
- #: includes/links.php:872
1284
- msgid "False positive"
1285
- msgstr "Faux positif"
1286
 
1287
- #: includes/links.php:875
1288
- #: modules/extras/fileserve.php:121
1289
- #: modules/extras/megaupload.php:115
1290
- #: modules/extras/rapidshare.php:145
1291
- #: modules/extras/rapidshare.php:151
1292
- #: modules/extras/rapidshare.php:178
1293
- msgctxt "link status"
1294
- msgid "OK"
1295
- msgstr "Ok"
1296
 
1297
- #: includes/parsers.php:109
1298
- msgid "Editing is not implemented in the '%s' parser"
1299
- msgstr "La modification n'est pas disponible dans le '%s' parser"
 
1300
 
1301
- #: includes/parsers.php:124
1302
- msgid "Unlinking is not implemented in the '%s' parser"
1303
- msgstr "D&eacute;lier n'est pas disponible dans le parser '%s'"
1304
 
1305
- #: includes/utility-class.php:244
1306
- msgid "%d second"
1307
- msgid_plural "%d seconds"
1308
- msgstr[0] "%s seconde"
1309
- msgstr[1] "%s secondes"
1310
 
1311
- #: includes/utility-class.php:245
1312
- msgid "%d second ago"
1313
- msgid_plural "%d seconds ago"
1314
- msgstr[0] "%s seconde"
1315
- msgstr[1] "%s secondes"
1316
 
1317
- #: includes/utility-class.php:248
1318
- msgid "%d minute"
1319
- msgid_plural "%d minutes"
1320
- msgstr[0] "%d minute"
1321
- msgstr[1] "%d minutes"
1322
 
1323
- #: includes/utility-class.php:249
1324
- msgid "%d minute ago"
1325
- msgid_plural "%d minutes ago"
1326
- msgstr[0] "%s minutes"
1327
- msgstr[1] "%s minutes"
1328
 
1329
- #: includes/utility-class.php:252
1330
- msgid "%d hour"
1331
- msgid_plural "%d hours"
1332
- msgstr[0] "%d heure"
1333
- msgstr[1] "%d heures"
1334
 
1335
- #: includes/utility-class.php:253
1336
- msgid "%d hour ago"
1337
- msgid_plural "%d hours ago"
1338
- msgstr[0] "%s heure"
1339
- msgstr[1] "%s heures"
1340
 
1341
- #: includes/utility-class.php:256
1342
- msgid "%d day"
1343
- msgid_plural "%d days"
1344
- msgstr[0] "%d jour"
1345
- msgstr[1] "%d jours"
1346
 
1347
- #: includes/utility-class.php:257
1348
- msgid "%d day ago"
1349
- msgid_plural "%d days ago"
1350
- msgstr[0] "%s jour"
1351
- msgstr[1] "%s jours"
1352
 
1353
- #: includes/utility-class.php:260
1354
- msgid "%d month"
1355
- msgid_plural "%d months"
1356
- msgstr[0] "%d mois"
1357
- msgstr[1] "%d mois"
1358
 
1359
- #: includes/utility-class.php:261
1360
- msgid "%d month ago"
1361
- msgid_plural "%d months ago"
1362
- msgstr[0] "%s mois"
1363
- msgstr[1] "%s mois"
1364
 
1365
  #: modules/checkers/http.php:243
1366
  msgid "Server Not Found"
@@ -1370,13 +1499,12 @@ msgstr "Serveur non trouv&eacute;"
1370
  msgid "Connection Failed"
1371
  msgstr "&Eacute;chec de la connection"
1372
 
1373
- #: modules/checkers/http.php:293
1374
- #: modules/checkers/http.php:363
1375
  msgid "HTTP code : %d"
1376
  msgstr "Code HTTP: %d"
1377
 
1378
- #: modules/checkers/http.php:295
1379
- #: modules/checkers/http.php:365
1380
  msgid "(No response)"
1381
  msgstr "(pas de r&eacute;ponse)"
1382
 
@@ -1396,12 +1524,12 @@ msgstr "Utilise Snoopy"
1396
  msgid "Bookmark"
1397
  msgstr "Marque-page"
1398
 
1399
- #: modules/containers/blogroll.php:27
1400
- #: modules/containers/blogroll.php:46
1401
  msgid "Edit this bookmark"
1402
  msgstr "&Eacute;diter ce marque-page"
1403
 
1404
  #: modules/containers/blogroll.php:47
 
1405
  msgid ""
1406
  "You are about to delete this link '%s'\n"
1407
  " 'Cancel' to stop, 'OK' to delete."
@@ -1410,44 +1538,41 @@ msgstr ""
1410
  "'Annuler' pour le conserver, 'OK' pour le supprimer."
1411
 
1412
  #: modules/containers/blogroll.php:97
 
1413
  msgid "Updating bookmark %d failed"
1414
  msgstr "Impossible de mettre &agrave; jour le lien %d"
1415
 
1416
  #: modules/containers/blogroll.php:128
 
1417
  msgid "Failed to delete blogroll link \"%s\" (%d)"
1418
  msgstr "Echec dans la suppression du lien \"%s\" (%d)"
1419
 
1420
- #: modules/containers/blogroll.php:298
 
1421
  msgid "%d blogroll link deleted."
1422
  msgid_plural "%d blogroll links deleted."
1423
  msgstr[0] "%d lien supprim&eacute;."
1424
  msgstr[1] "%d liens supprim&eacute;s."
1425
 
1426
  #: modules/containers/comment.php:53
 
1427
  msgid "Updating comment %d failed"
1428
  msgstr "Impossible de mettre &agrave; jour le commentaire %d"
1429
 
1430
  #: modules/containers/comment.php:74
 
1431
  msgid "Failed to delete comment %d"
1432
  msgstr "Impossible de supprimer le commentaire %d"
1433
 
1434
  #: modules/containers/comment.php:95
 
1435
  msgid "Can't move comment %d to the trash"
1436
  msgstr "Impossible de d&eacute;placer le commentaire %d dans la poubelle"
1437
 
1438
- #: modules/containers/comment.php:153
1439
- #: modules/containers/comment.php:195
1440
- msgid "Edit comment"
1441
- msgstr "Modifier le commentaire"
1442
-
1443
  #: modules/containers/comment.php:160
1444
  msgid "Delete Permanently"
1445
  msgstr "Supprimer de mani&egrave;re permanente"
1446
 
1447
- #: modules/containers/comment.php:162
1448
- msgid "Move this comment to the trash"
1449
- msgstr "D&eacute;placer ce commentaire dans la poubelle"
1450
-
1451
  #: modules/containers/comment.php:162
1452
  msgctxt "verb"
1453
  msgid "Trash"
@@ -1461,23 +1586,27 @@ msgstr "Voir le commentaire"
1461
  msgid "Comment"
1462
  msgstr "Commentaire"
1463
 
1464
- #: modules/containers/comment.php:355
 
1465
  msgid "%d comment has been deleted."
1466
  msgid_plural "%d comments have been deleted."
1467
  msgstr[0] "Le commentaire %d a &eacute;t&eacute; supprim&eacute;."
1468
  msgstr[1] "Les commentaires %d ont &eacute;t&eacute; supprim&eacute;s."
1469
 
1470
- #: modules/containers/comment.php:374
 
1471
  msgid "%d comment moved to the Trash."
1472
  msgid_plural "%d comments moved to the Trash."
1473
  msgstr[0] "%d commentaire d&eacute;plac&eacute; dans la poubelle."
1474
  msgstr[1] "%d commentaires d&eacute;plac&eacute;s dans la poubelle."
1475
 
1476
  #: modules/containers/custom_field.php:84
 
1477
  msgid "Failed to update the meta field '%s' on %s [%d]"
1478
  msgstr "Impossible de mettre &agrave; jour le champ meta '%s' dans %s [%d]"
1479
 
1480
  #: modules/containers/custom_field.php:110
 
1481
  msgid "Failed to delete the meta field '%s' on %s [%d]"
1482
  msgstr "Impossible de suppirmer le champ meta '%s' dans %s [%d]"
1483
 
@@ -1486,11 +1615,12 @@ msgid "Edit this post"
1486
  msgstr "&Eacute;diter cet article"
1487
 
1488
  #: modules/containers/custom_field.php:217
 
1489
  msgid "View \"%s\""
1490
  msgstr "Afficher \"%s\""
1491
 
1492
- #: modules/containers/dummy.php:34
1493
- #: modules/containers/dummy.php:45
1494
  msgid "I don't know how to edit a '%s' [%d]."
1495
  msgstr "Pas de m&eacute;thode pour modifier '%s' [%d]"
1496
 
@@ -1503,23 +1633,25 @@ msgid "Embedded DailyMotion video"
1503
  msgstr "Embedded DailyMotion vid&eacute;o"
1504
 
1505
  #: modules/extras/embed-parser-base.php:196
1506
- msgid "Embedded videos can't be edited using Broken Link Checker. Please edit or replace the video in question manually."
1507
- msgstr "Embedded vid&eacute;os ne peuvent pas &ecir;tre modifi&eacute;e avec Broken Link Checker. Modifier ou remplacer la vid&eacute;o &agrave; la main."
 
 
 
 
1508
 
1509
  #: modules/extras/fileserve.php:55
1510
  msgid "Using FileServe API"
1511
  msgstr "Utliser l'API FileServe"
1512
 
1513
- #: modules/extras/fileserve.php:112
1514
- #: modules/extras/mediafire.php:91
1515
- #: modules/extras/mediafire.php:96
1516
- #: modules/extras/megaupload.php:81
1517
- #: modules/extras/megaupload.php:123
1518
- #: modules/extras/rapidshare.php:139
1519
  msgid "Not Found"
1520
  msgstr "Non trouv&eacute;"
1521
 
1522
  #: modules/extras/fileserve.php:115
 
1523
  msgid "FileServe : %d %s"
1524
  msgstr "FileServe : %d %s"
1525
 
@@ -1564,10 +1696,12 @@ msgid "File Locked"
1564
  msgstr "Fichier v&eacute;rouill&eacute;"
1565
 
1566
  #: modules/extras/rapidshare.php:183
 
1567
  msgid "RapidShare : %s"
1568
  msgstr "RapidShare : %s"
1569
 
1570
  #: modules/extras/rapidshare.php:189
 
1571
  msgid "RapidShare API error: %s"
1572
  msgstr "Erreur dans l'API RapidShare: %s"
1573
 
@@ -1579,73 +1713,108 @@ msgstr "Vid&eacute;o Vimeo"
1579
  msgid "Embedded Vimeo video"
1580
  msgstr "Embedded Vimeo vid&eacute;o"
1581
 
1582
- #: modules/extras/youtube-embed.php:24
1583
- #: modules/extras/youtube-iframe.php:25
1584
  msgid "YouTube Video"
1585
  msgstr "YouTube Vid&eacute;o"
1586
 
1587
- #: modules/extras/youtube-embed.php:25
1588
- #: modules/extras/youtube-iframe.php:26
1589
  msgid "Embedded YouTube video"
1590
  msgstr "Embedded YouTube vid&eacute;o"
1591
 
1592
- #: modules/extras/youtube.php:73
1593
- #: modules/extras/youtube.php:76
1594
  msgid "Video Not Found"
1595
  msgstr "Vid&eacute;o non trouv&eacute;e"
1596
 
1597
- #: modules/extras/youtube.php:84
1598
  msgid "Video Removed"
1599
  msgstr "Vid&eacute;o supprim&eacute;e"
1600
 
1601
- #: modules/extras/youtube.php:92
1602
  msgid "Invalid Video ID"
1603
  msgstr "ID de vid&eacute;o invalide"
1604
 
1605
- #: modules/extras/youtube.php:104
1606
  msgid "Video OK"
1607
  msgstr "Vid&eacute;o OK"
1608
 
1609
- #: modules/extras/youtube.php:105
1610
- #: modules/extras/youtube.php:132
1611
  msgid "OK"
1612
  msgstr "Ok"
1613
 
1614
- #: modules/extras/youtube.php:118
 
1615
  msgid "Video status : %s%s"
1616
  msgstr "&Eacute;tat de la vid&eacute;o: %s%s"
1617
 
1618
- #: modules/extras/youtube.php:137
1619
  msgid "Video Restricted"
1620
  msgstr "Acc&egrave;s restreint &agrave; la vid&eacute;o"
1621
 
1622
- #: modules/extras/youtube.php:154
1623
  msgid "Unknown YouTube API response received."
1624
  msgstr "R&eacute;ponse inconnue re&ccedil;ue de l'API YouTube."
1625
 
1626
- #: modules/parsers/image.php:159
1627
  msgid "Image"
1628
  msgstr "Image"
1629
 
1630
- #: modules/parsers/metadata.php:117
1631
  msgid "Custom field"
1632
  msgstr "Champ personnalis&eacute;"
1633
 
1634
- #. Plugin URI of the plugin/theme
1635
- msgid "http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/"
1636
- msgstr "http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1637
 
1638
- #. Description of the plugin/theme
1639
- msgid "Checks your blog for broken links and missing images and notifies you on the dashboard if any are found."
1640
- msgstr "V&eacute;rifie si vos articles contiennent des liens cass&eacute;s ou des images manquantes et vous pr&eacute;vient sur le tableau de bord s'il en a trouv&eacute;."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1641
 
1642
- #. Author of the plugin/theme
1643
- msgid "Janis Elsts"
1644
- msgstr "Janis Elsts"
1645
 
1646
- #. Author URI of the plugin/theme
1647
- msgid "http://w-shadow.com/blog/"
1648
- msgstr "http://w-shadow.com/blog/"
1649
 
1650
  #~ msgid "Broken link CSS"
1651
  #~ msgstr "CSS des Liens Cass&eacute;s&nbsp;:"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: broken-link-checker v1.7\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/broken-link-checker\n"
5
+ "POT-Creation-Date: 2012-12-11 08:58+0100\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Whiler, Luc Capronnier <webmaster@blogs.wittwer.fr>\n"
9
+ "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n>1;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;_x:1,2c;"
16
+ "_ngettext_noop:1,2;_n_noop:1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Generator: Poedit 1.5.4\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ #: core/core.php:151 includes/admin/links-page-js.php:37
 
22
  msgid "Loading..."
23
  msgstr "Chargement..."
24
 
25
+ #: core/core.php:175 includes/admin/options-page-js.php:18
 
26
  msgid "[ Network error ]"
27
  msgstr "[ Erreur r&eacute;seau ]"
28
 
29
+ #: core/core.php:202
30
  msgid "Automatically expand the widget if broken links have been detected"
31
+ msgstr ""
32
+ "D&eacute;plier automatiquement le widget si des liens cass&eacute;s ont "
33
+ "&eacute;t&eacute; d&eacute;tect&eacute;s."
34
 
35
+ #: core/core.php:292
36
  msgid "Link Checker Settings"
37
  msgstr "R&eacute;glages du v&eacute;rificateur de liens"
38
 
39
+ #: core/core.php:293
40
  msgid "Link Checker"
41
  msgstr "V&eacute;rificateur de lien"
42
 
43
+ #: core/core.php:298 includes/link-query.php:27
 
44
  msgid "Broken Links"
45
  msgstr "Liens cass&eacute;s"
46
 
47
+ #: core/core.php:314
48
  msgid "View Broken Links"
49
  msgstr "Voir Liens cass&eacute;s"
50
 
51
+ #: core/core.php:329
52
  msgid "Feedback"
53
  msgstr "Informations en retour"
54
 
 
 
 
 
 
55
  #: core/core.php:337
56
  msgid "Go to Broken Links"
57
  msgstr "Aller aux liens cassés"
60
  msgid "Settings"
61
  msgstr "R&eacute;glages"
62
 
63
+ #: core/core.php:523
 
 
 
 
 
 
 
 
 
 
64
  msgid "Settings saved."
65
  msgstr "R&eacute;glages enregistr&eacute;s"
66
 
67
+ #: core/core.php:529
68
  msgid "Thank you for your donation!"
69
  msgstr "Merci pour votre don!"
70
 
71
+ #: core/core.php:537
72
  msgid "Complete site recheck started."
73
  msgstr "La v&eacute;rification compl&egrave;te a commenc&eacute;."
74
 
75
+ #: core/core.php:546
76
  msgid "Details"
77
  msgstr "D&eacute;tails"
78
 
79
+ #: core/core.php:560
80
  msgid "General"
81
  msgstr "G&eacute;n&eacute;ral"
82
 
83
+ #: core/core.php:561
84
  msgid "Look For Links In"
85
  msgstr "Rechercher des liens dans"
86
 
87
+ #: core/core.php:562
88
  msgid "Which Links To Check"
89
  msgstr "Quels liens v&eacute;rifier"
90
 
91
+ #: core/core.php:563
92
  msgid "Protocols & APIs"
93
  msgstr "Protocoles & APIs"
94
 
95
+ #: core/core.php:564
96
  msgid "Advanced"
97
  msgstr "Options avanc&eacute;es"
98
 
99
+ #: core/core.php:579
100
  msgid "Broken Link Checker Options"
101
  msgstr "Options de <strong>Broken Link Checker</strong>"
102
 
103
+ #: core/core.php:621 includes/admin/table-printer.php:197
 
104
  msgid "Status"
105
  msgstr "&Eacute;tat&nbsp;:"
106
 
107
+ #: core/core.php:623 includes/admin/options-page-js.php:56
 
108
  msgid "Show debug info"
109
  msgstr "Afficher les informations de débogage"
110
 
111
+ #: core/core.php:651
112
  msgid "Check each link"
113
  msgstr "V&eacute;rifier chaque lien&nbsp;:"
114
 
115
+ #: core/core.php:656
116
+ #, php-format
117
  msgid "Every %s hours"
118
  msgstr "Toutes les %s heures"
119
 
120
+ #: core/core.php:665
121
+ msgid ""
122
+ "Existing links will be checked this often. New links will usually be checked "
123
+ "ASAP."
124
+ msgstr ""
125
+ "Les liens existants vont &ecirc;tre v&eacute;rifi&eacute;s en fonction de ce "
126
+ "r&eacute;glage. Les nouveaux liens sont habituellement v&eacute;rifi&eacute;"
127
+ "s d&egrave;s que possible."
128
 
129
+ #: core/core.php:672
130
  msgid "E-mail notifications"
131
  msgstr "Message de notification"
132
 
133
+ #: core/core.php:678
134
  msgid "Send me e-mail notifications about newly detected broken links"
135
+ msgstr ""
136
+ "M'envoyer un courriel de notification avec les nouveaux liens cass&eacute;s"
137
 
138
+ #: core/core.php:686
139
  msgid "Send authors e-mail notifications about broken links in their posts"
140
+ msgstr ""
141
+ "Envoyer un courriel de notification aux auteurs des articles qui ont des "
142
+ "liens cass&eacute;s"
143
 
144
+ #: core/core.php:693
145
  msgid "Link tweaks"
146
  msgstr "Mettre en forme les liens"
147
 
148
+ #: core/core.php:699
149
  msgid "Apply custom formatting to broken links"
150
  msgstr "Appliquer un affichage sp&eacute;cifique aux liens cass&eacute;s"
151
 
152
+ #: core/core.php:703 core/core.php:734
 
153
  msgid "Edit CSS"
154
  msgstr "&Eacute;diter CSS"
155
 
156
+ #: core/core.php:719
157
+ #, php-format
158
  msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
159
  msgstr "Exemple : Lorem ipsum <a %s>lien cass&eacute;</a>, dolor sit amet."
160
 
161
+ #: core/core.php:722 core/core.php:753
 
162
  msgid "Click \"Save Changes\" to update example output."
163
+ msgstr ""
164
+ "Appuyer sur \"Enregistrer les modifications\" pour mettre à jour l'exemple."
165
 
166
+ #: core/core.php:730
167
  msgid "Apply custom formatting to removed links"
168
  msgstr "Appliquer un affichage sp&eacute;cifique aux liens supprim&eacute;s"
169
 
170
+ #: core/core.php:750
171
+ #, php-format
172
  msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
173
+ msgstr ""
174
+ "Exemple : Lorem ipsum <span %s>lien supprim&eacute;</span>, dolor sit amet."
175
 
176
+ #: core/core.php:763
177
  msgid "Stop search engines from following broken links"
178
+ msgstr ""
179
+ "Arr&ecirc;tter la v&eacute;rification pour les liens cass&eacute;s suivants"
180
 
181
+ #: core/core.php:780
182
  msgid "Look for links in"
183
  msgstr "Rechercher des liens dans"
184
 
185
+ #: core/core.php:791
186
  msgid "Post statuses"
187
  msgstr "&Eacute;tats de l'article"
188
 
189
+ #: core/core.php:824
190
  msgid "Link types"
191
  msgstr "Type du lien"
192
 
193
+ #: core/core.php:830
194
  msgid "Error : All link parsers missing!"
195
  msgstr "Erreur: Tous les analyseurs de liens sont absents!"
196
 
197
+ #: core/core.php:837
198
  msgid "Exclusion list"
199
  msgstr "Liste des exclusions&nbsp;:"
200
 
201
+ #: core/core.php:838
202
+ msgid ""
203
+ "Don't check links where the URL contains any of these words (one per line) :"
204
+ msgstr ""
205
+ "Ne pas v&eacute;rifier les liens dont l'URL contient n'importe lequel de ces "
206
+ "mots (un par ligne)&nbsp;:"
207
 
208
+ #: core/core.php:856
209
  msgid "Check links using"
210
  msgstr "V&eacute;rifier les liens en utilisant"
211
 
212
+ #: core/core.php:875 includes/links.php:856
 
213
  msgid "Timeout"
214
  msgstr "Timeout&nbsp;:"
215
 
216
+ #: core/core.php:881 core/core.php:927 core/core.php:2770
217
+ #, php-format
 
218
  msgid "%s seconds"
219
  msgstr "%s secondes"
220
 
221
+ #: core/core.php:890
222
  msgid "Links that take longer than this to load will be marked as broken."
223
+ msgstr ""
224
+ "Les liens qui prennent plus de temps que cela à se charger seront "
225
+ "marqu&eacute;s comme cass&eacute;s."
226
 
227
+ #: core/core.php:897
228
  msgid "Link monitor"
229
  msgstr "Surveillance des liens"
230
 
231
+ #: core/core.php:905
232
  msgid "Run continuously while the Dashboard is open"
233
+ msgstr ""
234
+ "V&eacute;rifier en continu tant que le tableau de bord est utlis&eacute;"
235
 
236
+ #: core/core.php:913
237
  msgid "Run hourly in the background"
238
  msgstr "V&eacute;rifier toutes les heures en tache de fond"
239
 
240
+ #: core/core.php:921
241
  msgid "Max. execution time"
242
  msgstr "Temps d'ex&eacute;cution maximal&nbsp;:"
243
 
244
+ #: core/core.php:938
245
+ msgid ""
246
+ "The plugin works by periodically launching a background job that parses your "
247
+ "posts for links, checks the discovered URLs, and performs other time-"
248
+ "consuming tasks. Here you can set for how long, at most, the link monitor "
249
+ "may run each time before stopping."
250
+ msgstr ""
251
+ "Cette extension fonctionne en cr&eacute;ant un processus en fond de t&acirc;"
252
+ "che p&eacute;riodiquement qui parcourt les articles en cherchant les liens, "
253
+ "v&eacute;rifie les URL d&eacute;couvertes, et effectue d'autres t&acirc;ches "
254
+ "consommatrices de temps. Vous pouvez sp&eacute;cifier ici le temps maximal "
255
+ "o&ugrave; le processus peut s'ex&eacute;cuter avant de s'arr&ecirc;ter."
256
 
257
+ #: core/core.php:947
258
  msgid "Server load limit"
259
  msgstr "Taux de charge du serveur"
260
 
261
+ #: core/core.php:962
262
+ #, php-format
263
  msgid "Current load : %s"
264
  msgstr "Charge courante : %s"
265
 
266
+ #: core/core.php:968
267
+ #, php-format
268
+ msgid ""
269
+ "Link checking will be suspended if the average <a href=\"%s\">server load</"
270
+ "a> rises above this number. Leave this field blank to disable load limiting."
271
+ msgstr ""
272
+ "La v&eacute;rification des liens sera suspendue si la <a href=\"%s\">charge "
273
+ "moyenne du serveur </a> d&eacute;passe ce taux. Laisser vide pour ne pas "
274
+ "positionner de limite de charge."
275
 
276
+ #: core/core.php:976
277
  msgid "Not available"
278
  msgstr "Pas disponible"
279
 
280
+ #: core/core.php:978
281
+ msgid ""
282
+ "Load limiting only works on Linux-like systems where <code>/proc/loadavg</"
283
+ "code> is present and accessible."
284
+ msgstr ""
285
+ "L'utlisation de la limite de charge ne fonctionne sur les syst&egrave;mes de "
286
+ "type Linux o&ugrave; <code>/proc/loadavg</code> est pr&eacute;sent et "
287
+ "autoris&eacute;."
288
 
289
+ #: core/core.php:986
290
  msgid "Forced recheck"
291
  msgstr "Forcer une rev&eacute;rification"
292
 
293
+ #: core/core.php:989
294
  msgid "Re-check all pages"
295
  msgstr "Rev&eacute;rifier toutes les pages"
296
 
297
+ #: core/core.php:993
298
+ msgid ""
299
+ "The \"Nuclear Option\". Click this button to make the plugin empty its link "
300
+ "database and recheck the entire site from scratch."
301
+ msgstr ""
302
+ "L'option nucl&eacute;aire. Appuyer sur ce bouton pour que le plugin vide sa "
303
+ "base de liens et rev&eacute;rifie tout le site depuis le d&eacute;but."
304
 
305
+ #: core/core.php:1004
306
  msgid "Save Changes"
307
  msgstr "Enregistrer les modifications"
308
 
309
+ #: core/core.php:1055
310
  msgid "Configure"
311
  msgstr "Configurer"
312
 
313
+ #: core/core.php:1137
314
  msgid "Check URLs entered in these custom fields (one per line) :"
315
+ msgstr ""
316
+ "V&eacute;rifier les URL saisies dans les champs personnalis&eacute;s (un par "
317
+ "ligne)&nbsp;:"
318
 
319
+ #: core/core.php:1265 core/core.php:1347 core/core.php:1379
320
+ #, php-format
 
321
  msgid "Database error : %s"
322
  msgstr "Erreur de base de donn&eacute;es&nbsp;: %s"
323
 
324
+ #: core/core.php:1329
325
  msgid "You must enter a filter name!"
326
  msgstr "Vous devez donner un nom au filtre!"
327
 
328
+ #: core/core.php:1333
329
  msgid "Invalid search query."
330
  msgstr "Requ&ecirc;te incorrecte."
331
 
332
+ #: core/core.php:1342
333
+ #, php-format
334
  msgid "Filter \"%s\" created"
335
  msgstr "Filtre \"%s\" cr&eacute;&eacute;"
336
 
337
+ #: core/core.php:1369
338
  msgid "Filter ID not specified."
339
  msgstr "ID du flitre non sp&eacute;cifi&eacute;."
340
 
341
+ #: core/core.php:1376
342
  msgid "Filter deleted"
343
  msgstr "Filtre supprim&eacute;"
344
 
345
+ #: core/core.php:1424
346
+ #, php-format
347
  msgid "Replaced %d redirect with a direct link"
348
  msgid_plural "Replaced %d redirects with direct links"
349
  msgstr[0] "Remplacement de la redirection %d par un lien direct"
350
  msgstr[1] "Remplacement des redirections %d par des liens directs"
351
 
352
+ #: core/core.php:1435
353
+ #, php-format
354
  msgid "Failed to fix %d redirect"
355
  msgid_plural "Failed to fix %d redirects"
356
  msgstr[0] "Impossible de r&eacute;parer la redirection %d"
357
  msgstr[1] "Impossible de r&eacute;parer les redirections %d"
358
 
359
+ #: core/core.php:1445
360
  msgid "None of the selected links are redirects!"
361
  msgstr "Aucun des liens s&eacute;lectionn&eacute; ne sont des redirections!"
362
 
363
+ #: core/core.php:1524
364
+ #, php-format
365
  msgid "%d link updated."
366
  msgid_plural "%d links updated."
367
  msgstr[0] "Le lien %d a &eacute;t&eacute; mis &agrave; jour."
368
  msgstr[1] "Les liens %d ont &eacute;t&eacute; mis &agrave; jour."
369
 
370
+ #: core/core.php:1535
371
+ #, php-format
372
  msgid "Failed to update %d link."
373
  msgid_plural "Failed to update %d links."
374
  msgstr[0] "Impossible de mettre &agrave; jour le lien %d."
375
  msgstr[1] "Impossible de mettre &agrave; jour les liens %d."
376
 
377
+ #: core/core.php:1589
378
+ #, php-format
379
  msgid "%d link removed"
380
  msgid_plural "%d links removed"
381
  msgstr[0] "Le lien %d a &eacute;t&eacute; supprim&eacute;"
382
  msgstr[1] "Les liens %d ont &eacute;t&eacute; supprim&eacute;s"
383
 
384
+ #: core/core.php:1600
385
+ #, php-format
386
  msgid "Failed to remove %d link"
387
  msgid_plural "Failed to remove %d links"
388
  msgstr[0] "Impossible de supprimer le lien %d"
389
  msgstr[1] "Impossible de supprimer les liens %d"
390
 
391
+ #: core/core.php:1709
392
+ #, php-format
393
+ msgid ""
394
+ "%d item was skipped because it can't be moved to the Trash. You need to "
395
+ "delete it manually."
396
+ msgid_plural ""
397
+ "%d items were skipped because they can't be moved to the Trash. You need to "
398
+ "delete them manually."
399
+ msgstr[0] ""
400
+ "%d lien a &eacute;t&eacute; ignor&eacute; parcequ'il ne peut pas &ecirc;tre "
401
+ "mis dans la poubelle. Vous devez le supprimer manuellement."
402
+ msgstr[1] ""
403
+ "%d liens ont &eacute;t&eacute; ignor&eacute;s parcequ'ils ne peuvent pas "
404
+ "&ecirc;tre mis dans la poubelle. Vous devez les supprimer manuellement."
405
+
406
+ #: core/core.php:1730
407
  msgid "Didn't find anything to delete!"
408
  msgstr "Aucune suppression à faire!"
409
 
410
+ #: core/core.php:1759
411
+ #, php-format
412
  msgid "%d link scheduled for rechecking"
413
  msgid_plural "%d links scheduled for rechecking"
414
  msgstr[0] "%d lien est programm&eacute; pour un nouveau contr&ocirc;le."
415
  msgstr[1] "%d liens sont programm&eacute;s pour un nouveau contr&ocirc;le."
416
 
417
+ #: core/core.php:1804 core/core.php:2413
 
418
  msgid "This link was manually marked as working by the user."
419
  msgstr "Ce lien a été manuellement marqué comme valide par l'utilisateur."
420
 
421
+ #: core/core.php:1811
422
+ #, php-format
423
  msgid "Couldn't modify link %d"
424
  msgstr "Impossible de modifier le lien %d"
425
 
426
+ #: core/core.php:1822
427
+ #, php-format
428
  msgid "%d link marked as not broken"
429
  msgid_plural "%d links marked as not broken"
430
+ msgstr[0] ""
431
+ "Le lien %d a &eacute;t&eacute; marqu&eacute; comme non cass&eacute;."
432
+ msgstr[1] ""
433
+ "Les liens %d ont &eacute;t&eacute; marqu&eacute;s comme non cass&eacute;."
434
 
435
+ #: core/core.php:1861
436
  msgid "Table columns"
437
  msgstr "Colonnes du tableau"
438
 
439
+ #: core/core.php:1880
440
  msgid "Show on screen"
441
  msgstr "Voir &agrave; l'&eacute;cran"
442
 
443
+ #: core/core.php:1887
444
  msgid "links"
445
  msgstr "liens"
446
 
447
+ #: core/core.php:1888 includes/admin/table-printer.php:165
 
448
  msgid "Apply"
449
  msgstr "Appliquer"
450
 
451
+ #: core/core.php:1892
452
  msgid "Misc"
453
  msgstr "Divers"
454
 
455
+ #: core/core.php:1907
456
+ #, php-format
457
  msgid "Highlight links broken for at least %s days"
458
+ msgstr ""
459
+ "Mettre en surbrillance les liens qui sont cass&eacute;s depuis au moins %s "
460
+ "jours"
461
 
462
+ #: core/core.php:1916
463
  msgid "Color-code status codes"
464
  msgstr "Code de couleur pour les &eacute;tats"
465
 
466
+ #: core/core.php:1933 core/core.php:2398 core/core.php:2438 core/core.php:2471
467
+ #: core/core.php:2534
 
 
468
  msgid "You're not allowed to do that!"
469
  msgstr "Vous n'êtes pas autorisé à faire cela !"
470
 
471
+ #: core/core.php:2268
472
  msgid "View broken links"
473
  msgstr "Voir les liens cass&eacute;s"
474
 
475
+ #: core/core.php:2269
476
+ #, php-format
477
  msgid "Found %d broken link"
478
  msgid_plural "Found %d broken links"
479
  msgstr[0] "%d lien cass&eacute; trouv&eacute;"
480
  msgstr[1] "%d liens cass&eacute;s trouv&eacute;s"
481
 
482
+ #: core/core.php:2275
483
  msgid "No broken links found."
484
  msgstr "Aucun lien cass&eacute; trouv&eacute;"
485
 
486
+ #: core/core.php:2282
487
+ #, php-format
488
  msgid "%d URL in the work queue"
489
  msgid_plural "%d URLs in the work queue"
490
  msgstr[0] "%d URL dans la file d'attente"
491
+ msgstr[1] "%d URLs dans la file d'attente"
492
 
493
+ #: core/core.php:2285
494
  msgid "No URLs in the work queue."
495
  msgstr "Aucune URL dans la file d'attente."
496
 
497
  #: core/core.php:2301
498
+ #, php-format
499
+ msgid "Detected %1$s in %2$s and still searching..."
500
+ msgstr "Trouver %1$s dans %2$s et continue la recherche..."
 
 
 
 
 
 
 
501
 
502
  #: core/core.php:2307
503
+ #, php-format
504
+ msgid "Detected %1$s in %2$s."
505
+ msgstr "Trouver %1$s dans %2$s."
506
 
507
+ #: core/core.php:2314
508
  msgid "Searching your blog for links..."
509
  msgstr "Recherche des liens de votre blog..."
510
 
511
+ #: core/core.php:2316
512
  msgid "No links detected."
513
  msgstr "Aucun lien détecté."
514
 
515
+ #: core/core.php:2342
516
  msgctxt "current load"
517
  msgid "Unknown"
518
+ msgstr "Inconnu"
519
 
520
+ #: core/core.php:2406 core/core.php:2446 core/core.php:2481 core/core.php:2544
521
+ #, php-format
 
522
  msgid "Oops, I can't find the link %d"
523
  msgstr "Oups, je ne trouve pas le lien %d"
524
 
525
+ #: core/core.php:2419 core/core.php:2456
526
  msgid "Oops, couldn't modify the link!"
527
  msgstr "Oups, ne peut pas modifier ce lien !"
528
 
529
+ #: core/core.php:2422 core/core.php:2459 core/core.php:2570
 
530
  msgid "Error : link_id not specified"
531
  msgstr "Erreur : link_id non spécifié"
532
 
533
+ #: core/core.php:2491
534
  msgid "Oops, the new URL is invalid!"
535
  msgstr "Oups, la nouvelle URL est invalide !"
536
 
537
+ #: core/core.php:2502 core/core.php:2553
 
538
  msgid "An unexpected error occured!"
539
  msgstr "Une erreur inattendue a eu lieu !"
540
 
541
+ #: core/core.php:2520
542
  msgid "Error : link_id or new_url not specified"
543
  msgstr "Erreur : link_id ou new_url non spécifié !"
544
 
545
+ #: core/core.php:2579
546
  msgid "You don't have sufficient privileges to access this information!"
547
  msgstr "Vous n'avez pas assez de droit pour obtenir cette information !"
548
 
549
+ #: core/core.php:2592
550
  msgid "Error : link ID not specified"
551
  msgstr "Erreur : link ID non spécifié"
552
 
553
+ #: core/core.php:2606
554
+ #, php-format
555
  msgid "Failed to load link details (%s)"
556
  msgstr "Echec pour charger les détails (%s)"
557
 
558
+ #: core/core.php:2659
 
 
559
  msgid "Broken Link Checker"
560
  msgstr "Broken Link Checker"
561
 
562
+ #: core/core.php:2679
563
  msgid "PHP version"
564
  msgstr "Version PHP"
565
 
566
+ #: core/core.php:2685
567
  msgid "MySQL version"
568
  msgstr "Version MySQL"
569
 
570
+ #: core/core.php:2698
571
+ msgid ""
572
+ "You have an old version of CURL. Redirect detection may not work properly."
573
+ msgstr ""
574
+ "Vous avez une vieille version de cURL. Les détections des redirections "
575
+ "pourraient ne pas fonctionner correctement."
576
 
577
+ #: core/core.php:2710 core/core.php:2726 core/core.php:2731
 
 
578
  msgid "Not installed"
579
  msgstr "Pas installé"
580
 
581
+ #: core/core.php:2713
582
  msgid "CURL version"
583
  msgstr "Version cURL"
584
 
585
+ #: core/core.php:2719
586
  msgid "Installed"
587
  msgstr "Installé"
588
 
589
+ #: core/core.php:2732
590
  msgid "You must have either CURL or Snoopy installed for the plugin to work!"
591
+ msgstr ""
592
+ "Vous devez avoir soit cURL, soit Snoopy d'installé pour que l'extension "
593
+ "fonctionne !"
594
 
595
+ #: core/core.php:2743
596
  msgid "On"
597
  msgstr "Activé"
598
 
599
+ #: core/core.php:2744
600
  msgid "Redirects may be detected as broken links when safe_mode is on."
601
+ msgstr ""
602
+ "Les redirections peuvent être détectées comme des liens cassés quand le "
603
+ "safe_mode est activé."
604
 
605
+ #: core/core.php:2749 core/core.php:2763
 
606
  msgid "Off"
607
  msgstr "Désactivé"
608
 
609
+ #: core/core.php:2757
610
+ #, php-format
611
  msgid "On ( %s )"
612
  msgstr "Activé ( %s )"
613
 
614
+ #: core/core.php:2758
615
  msgid "Redirects may be detected as broken links when open_basedir is on."
616
+ msgstr ""
617
+ "Les redirections peuvent être détectées comme des liens cassés quand "
618
+ "open_basedir est activé."
619
 
620
+ #: core/core.php:2787
621
+ msgid ""
622
+ "If this value is zero even after several page reloads you have probably "
623
+ "encountered a bug."
624
+ msgstr ""
625
+ "Si cette valeur est &agrave; z&eacute;ro m&ecirc;me apr&egrave;s plusieurs "
626
+ "rechargement vous avez probablement rencontr&eacute; un bogue."
627
 
628
+ #: core/core.php:2878 core/core.php:2976
629
+ #, php-format
630
  msgid "[%s] Broken links detected"
631
  msgstr "[%s] liens cass&eacute;s trouv&eacute;s"
632
 
633
+ #: core/core.php:2884
634
+ #, php-format
635
  msgid "Broken Link Checker has detected %d new broken link on your site."
636
+ msgid_plural ""
637
+ "Broken Link Checker has detected %d new broken links on your site."
638
+ msgstr[0] ""
639
+ "Broken Link Checker a trouv&eacute; %d nouveau lien cass&eacute; dans votre "
640
+ "site."
641
+ msgstr[1] ""
642
+ "Broken Link Checker a trouv&eacute; %d nouveaux liens cass&eacute;s dans "
643
+ "votre site."
644
+
645
+ #: core/core.php:2907
646
+ #, php-format
647
  msgid "Here's a list of the first %d broken links:"
648
  msgid_plural "Here's a list of the first %d broken links:"
649
  msgstr[0] "Ici se trouve une liste du %d nouveau lien cass&eacute;:"
650
+ msgstr[1] "Ici se trouve une liste des %d nouveaux liens cass&eacute;s:"
651
 
652
+ #: core/core.php:2915
653
  msgid "Here's a list of the new broken links: "
654
  msgstr "Ici se trouve une liste des nouveaux liens cass&eacute;s:"
655
 
656
+ #: core/core.php:2924
657
+ #, php-format
658
  msgid "Link text : %s"
659
  msgstr "Texte du lien : %s"
660
 
661
+ #: core/core.php:2925
662
+ #, php-format
663
  msgid "Link URL : <a href=\"%s\">%s</a>"
664
  msgstr "URL : <a href=\"%s\">%s</a>"
665
 
666
+ #: core/core.php:2926
667
+ #, php-format
668
  msgid "Source : %s"
669
  msgstr "Source : %s"
670
 
671
+ #: core/core.php:2939
672
  msgid "You can see all broken links here:"
673
  msgstr "Vous pouvez voir tous les liens cass&eacute;s ici:"
674
 
675
+ #: core/core.php:2982
676
+ #, php-format
677
  msgid "Broken Link Checker has detected %d new broken link in your posts."
678
+ msgid_plural ""
679
+ "Broken Link Checker has detected %d new broken links in your posts."
680
+ msgstr[0] ""
681
+ "Broken Link Checker a trouv&eacute; %d nouveau lien cass&eacute; dans vos "
682
+ "articles."
683
+ msgstr[1] ""
684
+ "Broken Link Checker a trouv&eacute; %d nouveaux liens cass&eacute;s dans vos "
685
+ "articles."
686
+
687
+ #: core/init.php:235
688
  msgid "Once Weekly"
689
  msgstr "Une fois par semaine"
690
 
691
+ #: core/init.php:241
692
  msgid "Twice a Month"
693
  msgstr "Deux fois par mois"
694
 
695
+ #: core/init.php:317
696
+ msgid ""
697
+ "Broken Link Checker installation failed. Try deactivating and then "
698
+ "reactivating the plugin."
699
+ msgstr ""
700
+ "L'installation de Broken Link Checher a &eacute;chou&eacute;.Essayer de "
701
+ "d&eacute;sactiver puis de r&eacute;activer le plugin."
702
 
703
+ #: includes/any-post.php:397 modules/containers/blogroll.php:46
704
+ #: modules/containers/comment.php:153 modules/containers/custom_field.php:197
705
+ msgid "Edit"
706
+ msgstr "&Eacute;diter"
707
 
708
+ #: includes/any-post.php:405 modules/containers/custom_field.php:203
709
+ msgid "Move this item to the Trash"
710
+ msgstr "D&eacute;placer cet objet dans la poubelle"
 
711
 
712
+ #: includes/any-post.php:407 modules/containers/custom_field.php:205
713
+ msgid "Trash"
714
+ msgstr "Poubelle"
 
715
 
716
+ #: includes/any-post.php:412 modules/containers/custom_field.php:210
717
+ msgid "Delete this item permanently"
718
+ msgstr "Supprimer cet objet de mani&egrave;re permanente"
719
 
720
+ #: includes/any-post.php:414 modules/containers/blogroll.php:47
721
+ #: modules/containers/custom_field.php:212
722
+ msgid "Delete"
723
+ msgstr "Supprimer"
724
 
725
+ #: includes/any-post.php:427
726
+ #, php-format
727
+ msgid "Preview &#8220;%s&#8221;"
728
+ msgstr "Pr&eacute;visualisation &#8220;%s&#8221;"
729
 
730
+ #: includes/any-post.php:428
731
+ msgid "Preview"
732
+ msgstr "Pr&eacute;visualisation"
 
733
 
734
+ #: includes/any-post.php:435
735
+ #, php-format
736
+ msgid "View &#8220;%s&#8221;"
737
+ msgstr "Voir &#8220;%s&#8221;"
738
 
739
+ #: includes/any-post.php:436 modules/containers/comment.php:166
740
+ #: modules/containers/custom_field.php:217
741
+ msgid "View"
742
+ msgstr "Afficher"
743
 
744
+ #: includes/any-post.php:455 modules/containers/custom_field.php:197
745
+ msgid "Edit this item"
746
+ msgstr "Modifier cet objet"
747
 
748
+ #: includes/any-post.php:519 modules/containers/blogroll.php:83
749
+ #: modules/containers/comment.php:43
750
+ msgid "Nothing to update"
751
+ msgstr "Rien &agrave; mettre &agrave; jour"
 
752
 
753
+ #: includes/any-post.php:529
754
+ #, php-format
755
+ msgid "Updating post %d failed"
756
+ msgstr "La mise &agrave jour de l'article %d a &eacute;chou&eacute;"
757
 
758
+ #: includes/any-post.php:564 modules/containers/custom_field.php:284
759
+ #, php-format
760
+ msgid "Failed to delete post \"%s\" (%d)"
761
+ msgstr "&Eacute;chec de la suppression de l'article \"%s\" (%d)"
 
 
 
762
 
763
+ #: includes/any-post.php:583 modules/containers/custom_field.php:303
764
+ #, php-format
765
  msgid ""
766
+ "Can't move post \"%s\" (%d) to the trash because the trash feature is "
767
+ "disabled"
768
  msgstr ""
769
+ "Impossible de mettre l'article \"%s\" (%d) &agrave; la poubelle car la "
770
+ "fonction 'poubelle' n'est pas active"
771
 
772
+ #: includes/any-post.php:603 modules/containers/custom_field.php:322
773
+ #, php-format
774
+ msgid "Failed to move post \"%s\" (%d) to the trash"
775
+ msgstr "Echec du d&eacute;placement de l'article \"%s\" (%d) dans la poubelle"
 
 
 
776
 
777
+ #: includes/any-post.php:711
778
+ #, php-format
779
+ msgid "%d post deleted."
780
+ msgid_plural "%d posts deleted."
781
+ msgstr[0] "%d article supprim&eacute;."
782
+ msgstr[1] "%d articles supprim&eacute;s."
783
 
784
+ #: includes/any-post.php:713
785
+ #, php-format
786
+ msgid "%d page deleted."
787
+ msgid_plural "%d pages deleted."
788
+ msgstr[0] "%d page supprim&eacute;e."
789
+ msgstr[1] "%d pages supprim&eacute;es."
790
 
791
+ #: includes/any-post.php:715
792
+ #, php-format
793
+ msgid "%d \"%s\" deleted."
794
+ msgid_plural "%d \"%s\" deleted."
795
+ msgstr[0] "%d \"%s\" supprim&eacute;."
796
+ msgstr[1] "%d \"%s\" supprim&eacute;s."
797
 
798
+ #: includes/any-post.php:734
799
+ #, php-format
800
+ msgid "%d post moved to the Trash."
801
+ msgid_plural "%d posts moved to the Trash."
802
+ msgstr[0] "%d article deplac&eacute; dans la poubelle."
803
+ msgstr[1] "%d articles deplac&eacute;s dans la poubelle."
804
 
805
+ #: includes/any-post.php:736
806
+ #, php-format
807
+ msgid "%d page moved to the Trash."
808
+ msgid_plural "%d pages moved to the Trash."
809
+ msgstr[0] "%d page d&eacute;plac&eacute;e dans la poubelle."
810
+ msgstr[1] "%d pages d&eacute;plac&eacute;es dans la poubelle."
811
 
812
+ #: includes/any-post.php:738
813
+ #, php-format
814
+ msgid "%d \"%s\" moved to the Trash."
815
+ msgid_plural "%d \"%s\" moved to the Trash."
816
+ msgstr[0] "%d \"%s\" d&eacute;plac&eacute; dans la poubelle."
817
+ msgstr[1] "%d \"%s\" d&eacute;plac&eacute;s dans la poubelle."
818
 
819
+ #: includes/containers.php:123
820
+ #, php-format
821
+ msgid "%d '%s' has been deleted"
822
+ msgid_plural "%d '%s' have been deleted"
823
+ msgstr[0] "%d '%s' a &eacute;t&eacute; supprim&eacute;"
824
+ msgstr[1] "%d '%s' a &eacute;t&eacute; supprim&eacute;s"
825
 
826
+ #: includes/containers.php:873 includes/containers.php:891
827
+ #, php-format
828
+ msgid "Container type '%s' not recognized"
829
+ msgstr "Le type de contenu '%s' n'est pas reconnu"
830
 
831
+ #: includes/extra-strings.php:2
832
+ msgctxt "module name"
833
+ msgid "Basic HTTP"
834
+ msgstr "Basic HTTP"
835
 
836
+ #: includes/extra-strings.php:3
837
+ msgctxt "module name"
838
+ msgid "Blogroll items"
839
+ msgstr "Liens"
840
 
841
+ #: includes/extra-strings.php:4
842
+ msgctxt "module name"
843
+ msgid "Comments"
844
+ msgstr "Commentaires"
845
 
846
+ #: includes/extra-strings.php:5
847
+ msgctxt "module name"
848
+ msgid "Custom fields"
849
+ msgstr "Champs personnalis&eacute;s"
850
 
851
+ #: includes/extra-strings.php:6
852
+ msgctxt "module name"
853
+ msgid "Embedded DailyMotion videos"
854
+ msgstr "Embedded DailyMotion vid&eacute;os"
855
 
856
+ #: includes/extra-strings.php:7
857
+ msgctxt "module name"
858
+ msgid "Embedded GoogleVideo videos"
859
+ msgstr "Embedded GoogleVideo vid&eacute;os"
860
 
861
+ #: includes/extra-strings.php:8
862
+ msgctxt "module name"
863
+ msgid "Embedded Megavideo videos"
864
+ msgstr "Embedded Megavideo vid&eacute;os"
 
 
865
 
866
+ #: includes/extra-strings.php:9
867
+ msgctxt "module name"
868
+ msgid "Embedded Vimeo videos"
869
+ msgstr "Embedded Vimeo vid&eacute;os"
870
 
871
+ #: includes/extra-strings.php:10
872
+ msgctxt "module name"
873
+ msgid "Embedded YouTube videos"
874
+ msgstr "Embedded YouTube vid&eacute;os"
875
 
876
+ #: includes/extra-strings.php:11
877
+ msgctxt "module name"
878
+ msgid "Embedded YouTube videos (old embed code)"
879
+ msgstr "Embedded YouTube vid&eacute;os (ancienne m&eacute;thode)"
880
 
881
+ #: includes/extra-strings.php:12
882
+ msgctxt "module name"
883
+ msgid "FileServe API"
884
+ msgstr "FileServe API"
885
 
886
+ #: includes/extra-strings.php:13
887
+ msgctxt "module name"
888
+ msgid "HTML images"
889
+ msgstr "HTML images"
890
 
891
+ #: includes/extra-strings.php:14
892
+ msgctxt "module name"
893
+ msgid "HTML links"
894
+ msgstr "liens HTML"
895
 
896
+ #: includes/extra-strings.php:15
897
+ msgctxt "module name"
898
+ msgid "MediaFire API"
899
+ msgstr "MediaFire API"
900
 
901
+ #: includes/extra-strings.php:16
902
+ msgctxt "module name"
903
+ msgid "MegaUpload API"
904
+ msgstr "MegaUpload API"
905
 
906
+ #: includes/extra-strings.php:17
907
+ msgctxt "module name"
908
+ msgid "Plaintext URLs"
909
+ msgstr "URLs en mode texte"
910
 
911
+ #: includes/extra-strings.php:18
912
+ msgctxt "module name"
913
+ msgid "RapidShare API"
914
+ msgstr "Utiliser l'API RapidShare"
915
 
916
+ #: includes/extra-strings.php:19
917
+ msgctxt "module name"
918
+ msgid "YouTube API"
919
+ msgstr "YouTube API"
920
 
921
+ #: includes/extra-strings.php:20
922
+ msgctxt "module name"
923
+ msgid "Posts"
924
+ msgstr "Articles"
925
 
926
+ #: includes/extra-strings.php:21
927
+ msgctxt "module name"
928
+ msgid "Pages"
929
+ msgstr "Pages"
930
 
931
+ #: includes/instances.php:104 includes/instances.php:160
932
+ #, php-format
933
+ msgid "Container %s[%d] not found"
934
+ msgstr "Contenu %s[%d] non trouv&eacute;"
935
 
936
+ #: includes/instances.php:113 includes/instances.php:169
937
+ #, php-format
938
+ msgid "Parser '%s' not found."
939
+ msgstr "Parser '%s' non trouv&eacute;."
940
 
941
+ #: includes/link-query.php:26
942
+ msgid "Broken"
943
+ msgstr "Cass&eacute;"
944
 
945
+ #: includes/link-query.php:28
946
+ msgid "No broken links found"
947
+ msgstr "Aucun Lien cass&eacute; trouv&eacute;"
948
 
949
+ #: includes/link-query.php:36
950
+ msgid "Redirects"
951
+ msgstr "Redirections"
952
 
953
+ #: includes/link-query.php:37
954
+ msgid "Redirected Links"
955
+ msgstr "Liens redirig&eacute;s"
956
 
957
+ #: includes/link-query.php:38
958
+ msgid "No redirects found"
959
+ msgstr "Aucune redirection trouv&eacute;e"
960
 
961
+ #: includes/link-query.php:46
962
+ msgid "Dismissed"
963
+ msgstr "Suspendu"
964
 
965
+ #: includes/link-query.php:47
966
+ msgid "Dismissed Links"
967
+ msgstr "Liens suspendus"
968
 
969
+ #: includes/link-query.php:48
970
+ msgid "No dismissed links found"
971
+ msgstr "Aucun lien suspendu trouv&eacute;"
972
 
973
+ #: includes/link-query.php:56
974
+ msgid "All"
975
+ msgstr "Tout"
976
 
977
+ #: includes/link-query.php:57
978
+ msgid "Detected Links"
979
+ msgstr "Liens d&eacute;tect&eacute;s"
980
 
981
+ #: includes/link-query.php:58
982
+ msgid "No links found (yet)"
983
+ msgstr "(Encore) aucun lien trouv&eacute;"
984
 
985
+ #: includes/link-query.php:65
986
+ msgid "Search"
987
+ msgstr "Rechercher"
988
 
989
+ #: includes/link-query.php:66
990
+ msgid "Search Results"
991
+ msgstr "R&eacute;sultats de la recherche"
992
 
993
+ #: includes/link-query.php:67 includes/link-query.php:114
994
+ msgid "No links found for your query"
995
+ msgstr "Pas de lien trouv&eacute; dans votre requ&ecirc;te"
996
 
997
+ #: includes/links.php:218
998
+ msgid "The plugin script was terminated while trying to check the link."
999
+ msgstr ""
1000
+ "Le code du plugin a &eacute;t&eacute interrompu pendant la v&eacute;"
1001
+ "rification du lien."
1002
 
1003
+ #: includes/links.php:264
1004
+ msgid "The plugin doesn't know how to check this type of link."
1005
+ msgstr "Le plugin ne sait pas comment v&eacute;rifier ce type de lien."
1006
 
1007
+ #: includes/links.php:357
1008
+ msgid "Link is valid."
1009
+ msgstr "Le lien est valide."
 
 
1010
 
1011
+ #: includes/links.php:359
1012
+ msgid "Link is broken."
1013
+ msgstr "Le lien est cassé."
1014
 
1015
+ #: includes/links.php:571 includes/links.php:673 includes/links.php:700
1016
+ msgid "Link is not valid"
1017
+ msgstr "Lien non valide"
1018
 
1019
+ #: includes/links.php:588
1020
+ msgid ""
1021
+ "This link can not be edited because it is not used anywhere on this site."
1022
+ msgstr ""
1023
+ "Ce lien ne peut pas &ecirc;tre modif&eacute; car il n'est plus utlis&eacute; "
1024
+ "dans tous le site."
1025
 
1026
+ #: includes/links.php:614
1027
+ msgid "Failed to create a DB entry for the new URL."
1028
+ msgstr ""
1029
+ "Impossible de cr&eacute;er un enregistrement dans la base de donn&eacute;es "
1030
+ "pour la nouvelle URL."
1031
 
1032
+ #: includes/links.php:680
1033
+ msgid "This link is not a redirect"
1034
+ msgstr "Ce lien n'est pas une redirection"
1035
 
1036
+ #: includes/links.php:727 includes/links.php:764
1037
+ msgid "Couldn't delete the link's database record"
1038
+ msgstr ""
1039
+ "Impossible de supprimer l'enregistrement pour la lien dans la base de "
1040
+ "donn&eacute;es"
1041
 
1042
+ #: includes/links.php:838
1043
+ msgctxt "link status"
1044
+ msgid "Unknown"
1045
+ msgstr "Erreur inconnue"
1046
 
1047
+ #: includes/links.php:852 modules/checkers/http.php:264
1048
+ #: modules/extras/mediafire.php:101
1049
+ msgid "Unknown Error"
1050
+ msgstr "Erreur inconnue"
1051
 
1052
+ #: includes/links.php:876
1053
+ msgid "Not checked"
1054
+ msgstr "Pas v&eacute;rifi&eacute;"
1055
 
1056
+ #: includes/links.php:879
1057
+ msgid "False positive"
1058
+ msgstr "Faux positif"
1059
 
1060
+ #: includes/links.php:882 modules/extras/fileserve.php:121
1061
+ #: modules/extras/megaupload.php:115 modules/extras/rapidshare.php:145
1062
+ #: modules/extras/rapidshare.php:151 modules/extras/rapidshare.php:178
1063
+ msgctxt "link status"
1064
+ msgid "OK"
1065
+ msgstr "Ok"
1066
 
1067
+ #: includes/parsers.php:109
1068
+ #, php-format
1069
+ msgid "Editing is not implemented in the '%s' parser"
1070
+ msgstr "La modification n'est pas disponible dans le '%s' parser"
 
 
1071
 
1072
+ #: includes/parsers.php:124
1073
+ #, php-format
1074
+ msgid "Unlinking is not implemented in the '%s' parser"
1075
+ msgstr "D&eacute;lier n'est pas disponible dans le parser '%s'"
1076
 
1077
+ #: includes/utility-class.php:245
1078
+ #, php-format
1079
+ msgid "%d second"
1080
+ msgid_plural "%d seconds"
1081
+ msgstr[0] "%d seconde"
1082
+ msgstr[1] "%d secondes"
1083
 
1084
+ #: includes/utility-class.php:246
1085
+ #, php-format
1086
+ msgid "%d second ago"
1087
+ msgid_plural "%d seconds ago"
1088
+ msgstr[0] "%d seconde"
1089
+ msgstr[1] "%d secondes"
1090
 
1091
+ #: includes/utility-class.php:249
1092
+ #, php-format
1093
+ msgid "%d minute"
1094
+ msgid_plural "%d minutes"
1095
+ msgstr[0] "%d minute"
1096
+ msgstr[1] "%d minutes"
1097
 
1098
+ #: includes/utility-class.php:250
1099
+ #, php-format
1100
+ msgid "%d minute ago"
1101
+ msgid_plural "%d minutes ago"
1102
+ msgstr[0] "%d minutes"
1103
+ msgstr[1] "%d minutes"
1104
 
1105
+ #: includes/utility-class.php:253
1106
+ #, php-format
1107
+ msgid "%d hour"
1108
+ msgid_plural "%d hours"
1109
+ msgstr[0] "%d heure"
1110
+ msgstr[1] "%d heures"
1111
 
1112
+ #: includes/utility-class.php:254
1113
+ #, php-format
1114
+ msgid "%d hour ago"
1115
+ msgid_plural "%d hours ago"
1116
+ msgstr[0] "%d heure"
1117
+ msgstr[1] "%d heures"
1118
 
1119
+ #: includes/utility-class.php:257
1120
+ #, php-format
1121
+ msgid "%d day"
1122
+ msgid_plural "%d days"
1123
+ msgstr[0] "%d jour"
1124
+ msgstr[1] "%d jours"
1125
 
1126
+ #: includes/utility-class.php:258
1127
+ #, php-format
1128
+ msgid "%d day ago"
1129
+ msgid_plural "%d days ago"
1130
+ msgstr[0] "%d jour"
1131
+ msgstr[1] "%d jours"
1132
 
1133
+ #: includes/utility-class.php:261
1134
+ #, php-format
1135
+ msgid "%d month"
1136
+ msgid_plural "%d months"
1137
+ msgstr[0] "%d mois"
1138
+ msgstr[1] "%d mois"
1139
 
1140
+ #: includes/utility-class.php:262
1141
+ #, php-format
1142
+ msgid "%d month ago"
1143
+ msgid_plural "%d months ago"
1144
+ msgstr[0] "%d mois"
1145
+ msgstr[1] "%d mois"
1146
 
1147
+ #: includes/admin/db-upgrade.php:95
1148
+ #, php-format
1149
+ msgid "Failed to delete old DB tables. Database error : %s"
1150
+ msgstr ""
1151
+ "Impossible de supprimer les vieilles tables dans la base de donn&eacute;es. "
1152
+ "Erreur : %s"
1153
 
1154
+ #: includes/admin/links-page-js.php:55 includes/admin/links-page-js.php:403
1155
+ msgid "Wait..."
1156
+ msgstr "Attendez..."
 
1157
 
1158
+ #: includes/admin/links-page-js.php:100 includes/admin/table-printer.php:630
1159
+ msgid "Not broken"
1160
+ msgstr "Pas cass&eacute;"
 
1161
 
1162
+ #: includes/admin/links-page-js.php:315
1163
+ #, php-format
1164
+ msgid "%d instances of the link were successfully modified."
1165
+ msgstr ""
1166
+ "%d occurences du lien ont &eacute;t&eacute; modifi&eacute;es avec "
1167
+ "succ&egrave;."
1168
 
1169
+ #: includes/admin/links-page-js.php:321
1170
+ #, php-format
1171
+ msgid ""
1172
+ "However, %d instances couldn't be edited and still point to the old URL."
1173
+ msgstr ""
1174
+ "Cependant, %d occurences n'ont pas &eacute;t&eacute; mises &agrave; jour et "
1175
+ "pointent vers l'ancienne URL."
1176
 
1177
+ #: includes/admin/links-page-js.php:327
1178
+ msgid "The link could not be modified."
1179
+ msgstr "Le lien ne peut pas &ecirc;tre modifi&eacute;."
 
 
1180
 
1181
+ #: includes/admin/links-page-js.php:330 includes/admin/links-page-js.php:455
1182
+ msgid "The following error(s) occured :"
1183
+ msgstr "L'erreur suivante est survenue :"
 
 
1184
 
1185
+ #: includes/admin/links-page-js.php:441
1186
+ #, php-format
1187
+ msgid "%d instances of the link were successfully unlinked."
1188
+ msgstr ""
1189
+ "%d occurences du lien ont &eacute;t&eacute; d&eacute;faites avec succ&egrave;"
1190
+ "s"
1191
 
1192
+ #: includes/admin/links-page-js.php:447
1193
+ #, php-format
1194
+ msgid "However, %d instances couldn't be removed."
1195
+ msgstr "Cependant, %d occurences ne peuvent pas &ecirc;tre supprim&eacute;es."
 
1196
 
1197
+ #: includes/admin/links-page-js.php:452
1198
+ msgid "The plugin failed to remove the link."
1199
+ msgstr "L'extension n'a pas pu supprimer ce lien."
 
 
1200
 
1201
+ #: includes/admin/links-page-js.php:463 includes/admin/table-printer.php:273
1202
+ #: includes/admin/table-printer.php:624
1203
+ msgid "Unlink"
1204
+ msgstr "D&eacute;lier"
1205
 
1206
+ #: includes/admin/links-page-js.php:507
1207
+ msgid "Enter a name for the new custom filter"
1208
+ msgstr "Donner un nom pour le nouveau filtre de recherche"
 
1209
 
1210
+ #: includes/admin/links-page-js.php:518
1211
+ msgid ""
1212
+ "You are about to delete the current filter.\n"
1213
+ "'Cancel' to stop, 'OK' to delete"
1214
+ msgstr ""
1215
+ "Vous &ecirc;tes sur le point de supprimer le filtre courant.\n"
1216
+ "'Annuler' pour le conserver, 'OK' pour le supprimer."
1217
 
1218
+ #: includes/admin/links-page-js.php:538
1219
+ msgid ""
1220
+ "Are you sure you want to delete all posts, bookmarks or other items that "
1221
+ "contain any of the selected links? This action can't be undone.\n"
1222
+ "'Cancel' to stop, 'OK' to delete"
1223
+ msgstr ""
1224
+ "&Ecirc;tes vous s&ugrave;r de vouloir supprimer tous les articles, liens et "
1225
+ "autres &eacute;l&eacute;ments qui contiennent les liens s&eacute;"
1226
+ "lectionn&eacute;s? Cette action ne pourra pas &ecirc;tre annul&eacute;e.\n"
1227
+ "'Annuler' pour le conserver, 'OK' pour le supprimer."
1228
 
1229
+ #: includes/admin/links-page-js.php:548
1230
+ msgid ""
1231
+ "Are you sure you want to remove the selected links? This action can't be "
1232
+ "undone.\n"
1233
+ "'Cancel' to stop, 'OK' to remove"
1234
+ msgstr ""
1235
+ "&Ecirc;tes vous s&ucirc;r de vouloir supprimer les liens s&eacute;"
1236
+ "lectionn&eacute;s? Cette action ne pourra pas &ecirc;tes annul&eacute;e.\n"
1237
+ "'Annuler' pour les conserver, 'OK' pour les supprimer."
1238
 
1239
+ #: includes/admin/links-page-js.php:657
1240
+ msgid "Enter a search string first."
1241
+ msgstr "Donner d'abord une cha&icirc;ne de recherche."
 
1242
 
1243
+ #: includes/admin/links-page-js.php:664
1244
+ msgid "Select one or more links to edit."
1245
+ msgstr "S&eacute;lectionner un ou plusieurs liens &agrave; &eacute;diter"
 
1246
 
1247
+ #: includes/admin/options-page-js.php:54
1248
+ msgid "Hide debug info"
1249
+ msgstr "Cacher les informations de débogage"
 
1250
 
1251
+ #: includes/admin/search-form.php:42
1252
+ msgid "Link text"
1253
+ msgstr "Texte du lien"
1254
+
1255
+ #: includes/admin/search-form.php:45 includes/admin/table-printer.php:202
1256
+ msgid "URL"
1257
+ msgstr "URL"
1258
+
1259
+ #: includes/admin/search-form.php:48 includes/admin/table-printer.php:491
1260
+ msgid "HTTP code"
1261
+ msgstr "Code HTTP"
1262
+
1263
+ #: includes/admin/search-form.php:51
1264
+ msgid "Link status"
1265
+ msgstr "&Eacute;tat du lien"
1266
+
1267
+ #: includes/admin/search-form.php:68 includes/admin/search-form.php:85
1268
+ msgid "Link type"
1269
+ msgstr "Type du lien"
1270
+
1271
+ #: includes/admin/search-form.php:70
1272
+ msgid "Any"
1273
+ msgstr "Tous"
1274
+
1275
+ #: includes/admin/search-form.php:74
1276
+ msgid "Links used in"
1277
+ msgstr "Liens utilis&eacute;s dans"
1278
 
1279
+ #: includes/admin/sidebar.php:24
1280
+ msgid "More plugins by Janis Elsts"
1281
+ msgstr "Plus de plugins par Janis Elsts"
 
1282
 
1283
+ #: includes/admin/sidebar.php:47
1284
+ msgid "Donate $10, $20 or $50!"
1285
+ msgstr "Donner $10, $20 ou $50!"
 
1286
 
1287
+ #: includes/admin/sidebar.php:50
1288
+ msgid ""
1289
+ "If you like this plugin, please donate to support development and "
1290
+ "maintenance!"
1291
+ msgstr ""
1292
+ "Si vous aimez ce plugin, merci de faire un don pour aider au d&eacute;"
1293
+ "veloppement et &agrave; la maintenance!"
1294
 
1295
+ #: includes/admin/sidebar.php:68
1296
+ msgid "Return to WordPress Dashboard"
1297
+ msgstr "Revenir au tableau de bord WordPress"
 
1298
 
1299
+ #: includes/admin/table-printer.php:179
1300
+ msgid "Compact View"
1301
+ msgstr "Vue comptacte"
 
1302
 
1303
+ #: includes/admin/table-printer.php:180
1304
+ msgid "Detailed View"
1305
+ msgstr "D&eacute;tails"
 
1306
 
1307
+ #: includes/admin/table-printer.php:209
1308
+ msgid "Source"
1309
+ msgstr "Source"
 
1310
 
1311
+ #: includes/admin/table-printer.php:215
1312
+ msgid "Link Text"
1313
+ msgstr "Texte du lien"
 
1314
 
1315
+ #: includes/admin/table-printer.php:220
1316
+ msgid "Redirect URL"
1317
+ msgstr "Redirections"
 
1318
 
1319
+ #: includes/admin/table-printer.php:268
1320
+ msgid "Bulk Actions"
1321
+ msgstr "Actions en masse"
 
1322
 
1323
+ #: includes/admin/table-printer.php:269 includes/admin/table-printer.php:621
1324
+ msgid "Edit URL"
1325
+ msgstr "&Eacute;diter l'URL"
 
1326
 
1327
+ #: includes/admin/table-printer.php:270
1328
+ msgid "Recheck"
1329
+ msgstr "Rev&eacute;rifier"
 
1330
 
1331
+ #: includes/admin/table-printer.php:271
1332
+ msgid "Fix redirects"
1333
+ msgstr "R&eacute;parer les redirections"
 
1334
 
1335
+ #: includes/admin/table-printer.php:272
1336
+ msgid "Mark as not broken"
1337
+ msgstr "Marquer comme non cass&eacute;."
 
1338
 
1339
+ #: includes/admin/table-printer.php:276
1340
+ msgid "Move sources to Trash"
1341
+ msgstr "D&eacute;placer les sources dans la poubelle"
1342
 
1343
+ #: includes/admin/table-printer.php:278
1344
+ msgid "Delete sources"
1345
+ msgstr "Supprimer ces sources"
1346
 
1347
+ #: includes/admin/table-printer.php:293
1348
+ msgid "&laquo;"
1349
+ msgstr "&laquo;"
1350
 
1351
+ #: includes/admin/table-printer.php:294
1352
+ msgid "&raquo;"
1353
+ msgstr "&raquo;"
1354
 
1355
+ #: includes/admin/table-printer.php:302
1356
+ #, php-format
1357
+ msgid "Displaying %s&#8211;%s of <span class=\"current-link-count\">%s</span>"
1358
+ msgstr "Affichage %s&#8211;%s sur <span class=\"current-link-count\">%s</span>"
1359
 
1360
+ #: includes/admin/table-printer.php:325
1361
+ msgid "Bulk Edit URLs"
1362
+ msgstr "Modifier les URL en masse"
1363
 
1364
+ #: includes/admin/table-printer.php:327
1365
+ msgid "Find"
1366
+ msgstr "Trouver"
1367
 
1368
+ #: includes/admin/table-printer.php:331
1369
+ msgid "Replace with"
1370
+ msgstr "Remplacer par"
1371
 
1372
+ #: includes/admin/table-printer.php:339
1373
+ msgid "Case sensitive"
1374
+ msgstr "Respecter la case"
1375
 
1376
+ #: includes/admin/table-printer.php:343
1377
+ msgid "Regular expression"
1378
+ msgstr "Expression r&eacute;guli&egrave;re"
 
1379
 
1380
+ #: includes/admin/table-printer.php:349 includes/admin/table-printer.php:652
1381
+ #: includes/admin/table-printer.php:658
1382
+ msgid "Cancel"
1383
+ msgstr "Annuler"
1384
 
1385
+ #: includes/admin/table-printer.php:351
1386
+ msgid "Update"
1387
+ msgstr "Modifier"
1388
 
1389
+ #: includes/admin/table-printer.php:476
1390
+ msgid "Post published on"
1391
+ msgstr "Article publi&eacute; le"
1392
 
1393
+ #: includes/admin/table-printer.php:481
1394
+ msgid "Link last checked"
1395
+ msgstr "Derni&egrave;re v&eacute;rification"
1396
 
1397
+ #: includes/admin/table-printer.php:485
1398
+ msgid "Never"
1399
+ msgstr "Jamais"
 
 
1400
 
1401
+ #: includes/admin/table-printer.php:496
1402
+ msgid "Response time"
1403
+ msgstr "Temps de r&eacute;ponse"
1404
 
1405
+ #: includes/admin/table-printer.php:498
1406
+ #, php-format
1407
+ msgid "%2.3f seconds"
1408
+ msgstr "%2.3f secondes"
1409
 
1410
+ #: includes/admin/table-printer.php:501
1411
+ msgid "Final URL"
1412
+ msgstr "URL finale"
1413
 
1414
+ #: includes/admin/table-printer.php:506
1415
+ msgid "Redirect count"
1416
+ msgstr "Nombre de redirections"
 
1417
 
1418
+ #: includes/admin/table-printer.php:511
1419
+ msgid "Instance count"
1420
+ msgstr "Nombre d'instances"
 
1421
 
1422
+ #: includes/admin/table-printer.php:520
1423
+ #, php-format
1424
+ msgid "This link has failed %d time."
1425
+ msgid_plural "This link has failed %d times."
1426
+ msgstr[0] "Ce lien a &eacute;chou&eacute; %d fois."
1427
+ msgstr[1] "Ces liens ont &eacute;chou&eacute;s %d fois."
1428
 
1429
+ #: includes/admin/table-printer.php:528
1430
+ #, php-format
1431
+ msgid "This link has been broken for %s."
1432
+ msgstr "Le lien est cass&eacute; depuis %s."
1433
 
1434
+ #: includes/admin/table-printer.php:539
1435
+ msgid "Log"
1436
+ msgstr "Journal"
1437
 
1438
+ #: includes/admin/table-printer.php:564
1439
+ msgid "Show more info about this link"
1440
+ msgstr "Afficher plus d'informations concernant ce lien"
 
 
 
 
 
 
1441
 
1442
+ #: includes/admin/table-printer.php:582
1443
+ msgctxt "checked how long ago"
1444
+ msgid "Checked"
1445
+ msgstr "V&eacute;rifi&eacute;"
1446
 
1447
+ #: includes/admin/table-printer.php:598
1448
+ msgid "Broken for"
1449
+ msgstr "Cass&eacute;"
1450
 
1451
+ #: includes/admin/table-printer.php:621
1452
+ msgid "Edit link URL"
1453
+ msgstr "&Eacute;diter l'URL du lien"
 
 
1454
 
1455
+ #: includes/admin/table-printer.php:623
1456
+ msgid "Remove this link from all posts"
1457
+ msgstr "Supprimer ce lien de tous les articles"
 
 
1458
 
1459
+ #: includes/admin/table-printer.php:629
1460
+ msgid "Remove this link from the list of broken links and mark it as valid"
1461
+ msgstr ""
1462
+ "Supprimer ce lien de la liste des liens cass&eacute;s et le marquer comme "
1463
+ "&eacute;tant valide"
1464
 
1465
+ #: includes/admin/table-printer.php:637
1466
+ msgid "Hide this link and do not report it again unless its status changes"
1467
+ msgstr ""
1468
+ "Cacher ce lien et ne plus le mentionner tant que son status ne change pas"
 
1469
 
1470
+ #: includes/admin/table-printer.php:638
1471
+ msgid "Dismiss"
1472
+ msgstr "Suspendre"
 
 
1473
 
1474
+ #: includes/admin/table-printer.php:643
1475
+ msgid "Undismiss this link"
1476
+ msgstr "Reprendre ce lien"
 
 
1477
 
1478
+ #: includes/admin/table-printer.php:644
1479
+ msgid "Undismiss"
1480
+ msgstr "Reprendre"
 
 
1481
 
1482
+ #: includes/admin/table-printer.php:652
1483
+ msgid "Cancel URL editing"
1484
+ msgstr "Annuler l'&eacute;dition de l'URL"
 
 
1485
 
1486
+ #: includes/admin/table-printer.php:659
1487
+ msgid "Update URL"
1488
+ msgstr "Modifier l'URL"
 
 
1489
 
1490
+ #: includes/admin/table-printer.php:686
1491
+ msgid "[An orphaned link! This is a bug.]"
1492
+ msgstr "[Lien orphelin ! C'est un bogue.]"
 
 
1493
 
1494
  #: modules/checkers/http.php:243
1495
  msgid "Server Not Found"
1499
  msgid "Connection Failed"
1500
  msgstr "&Eacute;chec de la connection"
1501
 
1502
+ #: modules/checkers/http.php:293 modules/checkers/http.php:363
1503
+ #, php-format
1504
  msgid "HTTP code : %d"
1505
  msgstr "Code HTTP: %d"
1506
 
1507
+ #: modules/checkers/http.php:295 modules/checkers/http.php:365
 
1508
  msgid "(No response)"
1509
  msgstr "(pas de r&eacute;ponse)"
1510
 
1524
  msgid "Bookmark"
1525
  msgstr "Marque-page"
1526
 
1527
+ #: modules/containers/blogroll.php:27 modules/containers/blogroll.php:46
 
1528
  msgid "Edit this bookmark"
1529
  msgstr "&Eacute;diter ce marque-page"
1530
 
1531
  #: modules/containers/blogroll.php:47
1532
+ #, php-format
1533
  msgid ""
1534
  "You are about to delete this link '%s'\n"
1535
  " 'Cancel' to stop, 'OK' to delete."
1538
  "'Annuler' pour le conserver, 'OK' pour le supprimer."
1539
 
1540
  #: modules/containers/blogroll.php:97
1541
+ #, php-format
1542
  msgid "Updating bookmark %d failed"
1543
  msgstr "Impossible de mettre &agrave; jour le lien %d"
1544
 
1545
  #: modules/containers/blogroll.php:128
1546
+ #, php-format
1547
  msgid "Failed to delete blogroll link \"%s\" (%d)"
1548
  msgstr "Echec dans la suppression du lien \"%s\" (%d)"
1549
 
1550
+ #: modules/containers/blogroll.php:299
1551
+ #, php-format
1552
  msgid "%d blogroll link deleted."
1553
  msgid_plural "%d blogroll links deleted."
1554
  msgstr[0] "%d lien supprim&eacute;."
1555
  msgstr[1] "%d liens supprim&eacute;s."
1556
 
1557
  #: modules/containers/comment.php:53
1558
+ #, php-format
1559
  msgid "Updating comment %d failed"
1560
  msgstr "Impossible de mettre &agrave; jour le commentaire %d"
1561
 
1562
  #: modules/containers/comment.php:74
1563
+ #, php-format
1564
  msgid "Failed to delete comment %d"
1565
  msgstr "Impossible de supprimer le commentaire %d"
1566
 
1567
  #: modules/containers/comment.php:95
1568
+ #, php-format
1569
  msgid "Can't move comment %d to the trash"
1570
  msgstr "Impossible de d&eacute;placer le commentaire %d dans la poubelle"
1571
 
 
 
 
 
 
1572
  #: modules/containers/comment.php:160
1573
  msgid "Delete Permanently"
1574
  msgstr "Supprimer de mani&egrave;re permanente"
1575
 
 
 
 
 
1576
  #: modules/containers/comment.php:162
1577
  msgctxt "verb"
1578
  msgid "Trash"
1586
  msgid "Comment"
1587
  msgstr "Commentaire"
1588
 
1589
+ #: modules/containers/comment.php:356
1590
+ #, php-format
1591
  msgid "%d comment has been deleted."
1592
  msgid_plural "%d comments have been deleted."
1593
  msgstr[0] "Le commentaire %d a &eacute;t&eacute; supprim&eacute;."
1594
  msgstr[1] "Les commentaires %d ont &eacute;t&eacute; supprim&eacute;s."
1595
 
1596
+ #: modules/containers/comment.php:375
1597
+ #, php-format
1598
  msgid "%d comment moved to the Trash."
1599
  msgid_plural "%d comments moved to the Trash."
1600
  msgstr[0] "%d commentaire d&eacute;plac&eacute; dans la poubelle."
1601
  msgstr[1] "%d commentaires d&eacute;plac&eacute;s dans la poubelle."
1602
 
1603
  #: modules/containers/custom_field.php:84
1604
+ #, php-format
1605
  msgid "Failed to update the meta field '%s' on %s [%d]"
1606
  msgstr "Impossible de mettre &agrave; jour le champ meta '%s' dans %s [%d]"
1607
 
1608
  #: modules/containers/custom_field.php:110
1609
+ #, php-format
1610
  msgid "Failed to delete the meta field '%s' on %s [%d]"
1611
  msgstr "Impossible de suppirmer le champ meta '%s' dans %s [%d]"
1612
 
1615
  msgstr "&Eacute;diter cet article"
1616
 
1617
  #: modules/containers/custom_field.php:217
1618
+ #, php-format
1619
  msgid "View \"%s\""
1620
  msgstr "Afficher \"%s\""
1621
 
1622
+ #: modules/containers/dummy.php:34 modules/containers/dummy.php:45
1623
+ #, php-format
1624
  msgid "I don't know how to edit a '%s' [%d]."
1625
  msgstr "Pas de m&eacute;thode pour modifier '%s' [%d]"
1626
 
1633
  msgstr "Embedded DailyMotion vid&eacute;o"
1634
 
1635
  #: modules/extras/embed-parser-base.php:196
1636
+ msgid ""
1637
+ "Embedded videos can't be edited using Broken Link Checker. Please edit or "
1638
+ "replace the video in question manually."
1639
+ msgstr ""
1640
+ "Embedded vid&eacute;os ne peuvent pas &ecir;tre modifi&eacute;e avec Broken "
1641
+ "Link Checker. Modifier ou remplacer la vid&eacute;o &agrave; la main."
1642
 
1643
  #: modules/extras/fileserve.php:55
1644
  msgid "Using FileServe API"
1645
  msgstr "Utliser l'API FileServe"
1646
 
1647
+ #: modules/extras/fileserve.php:112 modules/extras/mediafire.php:91
1648
+ #: modules/extras/mediafire.php:96 modules/extras/megaupload.php:81
1649
+ #: modules/extras/megaupload.php:123 modules/extras/rapidshare.php:139
 
 
 
1650
  msgid "Not Found"
1651
  msgstr "Non trouv&eacute;"
1652
 
1653
  #: modules/extras/fileserve.php:115
1654
+ #, php-format
1655
  msgid "FileServe : %d %s"
1656
  msgstr "FileServe : %d %s"
1657
 
1696
  msgstr "Fichier v&eacute;rouill&eacute;"
1697
 
1698
  #: modules/extras/rapidshare.php:183
1699
+ #, php-format
1700
  msgid "RapidShare : %s"
1701
  msgstr "RapidShare : %s"
1702
 
1703
  #: modules/extras/rapidshare.php:189
1704
+ #, php-format
1705
  msgid "RapidShare API error: %s"
1706
  msgstr "Erreur dans l'API RapidShare: %s"
1707
 
1713
  msgid "Embedded Vimeo video"
1714
  msgstr "Embedded Vimeo vid&eacute;o"
1715
 
1716
+ #: modules/extras/youtube-embed.php:24 modules/extras/youtube-iframe.php:25
 
1717
  msgid "YouTube Video"
1718
  msgstr "YouTube Vid&eacute;o"
1719
 
1720
+ #: modules/extras/youtube-embed.php:25 modules/extras/youtube-iframe.php:26
 
1721
  msgid "Embedded YouTube video"
1722
  msgstr "Embedded YouTube vid&eacute;o"
1723
 
1724
+ #: modules/extras/youtube.php:77 modules/extras/youtube.php:80
 
1725
  msgid "Video Not Found"
1726
  msgstr "Vid&eacute;o non trouv&eacute;e"
1727
 
1728
+ #: modules/extras/youtube.php:88
1729
  msgid "Video Removed"
1730
  msgstr "Vid&eacute;o supprim&eacute;e"
1731
 
1732
+ #: modules/extras/youtube.php:96
1733
  msgid "Invalid Video ID"
1734
  msgstr "ID de vid&eacute;o invalide"
1735
 
1736
+ #: modules/extras/youtube.php:108
1737
  msgid "Video OK"
1738
  msgstr "Vid&eacute;o OK"
1739
 
1740
+ #: modules/extras/youtube.php:109 modules/extras/youtube.php:136
 
1741
  msgid "OK"
1742
  msgstr "Ok"
1743
 
1744
+ #: modules/extras/youtube.php:122
1745
+ #, php-format
1746
  msgid "Video status : %s%s"
1747
  msgstr "&Eacute;tat de la vid&eacute;o: %s%s"
1748
 
1749
+ #: modules/extras/youtube.php:141
1750
  msgid "Video Restricted"
1751
  msgstr "Acc&egrave;s restreint &agrave; la vid&eacute;o"
1752
 
1753
+ #: modules/extras/youtube.php:158
1754
  msgid "Unknown YouTube API response received."
1755
  msgstr "R&eacute;ponse inconnue re&ccedil;ue de l'API YouTube."
1756
 
1757
+ #: modules/parsers/image.php:164
1758
  msgid "Image"
1759
  msgstr "Image"
1760
 
1761
+ #: modules/parsers/metadata.php:118
1762
  msgid "Custom field"
1763
  msgstr "Champ personnalis&eacute;"
1764
 
1765
+ #~ msgid ""
1766
+ #~ "Error: The plugin's database tables are not up to date! (Current "
1767
+ #~ "version : %d, expected : %d)"
1768
+ #~ msgstr ""
1769
+ #~ "Erreur: Les tables dans la base de donn&eacute;es pour le plugin ne sont "
1770
+ #~ "pas &agrave; jour! (Version courante : %d, attendue : %d)"
1771
+
1772
+ #~ msgid "Try deactivating and then reactivating the plugin."
1773
+ #~ msgstr "Essayer de d&eacute;sactiver puis de r&eacute;activer le plugin."
1774
+
1775
+ #~ msgid "Detected %d unique URL"
1776
+ #~ msgid_plural "Detected %d unique URLs"
1777
+ #~ msgstr[0] "%d URL unique d&eacute;tect&eacute;e"
1778
+ #~ msgstr[1] "%d URL uniques d&eacute;tect&eacute;es"
1779
+
1780
+ #~ msgid "in %d link"
1781
+ #~ msgid_plural "in %d links"
1782
+ #~ msgstr[0] "dans le lien %d"
1783
+ #~ msgstr[1] "dans les liens %d"
1784
+
1785
+ #~ msgid "Save This Search As a Filter"
1786
+ #~ msgstr "Enregistrer cette recherche comme un filtre"
1787
+
1788
+ #~ msgid "Delete This Filter"
1789
+ #~ msgstr "Supprimer ce filtre"
1790
 
1791
+ #~ msgid "Search Links"
1792
+ #~ msgstr "Liens de recherche"
1793
+
1794
+ #~ msgid "Edit comment"
1795
+ #~ msgstr "Modifier le commentaire"
1796
+
1797
+ #~ msgid "Move this comment to the trash"
1798
+ #~ msgstr "D&eacute;placer ce commentaire dans la poubelle"
1799
+
1800
+ #~ msgid ""
1801
+ #~ "http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/"
1802
+ #~ msgstr ""
1803
+ #~ "http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/"
1804
+
1805
+ #~ msgid ""
1806
+ #~ "Checks your blog for broken links and missing images and notifies you on "
1807
+ #~ "the dashboard if any are found."
1808
+ #~ msgstr ""
1809
+ #~ "V&eacute;rifie si vos articles contiennent des liens cass&eacute;s ou des "
1810
+ #~ "images manquantes et vous pr&eacute;vient sur le tableau de bord s'il en "
1811
+ #~ "a trouv&eacute;."
1812
 
1813
+ #~ msgid "Janis Elsts"
1814
+ #~ msgstr "Janis Elsts"
 
1815
 
1816
+ #~ msgid "http://w-shadow.com/blog/"
1817
+ #~ msgstr "http://w-shadow.com/blog/"
 
1818
 
1819
  #~ msgid "Broken link CSS"
1820
  #~ msgstr "CSS des Liens Cass&eacute;s&nbsp;:"
languages/broken-link-checker-pt_PT.mo CHANGED
Binary file
languages/broken-link-checker-pt_PT.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Broken Link Checker v1.6\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2011-12-11 10:00-0000\n"
6
- "PO-Revision-Date: 2012-07-02 17:55:27+0000\n"
7
  "Last-Translator: \n"
8
  "Language-Team: wordpress.mowster.net <wordpress@mowster.net>\n"
9
  "MIME-Version: 1.0\n"
@@ -62,315 +62,302 @@ msgstr "Ver Links offline"
62
  msgid "Feedback"
63
  msgstr "Feedback"
64
 
65
- #: core/core.php:368
66
  #@ broken-link-checker
67
  msgid "Go to Broken Links"
68
  msgstr "Ir a Links offline"
69
 
70
- #: core/core.php:397
71
  #@ default
72
  msgid "Settings"
73
  msgstr "Definições"
74
 
75
- #: core/core.php:409
76
- #: core/core.php:1212
77
- #, php-format
78
- #@ broken-link-checker
79
- msgid "Error: The plugin's database tables are not up to date! (Current version : %d, expected : %d)"
80
- msgstr "Erro: As tabelas do plugin na Base de dados não estão atualizadas! (Versão atual : %d, obrigatória : %d)"
81
-
82
- #: core/core.php:413
83
- #: core/core.php:1216
84
- #@ broken-link-checker
85
- msgid "Try deactivating and then reactivating the plugin."
86
- msgstr "Tente desativar e ativar o plugin."
87
-
88
- #: core/core.php:564
89
  #@ broken-link-checker
90
  msgid "Settings saved."
91
  msgstr "Definições guardadas."
92
 
93
- #: core/core.php:570
94
  #@ broken-link-checker
95
  msgid "Thank you for your donation!"
96
  msgstr "Obrigado pela sua colaboração!"
97
 
98
- #: core/core.php:578
99
  #@ broken-link-checker
100
  msgid "Complete site recheck started."
101
  msgstr "Reverificação completa do sítio iniciada."
102
 
103
- #: core/core.php:587
104
  #@ broken-link-checker
105
  msgid "Details"
106
  msgstr "Detalhes"
107
 
108
- #: core/core.php:601
109
  #@ broken-link-checker
110
  msgid "General"
111
  msgstr "Geral"
112
 
113
- #: core/core.php:602
114
  #@ broken-link-checker
115
  msgid "Look For Links In"
116
  msgstr "Procurar links"
117
 
118
- #: core/core.php:603
119
  #@ broken-link-checker
120
  msgid "Which Links To Check"
121
  msgstr "Links para verificar"
122
 
123
- #: core/core.php:604
124
  #@ broken-link-checker
125
  msgid "Protocols & APIs"
126
  msgstr "Protocolos & APIs"
127
 
128
- #: core/core.php:605
129
  #@ broken-link-checker
130
  msgid "Advanced"
131
  msgstr "Avançado"
132
 
133
- #: core/core.php:620
134
  #@ broken-link-checker
135
  msgid "Broken Link Checker Options"
136
  msgstr "Opções : Links offline"
137
 
138
- #: core/core.php:662
139
  #: includes/admin/table-printer.php:197
140
  #@ broken-link-checker
141
  msgid "Status"
142
  msgstr "Estado"
143
 
144
- #: core/core.php:664
145
  #: includes/admin/options-page-js.php:56
146
  #@ broken-link-checker
147
  msgid "Show debug info"
148
  msgstr "Mostrar sistema"
149
 
150
- #: core/core.php:692
151
  #@ broken-link-checker
152
  msgid "Check each link"
153
  msgstr "Verificar cada link"
154
 
155
- #: core/core.php:697
156
  #, php-format
157
  #@ broken-link-checker
158
  msgid "Every %s hours"
159
  msgstr "Cada %s horas"
160
 
161
- #: core/core.php:706
162
  #@ broken-link-checker
163
  msgid "Existing links will be checked this often. New links will usually be checked ASAP."
164
  msgstr "Os links existentes serão verificados com esta frequência. Os novos links serão verificados logo que possível."
165
 
166
- #: core/core.php:713
167
  #@ broken-link-checker
168
  msgid "E-mail notifications"
169
  msgstr "Notificações por e-mail"
170
 
171
- #: core/core.php:719
172
  #@ broken-link-checker
173
  msgid "Send me e-mail notifications about newly detected broken links"
174
  msgstr "Enviar um e-mail notificando sobre os novos links offline encontrados"
175
 
176
- #: core/core.php:734
177
  #@ broken-link-checker
178
  msgid "Link tweaks"
179
  msgstr "Melhoria de Links"
180
 
181
- #: core/core.php:740
182
  #@ broken-link-checker
183
  msgid "Apply custom formatting to broken links"
184
  msgstr "Aplicar formatação personalizada para os links offline"
185
 
186
- #: core/core.php:744
187
- #: core/core.php:775
188
  #@ broken-link-checker
189
  msgid "Edit CSS"
190
  msgstr "Editar CSS"
191
 
192
- #: core/core.php:771
193
  #@ broken-link-checker
194
  msgid "Apply custom formatting to removed links"
195
  msgstr "Aplicar formatação personalizada para os links removidos"
196
 
197
- #: core/core.php:804
198
  #@ broken-link-checker
199
  msgid "Stop search engines from following broken links"
200
  msgstr "Não permitir aos motores de busca seguir os links offline"
201
 
202
- #: core/core.php:821
203
  #@ broken-link-checker
204
  msgid "Look for links in"
205
  msgstr "Procurar links em"
206
 
207
- #: core/core.php:832
208
  #@ broken-link-checker
209
  msgid "Post statuses"
210
  msgstr "Estado do Artigo"
211
 
212
- #: core/core.php:865
213
  #@ broken-link-checker
214
  msgid "Link types"
215
  msgstr "Tipos de link"
216
 
217
- #: core/core.php:871
218
  #@ broken-link-checker
219
  msgid "Error : All link parsers missing!"
220
  msgstr "Erro : Análises aos links não encontradas!"
221
 
222
- #: core/core.php:878
223
  #@ broken-link-checker
224
  msgid "Exclusion list"
225
  msgstr "Lista de exclusão"
226
 
227
- #: core/core.php:879
228
  #@ broken-link-checker
229
  msgid "Don't check links where the URL contains any of these words (one per line) :"
230
  msgstr "Não verificar links que a URL tenha alguma destas palavras (uma por linha) :"
231
 
232
- #: core/core.php:897
233
  #@ broken-link-checker
234
  msgid "Check links using"
235
  msgstr "Verificar links utilizando"
236
 
237
- #: core/core.php:916
238
  #: includes/links.php:856
239
  #@ broken-link-checker
240
  msgid "Timeout"
241
  msgstr "Intervalo"
242
 
243
- #: core/core.php:922
244
- #: core/core.php:968
245
- #: core/core.php:2816
246
  #, php-format
247
  #@ broken-link-checker
248
  #@ default
249
  msgid "%s seconds"
250
  msgstr "%s segundos"
251
 
252
- #: core/core.php:931
253
  #@ broken-link-checker
254
  msgid "Links that take longer than this to load will be marked as broken."
255
  msgstr "Os links que demoram mais que este tempo a abrir serão marcados como offline."
256
 
257
- #: core/core.php:938
258
  #@ broken-link-checker
259
  msgid "Link monitor"
260
  msgstr "Monitor de links"
261
 
262
- #: core/core.php:946
263
  #@ broken-link-checker
264
  msgid "Run continuously while the Dashboard is open"
265
  msgstr "Executar continuamente enquanto o Painel do WordPress está aberto"
266
 
267
- #: core/core.php:954
268
  #@ broken-link-checker
269
  msgid "Run hourly in the background"
270
  msgstr "Executar a cada hora em segundo plano"
271
 
272
- #: core/core.php:962
273
  #@ broken-link-checker
274
  msgid "Max. execution time"
275
  msgstr "Tempo máximo de execução"
276
 
277
- #: core/core.php:979
278
  #@ broken-link-checker
279
  msgid "The plugin works by periodically launching a background job that parses your posts for links, checks the discovered URLs, and performs other time-consuming tasks. Here you can set for how long, at most, the link monitor may run each time before stopping."
280
  msgstr "O plugin funciona executando periodicamente uma tarefa em segundo plano que analisa os links, verifica os URL encontrados e realiza outras tarefas que consomem tempo. Aqui pode-se estabelecer a duração máxima cada vez que o monitor de links é executado antes de parar."
281
 
282
- #: core/core.php:988
283
  #@ broken-link-checker
284
  msgid "Server load limit"
285
  msgstr "Limite de carregamento do servidor"
286
 
287
- #: core/core.php:1003
288
  #, php-format
289
  #@ broken-link-checker
290
  msgid "Current load : %s"
291
  msgstr "Carga atual : %s"
292
 
293
- #: core/core.php:1009
294
  #, php-format
295
  #@ broken-link-checker
296
  msgid "Link checking will be suspended if the average <a href=\"%s\">server load</a> rises above this number. Leave this field blank to disable load limiting."
297
  msgstr "A verificação dos links será suspensa se a média do <a href=\"%s\">carregamento do servidor</a> passa este valor. Deixar o campo em branco para não existir limite."
298
 
299
- #: core/core.php:1017
300
  #@ broken-link-checker
301
  msgid "Not available"
302
  msgstr "Não disponível"
303
 
304
- #: core/core.php:1019
305
  #@ broken-link-checker
306
  msgid "Load limiting only works on Linux-like systems where <code>/proc/loadavg</code> is present and accessible."
307
  msgstr "O limite de carregamento somente funciona em sistemas Linux onde <code>/proc/loadavg</code> está presente e acessível."
308
 
309
- #: core/core.php:1027
310
  #@ broken-link-checker
311
  msgid "Forced recheck"
312
  msgstr "Reverificação forçada"
313
 
314
- #: core/core.php:1030
315
  #@ broken-link-checker
316
  msgid "Re-check all pages"
317
  msgstr "Verificar de novo todas as páginas"
318
 
319
- #: core/core.php:1034
320
  #@ broken-link-checker
321
  msgid "The \"Nuclear Option\". Click this button to make the plugin empty its link database and recheck the entire site from scratch."
322
  msgstr "\"Opção Nuclear\". Clique para limpar todos os dados do plugin na base de dados e reverificar todo o sítio desde o início."
323
 
324
- #: core/core.php:1045
325
  #@ default
326
  msgid "Save Changes"
327
  msgstr "Guardar alterações"
328
 
329
- #: core/core.php:1096
330
  #@ broken-link-checker
331
  msgid "Configure"
332
  msgstr "Configurar"
333
 
334
- #: core/core.php:1178
335
  #@ broken-link-checker
336
  msgid "Check URLs entered in these custom fields (one per line) :"
337
  msgstr "Verificar URLs nos campos personalizados (um por linha):"
338
 
339
- #: core/core.php:1316
340
- #: core/core.php:1398
341
- #: core/core.php:1430
342
  #, php-format
343
  #@ broken-link-checker
344
  msgid "Database error : %s"
345
  msgstr "Erro na Base de dados: %s"
346
 
347
- #: core/core.php:1380
348
  #@ broken-link-checker
349
  msgid "You must enter a filter name!"
350
  msgstr "Deve introduzir um nome para o filtro!"
351
 
352
- #: core/core.php:1384
353
  #@ broken-link-checker
354
  msgid "Invalid search query."
355
  msgstr "Procura inválida."
356
 
357
- #: core/core.php:1393
358
  #, php-format
359
  #@ broken-link-checker
360
  msgid "Filter \"%s\" created"
361
  msgstr "Filtro \"%s\" criado"
362
 
363
- #: core/core.php:1420
364
  #@ broken-link-checker
365
  msgid "Filter ID not specified."
366
  msgstr "ID do Filtro não especificado."
367
 
368
- #: core/core.php:1427
369
  #@ broken-link-checker
370
  msgid "Filter deleted"
371
  msgstr "Filtro eliminado"
372
 
373
- #: core/core.php:1475
374
  #, php-format
375
  #@ broken-link-checker
376
  msgid "Replaced %d redirect with a direct link"
@@ -378,7 +365,7 @@ msgid_plural "Replaced %d redirects with direct links"
378
  msgstr[0] "Substituído %d redirect com link direto"
379
  msgstr[1] "Substituídos %d redirects com links diretos"
380
 
381
- #: core/core.php:1486
382
  #, php-format
383
  #@ broken-link-checker
384
  msgid "Failed to fix %d redirect"
@@ -386,12 +373,12 @@ msgid_plural "Failed to fix %d redirects"
386
  msgstr[0] "Não foi possível reparar %d redirect"
387
  msgstr[1] "Não foi possível reparar %d redirects"
388
 
389
- #: core/core.php:1496
390
  #@ broken-link-checker
391
  msgid "None of the selected links are redirects!"
392
  msgstr "Nenhum dos links selecionados são redirects!"
393
 
394
- #: core/core.php:1575
395
  #, php-format
396
  #@ broken-link-checker
397
  msgid "%d link updated."
@@ -399,7 +386,7 @@ msgid_plural "%d links updated."
399
  msgstr[0] "%d link atualizado."
400
  msgstr[1] "%d links atualizados."
401
 
402
- #: core/core.php:1586
403
  #, php-format
404
  #@ broken-link-checker
405
  msgid "Failed to update %d link."
@@ -407,7 +394,7 @@ msgid_plural "Failed to update %d links."
407
  msgstr[0] "Erro a atualizar %d link."
408
  msgstr[1] "Erro a atualizar %d links."
409
 
410
- #: core/core.php:1640
411
  #, php-format
412
  #@ broken-link-checker
413
  msgid "%d link removed"
@@ -415,7 +402,7 @@ msgid_plural "%d links removed"
415
  msgstr[0] "%d link eliminado"
416
  msgstr[1] "%d links eliminados"
417
 
418
- #: core/core.php:1651
419
  #, php-format
420
  #@ broken-link-checker
421
  msgid "Failed to remove %d link"
@@ -423,7 +410,7 @@ msgid_plural "Failed to remove %d links"
423
  msgstr[0] "Erro a remover %d link"
424
  msgstr[1] "Erro a remover %d links"
425
 
426
- #: core/core.php:1760
427
  #, php-format
428
  #@ default
429
  msgid "%d item was skipped because it can't be moved to the Trash. You need to delete it manually."
@@ -431,12 +418,12 @@ msgid_plural "%d items were skipped because they can't be moved to the Trash. Yo
431
  msgstr[0] "%d item foi evitado porque não pode ser movido para o Lixo. Necessita de o efetuar manualmente."
432
  msgstr[1] "%d itens foram evitados porque não podem ser movidos para o Lixo. Necessita de o efetuar manualmente."
433
 
434
- #: core/core.php:1781
435
  #@ broken-link-checker
436
  msgid "Didn't find anything to delete!"
437
  msgstr "Não foi encontrado nada para apagar!"
438
 
439
- #: core/core.php:1810
440
  #, php-format
441
  #@ broken-link-checker
442
  msgid "%d link scheduled for rechecking"
@@ -444,19 +431,19 @@ msgid_plural "%d links scheduled for rechecking"
444
  msgstr[0] "%d link agendado para verificação"
445
  msgstr[1] "%d links agendados para verificação"
446
 
447
- #: core/core.php:1855
448
- #: core/core.php:2459
449
  #@ broken-link-checker
450
  msgid "This link was manually marked as working by the user."
451
  msgstr "Este link foi assinalado manualmente como válido pelo utilizador."
452
 
453
- #: core/core.php:1862
454
  #, php-format
455
  #@ broken-link-checker
456
  msgid "Couldn't modify link %d"
457
  msgstr "Impossível modificar o link %d"
458
 
459
- #: core/core.php:1873
460
  #, php-format
461
  #@ broken-link-checker
462
  msgid "%d link marked as not broken"
@@ -464,59 +451,59 @@ msgid_plural "%d links marked as not broken"
464
  msgstr[0] "%d link marcado como funcional"
465
  msgstr[1] "%d links marcados como funcionais"
466
 
467
- #: core/core.php:1912
468
  #@ broken-link-checker
469
  msgid "Table columns"
470
  msgstr "Colunas da Tabela"
471
 
472
- #: core/core.php:1931
473
  #@ default
474
  msgid "Show on screen"
475
  msgstr "Mostrar no ecrán"
476
 
477
- #: core/core.php:1938
478
  #@ broken-link-checker
479
  msgid "links"
480
  msgstr "links"
481
 
482
- #: core/core.php:1939
483
  #: includes/admin/table-printer.php:165
484
  #@ default
485
  #@ broken-link-checker
486
  msgid "Apply"
487
  msgstr "Aplicar"
488
 
489
- #: core/core.php:1943
490
  #@ broken-link-checker
491
  msgid "Misc"
492
  msgstr "Vários"
493
 
494
- #: core/core.php:1958
495
  #, php-format
496
  #@ broken-link-checker
497
  msgid "Highlight links broken for at least %s days"
498
  msgstr "Realçar links offline pelo menos durante %s dias"
499
 
500
- #: core/core.php:1967
501
  #@ broken-link-checker
502
  msgid "Color-code status codes"
503
  msgstr "Cor-código status códigos"
504
 
505
- #: core/core.php:1984
506
- #: core/core.php:2444
507
- #: core/core.php:2484
508
- #: core/core.php:2517
509
- #: core/core.php:2580
510
  #@ broken-link-checker
511
  msgid "You're not allowed to do that!"
512
  msgstr "Não permitido!"
513
 
514
- #: core/core.php:2325
515
  #@ broken-link-checker
516
  msgid "View broken links"
517
  msgstr "Ver links offline"
518
 
519
- #: core/core.php:2326
520
  #, php-format
521
  #@ broken-link-checker
522
  msgid "Found %d broken link"
@@ -524,12 +511,12 @@ msgid_plural "Found %d broken links"
524
  msgstr[0] "Encontrado %d Link offline"
525
  msgstr[1] "Encontrados %d Links offline"
526
 
527
- #: core/core.php:2332
528
  #@ broken-link-checker
529
  msgid "No broken links found."
530
  msgstr "Não existem links offline."
531
 
532
- #: core/core.php:2339
533
  #, php-format
534
  #@ broken-link-checker
535
  msgid "%d URL in the work queue"
@@ -537,178 +524,157 @@ msgid_plural "%d URLs in the work queue"
537
  msgstr[0] "%d URL em espera"
538
  msgstr[1] "%d URLs em espera"
539
 
540
- #: core/core.php:2342
541
  #@ broken-link-checker
542
  msgid "No URLs in the work queue."
543
  msgstr "Não existem URL em espera para verificação."
544
 
545
- #: core/core.php:2348
546
- #, php-format
547
- #@ broken-link-checker
548
- msgid "Detected %d unique URL"
549
- msgid_plural "Detected %d unique URLs"
550
- msgstr[0] "Encontrada %d URL única"
551
- msgstr[1] "Encontradas %d URL únicas"
552
-
553
- #: core/core.php:2349
554
- #, php-format
555
- #@ broken-link-checker
556
- msgid "in %d link"
557
- msgid_plural "in %d links"
558
- msgstr[0] "em %d link"
559
- msgstr[1] "em %d links"
560
-
561
- #: core/core.php:2354
562
- #@ broken-link-checker
563
- msgid "and still searching..."
564
- msgstr "e procurando..."
565
-
566
- #: core/core.php:2360
567
  #@ broken-link-checker
568
  msgid "Searching your blog for links..."
569
  msgstr "Procurando links..."
570
 
571
- #: core/core.php:2362
572
  #@ broken-link-checker
573
  msgid "No links detected."
574
  msgstr "Nenhuns links encontrados."
575
 
576
- #: core/core.php:2452
577
- #: core/core.php:2492
578
- #: core/core.php:2527
579
- #: core/core.php:2590
580
  #, php-format
581
  #@ broken-link-checker
582
  msgid "Oops, I can't find the link %d"
583
  msgstr "Oops, não é possível encontrar o link %d"
584
 
585
- #: core/core.php:2465
586
- #: core/core.php:2502
587
  #@ broken-link-checker
588
  msgid "Oops, couldn't modify the link!"
589
  msgstr "Oops, não é possível modificar o link!"
590
 
591
- #: core/core.php:2468
592
- #: core/core.php:2505
593
- #: core/core.php:2616
594
  #@ broken-link-checker
595
  msgid "Error : link_id not specified"
596
  msgstr "Erro : link_id não especificado"
597
 
598
- #: core/core.php:2537
599
  #@ broken-link-checker
600
  msgid "Oops, the new URL is invalid!"
601
  msgstr "Oops, a nova URL não é válida!"
602
 
603
- #: core/core.php:2548
604
- #: core/core.php:2599
605
  #@ broken-link-checker
606
  msgid "An unexpected error occured!"
607
  msgstr "Ocorreu um erro inesperado!"
608
 
609
- #: core/core.php:2566
610
  #@ broken-link-checker
611
  msgid "Error : link_id or new_url not specified"
612
  msgstr "Erro : link_id ou new_url não especificado"
613
 
614
- #: core/core.php:2625
615
  #@ broken-link-checker
616
  msgid "You don't have sufficient privileges to access this information!"
617
  msgstr "Não tem privilégios suficientes para aceder a esta informação!"
618
 
619
- #: core/core.php:2638
620
  #@ broken-link-checker
621
  msgid "Error : link ID not specified"
622
  msgstr "Erro : link ID não especificado"
623
 
624
- #: core/core.php:2652
625
  #, php-format
626
  #@ broken-link-checker
627
  msgid "Failed to load link details (%s)"
628
  msgstr "Erro a carregar os detalhes do link (%s)"
629
 
630
- #: core/core.php:2705
631
  #@ broken-link-checker
632
  msgid "Broken Link Checker"
633
  msgstr "Links offline"
634
 
635
- #: core/core.php:2725
636
  #@ broken-link-checker
637
  msgid "PHP version"
638
  msgstr "Versão PHP"
639
 
640
- #: core/core.php:2731
641
  #@ broken-link-checker
642
  msgid "MySQL version"
643
  msgstr "Versão MySQL"
644
 
645
- #: core/core.php:2744
646
  #@ broken-link-checker
647
  msgid "You have an old version of CURL. Redirect detection may not work properly."
648
  msgstr "Versão de CURL obsoleta. A deteção de redirects pode não funcionar corretamente."
649
 
650
- #: core/core.php:2756
651
- #: core/core.php:2772
652
- #: core/core.php:2777
653
  #@ broken-link-checker
654
  msgid "Not installed"
655
  msgstr "Não instalado"
656
 
657
- #: core/core.php:2759
658
  #@ broken-link-checker
659
  msgid "CURL version"
660
  msgstr "Versão CURL"
661
 
662
- #: core/core.php:2765
663
  #@ broken-link-checker
664
  msgid "Installed"
665
  msgstr "Instalado"
666
 
667
- #: core/core.php:2778
668
  #@ broken-link-checker
669
  msgid "You must have either CURL or Snoopy installed for the plugin to work!"
670
  msgstr "Instalação de CURL ou Snoopy necessário para que funcione o plugin!"
671
 
672
- #: core/core.php:2789
673
  #@ broken-link-checker
674
  msgid "On"
675
  msgstr "Ativado"
676
 
677
- #: core/core.php:2790
678
  #@ broken-link-checker
679
  msgid "Redirects may be detected as broken links when safe_mode is on."
680
  msgstr "Os redirects podem ser detetados como links offline quando o safe_mode está habilitado."
681
 
682
- #: core/core.php:2795
683
- #: core/core.php:2809
684
  #@ broken-link-checker
685
  msgid "Off"
686
  msgstr "Desativado"
687
 
688
- #: core/core.php:2803
689
  #, php-format
690
  #@ broken-link-checker
691
  msgid "On ( %s )"
692
  msgstr "Ativado ( %s )"
693
 
694
- #: core/core.php:2804
695
  #@ broken-link-checker
696
  msgid "Redirects may be detected as broken links when open_basedir is on."
697
  msgstr "Os redirects podem ser considerados links offline quando o open_basedir está ativo."
698
 
699
- #: core/core.php:2833
700
  #@ broken-link-checker
701
  msgid "If this value is zero even after several page reloads you have probably encountered a bug."
702
  msgstr "Se este valor é zero depois de recarregar várias provavelmente encontrou um bug."
703
 
704
- #: core/core.php:2924
705
- #: core/core.php:3022
706
  #, php-format
707
  #@ broken-link-checker
708
  msgid "[%s] Broken links detected"
709
  msgstr "[%s] Links offline encontrados"
710
 
711
- #: core/core.php:2930
712
  #, php-format
713
  #@ broken-link-checker
714
  msgid "Broken Link Checker has detected %d new broken link on your site."
@@ -716,7 +682,7 @@ msgid_plural "Broken Link Checker has detected %d new broken links on your site.
716
  msgstr[0] "Links offline detetou %d novo link sem ligação."
717
  msgstr[1] "Links offline detetou %d novos links sem ligação."
718
 
719
- #: core/core.php:2953
720
  #, php-format
721
  #@ broken-link-checker
722
  msgid "Here's a list of the first %d broken links:"
@@ -724,30 +690,30 @@ msgid_plural "Here's a list of the first %d broken links:"
724
  msgstr[0] "Lista do primeiro %d link sem ligação:"
725
  msgstr[1] "Lista dos primeiros %d links sem ligação:"
726
 
727
- #: core/core.php:2961
728
  #@ broken-link-checker
729
  msgid "Here's a list of the new broken links: "
730
  msgstr "Novos links offline:"
731
 
732
- #: core/core.php:2970
733
  #, php-format
734
  #@ broken-link-checker
735
  msgid "Link text : %s"
736
  msgstr "Texto do Link : %s"
737
 
738
- #: core/core.php:2971
739
  #, php-format
740
  #@ broken-link-checker
741
  msgid "Link URL : <a href=\"%s\">%s</a>"
742
  msgstr "Link URL : <a href=\"%s\">%s</a>"
743
 
744
- #: core/core.php:2972
745
  #, php-format
746
  #@ broken-link-checker
747
  msgid "Source : %s"
748
  msgstr "Fonte : %s"
749
 
750
- #: core/core.php:2985
751
  #@ broken-link-checker
752
  msgid "You can see all broken links here:"
753
  msgstr "Links offline:"
@@ -762,7 +728,7 @@ msgstr "Uma vez por semana"
762
  msgid "Twice a Month"
763
  msgstr "Bi-Mensal"
764
 
765
- #: core/init.php:311
766
  #@ broken-link-checker
767
  msgid "Broken Link Checker installation failed. Try deactivating and then reactivating the plugin."
768
  msgstr "A instalação do plugin Links offline falhou. Desative e ative o plugin."
@@ -927,15 +893,15 @@ msgstr[1] "%d '%s' foram apagados"
927
  msgid "Container type '%s' not recognized"
928
  msgstr "Recipiente tipo '%s' não foi reconhecido"
929
 
930
- #: includes/instances.php:102
931
- #: includes/instances.php:158
932
  #, php-format
933
  #@ broken-link-checker
934
  msgid "Container %s[%d] not found"
935
  msgstr "Recipiente %s[%d] não encontrado"
936
 
937
- #: includes/instances.php:111
938
- #: includes/instances.php:167
939
  #, php-format
940
  #@ broken-link-checker
941
  msgid "Parser '%s' not found."
@@ -1064,8 +1030,8 @@ msgstr "Não verificado"
1064
  msgid "False positive"
1065
  msgstr "Falso positivo"
1066
 
1067
- #: modules/extras/youtube.php:105
1068
- #: modules/extras/youtube.php:132
1069
  #@ link status
1070
  msgid "OK"
1071
  msgstr "OK"
@@ -1255,23 +1221,22 @@ msgstr "Procurar"
1255
  msgid "Cancel"
1256
  msgstr "Cancelar"
1257
 
1258
- #: includes/admin/sidebar.php:85
1259
  #@ broken-link-checker
1260
  msgid "Donate $10, $20 or $50!"
1261
  msgstr "Doar $10, $20 ou $50!"
1262
 
1263
- #: includes/admin/sidebar.php:88
1264
  #@ broken-link-checker
1265
  msgid "If you like this plugin, please donate to support development and maintenance!"
1266
  msgstr "Se gosta deste plugin, por favor faça um donativo para financiar o seu desenvolvimento e manutenção!"
1267
 
1268
- #: includes/admin/sidebar.php:106
1269
  #@ broken-link-checker
1270
  msgid "Return to WordPress Dashboard"
1271
  msgstr "Regressar ao Painel"
1272
 
1273
- #: includes/admin/sidebar.php:28
1274
- #: includes/admin/sidebar.php:68
1275
  #@ broken-link-checker
1276
  msgid "More plugins by Janis Elsts"
1277
  msgstr "Mais plugins de Janis Elsts"
@@ -1720,65 +1685,65 @@ msgstr "Vídeo YouTube"
1720
  msgid "Embedded YouTube video"
1721
  msgstr "Vídeo YouTube embutido"
1722
 
1723
- #: modules/extras/youtube.php:73
1724
- #: modules/extras/youtube.php:76
1725
  #@ broken-link-checker
1726
  msgid "Video Not Found"
1727
  msgstr "Vídeo Não Encontrado"
1728
 
1729
- #: modules/extras/youtube.php:84
1730
  #@ broken-link-checker
1731
  msgid "Video Removed"
1732
  msgstr "Vídeo Apagado"
1733
 
1734
- #: modules/extras/youtube.php:92
1735
  #@ broken-link-checker
1736
  msgid "Invalid Video ID"
1737
  msgstr "Vídeo ID Inválido"
1738
 
1739
- #: modules/extras/youtube.php:104
1740
  #@ broken-link-checker
1741
  msgid "Video OK"
1742
  msgstr "Vídeo OK"
1743
 
1744
- #: modules/extras/youtube.php:118
1745
  #, php-format
1746
  #@ broken-link-checker
1747
  msgid "Video status : %s%s"
1748
  msgstr "Vídeo status : %s%s"
1749
 
1750
- #: modules/extras/youtube.php:137
1751
  #@ broken-link-checker
1752
  msgid "Video Restricted"
1753
  msgstr "Vídeo Restrito"
1754
 
1755
- #: modules/extras/youtube.php:154
1756
  #@ default
1757
  msgid "Unknown YouTube API response received."
1758
  msgstr "Resposta API YouTube desconhecida."
1759
 
1760
- #: modules/parsers/image.php:159
1761
  #@ broken-link-checker
1762
  msgid "Image"
1763
  msgstr "Imagem"
1764
 
1765
- #: modules/parsers/metadata.php:117
1766
  #@ broken-link-checker
1767
  msgid "Custom field"
1768
  msgstr "Campo personalizado"
1769
 
1770
- #: core/core.php:727
1771
  #@ broken-link-checker
1772
  msgid "Send authors e-mail notifications about broken links in their posts"
1773
  msgstr "Enviar aos autores notificações por e-mail sobre links offline encontrados nos seus artigos"
1774
 
1775
- #: core/core.php:2388
1776
  #@ broken-link-checker
1777
  msgctxt "current load"
1778
  msgid "Unknown"
1779
  msgstr "Desconhecido"
1780
 
1781
- #: core/core.php:3028
1782
  #, php-format
1783
  #@ broken-link-checker
1784
  msgid "Broken Link Checker has detected %d new broken link in your posts."
@@ -2015,19 +1980,19 @@ msgctxt "verb"
2015
  msgid "Trash"
2016
  msgstr "Lixo"
2017
 
2018
- #: core/core.php:760
2019
  #, php-format
2020
  #@ broken-link-checker
2021
  msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
2022
  msgstr "Exemplo : Lorem ipsum <a %s>link offline</a>, dolor sit amet."
2023
 
2024
- #: core/core.php:763
2025
- #: core/core.php:794
2026
  #@ broken-link-checker
2027
  msgid "Click \"Save Changes\" to update example output."
2028
  msgstr "Clicar \"Guardar Alterações\" para atualizar a visualização do exemplo."
2029
 
2030
- #: core/core.php:791
2031
  #, php-format
2032
  #@ broken-link-checker
2033
  msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
@@ -2127,3 +2092,33 @@ msgstr "Links descartados"
2127
  msgid "No dismissed links found"
2128
  msgstr "Nenhuns links descartados encontrados"
2129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Broken Link Checker v1.7\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2011-12-11 10:00-0000\n"
6
+ "PO-Revision-Date: 2013-01-22 20:17:29+0000\n"
7
  "Last-Translator: \n"
8
  "Language-Team: wordpress.mowster.net <wordpress@mowster.net>\n"
9
  "MIME-Version: 1.0\n"
62
  msgid "Feedback"
63
  msgstr "Feedback"
64
 
65
+ #: core/core.php:337
66
  #@ broken-link-checker
67
  msgid "Go to Broken Links"
68
  msgstr "Ir a Links offline"
69
 
70
+ #: core/core.php:366
71
  #@ default
72
  msgid "Settings"
73
  msgstr "Definições"
74
 
75
+ #: core/core.php:523
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  #@ broken-link-checker
77
  msgid "Settings saved."
78
  msgstr "Definições guardadas."
79
 
80
+ #: core/core.php:529
81
  #@ broken-link-checker
82
  msgid "Thank you for your donation!"
83
  msgstr "Obrigado pela sua colaboração!"
84
 
85
+ #: core/core.php:537
86
  #@ broken-link-checker
87
  msgid "Complete site recheck started."
88
  msgstr "Reverificação completa do sítio iniciada."
89
 
90
+ #: core/core.php:546
91
  #@ broken-link-checker
92
  msgid "Details"
93
  msgstr "Detalhes"
94
 
95
+ #: core/core.php:560
96
  #@ broken-link-checker
97
  msgid "General"
98
  msgstr "Geral"
99
 
100
+ #: core/core.php:561
101
  #@ broken-link-checker
102
  msgid "Look For Links In"
103
  msgstr "Procurar links"
104
 
105
+ #: core/core.php:562
106
  #@ broken-link-checker
107
  msgid "Which Links To Check"
108
  msgstr "Links para verificar"
109
 
110
+ #: core/core.php:563
111
  #@ broken-link-checker
112
  msgid "Protocols & APIs"
113
  msgstr "Protocolos & APIs"
114
 
115
+ #: core/core.php:564
116
  #@ broken-link-checker
117
  msgid "Advanced"
118
  msgstr "Avançado"
119
 
120
+ #: core/core.php:579
121
  #@ broken-link-checker
122
  msgid "Broken Link Checker Options"
123
  msgstr "Opções : Links offline"
124
 
125
+ #: core/core.php:621
126
  #: includes/admin/table-printer.php:197
127
  #@ broken-link-checker
128
  msgid "Status"
129
  msgstr "Estado"
130
 
131
+ #: core/core.php:623
132
  #: includes/admin/options-page-js.php:56
133
  #@ broken-link-checker
134
  msgid "Show debug info"
135
  msgstr "Mostrar sistema"
136
 
137
+ #: core/core.php:651
138
  #@ broken-link-checker
139
  msgid "Check each link"
140
  msgstr "Verificar cada link"
141
 
142
+ #: core/core.php:656
143
  #, php-format
144
  #@ broken-link-checker
145
  msgid "Every %s hours"
146
  msgstr "Cada %s horas"
147
 
148
+ #: core/core.php:665
149
  #@ broken-link-checker
150
  msgid "Existing links will be checked this often. New links will usually be checked ASAP."
151
  msgstr "Os links existentes serão verificados com esta frequência. Os novos links serão verificados logo que possível."
152
 
153
+ #: core/core.php:672
154
  #@ broken-link-checker
155
  msgid "E-mail notifications"
156
  msgstr "Notificações por e-mail"
157
 
158
+ #: core/core.php:678
159
  #@ broken-link-checker
160
  msgid "Send me e-mail notifications about newly detected broken links"
161
  msgstr "Enviar um e-mail notificando sobre os novos links offline encontrados"
162
 
163
+ #: core/core.php:693
164
  #@ broken-link-checker
165
  msgid "Link tweaks"
166
  msgstr "Melhoria de Links"
167
 
168
+ #: core/core.php:699
169
  #@ broken-link-checker
170
  msgid "Apply custom formatting to broken links"
171
  msgstr "Aplicar formatação personalizada para os links offline"
172
 
173
+ #: core/core.php:703
174
+ #: core/core.php:734
175
  #@ broken-link-checker
176
  msgid "Edit CSS"
177
  msgstr "Editar CSS"
178
 
179
+ #: core/core.php:730
180
  #@ broken-link-checker
181
  msgid "Apply custom formatting to removed links"
182
  msgstr "Aplicar formatação personalizada para os links removidos"
183
 
184
+ #: core/core.php:763
185
  #@ broken-link-checker
186
  msgid "Stop search engines from following broken links"
187
  msgstr "Não permitir aos motores de busca seguir os links offline"
188
 
189
+ #: core/core.php:780
190
  #@ broken-link-checker
191
  msgid "Look for links in"
192
  msgstr "Procurar links em"
193
 
194
+ #: core/core.php:791
195
  #@ broken-link-checker
196
  msgid "Post statuses"
197
  msgstr "Estado do Artigo"
198
 
199
+ #: core/core.php:824
200
  #@ broken-link-checker
201
  msgid "Link types"
202
  msgstr "Tipos de link"
203
 
204
+ #: core/core.php:830
205
  #@ broken-link-checker
206
  msgid "Error : All link parsers missing!"
207
  msgstr "Erro : Análises aos links não encontradas!"
208
 
209
+ #: core/core.php:837
210
  #@ broken-link-checker
211
  msgid "Exclusion list"
212
  msgstr "Lista de exclusão"
213
 
214
+ #: core/core.php:838
215
  #@ broken-link-checker
216
  msgid "Don't check links where the URL contains any of these words (one per line) :"
217
  msgstr "Não verificar links que a URL tenha alguma destas palavras (uma por linha) :"
218
 
219
+ #: core/core.php:856
220
  #@ broken-link-checker
221
  msgid "Check links using"
222
  msgstr "Verificar links utilizando"
223
 
224
+ #: core/core.php:875
225
  #: includes/links.php:856
226
  #@ broken-link-checker
227
  msgid "Timeout"
228
  msgstr "Intervalo"
229
 
230
+ #: core/core.php:881
231
+ #: core/core.php:927
232
+ #: core/core.php:2770
233
  #, php-format
234
  #@ broken-link-checker
235
  #@ default
236
  msgid "%s seconds"
237
  msgstr "%s segundos"
238
 
239
+ #: core/core.php:890
240
  #@ broken-link-checker
241
  msgid "Links that take longer than this to load will be marked as broken."
242
  msgstr "Os links que demoram mais que este tempo a abrir serão marcados como offline."
243
 
244
+ #: core/core.php:897
245
  #@ broken-link-checker
246
  msgid "Link monitor"
247
  msgstr "Monitor de links"
248
 
249
+ #: core/core.php:905
250
  #@ broken-link-checker
251
  msgid "Run continuously while the Dashboard is open"
252
  msgstr "Executar continuamente enquanto o Painel do WordPress está aberto"
253
 
254
+ #: core/core.php:913
255
  #@ broken-link-checker
256
  msgid "Run hourly in the background"
257
  msgstr "Executar a cada hora em segundo plano"
258
 
259
+ #: core/core.php:921
260
  #@ broken-link-checker
261
  msgid "Max. execution time"
262
  msgstr "Tempo máximo de execução"
263
 
264
+ #: core/core.php:938
265
  #@ broken-link-checker
266
  msgid "The plugin works by periodically launching a background job that parses your posts for links, checks the discovered URLs, and performs other time-consuming tasks. Here you can set for how long, at most, the link monitor may run each time before stopping."
267
  msgstr "O plugin funciona executando periodicamente uma tarefa em segundo plano que analisa os links, verifica os URL encontrados e realiza outras tarefas que consomem tempo. Aqui pode-se estabelecer a duração máxima cada vez que o monitor de links é executado antes de parar."
268
 
269
+ #: core/core.php:947
270
  #@ broken-link-checker
271
  msgid "Server load limit"
272
  msgstr "Limite de carregamento do servidor"
273
 
274
+ #: core/core.php:962
275
  #, php-format
276
  #@ broken-link-checker
277
  msgid "Current load : %s"
278
  msgstr "Carga atual : %s"
279
 
280
+ #: core/core.php:968
281
  #, php-format
282
  #@ broken-link-checker
283
  msgid "Link checking will be suspended if the average <a href=\"%s\">server load</a> rises above this number. Leave this field blank to disable load limiting."
284
  msgstr "A verificação dos links será suspensa se a média do <a href=\"%s\">carregamento do servidor</a> passa este valor. Deixar o campo em branco para não existir limite."
285
 
286
+ #: core/core.php:976
287
  #@ broken-link-checker
288
  msgid "Not available"
289
  msgstr "Não disponível"
290
 
291
+ #: core/core.php:978
292
  #@ broken-link-checker
293
  msgid "Load limiting only works on Linux-like systems where <code>/proc/loadavg</code> is present and accessible."
294
  msgstr "O limite de carregamento somente funciona em sistemas Linux onde <code>/proc/loadavg</code> está presente e acessível."
295
 
296
+ #: core/core.php:986
297
  #@ broken-link-checker
298
  msgid "Forced recheck"
299
  msgstr "Reverificação forçada"
300
 
301
+ #: core/core.php:989
302
  #@ broken-link-checker
303
  msgid "Re-check all pages"
304
  msgstr "Verificar de novo todas as páginas"
305
 
306
+ #: core/core.php:993
307
  #@ broken-link-checker
308
  msgid "The \"Nuclear Option\". Click this button to make the plugin empty its link database and recheck the entire site from scratch."
309
  msgstr "\"Opção Nuclear\". Clique para limpar todos os dados do plugin na base de dados e reverificar todo o sítio desde o início."
310
 
311
+ #: core/core.php:1004
312
  #@ default
313
  msgid "Save Changes"
314
  msgstr "Guardar alterações"
315
 
316
+ #: core/core.php:1055
317
  #@ broken-link-checker
318
  msgid "Configure"
319
  msgstr "Configurar"
320
 
321
+ #: core/core.php:1137
322
  #@ broken-link-checker
323
  msgid "Check URLs entered in these custom fields (one per line) :"
324
  msgstr "Verificar URLs nos campos personalizados (um por linha):"
325
 
326
+ #: core/core.php:1265
327
+ #: core/core.php:1347
328
+ #: core/core.php:1379
329
  #, php-format
330
  #@ broken-link-checker
331
  msgid "Database error : %s"
332
  msgstr "Erro na Base de dados: %s"
333
 
334
+ #: core/core.php:1329
335
  #@ broken-link-checker
336
  msgid "You must enter a filter name!"
337
  msgstr "Deve introduzir um nome para o filtro!"
338
 
339
+ #: core/core.php:1333
340
  #@ broken-link-checker
341
  msgid "Invalid search query."
342
  msgstr "Procura inválida."
343
 
344
+ #: core/core.php:1342
345
  #, php-format
346
  #@ broken-link-checker
347
  msgid "Filter \"%s\" created"
348
  msgstr "Filtro \"%s\" criado"
349
 
350
+ #: core/core.php:1369
351
  #@ broken-link-checker
352
  msgid "Filter ID not specified."
353
  msgstr "ID do Filtro não especificado."
354
 
355
+ #: core/core.php:1376
356
  #@ broken-link-checker
357
  msgid "Filter deleted"
358
  msgstr "Filtro eliminado"
359
 
360
+ #: core/core.php:1424
361
  #, php-format
362
  #@ broken-link-checker
363
  msgid "Replaced %d redirect with a direct link"
365
  msgstr[0] "Substituído %d redirect com link direto"
366
  msgstr[1] "Substituídos %d redirects com links diretos"
367
 
368
+ #: core/core.php:1435
369
  #, php-format
370
  #@ broken-link-checker
371
  msgid "Failed to fix %d redirect"
373
  msgstr[0] "Não foi possível reparar %d redirect"
374
  msgstr[1] "Não foi possível reparar %d redirects"
375
 
376
+ #: core/core.php:1445
377
  #@ broken-link-checker
378
  msgid "None of the selected links are redirects!"
379
  msgstr "Nenhum dos links selecionados são redirects!"
380
 
381
+ #: core/core.php:1524
382
  #, php-format
383
  #@ broken-link-checker
384
  msgid "%d link updated."
386
  msgstr[0] "%d link atualizado."
387
  msgstr[1] "%d links atualizados."
388
 
389
+ #: core/core.php:1535
390
  #, php-format
391
  #@ broken-link-checker
392
  msgid "Failed to update %d link."
394
  msgstr[0] "Erro a atualizar %d link."
395
  msgstr[1] "Erro a atualizar %d links."
396
 
397
+ #: core/core.php:1589
398
  #, php-format
399
  #@ broken-link-checker
400
  msgid "%d link removed"
402
  msgstr[0] "%d link eliminado"
403
  msgstr[1] "%d links eliminados"
404
 
405
+ #: core/core.php:1600
406
  #, php-format
407
  #@ broken-link-checker
408
  msgid "Failed to remove %d link"
410
  msgstr[0] "Erro a remover %d link"
411
  msgstr[1] "Erro a remover %d links"
412
 
413
+ #: core/core.php:1709
414
  #, php-format
415
  #@ default
416
  msgid "%d item was skipped because it can't be moved to the Trash. You need to delete it manually."
418
  msgstr[0] "%d item foi evitado porque não pode ser movido para o Lixo. Necessita de o efetuar manualmente."
419
  msgstr[1] "%d itens foram evitados porque não podem ser movidos para o Lixo. Necessita de o efetuar manualmente."
420
 
421
+ #: core/core.php:1730
422
  #@ broken-link-checker
423
  msgid "Didn't find anything to delete!"
424
  msgstr "Não foi encontrado nada para apagar!"
425
 
426
+ #: core/core.php:1759
427
  #, php-format
428
  #@ broken-link-checker
429
  msgid "%d link scheduled for rechecking"
431
  msgstr[0] "%d link agendado para verificação"
432
  msgstr[1] "%d links agendados para verificação"
433
 
434
+ #: core/core.php:1804
435
+ #: core/core.php:2413
436
  #@ broken-link-checker
437
  msgid "This link was manually marked as working by the user."
438
  msgstr "Este link foi assinalado manualmente como válido pelo utilizador."
439
 
440
+ #: core/core.php:1811
441
  #, php-format
442
  #@ broken-link-checker
443
  msgid "Couldn't modify link %d"
444
  msgstr "Impossível modificar o link %d"
445
 
446
+ #: core/core.php:1822
447
  #, php-format
448
  #@ broken-link-checker
449
  msgid "%d link marked as not broken"
451
  msgstr[0] "%d link marcado como funcional"
452
  msgstr[1] "%d links marcados como funcionais"
453
 
454
+ #: core/core.php:1861
455
  #@ broken-link-checker
456
  msgid "Table columns"
457
  msgstr "Colunas da Tabela"
458
 
459
+ #: core/core.php:1880
460
  #@ default
461
  msgid "Show on screen"
462
  msgstr "Mostrar no ecrán"
463
 
464
+ #: core/core.php:1887
465
  #@ broken-link-checker
466
  msgid "links"
467
  msgstr "links"
468
 
469
+ #: core/core.php:1888
470
  #: includes/admin/table-printer.php:165
471
  #@ default
472
  #@ broken-link-checker
473
  msgid "Apply"
474
  msgstr "Aplicar"
475
 
476
+ #: core/core.php:1892
477
  #@ broken-link-checker
478
  msgid "Misc"
479
  msgstr "Vários"
480
 
481
+ #: core/core.php:1907
482
  #, php-format
483
  #@ broken-link-checker
484
  msgid "Highlight links broken for at least %s days"
485
  msgstr "Realçar links offline pelo menos durante %s dias"
486
 
487
+ #: core/core.php:1916
488
  #@ broken-link-checker
489
  msgid "Color-code status codes"
490
  msgstr "Cor-código status códigos"
491
 
492
+ #: core/core.php:1933
493
+ #: core/core.php:2398
494
+ #: core/core.php:2438
495
+ #: core/core.php:2471
496
+ #: core/core.php:2534
497
  #@ broken-link-checker
498
  msgid "You're not allowed to do that!"
499
  msgstr "Não permitido!"
500
 
501
+ #: core/core.php:2268
502
  #@ broken-link-checker
503
  msgid "View broken links"
504
  msgstr "Ver links offline"
505
 
506
+ #: core/core.php:2269
507
  #, php-format
508
  #@ broken-link-checker
509
  msgid "Found %d broken link"
511
  msgstr[0] "Encontrado %d Link offline"
512
  msgstr[1] "Encontrados %d Links offline"
513
 
514
+ #: core/core.php:2275
515
  #@ broken-link-checker
516
  msgid "No broken links found."
517
  msgstr "Não existem links offline."
518
 
519
+ #: core/core.php:2282
520
  #, php-format
521
  #@ broken-link-checker
522
  msgid "%d URL in the work queue"
524
  msgstr[0] "%d URL em espera"
525
  msgstr[1] "%d URLs em espera"
526
 
527
+ #: core/core.php:2285
528
  #@ broken-link-checker
529
  msgid "No URLs in the work queue."
530
  msgstr "Não existem URL em espera para verificação."
531
 
532
+ #: core/core.php:2314
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
533
  #@ broken-link-checker
534
  msgid "Searching your blog for links..."
535
  msgstr "Procurando links..."
536
 
537
+ #: core/core.php:2316
538
  #@ broken-link-checker
539
  msgid "No links detected."
540
  msgstr "Nenhuns links encontrados."
541
 
542
+ #: core/core.php:2406
543
+ #: core/core.php:2446
544
+ #: core/core.php:2481
545
+ #: core/core.php:2544
546
  #, php-format
547
  #@ broken-link-checker
548
  msgid "Oops, I can't find the link %d"
549
  msgstr "Oops, não é possível encontrar o link %d"
550
 
551
+ #: core/core.php:2419
552
+ #: core/core.php:2456
553
  #@ broken-link-checker
554
  msgid "Oops, couldn't modify the link!"
555
  msgstr "Oops, não é possível modificar o link!"
556
 
557
+ #: core/core.php:2422
558
+ #: core/core.php:2459
559
+ #: core/core.php:2570
560
  #@ broken-link-checker
561
  msgid "Error : link_id not specified"
562
  msgstr "Erro : link_id não especificado"
563
 
564
+ #: core/core.php:2491
565
  #@ broken-link-checker
566
  msgid "Oops, the new URL is invalid!"
567
  msgstr "Oops, a nova URL não é válida!"
568
 
569
+ #: core/core.php:2502
570
+ #: core/core.php:2553
571
  #@ broken-link-checker
572
  msgid "An unexpected error occured!"
573
  msgstr "Ocorreu um erro inesperado!"
574
 
575
+ #: core/core.php:2520
576
  #@ broken-link-checker
577
  msgid "Error : link_id or new_url not specified"
578
  msgstr "Erro : link_id ou new_url não especificado"
579
 
580
+ #: core/core.php:2579
581
  #@ broken-link-checker
582
  msgid "You don't have sufficient privileges to access this information!"
583
  msgstr "Não tem privilégios suficientes para aceder a esta informação!"
584
 
585
+ #: core/core.php:2592
586
  #@ broken-link-checker
587
  msgid "Error : link ID not specified"
588
  msgstr "Erro : link ID não especificado"
589
 
590
+ #: core/core.php:2606
591
  #, php-format
592
  #@ broken-link-checker
593
  msgid "Failed to load link details (%s)"
594
  msgstr "Erro a carregar os detalhes do link (%s)"
595
 
596
+ #: core/core.php:2659
597
  #@ broken-link-checker
598
  msgid "Broken Link Checker"
599
  msgstr "Links offline"
600
 
601
+ #: core/core.php:2679
602
  #@ broken-link-checker
603
  msgid "PHP version"
604
  msgstr "Versão PHP"
605
 
606
+ #: core/core.php:2685
607
  #@ broken-link-checker
608
  msgid "MySQL version"
609
  msgstr "Versão MySQL"
610
 
611
+ #: core/core.php:2698
612
  #@ broken-link-checker
613
  msgid "You have an old version of CURL. Redirect detection may not work properly."
614
  msgstr "Versão de CURL obsoleta. A deteção de redirects pode não funcionar corretamente."
615
 
616
+ #: core/core.php:2710
617
+ #: core/core.php:2726
618
+ #: core/core.php:2731
619
  #@ broken-link-checker
620
  msgid "Not installed"
621
  msgstr "Não instalado"
622
 
623
+ #: core/core.php:2713
624
  #@ broken-link-checker
625
  msgid "CURL version"
626
  msgstr "Versão CURL"
627
 
628
+ #: core/core.php:2719
629
  #@ broken-link-checker
630
  msgid "Installed"
631
  msgstr "Instalado"
632
 
633
+ #: core/core.php:2732
634
  #@ broken-link-checker
635
  msgid "You must have either CURL or Snoopy installed for the plugin to work!"
636
  msgstr "Instalação de CURL ou Snoopy necessário para que funcione o plugin!"
637
 
638
+ #: core/core.php:2743
639
  #@ broken-link-checker
640
  msgid "On"
641
  msgstr "Ativado"
642
 
643
+ #: core/core.php:2744
644
  #@ broken-link-checker
645
  msgid "Redirects may be detected as broken links when safe_mode is on."
646
  msgstr "Os redirects podem ser detetados como links offline quando o safe_mode está habilitado."
647
 
648
+ #: core/core.php:2749
649
+ #: core/core.php:2763
650
  #@ broken-link-checker
651
  msgid "Off"
652
  msgstr "Desativado"
653
 
654
+ #: core/core.php:2757
655
  #, php-format
656
  #@ broken-link-checker
657
  msgid "On ( %s )"
658
  msgstr "Ativado ( %s )"
659
 
660
+ #: core/core.php:2758
661
  #@ broken-link-checker
662
  msgid "Redirects may be detected as broken links when open_basedir is on."
663
  msgstr "Os redirects podem ser considerados links offline quando o open_basedir está ativo."
664
 
665
+ #: core/core.php:2787
666
  #@ broken-link-checker
667
  msgid "If this value is zero even after several page reloads you have probably encountered a bug."
668
  msgstr "Se este valor é zero depois de recarregar várias provavelmente encontrou um bug."
669
 
670
+ #: core/core.php:2878
671
+ #: core/core.php:2976
672
  #, php-format
673
  #@ broken-link-checker
674
  msgid "[%s] Broken links detected"
675
  msgstr "[%s] Links offline encontrados"
676
 
677
+ #: core/core.php:2884
678
  #, php-format
679
  #@ broken-link-checker
680
  msgid "Broken Link Checker has detected %d new broken link on your site."
682
  msgstr[0] "Links offline detetou %d novo link sem ligação."
683
  msgstr[1] "Links offline detetou %d novos links sem ligação."
684
 
685
+ #: core/core.php:2907
686
  #, php-format
687
  #@ broken-link-checker
688
  msgid "Here's a list of the first %d broken links:"
690
  msgstr[0] "Lista do primeiro %d link sem ligação:"
691
  msgstr[1] "Lista dos primeiros %d links sem ligação:"
692
 
693
+ #: core/core.php:2915
694
  #@ broken-link-checker
695
  msgid "Here's a list of the new broken links: "
696
  msgstr "Novos links offline:"
697
 
698
+ #: core/core.php:2924
699
  #, php-format
700
  #@ broken-link-checker
701
  msgid "Link text : %s"
702
  msgstr "Texto do Link : %s"
703
 
704
+ #: core/core.php:2925
705
  #, php-format
706
  #@ broken-link-checker
707
  msgid "Link URL : <a href=\"%s\">%s</a>"
708
  msgstr "Link URL : <a href=\"%s\">%s</a>"
709
 
710
+ #: core/core.php:2926
711
  #, php-format
712
  #@ broken-link-checker
713
  msgid "Source : %s"
714
  msgstr "Fonte : %s"
715
 
716
+ #: core/core.php:2939
717
  #@ broken-link-checker
718
  msgid "You can see all broken links here:"
719
  msgstr "Links offline:"
728
  msgid "Twice a Month"
729
  msgstr "Bi-Mensal"
730
 
731
+ #: core/init.php:317
732
  #@ broken-link-checker
733
  msgid "Broken Link Checker installation failed. Try deactivating and then reactivating the plugin."
734
  msgstr "A instalação do plugin Links offline falhou. Desative e ative o plugin."
893
  msgid "Container type '%s' not recognized"
894
  msgstr "Recipiente tipo '%s' não foi reconhecido"
895
 
896
+ #: includes/instances.php:104
897
+ #: includes/instances.php:160
898
  #, php-format
899
  #@ broken-link-checker
900
  msgid "Container %s[%d] not found"
901
  msgstr "Recipiente %s[%d] não encontrado"
902
 
903
+ #: includes/instances.php:113
904
+ #: includes/instances.php:169
905
  #, php-format
906
  #@ broken-link-checker
907
  msgid "Parser '%s' not found."
1030
  msgid "False positive"
1031
  msgstr "Falso positivo"
1032
 
1033
+ #: modules/extras/youtube.php:109
1034
+ #: modules/extras/youtube.php:136
1035
  #@ link status
1036
  msgid "OK"
1037
  msgstr "OK"
1221
  msgid "Cancel"
1222
  msgstr "Cancelar"
1223
 
1224
+ #: includes/admin/sidebar.php:47
1225
  #@ broken-link-checker
1226
  msgid "Donate $10, $20 or $50!"
1227
  msgstr "Doar $10, $20 ou $50!"
1228
 
1229
+ #: includes/admin/sidebar.php:50
1230
  #@ broken-link-checker
1231
  msgid "If you like this plugin, please donate to support development and maintenance!"
1232
  msgstr "Se gosta deste plugin, por favor faça um donativo para financiar o seu desenvolvimento e manutenção!"
1233
 
1234
+ #: includes/admin/sidebar.php:68
1235
  #@ broken-link-checker
1236
  msgid "Return to WordPress Dashboard"
1237
  msgstr "Regressar ao Painel"
1238
 
1239
+ #: includes/admin/sidebar.php:24
 
1240
  #@ broken-link-checker
1241
  msgid "More plugins by Janis Elsts"
1242
  msgstr "Mais plugins de Janis Elsts"
1685
  msgid "Embedded YouTube video"
1686
  msgstr "Vídeo YouTube embutido"
1687
 
1688
+ #: modules/extras/youtube.php:77
1689
+ #: modules/extras/youtube.php:80
1690
  #@ broken-link-checker
1691
  msgid "Video Not Found"
1692
  msgstr "Vídeo Não Encontrado"
1693
 
1694
+ #: modules/extras/youtube.php:88
1695
  #@ broken-link-checker
1696
  msgid "Video Removed"
1697
  msgstr "Vídeo Apagado"
1698
 
1699
+ #: modules/extras/youtube.php:96
1700
  #@ broken-link-checker
1701
  msgid "Invalid Video ID"
1702
  msgstr "Vídeo ID Inválido"
1703
 
1704
+ #: modules/extras/youtube.php:108
1705
  #@ broken-link-checker
1706
  msgid "Video OK"
1707
  msgstr "Vídeo OK"
1708
 
1709
+ #: modules/extras/youtube.php:122
1710
  #, php-format
1711
  #@ broken-link-checker
1712
  msgid "Video status : %s%s"
1713
  msgstr "Vídeo status : %s%s"
1714
 
1715
+ #: modules/extras/youtube.php:141
1716
  #@ broken-link-checker
1717
  msgid "Video Restricted"
1718
  msgstr "Vídeo Restrito"
1719
 
1720
+ #: modules/extras/youtube.php:158
1721
  #@ default
1722
  msgid "Unknown YouTube API response received."
1723
  msgstr "Resposta API YouTube desconhecida."
1724
 
1725
+ #: modules/parsers/image.php:164
1726
  #@ broken-link-checker
1727
  msgid "Image"
1728
  msgstr "Imagem"
1729
 
1730
+ #: modules/parsers/metadata.php:118
1731
  #@ broken-link-checker
1732
  msgid "Custom field"
1733
  msgstr "Campo personalizado"
1734
 
1735
+ #: core/core.php:686
1736
  #@ broken-link-checker
1737
  msgid "Send authors e-mail notifications about broken links in their posts"
1738
  msgstr "Enviar aos autores notificações por e-mail sobre links offline encontrados nos seus artigos"
1739
 
1740
+ #: core/core.php:2342
1741
  #@ broken-link-checker
1742
  msgctxt "current load"
1743
  msgid "Unknown"
1744
  msgstr "Desconhecido"
1745
 
1746
+ #: core/core.php:2982
1747
  #, php-format
1748
  #@ broken-link-checker
1749
  msgid "Broken Link Checker has detected %d new broken link in your posts."
1980
  msgid "Trash"
1981
  msgstr "Lixo"
1982
 
1983
+ #: core/core.php:719
1984
  #, php-format
1985
  #@ broken-link-checker
1986
  msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
1987
  msgstr "Exemplo : Lorem ipsum <a %s>link offline</a>, dolor sit amet."
1988
 
1989
+ #: core/core.php:722
1990
+ #: core/core.php:753
1991
  #@ broken-link-checker
1992
  msgid "Click \"Save Changes\" to update example output."
1993
  msgstr "Clicar \"Guardar Alterações\" para atualizar a visualização do exemplo."
1994
 
1995
+ #: core/core.php:750
1996
  #, php-format
1997
  #@ broken-link-checker
1998
  msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
2092
  msgid "No dismissed links found"
2093
  msgstr "Nenhuns links descartados encontrados"
2094
 
2095
+ #: core/core.php:2291
2096
+ #, php-format
2097
+ #@ broken-link-checker
2098
+ msgctxt "for the \"Detected X unique URLs in Y links\" message"
2099
+ msgid "%d unique URL"
2100
+ msgid_plural "%d unique URLs"
2101
+ msgstr[0] "%d URL única"
2102
+ msgstr[1] "%d URLs únicas"
2103
+
2104
+ #: core/core.php:2295
2105
+ #, php-format
2106
+ #@ broken-link-checker
2107
+ msgctxt "for the \"Detected X unique URLs in Y links\" message"
2108
+ msgid "%d link"
2109
+ msgid_plural "%d links"
2110
+ msgstr[0] "%d link"
2111
+ msgstr[1] "%d links"
2112
+
2113
+ #: core/core.php:2301
2114
+ #, php-format
2115
+ #@ broken-link-checker
2116
+ msgid "Detected %1$s in %2$s and still searching..."
2117
+ msgstr "Encontrados %1$s em %2$s e procurando..."
2118
+
2119
+ #: core/core.php:2307
2120
+ #, php-format
2121
+ #@ broken-link-checker
2122
+ msgid "Detected %1$s in %2$s."
2123
+ msgstr "Encontrados %1$s em %2$s."
2124
+
languages/broken-link-checker-tr_TR.mo CHANGED
Binary file
languages/broken-link-checker-tr_TR.po CHANGED
@@ -1,1902 +1,1902 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Broken Link Checker | V1.3.1\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/broken-link-checker\n"
5
- "POT-Creation-Date: 2011-08-25 16:05:37+00:00\n"
6
- "PO-Revision-Date: 2012-01-21 15:30+0200\n"
7
- "Last-Translator: Murat DURGUN <muratdur@gmail.com>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-Language: German\n"
14
- "X-Poedit-Country: SWITZERLAND\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Textdomain-Support: yes\n"
18
- "X-Poedit-Basepath: .\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
-
21
- # @ broken-link-checker
22
- #: modules/containers/dummy.php:34
23
- #: modules/containers/dummy.php:45
24
- msgid "I don't know how to edit a '%s' [%d]."
25
- msgstr "Düzenlemek için ne yapmam gerektiğini bilmiyorum. '%s' [%d]"
26
-
27
- # @ broken-link-checker
28
- #: modules/containers/custom_field.php:84
29
- msgid "Failed to update the meta field '%s' on %s [%d]"
30
- msgstr "Meta alanında '%s' güncelleştirilemedi. %s [%d] "
31
-
32
- # @ broken-link-checker
33
- #: modules/containers/custom_field.php:110
34
- msgid "Failed to delete the meta field '%s' on %s [%d]"
35
- msgstr "Meta alanında '%s' silinemedi. %s [%d]"
36
-
37
- # @ default
38
- #: modules/containers/custom_field.php:187
39
- msgid "Edit this post"
40
- msgstr "Bu yazıyı düzenle"
41
-
42
- # @ default
43
- #: modules/containers/custom_field.php:197
44
- #: includes/any-post.php:455
45
- msgid "Edit this item"
46
- msgstr "Bu öğeyi düzenle"
47
-
48
- # @ default
49
- #: modules/containers/custom_field.php:197
50
- #: modules/containers/blogroll.php:46
51
- #: modules/containers/comment.php:153
52
- #: includes/any-post.php:397
53
- msgid "Edit"
54
- msgstr "Düzenle"
55
-
56
- # @ default
57
- #: modules/containers/custom_field.php:203
58
- #: includes/any-post.php:405
59
- msgid "Move this item to the Trash"
60
- msgstr "Bu öğeyi çöp kutusuna taşıyın."
61
-
62
- # @ default
63
- #: modules/containers/custom_field.php:205
64
- #: includes/any-post.php:407
65
- msgid "Trash"
66
- msgstr "Çöp"
67
-
68
- # @ default
69
- #: modules/containers/custom_field.php:210
70
- #: includes/any-post.php:412
71
- msgid "Delete this item permanently"
72
- msgstr "Öğeyi kalıcı olarak sil"
73
-
74
- # @ default
75
- #: modules/containers/custom_field.php:212
76
- #: modules/containers/blogroll.php:47
77
- #: includes/any-post.php:414
78
- msgid "Delete"
79
- msgstr "Sil"
80
-
81
- # @ broken-link-checker
82
- #: modules/containers/custom_field.php:217
83
- msgid "View \"%s\""
84
- msgstr "Görüntüle \"%s\""
85
-
86
- # @ default
87
- #: modules/containers/custom_field.php:217
88
- #: modules/containers/comment.php:166
89
- #: includes/any-post.php:436
90
- msgid "View"
91
- msgstr "Görüntüle"
92
-
93
- # @ broken-link-checker
94
- #: modules/containers/custom_field.php:284
95
- #: includes/any-post.php:564
96
- msgid "Failed to delete post \"%s\" (%d)"
97
- msgstr "Makalenin silinmesi \"%s\" (%d) başarısız oldu."
98
-
99
- # @ broken-link-checker
100
- #: modules/containers/custom_field.php:303
101
- #: includes/any-post.php:583
102
- msgid "Can't move post \"%s\" (%d) to the trash because the trash feature is disabled"
103
- msgstr "Mesaj çöp kutusuna taşınamaz \"%s\" (%d) çünkü çöp kutusu devre dışı bırakılmıştır."
104
-
105
- # @ broken-link-checker
106
- #: modules/containers/custom_field.php:322
107
- #: includes/any-post.php:603
108
- msgid "Failed to move post \"%s\" (%d) to the trash"
109
- msgstr "Bu yazı \"%s\" (%d) çöp kutusuna taşınamadı."
110
-
111
- # @ broken-link-checker
112
- #: modules/containers/blogroll.php:21
113
- msgid "Bookmark"
114
- msgstr "Yer imleri"
115
-
116
- # @ broken-link-checker
117
- #: modules/containers/blogroll.php:27
118
- #: modules/containers/blogroll.php:46
119
- msgid "Edit this bookmark"
120
- msgstr "Yer imleri düzenle"
121
-
122
- # @ default
123
- #: modules/containers/blogroll.php:47
124
- msgid ""
125
- "You are about to delete this link '%s'\n"
126
- " 'Cancel' to stop, 'OK' to delete."
127
- msgstr ""
128
- "Bu bağlantıyı '%s'\n"
129
- " silmek üzeresiniz silmek için 'Tamam', iptal etmek için 'İptal'"
130
-
131
- # @ broken-link-checker
132
- #: modules/containers/blogroll.php:83
133
- #: modules/containers/comment.php:43
134
- #: includes/any-post.php:519
135
- msgid "Nothing to update"
136
- msgstr "Güncelleme malesef bulunamadı."
137
-
138
- # @ broken-link-checker
139
- #: modules/containers/blogroll.php:97
140
- msgid "Updating bookmark %d failed"
141
- msgstr "Yer imleri %d güncellenemedi."
142
-
143
- # @ broken-link-checker
144
- #: modules/containers/blogroll.php:128
145
- msgid "Failed to delete blogroll link \"%s\" (%d)"
146
- msgstr "Blogroll bağlantısı silinmesi \"%s\" (%d) başarısız oldu."
147
-
148
- # @ broken-link-checker
149
- #: modules/containers/blogroll.php:298
150
- msgid "%d blogroll link deleted."
151
- msgid_plural "%d blogroll links deleted."
152
- msgstr[0] "%d Blogroll bağlantısı silindi."
153
- msgstr[1] "%d Blogroll bağlantılar silindi."
154
-
155
- # @ broken-link-checker
156
- #: modules/containers/comment.php:53
157
- msgid "Updating comment %d failed"
158
- msgstr "Yorum güncellenmesi %d yapılamadı."
159
-
160
- # @ broken-link-checker
161
- #: modules/containers/comment.php:74
162
- msgid "Failed to delete comment %d"
163
- msgstr "Yorum silinemedi. %d"
164
-
165
- # @ broken-link-checker
166
- #: modules/containers/comment.php:95
167
- msgid "Can't move comment %d to the trash"
168
- msgstr "Yorumlar %d çöp kutusuna taşınamadı."
169
-
170
- # @ default
171
- #: modules/containers/comment.php:153
172
- #: modules/containers/comment.php:195
173
- msgid "Edit comment"
174
- msgstr "Yorumu düzenle"
175
-
176
- # @ default
177
- #: modules/containers/comment.php:160
178
- msgid "Delete Permanently"
179
- msgstr "Kalıcı olarak sil"
180
-
181
- # @ default
182
- #: modules/containers/comment.php:162
183
- msgid "Move this comment to the trash"
184
- msgstr "%d Bu Yorumu çöp kutusuna taşı"
185
-
186
- # @ default
187
- #: modules/containers/comment.php:162
188
- msgctxt "verb"
189
- msgid "Trash"
190
- msgstr "Çöp kutusu"
191
-
192
- # @ broken-link-checker
193
- #: modules/containers/comment.php:166
194
- msgid "View comment"
195
- msgstr "Yorumu görüntüle"
196
-
197
- # @ broken-link-checker
198
- #: modules/containers/comment.php:183
199
- msgid "Comment"
200
- msgstr "Yorum"
201
-
202
- # @ broken-link-checker
203
- #: modules/containers/comment.php:371
204
- msgid "%d comment has been deleted."
205
- msgid_plural "%d comments have been deleted."
206
- msgstr[0] "%d yorum silindi."
207
- msgstr[1] "%d yorumlar silindi."
208
-
209
- # @ broken-link-checker
210
- #: modules/containers/comment.php:390
211
- msgid "%d comment moved to the Trash."
212
- msgid_plural "%d comments moved to the Trash."
213
- msgstr[0] "%d Yorum çöp kutusuna taşındı."
214
- msgstr[1] "%d Yorumlar çöp kutusuna taşındı."
215
-
216
- # @ broken-link-checker
217
- #: modules/checkers/http.php:242
218
- msgid "Server Not Found"
219
- msgstr "Sunucu bulunamadı."
220
-
221
- # @ broken-link-checker
222
- #: modules/checkers/http.php:257
223
- msgid "Connection Failed"
224
- msgstr "Bağlantı başarısız."
225
-
226
- # @ link status
227
- # @ broken-link-checker
228
- #: modules/checkers/http.php:263
229
- #: modules/extras/mediafire.php:96
230
- #: includes/links.php:845
231
- msgid "Unknown Error"
232
- msgstr "Bilinmeyen hata"
233
-
234
- # @ broken-link-checker
235
- #: modules/checkers/http.php:292
236
- #: modules/checkers/http.php:362
237
- msgid "HTTP code : %d"
238
- msgstr "HTTP kodu: %d"
239
-
240
- # @ broken-link-checker
241
- #: modules/checkers/http.php:294
242
- #: modules/checkers/http.php:364
243
- msgid "(No response)"
244
- msgstr "(Yanıt yok)"
245
-
246
- # @ broken-link-checker
247
- #: modules/checkers/http.php:300
248
- msgid "Most likely the connection timed out or the domain doesn't exist."
249
- msgstr "Muhtemelen bağlantı zaman aşımına veya etki alanı yok."
250
-
251
- # @ broken-link-checker
252
- #: modules/checkers/http.php:371
253
- msgid "Request timed out."
254
- msgstr "İstek zaman aşımına uğradı."
255
-
256
- # @ broken-link-checker
257
- #: modules/checkers/http.php:389
258
- msgid "Using Snoopy"
259
- msgstr "Snoopy kullanır"
260
-
261
- # @ broken-link-checker
262
- #: modules/parsers/image.php:159
263
- msgid "Image"
264
- msgstr "Fotoğraf"
265
-
266
- # @ broken-link-checker
267
- #: modules/parsers/metadata.php:117
268
- msgid "Custom field"
269
- msgstr "Özel Alan"
270
-
271
- # @ broken-link-checker
272
- #: modules/extras/youtube-iframe.php:25
273
- #: modules/extras/youtube-embed.php:24
274
- msgid "YouTube Video"
275
- msgstr "YouTube Video"
276
-
277
- # @ broken-link-checker
278
- #: modules/extras/youtube-iframe.php:26
279
- #: modules/extras/youtube-embed.php:25
280
- msgid "Embedded YouTube video"
281
- msgstr "Gömülü YouTube videosu"
282
-
283
- # @ broken-link-checker
284
- #: modules/extras/dailymotion-embed.php:23
285
- msgid "DailyMotion Video"
286
- msgstr "DailyMotion Video"
287
-
288
- # @ broken-link-checker
289
- #: modules/extras/dailymotion-embed.php:24
290
- msgid "Embedded DailyMotion video"
291
- msgstr "Gömülü DailyMotion Videosu"
292
-
293
- # @ broken-link-checker
294
- #: modules/extras/rapidshare.php:142
295
- #: modules/extras/mediafire.php:91
296
- #: modules/extras/megaupload.php:109
297
- msgid "Not Found"
298
- msgstr "Bulunamadı"
299
-
300
- # @ broken-link-checker
301
- #: modules/extras/rapidshare.php:148
302
- #: modules/extras/rapidshare.php:154
303
- #: modules/extras/rapidshare.php:181
304
- #: modules/extras/megaupload.php:101
305
- #: includes/links.php:875
306
- msgctxt "link status"
307
- msgid "OK"
308
- msgstr "TAMAM"
309
-
310
- # @ broken-link-checker
311
- #: modules/extras/rapidshare.php:161
312
- msgid "RS Server Down"
313
- msgstr "RS sunucu düşük"
314
-
315
- # @ broken-link-checker
316
- #: modules/extras/rapidshare.php:168
317
- msgid "File Blocked"
318
- msgstr "Dosya engellendi"
319
-
320
- #: modules/extras/rapidshare.php:175
321
- msgid "File Locked"
322
- msgstr "Dosya kilitli"
323
-
324
- # @ broken-link-checker
325
- #: modules/extras/rapidshare.php:186
326
- msgid "RapidShare : %s"
327
- msgstr "RapidShare: %s"
328
-
329
- # @ broken-link-checker
330
- #: modules/extras/rapidshare.php:192
331
- msgid "RapidShare API error: %s"
332
- msgstr "RapidShare API hata: %s"
333
-
334
- #: modules/extras/embed-parser-base.php:182
335
- msgid "Embedded videos can't be edited using Broken Link Checker. Please edit or replace the video in question manually."
336
- msgstr "Bu gömülü video çalışmadığından Kırık Bağlantı Bildirici tarafından düzenlenemez. Lütfen söz konusu bu video düzentin veya değiştirin."
337
-
338
- # @ broken-link-checker
339
- #: modules/extras/vimeo-embed.php:24
340
- msgid "Vimeo Video"
341
- msgstr "Vimeo Video"
342
-
343
- # @ broken-link-checker
344
- #: modules/extras/vimeo-embed.php:25
345
- msgid "Embedded Vimeo video"
346
- msgstr "Gömülü Vimeo Videosu"
347
-
348
- # @ broken-link-checker
349
- #: modules/extras/youtube.php:63
350
- #: modules/extras/youtube.php:66
351
- msgid "Video Not Found"
352
- msgstr "Video bulunamadı."
353
-
354
- #: modules/extras/youtube.php:74
355
- msgid "Video Removed"
356
- msgstr "Video kaldırıldı."
357
-
358
- #: modules/extras/youtube.php:82
359
- msgid "Invalid Video ID"
360
- msgstr "Geçersiz video kimliği"
361
-
362
- #: modules/extras/youtube.php:94
363
- msgid "Video OK"
364
- msgstr "Video TAMAM"
365
-
366
- # @ broken-link-checker
367
- #: modules/extras/youtube.php:95
368
- #: modules/extras/youtube.php:122
369
- msgid "OK"
370
- msgstr "TAMAM"
371
-
372
- #: modules/extras/youtube.php:108
373
- msgid "Video status : %s%s"
374
- msgstr "Video durumu : %s%s"
375
-
376
- #: modules/extras/youtube.php:127
377
- msgid "Video Restricted"
378
- msgstr "Kısıtlı video"
379
-
380
- #: modules/extras/youtube.php:144
381
- msgid "Unknown YouTube API response received."
382
- msgstr "Bilinmeyen YouTube API yanıtı aldı."
383
-
384
- #: modules/extras/megaupload.php:116
385
- msgid "File Temporarily Unavailable"
386
- msgstr "Geçici dosya bulunamadı."
387
-
388
- #: modules/extras/megaupload.php:122
389
- msgid "API Error"
390
- msgstr "API Hatası"
391
-
392
- # @ default
393
- #: core/init.php:230
394
- msgid "Once Weekly"
395
- msgstr "Haftada bir"
396
-
397
- # @ default
398
- #: core/init.php:236
399
- msgid "Twice a Month"
400
- msgstr "Ayda iki defa"
401
-
402
- # @ broken-link-checker
403
- #: core/init.php:305
404
- msgid "Broken Link Checker installation failed. Try deactivating and then reactivating the plugin."
405
- msgstr "Kırık Bağlantı Bildirici yükleme başarısız oldu. Eklentiyi devre dışı bırakın ve sonra yeniden etkinleştirin."
406
-
407
- # @ broken-link-checker
408
- #: core/core.php:146
409
- #: includes/admin/links-page-js.php:37
410
- msgid "Loading..."
411
- msgstr "Yükleniyor..."
412
-
413
- # @ broken-link-checker
414
- #: core/core.php:170
415
- #: includes/admin/options-page-js.php:18
416
- msgid "[ Network error ]"
417
- msgstr "[ Ağ Hatası ]"
418
-
419
- # @ broken-link-checker
420
- #: core/core.php:195
421
- msgid "Automatically expand the widget if broken links have been detected"
422
- msgstr "Otomatik olarak Widget üzerinde kırık adres tespit edildi."
423
-
424
- # @ broken-link-checker
425
- #: core/core.php:317
426
- msgid "Link Checker Settings"
427
- msgstr "Bağlantı Bildirici Ayarları"
428
-
429
- # @ broken-link-checker
430
- #: core/core.php:318
431
- msgid "Link Checker"
432
- msgstr "Bağlantı Bildirici"
433
-
434
- # @ broken-link-checker
435
- #: core/core.php:323
436
- #: includes/link-query.php:26
437
- msgid "Broken Links"
438
- msgstr "Kırık Bağlantılar"
439
-
440
- # @ broken-link-checker
441
- #: core/core.php:339
442
- msgid "View Broken Links"
443
- msgstr "Kırık Bağlantıları görüntüle"
444
-
445
- #: core/core.php:354
446
- msgid "Feedback"
447
- msgstr "Geri besleme"
448
-
449
- # @ default
450
- #: core/core.php:366
451
- msgid "Go to Settings"
452
- msgstr "Ayarlara git"
453
-
454
- # @ broken-link-checker
455
- #: core/core.php:373
456
- msgid "Go to Broken Links"
457
- msgstr "Krık bağlantılara git"
458
-
459
- # @ default
460
- #: core/core.php:402
461
- msgid "Settings"
462
- msgstr "Ayarlar"
463
-
464
- # @ broken-link-checker
465
- #: core/core.php:414
466
- #: core/core.php:1182
467
- msgid "Error: The plugin's database tables are not up to date! (Current version : %d, expected : %d)"
468
- msgstr "Hata: Eklenti veritabanı tablosu güncel değil! (Mevcut sürümü: %d, Yeni sürümü: %d)"
469
-
470
- # @ broken-link-checker
471
- #: core/core.php:418
472
- #: core/core.php:1186
473
- msgid "Try deactivating and then reactivating the plugin."
474
- msgstr "Eklentiyi devre dışı bırakın ve daha sonra yeniden etkinleştirin."
475
-
476
- # @ broken-link-checker
477
- #: core/core.php:551
478
- msgid "Settings saved."
479
- msgstr "Ayarlar kaydedildi."
480
-
481
- #: core/core.php:557
482
- msgid "Thank you for your donation!"
483
- msgstr "Bağış ettiğinizden dolayı teşekkür ederim."
484
-
485
- # @ broken-link-checker
486
- #: core/core.php:564
487
- msgid "Complete site recheck started."
488
- msgstr "Web siteniz incelemeye yeniden başlatıldı."
489
-
490
- # @ broken-link-checker
491
- #: core/core.php:573
492
- msgid "Details"
493
- msgstr "Ayrıntılar"
494
-
495
- # @ broken-link-checker
496
- #: core/core.php:587
497
- msgid "General"
498
- msgstr "Genel"
499
-
500
- # @ broken-link-checker
501
- #: core/core.php:588
502
- msgid "Look For Links In"
503
- msgstr "Kırık Bağlantı Aranan İçerikler"
504
-
505
- # @ broken-link-checker
506
- #: core/core.php:589
507
- msgid "Which Links To Check"
508
- msgstr "Aranılan Bağlantılar Türleri"
509
-
510
- # @ broken-link-checker
511
- #: core/core.php:590
512
- msgid "Protocols & APIs"
513
- msgstr "Protokoller ve API'ler"
514
-
515
- # @ broken-link-checker
516
- #: core/core.php:591
517
- msgid "Advanced"
518
- msgstr "Gelişmiş"
519
-
520
- # @ broken-link-checker
521
- #: core/core.php:606
522
- msgid "Broken Link Checker Options"
523
- msgstr "Kırık bağlantı Bildirici Seçenekleri"
524
-
525
- # @ broken-link-checker
526
- #: core/core.php:648
527
- #: includes/admin/table-printer.php:168
528
- msgid "Status"
529
- msgstr "Durum"
530
-
531
- # @ broken-link-checker
532
- #: core/core.php:650
533
- #: includes/admin/options-page-js.php:56
534
- msgid "Show debug info"
535
- msgstr "Hata ayıklama bilgisi"
536
-
537
- # @ broken-link-checker
538
- #: core/core.php:678
539
- msgid "Check each link"
540
- msgstr "Bağlantıyı otomatik kontrol et"
541
-
542
- # @ broken-link-checker
543
- #: core/core.php:683
544
- msgid "Every %s hours"
545
- msgstr "Her %s saate"
546
-
547
- # @ broken-link-checker
548
- #: core/core.php:692
549
- msgid "Existing links will be checked this often. New links will usually be checked ASAP."
550
- msgstr "Mevcut bağlantıları belirtilen saate kontrol edilecektir. Yeni bağlantılar genellikle kısa sürede kontrol edilecektir."
551
-
552
- # @ broken-link-checker
553
- #: core/core.php:699
554
- msgid "E-mail notifications"
555
- msgstr "E-posta ile bildir"
556
-
557
- # @ broken-link-checker
558
- #: core/core.php:705
559
- msgid "Send me e-mail notifications about newly detected broken links"
560
- msgstr "Kırık bağlantı tespit edildiğinde bana e-posta ile bildir."
561
-
562
- # @ broken-link-checker
563
- #: core/core.php:712
564
- msgid "Link tweaks"
565
- msgstr "Bağlantıyı düzenle"
566
-
567
- # @ broken-link-checker
568
- #: core/core.php:718
569
- msgid "Apply custom formatting to broken links"
570
- msgstr "Kırık bağlantılar için özel biçimlendirme uygula"
571
-
572
- # @ broken-link-checker
573
- #: core/core.php:722
574
- #: core/core.php:750
575
- msgid "Edit CSS"
576
- msgstr "CSS Düzenle"
577
-
578
- # @ broken-link-checker
579
- #: core/core.php:746
580
- msgid "Apply custom formatting to removed links"
581
- msgstr "Silinen bağlantılar için özel biçimlendirme uygula"
582
-
583
- # @ broken-link-checker
584
- #: core/core.php:774
585
- msgid "Stop search engines from following broken links"
586
- msgstr "Arama motorlarında kırık bağlantıları indekslemelerine izin verme."
587
-
588
- # @ broken-link-checker
589
- #: core/core.php:791
590
- msgid "Look for links in"
591
- msgstr "Aranan İçerikler"
592
-
593
- # @ broken-link-checker
594
- #: core/core.php:802
595
- msgid "Post statuses"
596
- msgstr "Aranılan Mesajlar"
597
-
598
- # @ broken-link-checker
599
- #: core/core.php:835
600
- msgid "Link types"
601
- msgstr "Bağlantı türleri"
602
-
603
- # @ broken-link-checker
604
- #: core/core.php:841
605
- msgid "Error : All link parsers missing!"
606
- msgstr "Hata: Tüm bağlantı ayrıştırıcıları eksik!"
607
-
608
- # @ broken-link-checker
609
- #: core/core.php:848
610
- msgid "Exclusion list"
611
- msgstr "Yoksay listesi"
612
-
613
- # @ broken-link-checker
614
- #: core/core.php:849
615
- msgid "Don't check links where the URL contains any of these words (one per line) :"
616
- msgstr "Adres içindeki kelimelerin nerede olduğunu kontrol et (Her satırdaki):"
617
-
618
- # @ broken-link-checker
619
- #: core/core.php:867
620
- msgid "Check links using"
621
- msgstr "Bu Bağlantıları Kontrol Et"
622
-
623
- # @ broken-link-checker
624
- #: core/core.php:886
625
- #: includes/links.php:849
626
- msgid "Timeout"
627
- msgstr "Zaman aşımı"
628
-
629
- # @ broken-link-checker
630
- # @ default
631
- #: core/core.php:892
632
- #: core/core.php:938
633
- #: core/core.php:2743
634
- msgid "%s seconds"
635
- msgstr "%s Saniye"
636
-
637
- # @ broken-link-checker
638
- #: core/core.php:901
639
- msgid "Links that take longer than this to load will be marked as broken."
640
- msgstr "Yükleme uzun sürebilir bağlantılar kırık olarak işaretlenmiş olacak"
641
-
642
- # @ broken-link-checker
643
- #: core/core.php:908
644
- msgid "Link monitor"
645
- msgstr "Bağlantı izleyicisi"
646
-
647
- # @ broken-link-checker
648
- #: core/core.php:916
649
- msgid "Run continuously while the Dashboard is open"
650
- msgstr "Ana Giriş Paneli açık ise, kesintisiz çalıştırın"
651
-
652
- # @ broken-link-checker
653
- #: core/core.php:924
654
- msgid "Run hourly in the background"
655
- msgstr "Arka planda saatlik olarak çalıştır"
656
-
657
- # @ broken-link-checker
658
- #: core/core.php:932
659
- msgid "Max. execution time"
660
- msgstr "Max. yürütme zamanı"
661
-
662
- # @ broken-link-checker
663
- #: core/core.php:949
664
- msgid "The plugin works by periodically launching a background job that parses your posts for links, checks the discovered URLs, and performs other time-consuming tasks. Here you can set for how long, at most, the link monitor may run each time before stopping."
665
- msgstr "Eklenti arka planda düzenli aralıkla çalışır. Mesajınızı analiz edilecektir. Bağlantıları kontrol ve diğer zaman alan görevleri gerçekleştirecektir. Durdurabilir ve daha sonra çalıştırabilirsiniz."
666
-
667
- # @ broken-link-checker
668
- #: core/core.php:958
669
- msgid "Server load limit"
670
- msgstr "Sunucu yüklenme sınırı"
671
-
672
- #: core/core.php:973
673
- msgid "Current load : %s"
674
- msgstr "Mevcut yüklenme: % s"
675
-
676
- # @ broken-link-checker
677
- #: core/core.php:978
678
- msgid "Link checking will be suspended if the average <a href=\"%s\">server load</a> rises above this number. Leave this field blank to disable load limiting."
679
- msgstr "Bağlantıyı kontrol ettikten sonra beklemede olacak, eğer ortalama bir <a href=\"%s\"> sunucu yük </ a> bu sayı üzerinde yükselmektedir. Yük sınırlayıcı devre dışı bırakmak için bu alanı boş bırakın."
680
-
681
- # @ broken-link-checker
682
- #: core/core.php:987
683
- msgid "Not available"
684
- msgstr "Mevcut değil"
685
-
686
- # @ broken-link-checker
687
- #: core/core.php:989
688
- msgid "Load limiting only works on Linux-like systems where <code>/proc/loadavg</code> is present and accessible."
689
- msgstr "Linux gibi işetim sistemlerde çalışır yük sınırlayan <code> / proc / loadavg </ code>, mevcut ve erişilebilir."
690
-
691
- # @ broken-link-checker
692
- #: core/core.php:997
693
- msgid "Forced recheck"
694
- msgstr "Yeniden değerlendirilecek"
695
-
696
- # @ broken-link-checker
697
- #: core/core.php:1000
698
- msgid "Re-check all pages"
699
- msgstr "Tekrar tüm sayfaları kontrol edin"
700
-
701
- # @ broken-link-checker
702
- #: core/core.php:1004
703
- msgid "The \"Nuclear Option\". Click this button to make the plugin empty its link database and recheck the entire site from scratch."
704
- msgstr " \"Nuclear Option\". Kurulu ayarların yeniden inşa etmek için eklenti veritabanı bağlantı için Butona tıklatın."
705
-
706
- # @ default
707
- #: core/core.php:1015
708
- msgid "Save Changes"
709
- msgstr "Değişiklikleri kaydet"
710
-
711
- # @ broken-link-checker
712
- #: core/core.php:1066
713
- msgid "Configure"
714
- msgstr "Yapılandırın"
715
-
716
- # @ broken-link-checker
717
- #: core/core.php:1148
718
- msgid "Check URLs entered in these custom fields (one per line) :"
719
- msgstr "Aşağıdaki bağlantıları kontrol edin (Satır başındaki):"
720
-
721
- # @ broken-link-checker
722
- #: core/core.php:1283
723
- #: core/core.php:1364
724
- #: core/core.php:1396
725
- msgid "Database error : %s"
726
- msgstr "Veritabanı hatası: %s"
727
-
728
- # @ broken-link-checker
729
- #: core/core.php:1346
730
- msgid "You must enter a filter name!"
731
- msgstr "Bir filtre adı girmeniz gerekir!"
732
-
733
- # @ broken-link-checker
734
- #: core/core.php:1350
735
- msgid "Invalid search query."
736
- msgstr "Geçersiz sorgu."
737
-
738
- # @ broken-link-checker
739
- #: core/core.php:1359
740
- msgid "Filter \"%s\" created"
741
- msgstr "Filitre \"%s\" oluşturuldu."
742
-
743
- # @ broken-link-checker
744
- #: core/core.php:1386
745
- msgid "Filter ID not specified."
746
- msgstr "Filtre kimliği belirtilmedi."
747
-
748
- # @ broken-link-checker
749
- #: core/core.php:1393
750
- msgid "Filter deleted"
751
- msgstr "Filitre silindi."
752
-
753
- # @ broken-link-checker
754
- #: core/core.php:1440
755
- msgid "Replaced %d redirect with a direct link"
756
- msgid_plural "Replaced %d redirects with direct links"
757
- msgstr[0] "Değiştirilen %d bağlantı doğrudan yönlendirildi."
758
- msgstr[1] "Değiştirilen %d bağlantılar doğrudan yönlendirildi."
759
-
760
- # @ broken-link-checker
761
- #: core/core.php:1451
762
- msgid "Failed to fix %d redirect"
763
- msgid_plural "Failed to fix %d redirects"
764
- msgstr[0] " %d yönlendirme başarısız"
765
- msgstr[1] " %d yönlendirmeler başarısız"
766
-
767
- # @ broken-link-checker
768
- #: core/core.php:1462
769
- msgid "None of the selected links are redirects!"
770
- msgstr "Seçilen bağlantıların hiçbiri doğrudan yönlendirilemedi."
771
-
772
- # @ broken-link-checker
773
- #: core/core.php:1540
774
- msgid "%d link updated."
775
- msgid_plural "%d links updated."
776
- msgstr[0] "%d bağlantı güncellendi."
777
- msgstr[1] "%d bağlantılar güncellendi."
778
-
779
- # @ broken-link-checker
780
- #: core/core.php:1551
781
- msgid "Failed to update %d link."
782
- msgid_plural "Failed to update %d links."
783
- msgstr[0] "%d bağlantı güncellenemedi."
784
- msgstr[1] "%d bağlantılar güncellenemedi."
785
-
786
- # @ broken-link-checker
787
- #: core/core.php:1605
788
- msgid "%d link removed"
789
- msgid_plural "%d links removed"
790
- msgstr[0] "%d bağlantı silindi."
791
- msgstr[1] "%d bağlantılar silindi."
792
-
793
- # @ broken-link-checker
794
- #: core/core.php:1616
795
- msgid "Failed to remove %d link"
796
- msgid_plural "Failed to remove %d links"
797
- msgstr[0] "%d bağlantı silinemedi."
798
- msgstr[1] "%d bağlantılar silinemedi."
799
-
800
- # @ default
801
- #: core/core.php:1725
802
- msgid "%d item was skipped because it can't be moved to the Trash. You need to delete it manually."
803
- msgid_plural "%d items were skipped because they can't be moved to the Trash. You need to delete them manually."
804
- msgstr[0] "%d öğe atlandı, çünkü çöp kutusuna taşınamadı. Elle silmek gerekiyor."
805
- msgstr[1] "%d öğeler atlandı, çünkü çöp kutusuna taşınamadı. Elle silmek gerekiyor."
806
-
807
- # @ broken-link-checker
808
- #: core/core.php:1747
809
- msgid "Didn't find anything to delete!"
810
- msgstr "Silmek için hiçbir şey bulunamadı!"
811
-
812
- # @ broken-link-checker
813
- #: core/core.php:1774
814
- msgid "%d link scheduled for rechecking"
815
- msgid_plural "%d links scheduled for rechecking"
816
- msgstr[0] "%d Bağlantı yeniden yapılandırıldı"
817
- msgstr[1] "%d Bağlantılar yeniden yapılandırıldı"
818
-
819
- # @ broken-link-checker
820
- #: core/core.php:1820
821
- #: core/core.php:2424
822
- msgid "This link was manually marked as working by the user."
823
- msgstr "Bu bağlantı, kullanıcı tarafından manuel olarak çalıştırıldı."
824
-
825
- # @ broken-link-checker
826
- #: core/core.php:1827
827
- msgid "Couldn't modify link %d"
828
- msgstr "Bu bağlantı %d değiştirilemedi."
829
-
830
- # @ broken-link-checker
831
- #: core/core.php:1837
832
- msgid "%d link marked as not broken"
833
- msgid_plural "%d links marked as not broken"
834
- msgstr[0] "%d Seçili bağlantı kırık değil"
835
- msgstr[1] "%d Seçili bağlantılar kırık değil"
836
-
837
- # @ broken-link-checker
838
- #: core/core.php:1877
839
- msgid "Table columns"
840
- msgstr "Tablo sütunları"
841
-
842
- # @ default
843
- #: core/core.php:1896
844
- msgid "Show on screen"
845
- msgstr "Ekranda görüntüle"
846
-
847
- # @ broken-link-checker
848
- #: core/core.php:1903
849
- msgid "links"
850
- msgstr "Bağlantıyı görüntüle"
851
-
852
- # @ default
853
- # @ broken-link-checker
854
- #: core/core.php:1904
855
- #: includes/admin/table-printer.php:136
856
- msgid "Apply"
857
- msgstr "Uygula"
858
-
859
- # @ broken-link-checker
860
- #: core/core.php:1908
861
- msgid "Misc"
862
- msgstr "Diğer"
863
-
864
- # @ broken-link-checker
865
- #: core/core.php:1923
866
- msgid "Highlight links broken for at least %s days"
867
- msgstr "%s günde hatalı bağlantıyı vurgula"
868
-
869
- # @ broken-link-checker
870
- #: core/core.php:1932
871
- msgid "Color-code status codes"
872
- msgstr "Renk kodu durum kodları"
873
-
874
- # @ broken-link-checker
875
- #: core/core.php:1949
876
- #: core/core.php:2409
877
- #: core/core.php:2445
878
- #: core/core.php:2508
879
- msgid "You're not allowed to do that!"
880
- msgstr "Bunu yapmak için izin verilmiyor!"
881
-
882
- # @ broken-link-checker
883
- #: core/core.php:2290
884
- msgid "View broken links"
885
- msgstr "Kırık bağlantıları görüntüle"
886
-
887
- # @ broken-link-checker
888
- #: core/core.php:2291
889
- msgid "Found %d broken link"
890
- msgid_plural "Found %d broken links"
891
- msgstr[0] "%d kırık bağlantı bulundu"
892
- msgstr[1] "%d kırık bağlantılar bulundu"
893
-
894
- # @ broken-link-checker
895
- #: core/core.php:2297
896
- msgid "No broken links found."
897
- msgstr "Kırık bağlantılar bulunamadı"
898
-
899
- # @ broken-link-checker
900
- #: core/core.php:2304
901
- msgid "%d URL in the work queue"
902
- msgid_plural "%d URLs in the work queue"
903
- msgstr[0] "%d Adresin çalışma sırası"
904
- msgstr[1] "%d Adreslerin çalışma sırası"
905
-
906
- # @ broken-link-checker
907
- #: core/core.php:2307
908
- msgid "No URLs in the work queue."
909
- msgstr "Çalışan adres kuyruğu yok."
910
-
911
- # @ broken-link-checker
912
- #: core/core.php:2313
913
- msgid "Detected %d unique URL"
914
- msgid_plural "Detected %d unique URLs"
915
- msgstr[0] "%d adres tespit edildi."
916
- msgstr[1] "%d adres tespit edildi."
917
-
918
- # @ broken-link-checker
919
- #: core/core.php:2314
920
- msgid "in %d link"
921
- msgid_plural "in %d links"
922
- msgstr[0] "%d tutulan adres"
923
- msgstr[1] "%d tutulan adresler"
924
-
925
- # @ broken-link-checker
926
- #: core/core.php:2319
927
- msgid "and still searching..."
928
- msgstr "ve hala arıyor..."
929
-
930
- # @ broken-link-checker
931
- #: core/core.php:2325
932
- msgid "Searching your blog for links..."
933
- msgstr "Blogunuzda bağlantılar aranıyor..."
934
-
935
- # @ broken-link-checker
936
- #: core/core.php:2327
937
- msgid "No links detected."
938
- msgstr "Malesef bağlantı bulunamadı."
939
-
940
- # @ broken-link-checker
941
- #: core/core.php:2353
942
- msgctxt "current load"
943
- msgid "Unknown"
944
- msgstr "Bilinmeyen"
945
-
946
- # @ broken-link-checker
947
- #: core/core.php:2417
948
- #: core/core.php:2455
949
- #: core/core.php:2518
950
- msgid "Oops, I can't find the link %d"
951
- msgstr "Üzgünüz, %d adres bulamıyorum!"
952
-
953
- # @ broken-link-checker
954
- #: core/core.php:2430
955
- msgid "Oops, couldn't modify the link!"
956
- msgstr "Üzgünüz, bağlantı değiştirmez!"
957
-
958
- # @ broken-link-checker
959
- #: core/core.php:2433
960
- #: core/core.php:2544
961
- msgid "Error : link_id not specified"
962
- msgstr "Hata: Adres ID belirtilmemiş"
963
-
964
- # @ broken-link-checker
965
- #: core/core.php:2465
966
- msgid "Oops, the new URL is invalid!"
967
- msgstr "Üzgünüz, geçersiz bir adres!"
968
-
969
- # @ broken-link-checker
970
- #: core/core.php:2476
971
- #: core/core.php:2527
972
- msgid "An unexpected error occured!"
973
- msgstr "Beklenmeyen bir hata oluştu!"
974
-
975
- # @ broken-link-checker
976
- #: core/core.php:2494
977
- msgid "Error : link_id or new_url not specified"
978
- msgstr "Hata: Bağlantı adı yada adres belirtilmemiş"
979
-
980
- # @ broken-link-checker
981
- #: core/core.php:2553
982
- msgid "You don't have sufficient privileges to access this information!"
983
- msgstr "Bu bilgileri görmek için yeterli haklara sahip değilsiniz!"
984
-
985
- # @ broken-link-checker
986
- #: core/core.php:2566
987
- msgid "Error : link ID not specified"
988
- msgstr "Hata: Bağlantı adı belirtilmemiş"
989
-
990
- # @ broken-link-checker
991
- #: core/core.php:2580
992
- msgid "Failed to load link details (%s)"
993
- msgstr "(%s) Bağlantı detayları yüklenemedi."
994
-
995
- # @ broken-link-checker
996
- #. #-#-#-#-# plugin.pot (Broken Link Checker 1.3.1) #-#-#-#-#
997
- #. Plugin Name of the plugin/theme
998
- #: core/core.php:2633
999
- msgid "Broken Link Checker"
1000
- msgstr "Kırık Bağlantı Bildirici"
1001
-
1002
- # @ broken-link-checker
1003
- #: core/core.php:2652
1004
- msgid "PHP version"
1005
- msgstr "PHP versiyonu"
1006
-
1007
- # @ broken-link-checker
1008
- #: core/core.php:2658
1009
- msgid "MySQL version"
1010
- msgstr "MySQL versiyonu"
1011
-
1012
- # @ broken-link-checker
1013
- #: core/core.php:2671
1014
- msgid "You have an old version of CURL. Redirect detection may not work properly."
1015
- msgstr "CURL eski bir sürümü var. Yönlendirme düzgün çalışmayabilir."
1016
-
1017
- # @ broken-link-checker
1018
- #: core/core.php:2683
1019
- #: core/core.php:2699
1020
- #: core/core.php:2704
1021
- msgid "Not installed"
1022
- msgstr "Yüklü değil"
1023
-
1024
- # @ broken-link-checker
1025
- #: core/core.php:2686
1026
- msgid "CURL version"
1027
- msgstr "CURL Versiyonu"
1028
-
1029
- # @ broken-link-checker
1030
- #: core/core.php:2692
1031
- msgid "Installed"
1032
- msgstr "Yüklendi"
1033
-
1034
- # @ broken-link-checker
1035
- #: core/core.php:2705
1036
- msgid "You must have either CURL or Snoopy installed for the plugin to work!"
1037
- msgstr "Eklenti çalışması için ya CURL veya Snoopy yüklü olmalıdır!"
1038
-
1039
- # @ broken-link-checker
1040
- #: core/core.php:2716
1041
- msgid "On"
1042
- msgstr "Açık"
1043
-
1044
- # @ broken-link-checker
1045
- #: core/core.php:2717
1046
- msgid "Redirects may be detected as broken links when safe_mode is on."
1047
- msgstr "Güvenli_Mod üzerinde yönlendirilen bozuk bağlantılar tespit edildi."
1048
-
1049
- # @ broken-link-checker
1050
- #: core/core.php:2722
1051
- #: core/core.php:2736
1052
- msgid "Off"
1053
- msgstr "Kapalı"
1054
-
1055
- # @ broken-link-checker
1056
- #: core/core.php:2730
1057
- msgid "On ( %s )"
1058
- msgstr "Açık (%s)"
1059
-
1060
- # @ broken-link-checker
1061
- #: core/core.php:2731
1062
- msgid "Redirects may be detected as broken links when open_basedir is on."
1063
- msgstr "open_basedir üzerinde yönlendirilen bozuk bağlantı tespit edildi."
1064
-
1065
- # @ broken-link-checker
1066
- #: core/core.php:2760
1067
- msgid "If this value is zero even after several page reloads you have probably encountered a bug."
1068
- msgstr "Bu değer bile birkaç sayfayı yeniden yükledikten sonra sıfır ise muhtemelen bir hata karşılandı."
1069
-
1070
- # @ broken-link-checker
1071
- #: core/core.php:2831
1072
- msgid "[%s] Broken links detected"
1073
- msgstr "[%s] Kırık bağlantı tespit edildi."
1074
-
1075
- # @ broken-link-checker
1076
- #: core/core.php:2836
1077
- msgid "Broken Link Checker has detected %d new broken link on your site."
1078
- msgid_plural "Broken Link Checker has detected %d new broken links on your site."
1079
- msgstr[0] "Kırık Bağlantı Bildirici %d yeni kırık bağlantı tespit etti."
1080
- msgstr[1] "Kırık Bağlantı Bildirici %d yeni kırık bağlantı tespit etti."
1081
-
1082
- # @ broken-link-checker
1083
- #: core/core.php:2851
1084
- msgid "Here's a list of the first %d broken links:"
1085
- msgid_plural "Here's a list of the first %d broken links:"
1086
- msgstr[0] "Listenizde %d kırık bağlantı var:"
1087
- msgstr[1] "Listenizde %d kırık bağlantı var:"
1088
-
1089
- # @ broken-link-checker
1090
- #: core/core.php:2860
1091
- msgid "Here's a list of the new broken links: "
1092
- msgstr "Yeni kırık bağlantı listenizde var:"
1093
-
1094
- # @ broken-link-checker
1095
- #: core/core.php:2872
1096
- msgid "Link text : %s"
1097
- msgstr "Bağlantı metni: %s"
1098
-
1099
- # @ broken-link-checker
1100
- #: core/core.php:2873
1101
- msgid "Link URL : <a href=\"%s\">%s</a>"
1102
- msgstr "Bağlantı adresi: <a href=\"%s\">%s</a>"
1103
-
1104
- # @ broken-link-checker
1105
- #: core/core.php:2874
1106
- msgid "Source : %s"
1107
- msgstr "Kaynak: %s"
1108
-
1109
- # @ brokenk-link-checker
1110
- #: core/core.php:2888
1111
- msgid "You can see all broken links here:"
1112
- msgstr "Burada tüm kırık bağlantılarınızı görebilirsiniz:"
1113
-
1114
- # @ broken-link-checker
1115
- #: includes/admin/links-page-js.php:58
1116
- #: includes/admin/links-page-js.php:301
1117
- msgid "Wait..."
1118
- msgstr "Bekleyiniz..."
1119
-
1120
- # @ broken-link-checker
1121
- #: includes/admin/links-page-js.php:99
1122
- #: includes/admin/table-printer.php:587
1123
- msgid "Not broken"
1124
- msgstr "Kırık değil"
1125
-
1126
- # @ broken-link-checker
1127
- #: includes/admin/links-page-js.php:213
1128
- msgid "%d instances of the link were successfully modified."
1129
- msgstr "%d link örneklerini başarılı bir şekilde modifiye edilmiştir."
1130
-
1131
- # @ broken-link-checker
1132
- #: includes/admin/links-page-js.php:219
1133
- msgid "However, %d instances couldn't be edited and still point to the old URL."
1134
- msgstr "Ancak, %d durumlarda düzenlenebilir ve hala eski adrese işaretmektedir."
1135
-
1136
- # @ broken-link-checker
1137
- #: includes/admin/links-page-js.php:225
1138
- msgid "The link could not be modified."
1139
- msgstr "Bağlantı değiştirilemez olabilir."
1140
-
1141
- # @ broken-link-checker
1142
- #: includes/admin/links-page-js.php:228
1143
- #: includes/admin/links-page-js.php:353
1144
- msgid "The following error(s) occured :"
1145
- msgstr "Aşağıdaki hatalar oluştu:"
1146
-
1147
- # @ broken-link-checker
1148
- #: includes/admin/links-page-js.php:339
1149
- msgid "%d instances of the link were successfully unlinked."
1150
- msgstr "%d Bu bağlantının örnekleri başarıyla silindi."
1151
-
1152
- # @ broken-link-checker
1153
- #: includes/admin/links-page-js.php:345
1154
- msgid "However, %d instances couldn't be removed."
1155
- msgstr "elbette, %d Örneklerini kaldırılamadı."
1156
-
1157
- # @ broken-link-checker
1158
- #: includes/admin/links-page-js.php:350
1159
- msgid "The plugin failed to remove the link."
1160
- msgstr "Bu eklenti bağlantıyı kaldırmak için başarısız oldu."
1161
-
1162
- # @ broken-link-checker
1163
- #: includes/admin/links-page-js.php:361
1164
- #: includes/admin/table-printer.php:237
1165
- #: includes/admin/table-printer.php:581
1166
- msgid "Unlink"
1167
- msgstr "Bağlantı iptal"
1168
-
1169
- # @ broken-link-checker
1170
- #: includes/admin/links-page-js.php:405
1171
- msgid "Enter a name for the new custom filter"
1172
- msgstr "Yeni özel filtre için bir ad giriniz"
1173
-
1174
- # @ broken-link-checker
1175
- #: includes/admin/links-page-js.php:416
1176
- msgid ""
1177
- "You are about to delete the current filter.\n"
1178
- "'Cancel' to stop, 'OK' to delete"
1179
- msgstr ""
1180
- "Geçerli Filtre silmek istediğinizden emin misiniz '% s' \n"
1181
- " Silmek için 'Tamam', iptal etmek için 'İptal'."
1182
-
1183
- # @ broken-link-checker
1184
- #: includes/admin/links-page-js.php:439
1185
- msgid ""
1186
- "Are you sure you want to delete all posts, bookmarks or other items that contain any of the selected links? This action can't be undone.\n"
1187
- "'Cancel' to stop, 'OK' to delete"
1188
- msgstr ""
1189
- "Eğer bütün Mesajları, yer imleri ve seçilmiş bağlantılar diğer unsurları silinecektir. Yapmak emin misiniz? Bu eylem geri alınamaz. \n"
1190
- " 'Cancel' to stop, 'OK' to delete Silmek için 'Tamam', iptal etmek için 'İptal'."
1191
-
1192
- # @ broken-link-checker
1193
- #: includes/admin/links-page-js.php:449
1194
- msgid ""
1195
- "Are you sure you want to remove the selected links? This action can't be undone.\n"
1196
- "'Cancel' to stop, 'OK' to remove"
1197
- msgstr ""
1198
- "Seçili bağlantıları kaldırmak istediğinizden emin misiniz? Bu eylem geri alınamaz. \n"
1199
- " Kaldırmak için 'Tamam', iptal etmek için 'İptal'."
1200
-
1201
- #: includes/admin/links-page-js.php:558
1202
- msgid "Enter a search string first."
1203
- msgstr "Öncelikle bir arama dizisi girin."
1204
-
1205
- #: includes/admin/links-page-js.php:565
1206
- msgid "Select one or more links to edit."
1207
- msgstr "Düzenlemek için bir veya daha fazla bağlanti seçin."
1208
-
1209
- # @ broken-link-checker
1210
- #: includes/admin/search-form.php:16
1211
- msgid "Save This Search As a Filter"
1212
- msgstr "Bu aramayı filitre olarak kaydet"
1213
-
1214
- # @ broken-link-checker
1215
- #: includes/admin/search-form.php:26
1216
- msgid "Delete This Filter"
1217
- msgstr "Bu filtre sil"
1218
-
1219
- # @ broken-link-checker
1220
- #: includes/admin/search-form.php:32
1221
- #: includes/link-query.php:53
1222
- msgid "Search"
1223
- msgstr "Arama"
1224
-
1225
- # @ broken-link-checker
1226
- #: includes/admin/search-form.php:42
1227
- msgid "Link text"
1228
- msgstr "Bağlantı metni"
1229
-
1230
- # @ broken-link-checker
1231
- #: includes/admin/search-form.php:45
1232
- #: includes/admin/table-printer.php:173
1233
- msgid "URL"
1234
- msgstr "Adres"
1235
-
1236
- # @ broken-link-checker
1237
- #: includes/admin/search-form.php:48
1238
- #: includes/admin/table-printer.php:455
1239
- msgid "HTTP code"
1240
- msgstr "HTTP Kodu"
1241
-
1242
- # @ broken-link-checker
1243
- #: includes/admin/search-form.php:51
1244
- msgid "Link status"
1245
- msgstr "Bağlantı durumu"
1246
-
1247
- # @ broken-link-checker
1248
- #: includes/admin/search-form.php:68
1249
- #: includes/admin/search-form.php:85
1250
- msgid "Link type"
1251
- msgstr "Bağlantı tipi"
1252
-
1253
- # @ broken-link-checker
1254
- #: includes/admin/search-form.php:70
1255
- msgid "Any"
1256
- msgstr "Herhangi"
1257
-
1258
- # @ broken-link-checker
1259
- #: includes/admin/search-form.php:74
1260
- msgid "Links used in"
1261
- msgstr "Kullanılan bağlantılar"
1262
-
1263
- # @ broken-link-checker
1264
- #: includes/admin/search-form.php:112
1265
- msgid "Search Links"
1266
- msgstr "Aranan bağlantılar"
1267
-
1268
- # @ broken-link-checker
1269
- #: includes/admin/search-form.php:113
1270
- #: includes/admin/table-printer.php:313
1271
- #: includes/admin/table-printer.php:595
1272
- #: includes/admin/table-printer.php:601
1273
- msgid "Cancel"
1274
- msgstr "İptal"
1275
-
1276
- #: includes/admin/sidebar.php:2
1277
- msgid "Donate $10, $20 or $50!"
1278
- msgstr "Bağış yap 10 TL, 20 TL veya 50 TL!"
1279
-
1280
- #: includes/admin/sidebar.php:5
1281
- msgid "If you like this plugin, please donate to support development and maintenance!"
1282
- msgstr "Bu eklenti beğendiniz ise geliştirilmesini ve düzenlenmesini isterseniz bağışta bulunabilirsiniz."
1283
-
1284
- #: includes/admin/sidebar.php:22
1285
- msgid "Return to WordPress Dashboard"
1286
- msgstr "Wordpress Ana Giriş Paneline geri dön"
1287
-
1288
- #: includes/admin/sidebar.php:50
1289
- msgid "More plugins by Janis Elsts"
1290
- msgstr "Diğer eklentiler için by Janis Elsts"
1291
-
1292
- # @ broken-link-checker
1293
- #: includes/admin/options-page-js.php:54
1294
- msgid "Hide debug info"
1295
- msgstr "Bilgi hata ayıklama gizle"
1296
-
1297
- # @ broken-link-checker
1298
- #: includes/admin/table-printer.php:150
1299
- msgid "Compact View"
1300
- msgstr "Kompakt Görünüm"
1301
-
1302
- # @ broken-link-checker
1303
- #: includes/admin/table-printer.php:151
1304
- msgid "Detailed View"
1305
- msgstr "Detaylı Görünüm"
1306
-
1307
- # @ broken-link-checker
1308
- #: includes/admin/table-printer.php:178
1309
- msgid "Source"
1310
- msgstr "Kaynak"
1311
-
1312
- # @ broken-link-checker
1313
- #: includes/admin/table-printer.php:184
1314
- msgid "Link Text"
1315
- msgstr "Adres metni"
1316
-
1317
- # @ broken-link-checker
1318
- #: includes/admin/table-printer.php:232
1319
- msgid "Bulk Actions"
1320
- msgstr "Toplu Değiştir"
1321
-
1322
- # @ broken-link-checker
1323
- #: includes/admin/table-printer.php:233
1324
- #: includes/admin/table-printer.php:578
1325
- msgid "Edit URL"
1326
- msgstr "Adres düzenleme"
1327
-
1328
- # @ broken-link-checker
1329
- #: includes/admin/table-printer.php:234
1330
- msgid "Recheck"
1331
- msgstr "Tekrar kontrol edin"
1332
-
1333
- # @ broken-link-checker
1334
- #: includes/admin/table-printer.php:235
1335
- msgid "Fix redirects"
1336
- msgstr "Sabit yönlendirme"
1337
-
1338
- # @ broken-link-checker
1339
- #: includes/admin/table-printer.php:236
1340
- msgid "Mark as not broken"
1341
- msgstr "Kırık değil olarak işaretle"
1342
-
1343
- # @ broken-link-checker
1344
- #: includes/admin/table-printer.php:240
1345
- msgid "Move sources to Trash"
1346
- msgstr "Kaynakları Çöp Kutusuna Taşı"
1347
-
1348
- # @ broken-link-checker
1349
- #: includes/admin/table-printer.php:242
1350
- msgid "Delete sources"
1351
- msgstr "Kaynakları Sil"
1352
-
1353
- # @ default
1354
- #: includes/admin/table-printer.php:257
1355
- msgid "&laquo;"
1356
- msgstr "&laquo;"
1357
-
1358
- # @ default
1359
- #: includes/admin/table-printer.php:258
1360
- msgid "&raquo;"
1361
- msgstr "&raquo;"
1362
-
1363
- # @ broken-link-checker
1364
- #: includes/admin/table-printer.php:266
1365
- msgid "Displaying %s&#8211;%s of <span class=\"current-link-count\">%s</span>"
1366
- msgstr "%s&#8211;%s görüntüleniyor.<span class=\"current-link-count\">%s</span>"
1367
-
1368
- # @ broken-link-checker
1369
- #: includes/admin/table-printer.php:289
1370
- msgid "Bulk Edit URLs"
1371
- msgstr "Adresleri toplu Düzenleme "
1372
-
1373
- #: includes/admin/table-printer.php:291
1374
- msgid "Find"
1375
- msgstr "Bul"
1376
-
1377
- #: includes/admin/table-printer.php:295
1378
- msgid "Replace with"
1379
- msgstr "ile değiştirin"
1380
-
1381
- # @ broken-link-checker
1382
- #: includes/admin/table-printer.php:303
1383
- msgid "Case sensitive"
1384
- msgstr "Büyük ve küçük harf"
1385
-
1386
- #: includes/admin/table-printer.php:307
1387
- msgid "Regular expression"
1388
- msgstr "Düzenli ifade"
1389
-
1390
- # @ broken-link-checker
1391
- #: includes/admin/table-printer.php:315
1392
- msgid "Update"
1393
- msgstr "Güncelleştirme"
1394
-
1395
- # @ broken-link-checker
1396
- #: includes/admin/table-printer.php:440
1397
- msgid "Post published on"
1398
- msgstr "Yayınlanan Mesaj"
1399
-
1400
- # @ broken-link-checker
1401
- #: includes/admin/table-printer.php:445
1402
- msgid "Link last checked"
1403
- msgstr "Son kontrol Bağlantı"
1404
-
1405
- # @ broken-link-checker
1406
- #: includes/admin/table-printer.php:449
1407
- msgid "Never"
1408
- msgstr "Asla"
1409
-
1410
- # @ broken-link-checker
1411
- #: includes/admin/table-printer.php:460
1412
- msgid "Response time"
1413
- msgstr "Tepki süresi"
1414
-
1415
- # @ broken-link-checker
1416
- #: includes/admin/table-printer.php:462
1417
- msgid "%2.3f seconds"
1418
- msgstr "%2.3f Saniye"
1419
-
1420
- # @ broken-link-checker
1421
- #: includes/admin/table-printer.php:465
1422
- msgid "Final URL"
1423
- msgstr "Final adres"
1424
-
1425
- # @ broken-link-checker
1426
- #: includes/admin/table-printer.php:470
1427
- msgid "Redirect count"
1428
- msgstr "Yönlendirme numarası"
1429
-
1430
- # @ broken-link-checker
1431
- #: includes/admin/table-printer.php:475
1432
- msgid "Instance count"
1433
- msgstr "Örnek sayısı"
1434
-
1435
- # @ broken-link-checker
1436
- #: includes/admin/table-printer.php:484
1437
- msgid "This link has failed %d time."
1438
- msgid_plural "This link has failed %d times."
1439
- msgstr[0] "Bu bağlantı başarısız oldu %d zamanı"
1440
- msgstr[1] "Bu bağlantı başarısız oldu %d zamanı"
1441
-
1442
- # @ broken-link-checker
1443
- #: includes/admin/table-printer.php:492
1444
- msgid "This link has been broken for %s."
1445
- msgstr "Bu bağlantı kesildi için %s."
1446
-
1447
- # @ broken-link-checker
1448
- #: includes/admin/table-printer.php:503
1449
- msgid "Log"
1450
- msgstr "Log"
1451
-
1452
- # @ broken-link-checker
1453
- #: includes/admin/table-printer.php:524
1454
- msgid "Show more info about this link"
1455
- msgstr "Bu bağlantı hakkında daha fazla bilgi göster"
1456
-
1457
- # @ broken-link-checker
1458
- #: includes/admin/table-printer.php:542
1459
- msgctxt "checked how long ago"
1460
- msgid "Checked"
1461
- msgstr "Kontrol Edildi."
1462
-
1463
- # @ broken-link-checker
1464
- #: includes/admin/table-printer.php:558
1465
- msgid "Broken for"
1466
- msgstr "Kırık için"
1467
-
1468
- # @ broken-link-checker
1469
- #: includes/admin/table-printer.php:578
1470
- msgid "Edit link URL"
1471
- msgstr "Bağlantı adresini düzenleme"
1472
-
1473
- # @ broken-link-checker
1474
- #: includes/admin/table-printer.php:580
1475
- msgid "Remove this link from all posts"
1476
- msgstr "Bu bağlantının tüm mesajlarını kaldırıldı"
1477
-
1478
- # @ broken-link-checker
1479
- #: includes/admin/table-printer.php:586
1480
- msgid "Remove this link from the list of broken links and mark it as valid"
1481
- msgstr "Kırık bağlantı listesine bu bağlantıyı çıkarın ve geçerli olarak işaretleyin"
1482
-
1483
- # @ broken-link-checker
1484
- #: includes/admin/table-printer.php:595
1485
- msgid "Cancel URL editing"
1486
- msgstr "Adres düzenlemeyi iptal et"
1487
-
1488
- # @ broken-link-checker
1489
- #: includes/admin/table-printer.php:602
1490
- msgid "Update URL"
1491
- msgstr "Adresi güncelle"
1492
-
1493
- # @ broken-link-checker
1494
- #: includes/admin/table-printer.php:624
1495
- msgid "[An orphaned link! This is a bug.]"
1496
- msgstr "[Artık bir bağlantı! Bu bir hatadır.]"
1497
-
1498
- # @ broken-link-checker
1499
- #: includes/admin/db-upgrade.php:95
1500
- msgid "Failed to delete old DB tables. Database error : %s"
1501
- msgstr "Eski DB tablolar silinemedi. Veri tabanı Hatası: %s"
1502
-
1503
- # @ broken-link-checker
1504
- #: includes/parsers.php:109
1505
- msgid "Editing is not implemented in the '%s' parser"
1506
- msgstr "Düzenleme, '% s' ayrıştırıcı içinde uygulanabilir değildir"
1507
-
1508
- # @ broken-link-checker
1509
- #: includes/parsers.php:124
1510
- msgid "Unlinking is not implemented in the '%s' parser"
1511
- msgstr "'% S' ayrıştırıcı bağlantısını kaldırma uygulanabilir değildir"
1512
-
1513
- # @ broken-link-checker
1514
- #: includes/link-query.php:25
1515
- msgid "Broken"
1516
- msgstr "Kırık"
1517
-
1518
- # @ broken-link-checker
1519
- #: includes/link-query.php:27
1520
- msgid "No broken links found"
1521
- msgstr "Kırık bağlantı bulunamadı."
1522
-
1523
- # @ broken-link-checker
1524
- #: includes/link-query.php:34
1525
- msgid "Redirects"
1526
- msgstr "Yönlendirmeler"
1527
-
1528
- # @ broken-link-checker
1529
- #: includes/link-query.php:35
1530
- msgid "Redirected Links"
1531
- msgstr "Yönlendirilen bağlantılar"
1532
-
1533
- # @ broken-link-checker
1534
- #: includes/link-query.php:36
1535
- msgid "No redirects found"
1536
- msgstr "Yönlendirilen bağlantı bulunamadı."
1537
-
1538
- # @ broken-link-checker
1539
- #: includes/link-query.php:44
1540
- msgid "All"
1541
- msgstr "Tüm"
1542
-
1543
- # @ broken-link-checker
1544
- #: includes/link-query.php:45
1545
- msgid "Detected Links"
1546
- msgstr "Bağlantılar bulundu."
1547
-
1548
- # @ broken-link-checker
1549
- #: includes/link-query.php:46
1550
- msgid "No links found (yet)"
1551
- msgstr "Adresler bulunamadı (henüz)"
1552
-
1553
- # @ broken-link-checker
1554
- #: includes/link-query.php:54
1555
- msgid "Search Results"
1556
- msgstr "Arama Sonuçları"
1557
-
1558
- # @ broken-link-checker
1559
- #: includes/link-query.php:55
1560
- #: includes/link-query.php:102
1561
- msgid "No links found for your query"
1562
- msgstr "Sorgulamanızda adres bulunamadı"
1563
-
1564
- # @ default
1565
- #: includes/any-post.php:427
1566
- msgid "Preview &#8220;%s&#8221;"
1567
- msgstr "Önizleme &#8220;%s&#8221;"
1568
-
1569
- # @ default
1570
- #: includes/any-post.php:428
1571
- msgid "Preview"
1572
- msgstr "Önizleme"
1573
-
1574
- # @ default
1575
- #: includes/any-post.php:435
1576
- msgid "View &#8220;%s&#8221;"
1577
- msgstr "Görüntüle &#8220;%s&#8221;"
1578
-
1579
- # @ broken-link-checker
1580
- #: includes/any-post.php:529
1581
- msgid "Updating post %d failed"
1582
- msgstr "Mesaj güncellemesi %d başarısız oldu"
1583
-
1584
- # @ broken-link-checker
1585
- #: includes/any-post.php:711
1586
- msgid "%d post deleted."
1587
- msgid_plural "%d posts deleted."
1588
- msgstr[0] "%d mesaj silindi."
1589
- msgstr[1] "%d mesajlar silindi."
1590
-
1591
- # @ broken-link-checker
1592
- #: includes/any-post.php:713
1593
- msgid "%d page deleted."
1594
- msgid_plural "%d pages deleted."
1595
- msgstr[0] "%d sayfa silindi."
1596
- msgstr[1] "%d sayfalar silindi."
1597
-
1598
- # @ broken-link-checker
1599
- #: includes/any-post.php:715
1600
- msgid "%d \"%s\" deleted."
1601
- msgid_plural "%d \"%s\" deleted."
1602
- msgstr[0] "%d \"%s\" silindi."
1603
- msgstr[1] "%d \"%s\" silindi."
1604
-
1605
- # @ broken-link-checker
1606
- #: includes/any-post.php:734
1607
- msgid "%d post moved to the Trash."
1608
- msgid_plural "%d posts moved to the Trash."
1609
- msgstr[0] "%d mesaj çöp kutusuna taşındı."
1610
- msgstr[1] "%d mesajlar çöp kutusuna taşındı."
1611
-
1612
- # @ broken-link-checker
1613
- #: includes/any-post.php:736
1614
- msgid "%d page moved to the Trash."
1615
- msgid_plural "%d pages moved to the Trash."
1616
- msgstr[0] "%d sayfa çöp kutusuna taşındı."
1617
- msgstr[1] "%d sayfalar çöp kutusuna taşındı."
1618
-
1619
- # @ broken-link-checker
1620
- #: includes/any-post.php:738
1621
- msgid "%d \"%s\" moved to the Trash."
1622
- msgid_plural "%d \"%s\" moved to the Trash."
1623
- msgstr[0] "%d \"%s\" çöp kutusuna taşındı."
1624
- msgstr[1] "%d \"%s\" çöp kutusuna taşındı."
1625
-
1626
- # @ broken-link-checker
1627
- #: includes/containers.php:122
1628
- msgid "%d '%s' has been deleted"
1629
- msgid_plural "%d '%s' have been deleted"
1630
- msgstr[0] "%d '%s' silindi."
1631
- msgstr[1] "%d '%s' silindi."
1632
-
1633
- # @ broken-link-checker
1634
- #: includes/containers.php:873
1635
- #: includes/containers.php:891
1636
- msgid "Container type '%s' not recognized"
1637
- msgstr "Konteyner tipi '%s' tanınmıyor"
1638
-
1639
- # @ broken-link-checker
1640
- #: includes/links.php:215
1641
- msgid "The plugin script was terminated while trying to check the link."
1642
- msgstr "Adresi kontrol etmeye çalıştığınızda eklenti komutu tamamlandı."
1643
-
1644
- # @ broken-link-checker
1645
- #: includes/links.php:261
1646
- msgid "The plugin doesn't know how to check this type of link."
1647
- msgstr "bu bağlantı türünü kontrol etmelisiniz tam olarak ne olduğunu bilmiyor."
1648
-
1649
- # @ broken-link-checker
1650
- #: includes/links.php:349
1651
- msgid "Link is valid."
1652
- msgstr "Bağlantı geçerli."
1653
-
1654
- # @ broken-link-checker
1655
- #: includes/links.php:351
1656
- msgid "Link is broken."
1657
- msgstr "Bağlantı kırık."
1658
-
1659
- # @ broken-link-checker
1660
- #: includes/links.php:564
1661
- #: includes/links.php:666
1662
- #: includes/links.php:693
1663
- msgid "Link is not valid"
1664
- msgstr "Bağlantı geçerli değil."
1665
-
1666
- # @ broken-link-checker
1667
- #: includes/links.php:581
1668
- msgid "This link can not be edited because it is not used anywhere on this site."
1669
- msgstr "Bu bağlantı, bu sitede herhangi bir yerde kullanılmaz, çünkü düzenlenemez."
1670
-
1671
- # @ broken-link-checker
1672
- #: includes/links.php:607
1673
- msgid "Failed to create a DB entry for the new URL."
1674
- msgstr "Yeni bir adres için bir veritabanı girişi oluşturulamadı."
1675
-
1676
- # @ broken-link-checker
1677
- #: includes/links.php:673
1678
- msgid "This link is not a redirect"
1679
- msgstr "Bu bağlantı yönlendirilemez."
1680
-
1681
- # @ broken-link-checker
1682
- #: includes/links.php:720
1683
- #: includes/links.php:757
1684
- msgid "Couldn't delete the link's database record"
1685
- msgstr "Bağlantı veritabanına kayıt silinemedi"
1686
-
1687
- # @ broken-link-checker
1688
- #: includes/links.php:831
1689
- msgctxt "link status"
1690
- msgid "Unknown"
1691
- msgstr "Bilinmeyen"
1692
-
1693
- # @ broken-link-checker
1694
- #: includes/links.php:869
1695
- msgid "Not checked"
1696
- msgstr "Kontrol edilmez"
1697
-
1698
- # @ broken-link-checker
1699
- #: includes/links.php:872
1700
- msgid "False positive"
1701
- msgstr "Yanlış pozitif"
1702
-
1703
- # @ broken-link-checker
1704
- #: includes/extra-strings.php:2
1705
- msgctxt "module name"
1706
- msgid "Basic HTTP"
1707
- msgstr "Basit HTTP"
1708
-
1709
- # @ broken-link-checker
1710
- #: includes/extra-strings.php:3
1711
- msgctxt "module name"
1712
- msgid "Blogroll items"
1713
- msgstr "Blogroll öğeleri"
1714
-
1715
- # @ broken-link-checker
1716
- #: includes/extra-strings.php:4
1717
- msgctxt "module name"
1718
- msgid "Comments"
1719
- msgstr "Yorumlar"
1720
-
1721
- # @ broken-link-checker
1722
- #: includes/extra-strings.php:5
1723
- msgctxt "module name"
1724
- msgid "Custom fields"
1725
- msgstr "Özel alanlar"
1726
-
1727
- # @ broken-link-checker
1728
- #: includes/extra-strings.php:6
1729
- msgctxt "module name"
1730
- msgid "Embedded DailyMotion videos"
1731
- msgstr "Gömülü DailyMotion Videolar"
1732
-
1733
- # @ broken-link-checker
1734
- #: includes/extra-strings.php:7
1735
- msgctxt "module name"
1736
- msgid "Embedded Vimeo videos"
1737
- msgstr "Gömülü Vimeo Videolar"
1738
-
1739
- # @ broken-link-checker
1740
- #: includes/extra-strings.php:8
1741
- msgctxt "module name"
1742
- msgid "Embedded YouTube videos"
1743
- msgstr "Gömülü YouTube Videolar"
1744
-
1745
- # @ broken-link-checker
1746
- #: includes/extra-strings.php:9
1747
- msgctxt "module name"
1748
- msgid "Embedded YouTube videos (old embed code)"
1749
- msgstr "Gömülü YouTube Videolar (Eski Gömülü Kod)"
1750
-
1751
- # @ broken-link-checker
1752
- #: includes/extra-strings.php:10
1753
- msgctxt "module name"
1754
- msgid "HTML images"
1755
- msgstr "HTML Resimler"
1756
-
1757
- # @ broken-link-checker
1758
- #: includes/extra-strings.php:11
1759
- msgctxt "module name"
1760
- msgid "HTML links"
1761
- msgstr "HTML Bağlantılar"
1762
-
1763
- # @ broken-link-checker
1764
- #: includes/extra-strings.php:12
1765
- msgctxt "module name"
1766
- msgid "MediaFire API"
1767
- msgstr "MediaFire API"
1768
-
1769
- # @ broken-link-checker
1770
- #: includes/extra-strings.php:13
1771
- msgctxt "module name"
1772
- msgid "MegaUpload API"
1773
- msgstr "MegaUpload API"
1774
-
1775
- # @ broken-link-checker
1776
- #: includes/extra-strings.php:14
1777
- msgctxt "module name"
1778
- msgid "Plaintext URLs"
1779
- msgstr "Klartext Adresler"
1780
-
1781
- # @ broken-link-checker
1782
- #: includes/extra-strings.php:15
1783
- msgctxt "module name"
1784
- msgid "RapidShare API"
1785
- msgstr "RapidShare API"
1786
-
1787
- # @ broken-link-checker
1788
- #: includes/extra-strings.php:16
1789
- msgctxt "module name"
1790
- msgid "YouTube API"
1791
- msgstr "YouTube API"
1792
-
1793
- # @ broken-link-checker
1794
- #: includes/extra-strings.php:17
1795
- msgctxt "module name"
1796
- msgid "Posts"
1797
- msgstr "Mesajlar"
1798
-
1799
- # @ broken-link-checker
1800
- #: includes/extra-strings.php:18
1801
- msgctxt "module name"
1802
- msgid "Pages"
1803
- msgstr "Sayfalar"
1804
-
1805
- # @ default
1806
- #: includes/utility-class.php:244
1807
- msgid "%d second"
1808
- msgid_plural "%d seconds"
1809
- msgstr[0] "%s Saniye"
1810
- msgstr[1] "%s Saniye"
1811
-
1812
- # @ default
1813
- #: includes/utility-class.php:245
1814
- msgid "%d second ago"
1815
- msgid_plural "%d seconds ago"
1816
- msgstr[0] "Kalan saniye %s"
1817
- msgstr[1] "Kalan saniye %s"
1818
-
1819
- # @ default
1820
- #: includes/utility-class.php:248
1821
- msgid "%d minute"
1822
- msgid_plural "%d minutes"
1823
- msgstr[0] "%d Dakika"
1824
- msgstr[1] "%d Dakika"
1825
-
1826
- # @ default
1827
- #: includes/utility-class.php:249
1828
- msgid "%d minute ago"
1829
- msgid_plural "%d minutes ago"
1830
- msgstr[0] "Kalan Dakika %d"
1831
- msgstr[1] "Kalan Dakika %d"
1832
-
1833
- # @ default
1834
- #: includes/utility-class.php:252
1835
- msgid "%d hour"
1836
- msgid_plural "%d hours"
1837
- msgstr[0] "%d Saat"
1838
- msgstr[1] "%d Saat"
1839
-
1840
- # @ default
1841
- #: includes/utility-class.php:253
1842
- msgid "%d hour ago"
1843
- msgid_plural "%d hours ago"
1844
- msgstr[0] "%d Stunde vergangen"
1845
- msgstr[1] "Kalan saat %d "
1846
-
1847
- # @ default
1848
- #: includes/utility-class.php:256
1849
- msgid "%d day"
1850
- msgid_plural "%d days"
1851
- msgstr[0] "%d Gün"
1852
- msgstr[1] "%d Gün"
1853
-
1854
- # @ default
1855
- #: includes/utility-class.php:257
1856
- msgid "%d day ago"
1857
- msgid_plural "%d days ago"
1858
- msgstr[0] "Kontrol için %d gün kaldı. "
1859
- msgstr[1] "Kontrol için %d gün kaldı. "
1860
-
1861
- # @ default
1862
- #: includes/utility-class.php:260
1863
- msgid "%d month"
1864
- msgid_plural "%d months"
1865
- msgstr[0] "%d Ay"
1866
- msgstr[1] "%d Ay"
1867
-
1868
- # @ default
1869
- #: includes/utility-class.php:261
1870
- msgid "%d month ago"
1871
- msgid_plural "%d months ago"
1872
- msgstr[0] "Kalan ay %d"
1873
- msgstr[1] "Kalan ay %d"
1874
-
1875
- # @ broken-link-checker
1876
- #: includes/instances.php:102
1877
- #: includes/instances.php:158
1878
- msgid "Container %s[%d] not found"
1879
- msgstr "konteynerr %s[%d] Bulunamadı"
1880
-
1881
- # @ broken-link-checker
1882
- #: includes/instances.php:111
1883
- #: includes/instances.php:167
1884
- msgid "Parser '%s' not found."
1885
- msgstr "Ayrıştırıcı '%s' Bulunamadı."
1886
-
1887
- #. Plugin URI of the plugin/theme
1888
- msgid "http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/"
1889
- msgstr "http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/"
1890
-
1891
- #. Description of the plugin/theme
1892
- msgid "Checks your blog for broken links and missing images and notifies you on the dashboard if any are found."
1893
- msgstr "Kırık bağlantıları ve eksik görüntüler blogunuza denetler ve herhangi biri varsa, pano sizi uyarır."
1894
-
1895
- #. Author of the plugin/theme
1896
- msgid "Janis Elsts"
1897
- msgstr "Çeviren: Murat DURGUN"
1898
-
1899
- #. Author URI of the plugin/theme
1900
- msgid "http://w-shadow.com/blog/"
1901
- msgstr "http://www.lanwifi.net/"
1902
-
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Broken Link Checker | V1.3.1\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/broken-link-checker\n"
5
+ "POT-Creation-Date: 2011-08-25 16:05:37+00:00\n"
6
+ "PO-Revision-Date: 2012-12-21 10:09+0200\n"
7
+ "Last-Translator: Janis Elsts <whiteshadow@w-shadow.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: German\n"
14
+ "X-Poedit-Country: SWITZERLAND\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Textdomain-Support: yes\n"
18
+ "X-Poedit-Basepath: .\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ # @ broken-link-checker
22
+ #: modules/containers/dummy.php:34
23
+ #: modules/containers/dummy.php:45
24
+ msgid "I don't know how to edit a '%s' [%d]."
25
+ msgstr "Düzenlemek için ne yapmam gerektiğini bilmiyorum. '%s' [%d]"
26
+
27
+ # @ broken-link-checker
28
+ #: modules/containers/custom_field.php:84
29
+ msgid "Failed to update the meta field '%s' on %s [%d]"
30
+ msgstr "Meta alanında '%s' güncelleştirilemedi. %s [%d] "
31
+
32
+ # @ broken-link-checker
33
+ #: modules/containers/custom_field.php:110
34
+ msgid "Failed to delete the meta field '%s' on %s [%d]"
35
+ msgstr "Meta alanında '%s' silinemedi. %s [%d]"
36
+
37
+ # @ default
38
+ #: modules/containers/custom_field.php:187
39
+ msgid "Edit this post"
40
+ msgstr "Bu yazıyı düzenle"
41
+
42
+ # @ default
43
+ #: modules/containers/custom_field.php:197
44
+ #: includes/any-post.php:455
45
+ msgid "Edit this item"
46
+ msgstr "Bu öğeyi düzenle"
47
+
48
+ # @ default
49
+ #: modules/containers/custom_field.php:197
50
+ #: modules/containers/blogroll.php:46
51
+ #: modules/containers/comment.php:153
52
+ #: includes/any-post.php:397
53
+ msgid "Edit"
54
+ msgstr "Düzenle"
55
+
56
+ # @ default
57
+ #: modules/containers/custom_field.php:203
58
+ #: includes/any-post.php:405
59
+ msgid "Move this item to the Trash"
60
+ msgstr "Bu öğeyi çöp kutusuna taşıyın."
61
+
62
+ # @ default
63
+ #: modules/containers/custom_field.php:205
64
+ #: includes/any-post.php:407
65
+ msgid "Trash"
66
+ msgstr "Çöp"
67
+
68
+ # @ default
69
+ #: modules/containers/custom_field.php:210
70
+ #: includes/any-post.php:412
71
+ msgid "Delete this item permanently"
72
+ msgstr "Öğeyi kalıcı olarak sil"
73
+
74
+ # @ default
75
+ #: modules/containers/custom_field.php:212
76
+ #: modules/containers/blogroll.php:47
77
+ #: includes/any-post.php:414
78
+ msgid "Delete"
79
+ msgstr "Sil"
80
+
81
+ # @ broken-link-checker
82
+ #: modules/containers/custom_field.php:217
83
+ msgid "View \"%s\""
84
+ msgstr "Görüntüle \"%s\""
85
+
86
+ # @ default
87
+ #: modules/containers/custom_field.php:217
88
+ #: modules/containers/comment.php:166
89
+ #: includes/any-post.php:436
90
+ msgid "View"
91
+ msgstr "Görüntüle"
92
+
93
+ # @ broken-link-checker
94
+ #: modules/containers/custom_field.php:284
95
+ #: includes/any-post.php:564
96
+ msgid "Failed to delete post \"%s\" (%d)"
97
+ msgstr "Makalenin silinmesi \"%s\" (%d) başarısız oldu."
98
+
99
+ # @ broken-link-checker
100
+ #: modules/containers/custom_field.php:303
101
+ #: includes/any-post.php:583
102
+ msgid "Can't move post \"%s\" (%d) to the trash because the trash feature is disabled"
103
+ msgstr "Mesaj çöp kutusuna taşınamaz \"%s\" (%d) çünkü çöp kutusu devre dışı bırakılmıştır."
104
+
105
+ # @ broken-link-checker
106
+ #: modules/containers/custom_field.php:322
107
+ #: includes/any-post.php:603
108
+ msgid "Failed to move post \"%s\" (%d) to the trash"
109
+ msgstr "Bu yazı \"%s\" (%d) çöp kutusuna taşınamadı."
110
+
111
+ # @ broken-link-checker
112
+ #: modules/containers/blogroll.php:21
113
+ msgid "Bookmark"
114
+ msgstr "Yer imleri"
115
+
116
+ # @ broken-link-checker
117
+ #: modules/containers/blogroll.php:27
118
+ #: modules/containers/blogroll.php:46
119
+ msgid "Edit this bookmark"
120
+ msgstr "Yer imleri düzenle"
121
+
122
+ # @ default
123
+ #: modules/containers/blogroll.php:47
124
+ msgid ""
125
+ "You are about to delete this link '%s'\n"
126
+ " 'Cancel' to stop, 'OK' to delete."
127
+ msgstr ""
128
+ "Bu bağlantıyı '%s'\n"
129
+ " silmek üzeresiniz silmek için 'Tamam', iptal etmek için 'İptal'"
130
+
131
+ # @ broken-link-checker
132
+ #: modules/containers/blogroll.php:83
133
+ #: modules/containers/comment.php:43
134
+ #: includes/any-post.php:519
135
+ msgid "Nothing to update"
136
+ msgstr "Güncelleme malesef bulunamadı."
137
+
138
+ # @ broken-link-checker
139
+ #: modules/containers/blogroll.php:97
140
+ msgid "Updating bookmark %d failed"
141
+ msgstr "Yer imleri %d güncellenemedi."
142
+
143
+ # @ broken-link-checker
144
+ #: modules/containers/blogroll.php:128
145
+ msgid "Failed to delete blogroll link \"%s\" (%d)"
146
+ msgstr "Blogroll bağlantısı silinmesi \"%s\" (%d) başarısız oldu."
147
+
148
+ # @ broken-link-checker
149
+ #: modules/containers/blogroll.php:298
150
+ msgid "%d blogroll link deleted."
151
+ msgid_plural "%d blogroll links deleted."
152
+ msgstr[0] "%d Blogroll bağlantısı silindi."
153
+ msgstr[1] "%d Blogroll bağlantılar silindi."
154
+
155
+ # @ broken-link-checker
156
+ #: modules/containers/comment.php:53
157
+ msgid "Updating comment %d failed"
158
+ msgstr "Yorum güncellenmesi %d yapılamadı."
159
+
160
+ # @ broken-link-checker
161
+ #: modules/containers/comment.php:74
162
+ msgid "Failed to delete comment %d"
163
+ msgstr "Yorum silinemedi. %d"
164
+
165
+ # @ broken-link-checker
166
+ #: modules/containers/comment.php:95
167
+ msgid "Can't move comment %d to the trash"
168
+ msgstr "Yorumlar %d çöp kutusuna taşınamadı."
169
+
170
+ # @ default
171
+ #: modules/containers/comment.php:153
172
+ #: modules/containers/comment.php:195
173
+ msgid "Edit comment"
174
+ msgstr "Yorumu düzenle"
175
+
176
+ # @ default
177
+ #: modules/containers/comment.php:160
178
+ msgid "Delete Permanently"
179
+ msgstr "Kalıcı olarak sil"
180
+
181
+ # @ default
182
+ #: modules/containers/comment.php:162
183
+ msgid "Move this comment to the trash"
184
+ msgstr "%d Bu Yorumu çöp kutusuna taşı"
185
+
186
+ # @ default
187
+ #: modules/containers/comment.php:162
188
+ msgctxt "verb"
189
+ msgid "Trash"
190
+ msgstr "Çöp kutusu"
191
+
192
+ # @ broken-link-checker
193
+ #: modules/containers/comment.php:166
194
+ msgid "View comment"
195
+ msgstr "Yorumu görüntüle"
196
+
197
+ # @ broken-link-checker
198
+ #: modules/containers/comment.php:183
199
+ msgid "Comment"
200
+ msgstr "Yorum"
201
+
202
+ # @ broken-link-checker
203
+ #: modules/containers/comment.php:371
204
+ msgid "%d comment has been deleted."
205
+ msgid_plural "%d comments have been deleted."
206
+ msgstr[0] "%d yorum silindi."
207
+ msgstr[1] "%d yorumlar silindi."
208
+
209
+ # @ broken-link-checker
210
+ #: modules/containers/comment.php:390
211
+ msgid "%d comment moved to the Trash."
212
+ msgid_plural "%d comments moved to the Trash."
213
+ msgstr[0] "%d Yorum çöp kutusuna taşındı."
214
+ msgstr[1] "%d Yorumlar çöp kutusuna taşındı."
215
+
216
+ # @ broken-link-checker
217
+ #: modules/checkers/http.php:242
218
+ msgid "Server Not Found"
219
+ msgstr "Sunucu bulunamadı."
220
+
221
+ # @ broken-link-checker
222
+ #: modules/checkers/http.php:257
223
+ msgid "Connection Failed"
224
+ msgstr "Bağlantı başarısız."
225
+
226
+ # @ link status
227
+ # @ broken-link-checker
228
+ #: modules/checkers/http.php:263
229
+ #: modules/extras/mediafire.php:96
230
+ #: includes/links.php:845
231
+ msgid "Unknown Error"
232
+ msgstr "Bilinmeyen hata"
233
+
234
+ # @ broken-link-checker
235
+ #: modules/checkers/http.php:292
236
+ #: modules/checkers/http.php:362
237
+ msgid "HTTP code : %d"
238
+ msgstr "HTTP kodu: %d"
239
+
240
+ # @ broken-link-checker
241
+ #: modules/checkers/http.php:294
242
+ #: modules/checkers/http.php:364
243
+ msgid "(No response)"
244
+ msgstr "(Yanıt yok)"
245
+
246
+ # @ broken-link-checker
247
+ #: modules/checkers/http.php:300
248
+ msgid "Most likely the connection timed out or the domain doesn't exist."
249
+ msgstr "Muhtemelen bağlantı zaman aşımına veya etki alanı yok."
250
+
251
+ # @ broken-link-checker
252
+ #: modules/checkers/http.php:371
253
+ msgid "Request timed out."
254
+ msgstr "İstek zaman aşımına uğradı."
255
+
256
+ # @ broken-link-checker
257
+ #: modules/checkers/http.php:389
258
+ msgid "Using Snoopy"
259
+ msgstr "Snoopy kullanır"
260
+
261
+ # @ broken-link-checker
262
+ #: modules/parsers/image.php:159
263
+ msgid "Image"
264
+ msgstr "Fotoğraf"
265
+
266
+ # @ broken-link-checker
267
+ #: modules/parsers/metadata.php:117
268
+ msgid "Custom field"
269
+ msgstr "Özel Alan"
270
+
271
+ # @ broken-link-checker
272
+ #: modules/extras/youtube-iframe.php:25
273
+ #: modules/extras/youtube-embed.php:24
274
+ msgid "YouTube Video"
275
+ msgstr "YouTube Video"
276
+
277
+ # @ broken-link-checker
278
+ #: modules/extras/youtube-iframe.php:26
279
+ #: modules/extras/youtube-embed.php:25
280
+ msgid "Embedded YouTube video"
281
+ msgstr "Gömülü YouTube videosu"
282
+
283
+ # @ broken-link-checker
284
+ #: modules/extras/dailymotion-embed.php:23
285
+ msgid "DailyMotion Video"
286
+ msgstr "DailyMotion Video"
287
+
288
+ # @ broken-link-checker
289
+ #: modules/extras/dailymotion-embed.php:24
290
+ msgid "Embedded DailyMotion video"
291
+ msgstr "Gömülü DailyMotion Videosu"
292
+
293
+ # @ broken-link-checker
294
+ #: modules/extras/rapidshare.php:142
295
+ #: modules/extras/mediafire.php:91
296
+ #: modules/extras/megaupload.php:109
297
+ msgid "Not Found"
298
+ msgstr "Bulunamadı"
299
+
300
+ # @ broken-link-checker
301
+ #: modules/extras/rapidshare.php:148
302
+ #: modules/extras/rapidshare.php:154
303
+ #: modules/extras/rapidshare.php:181
304
+ #: modules/extras/megaupload.php:101
305
+ #: includes/links.php:875
306
+ msgctxt "link status"
307
+ msgid "OK"
308
+ msgstr "TAMAM"
309
+
310
+ # @ broken-link-checker
311
+ #: modules/extras/rapidshare.php:161
312
+ msgid "RS Server Down"
313
+ msgstr "RS sunucu düşük"
314
+
315
+ # @ broken-link-checker
316
+ #: modules/extras/rapidshare.php:168
317
+ msgid "File Blocked"
318
+ msgstr "Dosya engellendi"
319
+
320
+ #: modules/extras/rapidshare.php:175
321
+ msgid "File Locked"
322
+ msgstr "Dosya kilitli"
323
+
324
+ # @ broken-link-checker
325
+ #: modules/extras/rapidshare.php:186
326
+ msgid "RapidShare : %s"
327
+ msgstr "RapidShare: %s"
328
+
329
+ # @ broken-link-checker
330
+ #: modules/extras/rapidshare.php:192
331
+ msgid "RapidShare API error: %s"
332
+ msgstr "RapidShare API hata: %s"
333
+
334
+ #: modules/extras/embed-parser-base.php:182
335
+ msgid "Embedded videos can't be edited using Broken Link Checker. Please edit or replace the video in question manually."
336
+ msgstr "Bu gömülü video çalışmadığından Kırık Bağlantı Bildirici tarafından düzenlenemez. Lütfen söz konusu bu video düzentin veya değiştirin."
337
+
338
+ # @ broken-link-checker
339
+ #: modules/extras/vimeo-embed.php:24
340
+ msgid "Vimeo Video"
341
+ msgstr "Vimeo Video"
342
+
343
+ # @ broken-link-checker
344
+ #: modules/extras/vimeo-embed.php:25
345
+ msgid "Embedded Vimeo video"
346
+ msgstr "Gömülü Vimeo Videosu"
347
+
348
+ # @ broken-link-checker
349
+ #: modules/extras/youtube.php:63
350
+ #: modules/extras/youtube.php:66
351
+ msgid "Video Not Found"
352
+ msgstr "Video bulunamadı."
353
+
354
+ #: modules/extras/youtube.php:74
355
+ msgid "Video Removed"
356
+ msgstr "Video kaldırıldı."
357
+
358
+ #: modules/extras/youtube.php:82
359
+ msgid "Invalid Video ID"
360
+ msgstr "Geçersiz video kimliği"
361
+
362
+ #: modules/extras/youtube.php:94
363
+ msgid "Video OK"
364
+ msgstr "Video TAMAM"
365
+
366
+ # @ broken-link-checker
367
+ #: modules/extras/youtube.php:95
368
+ #: modules/extras/youtube.php:122
369
+ msgid "OK"
370
+ msgstr "TAMAM"
371
+
372
+ #: modules/extras/youtube.php:108
373
+ msgid "Video status : %s%s"
374
+ msgstr "Video durumu : %s%s"
375
+
376
+ #: modules/extras/youtube.php:127
377
+ msgid "Video Restricted"
378
+ msgstr "Kısıtlı video"
379
+
380
+ #: modules/extras/youtube.php:144
381
+ msgid "Unknown YouTube API response received."
382
+ msgstr "Bilinmeyen YouTube API yanıtı aldı."
383
+
384
+ #: modules/extras/megaupload.php:116
385
+ msgid "File Temporarily Unavailable"
386
+ msgstr "Geçici dosya bulunamadı."
387
+
388
+ #: modules/extras/megaupload.php:122
389
+ msgid "API Error"
390
+ msgstr "API Hatası"
391
+
392
+ # @ default
393
+ #: core/init.php:230
394
+ msgid "Once Weekly"
395
+ msgstr "Haftada bir"
396
+
397
+ # @ default
398
+ #: core/init.php:236
399
+ msgid "Twice a Month"
400
+ msgstr "Ayda iki defa"
401
+
402
+ # @ broken-link-checker
403
+ #: core/init.php:305
404
+ msgid "Broken Link Checker installation failed. Try deactivating and then reactivating the plugin."
405
+ msgstr "Kırık Bağlantı Bildirici yükleme başarısız oldu. Eklentiyi devre dışı bırakın ve sonra yeniden etkinleştirin."
406
+
407
+ # @ broken-link-checker
408
+ #: core/core.php:146
409
+ #: includes/admin/links-page-js.php:37
410
+ msgid "Loading..."
411
+ msgstr "Yükleniyor..."
412
+
413
+ # @ broken-link-checker
414
+ #: core/core.php:170
415
+ #: includes/admin/options-page-js.php:18
416
+ msgid "[ Network error ]"
417
+ msgstr "[ Ağ Hatası ]"
418
+
419
+ # @ broken-link-checker
420
+ #: core/core.php:195
421
+ msgid "Automatically expand the widget if broken links have been detected"
422
+ msgstr "Otomatik olarak Widget üzerinde kırık adres tespit edildi."
423
+
424
+ # @ broken-link-checker
425
+ #: core/core.php:317
426
+ msgid "Link Checker Settings"
427
+ msgstr "Bağlantı Bildirici Ayarları"
428
+
429
+ # @ broken-link-checker
430
+ #: core/core.php:318
431
+ msgid "Link Checker"
432
+ msgstr "Bağlantı Bildirici"
433
+
434
+ # @ broken-link-checker
435
+ #: core/core.php:323
436
+ #: includes/link-query.php:26
437
+ msgid "Broken Links"
438
+ msgstr "Kırık Bağlantılar"
439
+
440
+ # @ broken-link-checker
441
+ #: core/core.php:339
442
+ msgid "View Broken Links"
443
+ msgstr "Kırık Bağlantıları görüntüle"
444
+
445
+ #: core/core.php:354
446
+ msgid "Feedback"
447
+ msgstr "Geri besleme"
448
+
449
+ # @ default
450
+ #: core/core.php:366
451
+ msgid "Go to Settings"
452
+ msgstr "Ayarlara git"
453
+
454
+ # @ broken-link-checker
455
+ #: core/core.php:373
456
+ msgid "Go to Broken Links"
457
+ msgstr "Krık bağlantılara git"
458
+
459
+ # @ default
460
+ #: core/core.php:402
461
+ msgid "Settings"
462
+ msgstr "Ayarlar"
463
+
464
+ # @ broken-link-checker
465
+ #: core/core.php:414
466
+ #: core/core.php:1182
467
+ msgid "Error: The plugin's database tables are not up to date! (Current version : %d, expected : %d)"
468
+ msgstr "Hata: Eklenti veritabanı tablosu güncel değil! (Mevcut sürümü: %d, Yeni sürümü: %d)"
469
+
470
+ # @ broken-link-checker
471
+ #: core/core.php:418
472
+ #: core/core.php:1186
473
+ msgid "Try deactivating and then reactivating the plugin."
474
+ msgstr "Eklentiyi devre dışı bırakın ve daha sonra yeniden etkinleştirin."
475
+
476
+ # @ broken-link-checker
477
+ #: core/core.php:551
478
+ msgid "Settings saved."
479
+ msgstr "Ayarlar kaydedildi."
480
+
481
+ #: core/core.php:557
482
+ msgid "Thank you for your donation!"
483
+ msgstr "Bağış ettiğinizden dolayı teşekkür ederim."
484
+
485
+ # @ broken-link-checker
486
+ #: core/core.php:564
487
+ msgid "Complete site recheck started."
488
+ msgstr "Web siteniz incelemeye yeniden başlatıldı."
489
+
490
+ # @ broken-link-checker
491
+ #: core/core.php:573
492
+ msgid "Details"
493
+ msgstr "Ayrıntılar"
494
+
495
+ # @ broken-link-checker
496
+ #: core/core.php:587
497
+ msgid "General"
498
+ msgstr "Genel"
499
+
500
+ # @ broken-link-checker
501
+ #: core/core.php:588
502
+ msgid "Look For Links In"
503
+ msgstr "Kırık Bağlantı Aranan İçerikler"
504
+
505
+ # @ broken-link-checker
506
+ #: core/core.php:589
507
+ msgid "Which Links To Check"
508
+ msgstr "Aranılan Bağlantılar Türleri"
509
+
510
+ # @ broken-link-checker
511
+ #: core/core.php:590
512
+ msgid "Protocols & APIs"
513
+ msgstr "Protokoller ve API'ler"
514
+
515
+ # @ broken-link-checker
516
+ #: core/core.php:591
517
+ msgid "Advanced"
518
+ msgstr "Gelişmiş"
519
+
520
+ # @ broken-link-checker
521
+ #: core/core.php:606
522
+ msgid "Broken Link Checker Options"
523
+ msgstr "Kırık bağlantı Bildirici Seçenekleri"
524
+
525
+ # @ broken-link-checker
526
+ #: core/core.php:648
527
+ #: includes/admin/table-printer.php:168
528
+ msgid "Status"
529
+ msgstr "Durum"
530
+
531
+ # @ broken-link-checker
532
+ #: core/core.php:650
533
+ #: includes/admin/options-page-js.php:56
534
+ msgid "Show debug info"
535
+ msgstr "Hata ayıklama bilgisi"
536
+
537
+ # @ broken-link-checker
538
+ #: core/core.php:678
539
+ msgid "Check each link"
540
+ msgstr "Bağlantıyı otomatik kontrol et"
541
+
542
+ # @ broken-link-checker
543
+ #: core/core.php:683
544
+ msgid "Every %s hours"
545
+ msgstr "Her %s saate"
546
+
547
+ # @ broken-link-checker
548
+ #: core/core.php:692
549
+ msgid "Existing links will be checked this often. New links will usually be checked ASAP."
550
+ msgstr "Mevcut bağlantıları belirtilen saate kontrol edilecektir. Yeni bağlantılar genellikle kısa sürede kontrol edilecektir."
551
+
552
+ # @ broken-link-checker
553
+ #: core/core.php:699
554
+ msgid "E-mail notifications"
555
+ msgstr "E-posta ile bildir"
556
+
557
+ # @ broken-link-checker
558
+ #: core/core.php:705
559
+ msgid "Send me e-mail notifications about newly detected broken links"
560
+ msgstr "Kırık bağlantı tespit edildiğinde bana e-posta ile bildir."
561
+
562
+ # @ broken-link-checker
563
+ #: core/core.php:712
564
+ msgid "Link tweaks"
565
+ msgstr "Bağlantıyı düzenle"
566
+
567
+ # @ broken-link-checker
568
+ #: core/core.php:718
569
+ msgid "Apply custom formatting to broken links"
570
+ msgstr "Kırık bağlantılar için özel biçimlendirme uygula"
571
+
572
+ # @ broken-link-checker
573
+ #: core/core.php:722
574
+ #: core/core.php:750
575
+ msgid "Edit CSS"
576
+ msgstr "CSS Düzenle"
577
+
578
+ # @ broken-link-checker
579
+ #: core/core.php:746
580
+ msgid "Apply custom formatting to removed links"
581
+ msgstr "Silinen bağlantılar için özel biçimlendirme uygula"
582
+
583
+ # @ broken-link-checker
584
+ #: core/core.php:774
585
+ msgid "Stop search engines from following broken links"
586
+ msgstr "Arama motorlarında kırık bağlantıları indekslemelerine izin verme."
587
+
588
+ # @ broken-link-checker
589
+ #: core/core.php:791
590
+ msgid "Look for links in"
591
+ msgstr "Aranan İçerikler"
592
+
593
+ # @ broken-link-checker
594
+ #: core/core.php:802
595
+ msgid "Post statuses"
596
+ msgstr "Aranılan Mesajlar"
597
+
598
+ # @ broken-link-checker
599
+ #: core/core.php:835
600
+ msgid "Link types"
601
+ msgstr "Bağlantı türleri"
602
+
603
+ # @ broken-link-checker
604
+ #: core/core.php:841
605
+ msgid "Error : All link parsers missing!"
606
+ msgstr "Hata: Tüm bağlantı ayrıştırıcıları eksik!"
607
+
608
+ # @ broken-link-checker
609
+ #: core/core.php:848
610
+ msgid "Exclusion list"
611
+ msgstr "Yoksay listesi"
612
+
613
+ # @ broken-link-checker
614
+ #: core/core.php:849
615
+ msgid "Don't check links where the URL contains any of these words (one per line) :"
616
+ msgstr "Adres içindeki kelimelerin nerede olduğunu kontrol et (Her satırdaki):"
617
+
618
+ # @ broken-link-checker
619
+ #: core/core.php:867
620
+ msgid "Check links using"
621
+ msgstr "Bu Bağlantıları Kontrol Et"
622
+
623
+ # @ broken-link-checker
624
+ #: core/core.php:886
625
+ #: includes/links.php:849
626
+ msgid "Timeout"
627
+ msgstr "Zaman aşımı"
628
+
629
+ # @ broken-link-checker
630
+ # @ default
631
+ #: core/core.php:892
632
+ #: core/core.php:938
633
+ #: core/core.php:2743
634
+ msgid "%s seconds"
635
+ msgstr "%s Saniye"
636
+
637
+ # @ broken-link-checker
638
+ #: core/core.php:901
639
+ msgid "Links that take longer than this to load will be marked as broken."
640
+ msgstr "Yükleme uzun sürebilir bağlantılar kırık olarak işaretlenmiş olacak"
641
+
642
+ # @ broken-link-checker
643
+ #: core/core.php:908
644
+ msgid "Link monitor"
645
+ msgstr "Bağlantı izleyicisi"
646
+
647
+ # @ broken-link-checker
648
+ #: core/core.php:916
649
+ msgid "Run continuously while the Dashboard is open"
650
+ msgstr "Ana Giriş Paneli açık ise, kesintisiz çalıştırın"
651
+
652
+ # @ broken-link-checker
653
+ #: core/core.php:924
654
+ msgid "Run hourly in the background"
655
+ msgstr "Arka planda saatlik olarak çalıştır"
656
+
657
+ # @ broken-link-checker
658
+ #: core/core.php:932
659
+ msgid "Max. execution time"
660
+ msgstr "Max. yürütme zamanı"
661
+
662
+ # @ broken-link-checker
663
+ #: core/core.php:949
664
+ msgid "The plugin works by periodically launching a background job that parses your posts for links, checks the discovered URLs, and performs other time-consuming tasks. Here you can set for how long, at most, the link monitor may run each time before stopping."
665
+ msgstr "Eklenti arka planda düzenli aralıkla çalışır. Mesajınızı analiz edilecektir. Bağlantıları kontrol ve diğer zaman alan görevleri gerçekleştirecektir. Durdurabilir ve daha sonra çalıştırabilirsiniz."
666
+
667
+ # @ broken-link-checker
668
+ #: core/core.php:958
669
+ msgid "Server load limit"
670
+ msgstr "Sunucu yüklenme sınırı"
671
+
672
+ #: core/core.php:973
673
+ msgid "Current load : %s"
674
+ msgstr "Mevcut yüklenme: % s"
675
+
676
+ # @ broken-link-checker
677
+ #: core/core.php:978
678
+ msgid "Link checking will be suspended if the average <a href=\"%s\">server load</a> rises above this number. Leave this field blank to disable load limiting."
679
+ msgstr "Bağlantıyı kontrol ettikten sonra beklemede olacak, eğer ortalama bir <a href=\"%s\"> sunucu yük </ a> bu sayı üzerinde yükselmektedir. Yük sınırlayıcı devre dışı bırakmak için bu alanı boş bırakın."
680
+
681
+ # @ broken-link-checker
682
+ #: core/core.php:987
683
+ msgid "Not available"
684
+ msgstr "Mevcut değil"
685
+
686
+ # @ broken-link-checker
687
+ #: core/core.php:989
688
+ msgid "Load limiting only works on Linux-like systems where <code>/proc/loadavg</code> is present and accessible."
689
+ msgstr "Linux gibi işetim sistemlerde çalışır yük sınırlayan <code> / proc / loadavg </ code>, mevcut ve erişilebilir."
690
+
691
+ # @ broken-link-checker
692
+ #: core/core.php:997
693
+ msgid "Forced recheck"
694
+ msgstr "Yeniden değerlendirilecek"
695
+
696
+ # @ broken-link-checker
697
+ #: core/core.php:1000
698
+ msgid "Re-check all pages"
699
+ msgstr "Tekrar tüm sayfaları kontrol edin"
700
+
701
+ # @ broken-link-checker
702
+ #: core/core.php:1004
703
+ msgid "The \"Nuclear Option\". Click this button to make the plugin empty its link database and recheck the entire site from scratch."
704
+ msgstr " \"Nuclear Option\". Kurulu ayarların yeniden inşa etmek için eklenti veritabanı bağlantı için Butona tıklatın."
705
+
706
+ # @ default
707
+ #: core/core.php:1015
708
+ msgid "Save Changes"
709
+ msgstr "Değişiklikleri kaydet"
710
+
711
+ # @ broken-link-checker
712
+ #: core/core.php:1066
713
+ msgid "Configure"
714
+ msgstr "Yapılandırın"
715
+
716
+ # @ broken-link-checker
717
+ #: core/core.php:1148
718
+ msgid "Check URLs entered in these custom fields (one per line) :"
719
+ msgstr "Aşağıdaki bağlantıları kontrol edin (Satır başındaki):"
720
+
721
+ # @ broken-link-checker
722
+ #: core/core.php:1283
723
+ #: core/core.php:1364
724
+ #: core/core.php:1396
725
+ msgid "Database error : %s"
726
+ msgstr "Veritabanı hatası: %s"
727
+
728
+ # @ broken-link-checker
729
+ #: core/core.php:1346
730
+ msgid "You must enter a filter name!"
731
+ msgstr "Bir filtre adı girmeniz gerekir!"
732
+
733
+ # @ broken-link-checker
734
+ #: core/core.php:1350
735
+ msgid "Invalid search query."
736
+ msgstr "Geçersiz sorgu."
737
+
738
+ # @ broken-link-checker
739
+ #: core/core.php:1359
740
+ msgid "Filter \"%s\" created"
741
+ msgstr "Filitre \"%s\" oluşturuldu."
742
+
743
+ # @ broken-link-checker
744
+ #: core/core.php:1386
745
+ msgid "Filter ID not specified."
746
+ msgstr "Filtre kimliği belirtilmedi."
747
+
748
+ # @ broken-link-checker
749
+ #: core/core.php:1393
750
+ msgid "Filter deleted"
751
+ msgstr "Filitre silindi."
752
+
753
+ # @ broken-link-checker
754
+ #: core/core.php:1440
755
+ msgid "Replaced %d redirect with a direct link"
756
+ msgid_plural "Replaced %d redirects with direct links"
757
+ msgstr[0] "Değiştirilen %d bağlantı doğrudan yönlendirildi."
758
+ msgstr[1] "Değiştirilen %d bağlantılar doğrudan yönlendirildi."
759
+
760
+ # @ broken-link-checker
761
+ #: core/core.php:1451
762
+ msgid "Failed to fix %d redirect"
763
+ msgid_plural "Failed to fix %d redirects"
764
+ msgstr[0] " %d yönlendirme başarısız"
765
+ msgstr[1] " %d yönlendirmeler başarısız"
766
+
767
+ # @ broken-link-checker
768
+ #: core/core.php:1462
769
+ msgid "None of the selected links are redirects!"
770
+ msgstr "Seçilen bağlantıların hiçbiri doğrudan yönlendirilemedi."
771
+
772
+ # @ broken-link-checker
773
+ #: core/core.php:1540
774
+ msgid "%d link updated."
775
+ msgid_plural "%d links updated."
776
+ msgstr[0] "%d bağlantı güncellendi."
777
+ msgstr[1] "%d bağlantılar güncellendi."
778
+
779
+ # @ broken-link-checker
780
+ #: core/core.php:1551
781
+ msgid "Failed to update %d link."
782
+ msgid_plural "Failed to update %d links."
783
+ msgstr[0] "%d bağlantı güncellenemedi."
784
+ msgstr[1] "%d bağlantılar güncellenemedi."
785
+
786
+ # @ broken-link-checker
787
+ #: core/core.php:1605
788
+ msgid "%d link removed"
789
+ msgid_plural "%d links removed"
790
+ msgstr[0] "%d bağlantı silindi."
791
+ msgstr[1] "%d bağlantılar silindi."
792
+
793
+ # @ broken-link-checker
794
+ #: core/core.php:1616
795
+ msgid "Failed to remove %d link"
796
+ msgid_plural "Failed to remove %d links"
797
+ msgstr[0] "%d bağlantı silinemedi."
798
+ msgstr[1] "%d bağlantılar silinemedi."
799
+
800
+ # @ default
801
+ #: core/core.php:1725
802
+ msgid "%d item was skipped because it can't be moved to the Trash. You need to delete it manually."
803
+ msgid_plural "%d items were skipped because they can't be moved to the Trash. You need to delete them manually."
804
+ msgstr[0] "%d öğe atlandı, çünkü çöp kutusuna taşınamadı. Elle silmek gerekiyor."
805
+ msgstr[1] "%d öğeler atlandı, çünkü çöp kutusuna taşınamadı. Elle silmek gerekiyor."
806
+
807
+ # @ broken-link-checker
808
+ #: core/core.php:1747
809
+ msgid "Didn't find anything to delete!"
810
+ msgstr "Silmek için hiçbir şey bulunamadı!"
811
+
812
+ # @ broken-link-checker
813
+ #: core/core.php:1774
814
+ msgid "%d link scheduled for rechecking"
815
+ msgid_plural "%d links scheduled for rechecking"
816
+ msgstr[0] "%d Bağlantı yeniden yapılandırıldı"
817
+ msgstr[1] "%d Bağlantılar yeniden yapılandırıldı"
818
+
819
+ # @ broken-link-checker
820
+ #: core/core.php:1820
821
+ #: core/core.php:2424
822
+ msgid "This link was manually marked as working by the user."
823
+ msgstr "Bu bağlantı, kullanıcı tarafından manuel olarak çalıştırıldı."
824
+
825
+ # @ broken-link-checker
826
+ #: core/core.php:1827
827
+ msgid "Couldn't modify link %d"
828
+ msgstr "Bu bağlantı %d değiştirilemedi."
829
+
830
+ # @ broken-link-checker
831
+ #: core/core.php:1837
832
+ msgid "%d link marked as not broken"
833
+ msgid_plural "%d links marked as not broken"
834
+ msgstr[0] "%d Seçili bağlantı kırık değil"
835
+ msgstr[1] "%d Seçili bağlantılar kırık değil"
836
+
837
+ # @ broken-link-checker
838
+ #: core/core.php:1877
839
+ msgid "Table columns"
840
+ msgstr "Tablo sütunları"
841
+
842
+ # @ default
843
+ #: core/core.php:1896
844
+ msgid "Show on screen"
845
+ msgstr "Ekranda görüntüle"
846
+
847
+ # @ broken-link-checker
848
+ #: core/core.php:1903
849
+ msgid "links"
850
+ msgstr "Bağlantıyı görüntüle"
851
+
852
+ # @ default
853
+ # @ broken-link-checker
854
+ #: core/core.php:1904
855
+ #: includes/admin/table-printer.php:136
856
+ msgid "Apply"
857
+ msgstr "Uygula"
858
+
859
+ # @ broken-link-checker
860
+ #: core/core.php:1908
861
+ msgid "Misc"
862
+ msgstr "Diğer"
863
+
864
+ # @ broken-link-checker
865
+ #: core/core.php:1923
866
+ msgid "Highlight links broken for at least %s days"
867
+ msgstr "%s günde hatalı bağlantıyı vurgula"
868
+
869
+ # @ broken-link-checker
870
+ #: core/core.php:1932
871
+ msgid "Color-code status codes"
872
+ msgstr "Renk kodu durum kodları"
873
+
874
+ # @ broken-link-checker
875
+ #: core/core.php:1949
876
+ #: core/core.php:2409
877
+ #: core/core.php:2445
878
+ #: core/core.php:2508
879
+ msgid "You're not allowed to do that!"
880
+ msgstr "Bunu yapmak için izin verilmiyor!"
881
+
882
+ # @ broken-link-checker
883
+ #: core/core.php:2290
884
+ msgid "View broken links"
885
+ msgstr "Kırık bağlantıları görüntüle"
886
+
887
+ # @ broken-link-checker
888
+ #: core/core.php:2291
889
+ msgid "Found %d broken link"
890
+ msgid_plural "Found %d broken links"
891
+ msgstr[0] "%d kırık bağlantı bulundu"
892
+ msgstr[1] "%d kırık bağlantılar bulundu"
893
+
894
+ # @ broken-link-checker
895
+ #: core/core.php:2297
896
+ msgid "No broken links found."
897
+ msgstr "Kırık bağlantılar bulunamadı"
898
+
899
+ # @ broken-link-checker
900
+ #: core/core.php:2304
901
+ msgid "%d URL in the work queue"
902
+ msgid_plural "%d URLs in the work queue"
903
+ msgstr[0] "%d Adresin çalışma sırası"
904
+ msgstr[1] "%d Adreslerin çalışma sırası"
905
+
906
+ # @ broken-link-checker
907
+ #: core/core.php:2307
908
+ msgid "No URLs in the work queue."
909
+ msgstr "Çalışan adres kuyruğu yok."
910
+
911
+ # @ broken-link-checker
912
+ #: core/core.php:2313
913
+ msgid "Detected %d unique URL"
914
+ msgid_plural "Detected %d unique URLs"
915
+ msgstr[0] "%d adres tespit edildi."
916
+ msgstr[1] "%d adres tespit edildi."
917
+
918
+ # @ broken-link-checker
919
+ #: core/core.php:2314
920
+ msgid "in %d link"
921
+ msgid_plural "in %d links"
922
+ msgstr[0] "%d tutulan adres"
923
+ msgstr[1] "%d tutulan adresler"
924
+
925
+ # @ broken-link-checker
926
+ #: core/core.php:2319
927
+ msgid "and still searching..."
928
+ msgstr "ve hala arıyor..."
929
+
930
+ # @ broken-link-checker
931
+ #: core/core.php:2325
932
+ msgid "Searching your blog for links..."
933
+ msgstr "Blogunuzda bağlantılar aranıyor..."
934
+
935
+ # @ broken-link-checker
936
+ #: core/core.php:2327
937
+ msgid "No links detected."
938
+ msgstr "Malesef bağlantı bulunamadı."
939
+
940
+ # @ broken-link-checker
941
+ #: core/core.php:2353
942
+ msgctxt "current load"
943
+ msgid "Unknown"
944
+ msgstr "Bilinmeyen"
945
+
946
+ # @ broken-link-checker
947
+ #: core/core.php:2417
948
+ #: core/core.php:2455
949
+ #: core/core.php:2518
950
+ msgid "Oops, I can't find the link %d"
951
+ msgstr "Üzgünüz, %d adres bulamıyorum!"
952
+
953
+ # @ broken-link-checker
954
+ #: core/core.php:2430
955
+ msgid "Oops, couldn't modify the link!"
956
+ msgstr "Üzgünüz, bağlantı değiştirmez!"
957
+
958
+ # @ broken-link-checker
959
+ #: core/core.php:2433
960
+ #: core/core.php:2544
961
+ msgid "Error : link_id not specified"
962
+ msgstr "Hata: Adres ID belirtilmemiş"
963
+
964
+ # @ broken-link-checker
965
+ #: core/core.php:2465
966
+ msgid "Oops, the new URL is invalid!"
967
+ msgstr "Üzgünüz, geçersiz bir adres!"
968
+
969
+ # @ broken-link-checker
970
+ #: core/core.php:2476
971
+ #: core/core.php:2527
972
+ msgid "An unexpected error occured!"
973
+ msgstr "Beklenmeyen bir hata oluştu!"
974
+
975
+ # @ broken-link-checker
976
+ #: core/core.php:2494
977
+ msgid "Error : link_id or new_url not specified"
978
+ msgstr "Hata: Bağlantı adı yada adres belirtilmemiş"
979
+
980
+ # @ broken-link-checker
981
+ #: core/core.php:2553
982
+ msgid "You don't have sufficient privileges to access this information!"
983
+ msgstr "Bu bilgileri görmek için yeterli haklara sahip değilsiniz!"
984
+
985
+ # @ broken-link-checker
986
+ #: core/core.php:2566
987
+ msgid "Error : link ID not specified"
988
+ msgstr "Hata: Bağlantı adı belirtilmemiş"
989
+
990
+ # @ broken-link-checker
991
+ #: core/core.php:2580
992
+ msgid "Failed to load link details (%s)"
993
+ msgstr "(%s) Bağlantı detayları yüklenemedi."
994
+
995
+ # @ broken-link-checker
996
+ #. #-#-#-#-# plugin.pot (Broken Link Checker 1.3.1) #-#-#-#-#
997
+ #. Plugin Name of the plugin/theme
998
+ #: core/core.php:2633
999
+ msgid "Broken Link Checker"
1000
+ msgstr "Kırık Bağlantı Bildirici"
1001
+
1002
+ # @ broken-link-checker
1003
+ #: core/core.php:2652
1004
+ msgid "PHP version"
1005
+ msgstr "PHP versiyonu"
1006
+
1007
+ # @ broken-link-checker
1008
+ #: core/core.php:2658
1009
+ msgid "MySQL version"
1010
+ msgstr "MySQL versiyonu"
1011
+
1012
+ # @ broken-link-checker
1013
+ #: core/core.php:2671
1014
+ msgid "You have an old version of CURL. Redirect detection may not work properly."
1015
+ msgstr "CURL eski bir sürümü var. Yönlendirme düzgün çalışmayabilir."
1016
+
1017
+ # @ broken-link-checker
1018
+ #: core/core.php:2683
1019
+ #: core/core.php:2699
1020
+ #: core/core.php:2704
1021
+ msgid "Not installed"
1022
+ msgstr "Yüklü değil"
1023
+
1024
+ # @ broken-link-checker
1025
+ #: core/core.php:2686
1026
+ msgid "CURL version"
1027
+ msgstr "CURL Versiyonu"
1028
+
1029
+ # @ broken-link-checker
1030
+ #: core/core.php:2692
1031
+ msgid "Installed"
1032
+ msgstr "Yüklendi"
1033
+
1034
+ # @ broken-link-checker
1035
+ #: core/core.php:2705
1036
+ msgid "You must have either CURL or Snoopy installed for the plugin to work!"
1037
+ msgstr "Eklenti çalışması için ya CURL veya Snoopy yüklü olmalıdır!"
1038
+
1039
+ # @ broken-link-checker
1040
+ #: core/core.php:2716
1041
+ msgid "On"
1042
+ msgstr "Açık"
1043
+
1044
+ # @ broken-link-checker
1045
+ #: core/core.php:2717
1046
+ msgid "Redirects may be detected as broken links when safe_mode is on."
1047
+ msgstr "Güvenli_Mod üzerinde yönlendirilen bozuk bağlantılar tespit edildi."
1048
+
1049
+ # @ broken-link-checker
1050
+ #: core/core.php:2722
1051
+ #: core/core.php:2736
1052
+ msgid "Off"
1053
+ msgstr "Kapalı"
1054
+
1055
+ # @ broken-link-checker
1056
+ #: core/core.php:2730
1057
+ msgid "On ( %s )"
1058
+ msgstr "Açık (%s)"
1059
+
1060
+ # @ broken-link-checker
1061
+ #: core/core.php:2731
1062
+ msgid "Redirects may be detected as broken links when open_basedir is on."
1063
+ msgstr "open_basedir üzerinde yönlendirilen bozuk bağlantı tespit edildi."
1064
+
1065
+ # @ broken-link-checker
1066
+ #: core/core.php:2760
1067
+ msgid "If this value is zero even after several page reloads you have probably encountered a bug."
1068
+ msgstr "Bu değer bile birkaç sayfayı yeniden yükledikten sonra sıfır ise muhtemelen bir hata karşılandı."
1069
+
1070
+ # @ broken-link-checker
1071
+ #: core/core.php:2831
1072
+ msgid "[%s] Broken links detected"
1073
+ msgstr "[%s] Kırık bağlantı tespit edildi."
1074
+
1075
+ # @ broken-link-checker
1076
+ #: core/core.php:2836
1077
+ msgid "Broken Link Checker has detected %d new broken link on your site."
1078
+ msgid_plural "Broken Link Checker has detected %d new broken links on your site."
1079
+ msgstr[0] "Kırık Bağlantı Bildirici %d yeni kırık bağlantı tespit etti."
1080
+ msgstr[1] "Kırık Bağlantı Bildirici %d yeni kırık bağlantı tespit etti."
1081
+
1082
+ # @ broken-link-checker
1083
+ #: core/core.php:2851
1084
+ msgid "Here's a list of the first %d broken links:"
1085
+ msgid_plural "Here's a list of the first %d broken links:"
1086
+ msgstr[0] "Listenizde %d kırık bağlantı var:"
1087
+ msgstr[1] "Listenizde %d kırık bağlantı var:"
1088
+
1089
+ # @ broken-link-checker
1090
+ #: core/core.php:2860
1091
+ msgid "Here's a list of the new broken links: "
1092
+ msgstr "Yeni kırık bağlantı listenizde var:"
1093
+
1094
+ # @ broken-link-checker
1095
+ #: core/core.php:2872
1096
+ msgid "Link text : %s"
1097
+ msgstr "Bağlantı metni: %s"
1098
+
1099
+ # @ broken-link-checker
1100
+ #: core/core.php:2873
1101
+ msgid "Link URL : <a href=\"%s\">%s</a>"
1102
+ msgstr "Bağlantı adresi: <a href=\"%s\">%s</a>"
1103
+
1104
+ # @ broken-link-checker
1105
+ #: core/core.php:2874
1106
+ msgid "Source : %s"
1107
+ msgstr "Kaynak: %s"
1108
+
1109
+ # @ brokenk-link-checker
1110
+ #: core/core.php:2888
1111
+ msgid "You can see all broken links here:"
1112
+ msgstr "Burada tüm kırık bağlantılarınızı görebilirsiniz:"
1113
+
1114
+ # @ broken-link-checker
1115
+ #: includes/admin/links-page-js.php:58
1116
+ #: includes/admin/links-page-js.php:301
1117
+ msgid "Wait..."
1118
+ msgstr "Bekleyiniz..."
1119
+
1120
+ # @ broken-link-checker
1121
+ #: includes/admin/links-page-js.php:99
1122
+ #: includes/admin/table-printer.php:587
1123
+ msgid "Not broken"
1124
+ msgstr "Kırık değil"
1125
+
1126
+ # @ broken-link-checker
1127
+ #: includes/admin/links-page-js.php:213
1128
+ msgid "%d instances of the link were successfully modified."
1129
+ msgstr "%d link örneklerini başarılı bir şekilde modifiye edilmiştir."
1130
+
1131
+ # @ broken-link-checker
1132
+ #: includes/admin/links-page-js.php:219
1133
+ msgid "However, %d instances couldn't be edited and still point to the old URL."
1134
+ msgstr "Ancak, %d durumlarda düzenlenebilir ve hala eski adrese işaretmektedir."
1135
+
1136
+ # @ broken-link-checker
1137
+ #: includes/admin/links-page-js.php:225
1138
+ msgid "The link could not be modified."
1139
+ msgstr "Bağlantı değiştirilemez olabilir."
1140
+
1141
+ # @ broken-link-checker
1142
+ #: includes/admin/links-page-js.php:228
1143
+ #: includes/admin/links-page-js.php:353
1144
+ msgid "The following error(s) occured :"
1145
+ msgstr "Aşağıdaki hatalar oluştu:"
1146
+
1147
+ # @ broken-link-checker
1148
+ #: includes/admin/links-page-js.php:339
1149
+ msgid "%d instances of the link were successfully unlinked."
1150
+ msgstr "%d Bu bağlantının örnekleri başarıyla silindi."
1151
+
1152
+ # @ broken-link-checker
1153
+ #: includes/admin/links-page-js.php:345
1154
+ msgid "However, %d instances couldn't be removed."
1155
+ msgstr "elbette, %d Örneklerini kaldırılamadı."
1156
+
1157
+ # @ broken-link-checker
1158
+ #: includes/admin/links-page-js.php:350
1159
+ msgid "The plugin failed to remove the link."
1160
+ msgstr "Bu eklenti bağlantıyı kaldırmak için başarısız oldu."
1161
+
1162
+ # @ broken-link-checker
1163
+ #: includes/admin/links-page-js.php:361
1164
+ #: includes/admin/table-printer.php:237
1165
+ #: includes/admin/table-printer.php:581
1166
+ msgid "Unlink"
1167
+ msgstr "Bağlantı iptal"
1168
+
1169
+ # @ broken-link-checker
1170
+ #: includes/admin/links-page-js.php:405
1171
+ msgid "Enter a name for the new custom filter"
1172
+ msgstr "Yeni özel filtre için bir ad giriniz"
1173
+
1174
+ # @ broken-link-checker
1175
+ #: includes/admin/links-page-js.php:416
1176
+ msgid ""
1177
+ "You are about to delete the current filter.\n"
1178
+ "'Cancel' to stop, 'OK' to delete"
1179
+ msgstr ""
1180
+ "Geçerli Filtre silmek istediğinizden emin misiniz '% s' \n"
1181
+ " Silmek için 'Tamam', iptal etmek için 'İptal'."
1182
+
1183
+ # @ broken-link-checker
1184
+ #: includes/admin/links-page-js.php:439
1185
+ msgid ""
1186
+ "Are you sure you want to delete all posts, bookmarks or other items that contain any of the selected links? This action can't be undone.\n"
1187
+ "'Cancel' to stop, 'OK' to delete"
1188
+ msgstr ""
1189
+ "Eğer bütün Mesajları, yer imleri ve seçilmiş bağlantılar diğer unsurları silinecektir. Yapmak emin misiniz? Bu eylem geri alınamaz. \n"
1190
+ " 'Cancel' to stop, 'OK' to delete Silmek için 'Tamam', iptal etmek için 'İptal'."
1191
+
1192
+ # @ broken-link-checker
1193
+ #: includes/admin/links-page-js.php:449
1194
+ msgid ""
1195
+ "Are you sure you want to remove the selected links? This action can't be undone.\n"
1196
+ "'Cancel' to stop, 'OK' to remove"
1197
+ msgstr ""
1198
+ "Seçili bağlantıları kaldırmak istediğinizden emin misiniz? Bu eylem geri alınamaz. \n"
1199
+ " Kaldırmak için 'Tamam', iptal etmek için 'İptal'."
1200
+
1201
+ #: includes/admin/links-page-js.php:558
1202
+ msgid "Enter a search string first."
1203
+ msgstr "Öncelikle bir arama dizisi girin."
1204
+
1205
+ #: includes/admin/links-page-js.php:565
1206
+ msgid "Select one or more links to edit."
1207
+ msgstr "Düzenlemek için bir veya daha fazla bağlanti seçin."
1208
+
1209
+ # @ broken-link-checker
1210
+ #: includes/admin/search-form.php:16
1211
+ msgid "Save This Search As a Filter"
1212
+ msgstr "Bu aramayı filitre olarak kaydet"
1213
+
1214
+ # @ broken-link-checker
1215
+ #: includes/admin/search-form.php:26
1216
+ msgid "Delete This Filter"
1217
+ msgstr "Bu filtre sil"
1218
+
1219
+ # @ broken-link-checker
1220
+ #: includes/admin/search-form.php:32
1221
+ #: includes/link-query.php:53
1222
+ msgid "Search"
1223
+ msgstr "Arama"
1224
+
1225
+ # @ broken-link-checker
1226
+ #: includes/admin/search-form.php:42
1227
+ msgid "Link text"
1228
+ msgstr "Bağlantı metni"
1229
+
1230
+ # @ broken-link-checker
1231
+ #: includes/admin/search-form.php:45
1232
+ #: includes/admin/table-printer.php:173
1233
+ msgid "URL"
1234
+ msgstr "Adres"
1235
+
1236
+ # @ broken-link-checker
1237
+ #: includes/admin/search-form.php:48
1238
+ #: includes/admin/table-printer.php:455
1239
+ msgid "HTTP code"
1240
+ msgstr "HTTP Kodu"
1241
+
1242
+ # @ broken-link-checker
1243
+ #: includes/admin/search-form.php:51
1244
+ msgid "Link status"
1245
+ msgstr "Bağlantı durumu"
1246
+
1247
+ # @ broken-link-checker
1248
+ #: includes/admin/search-form.php:68
1249
+ #: includes/admin/search-form.php:85
1250
+ msgid "Link type"
1251
+ msgstr "Bağlantı tipi"
1252
+
1253
+ # @ broken-link-checker
1254
+ #: includes/admin/search-form.php:70
1255
+ msgid "Any"
1256
+ msgstr "Herhangi"
1257
+
1258
+ # @ broken-link-checker
1259
+ #: includes/admin/search-form.php:74
1260
+ msgid "Links used in"
1261
+ msgstr "Kullanılan bağlantılar"
1262
+
1263
+ # @ broken-link-checker
1264
+ #: includes/admin/search-form.php:112
1265
+ msgid "Search Links"
1266
+ msgstr "Aranan bağlantılar"
1267
+
1268
+ # @ broken-link-checker
1269
+ #: includes/admin/search-form.php:113
1270
+ #: includes/admin/table-printer.php:313
1271
+ #: includes/admin/table-printer.php:595
1272
+ #: includes/admin/table-printer.php:601
1273
+ msgid "Cancel"
1274
+ msgstr "İptal"
1275
+
1276
+ #: includes/admin/sidebar.php:2
1277
+ msgid "Donate $10, $20 or $50!"
1278
+ msgstr "Bağış yap 10 TL, 20 TL veya 50 TL!"
1279
+
1280
+ #: includes/admin/sidebar.php:5
1281
+ msgid "If you like this plugin, please donate to support development and maintenance!"
1282
+ msgstr "Bu eklenti beğendiniz ise geliştirilmesini ve düzenlenmesini isterseniz bağışta bulunabilirsiniz."
1283
+
1284
+ #: includes/admin/sidebar.php:22
1285
+ msgid "Return to WordPress Dashboard"
1286
+ msgstr "Wordpress Ana Giriş Paneline geri dön"
1287
+
1288
+ #: includes/admin/sidebar.php:50
1289
+ msgid "More plugins by Janis Elsts"
1290
+ msgstr "Diğer eklentiler için by Janis Elsts"
1291
+
1292
+ # @ broken-link-checker
1293
+ #: includes/admin/options-page-js.php:54
1294
+ msgid "Hide debug info"
1295
+ msgstr "Bilgi hata ayıklama gizle"
1296
+
1297
+ # @ broken-link-checker
1298
+ #: includes/admin/table-printer.php:150
1299
+ msgid "Compact View"
1300
+ msgstr "Kompakt Görünüm"
1301
+
1302
+ # @ broken-link-checker
1303
+ #: includes/admin/table-printer.php:151
1304
+ msgid "Detailed View"
1305
+ msgstr "Detaylı Görünüm"
1306
+
1307
+ # @ broken-link-checker
1308
+ #: includes/admin/table-printer.php:178
1309
+ msgid "Source"
1310
+ msgstr "Kaynak"
1311
+
1312
+ # @ broken-link-checker
1313
+ #: includes/admin/table-printer.php:184
1314
+ msgid "Link Text"
1315
+ msgstr "Adres metni"
1316
+
1317
+ # @ broken-link-checker
1318
+ #: includes/admin/table-printer.php:232
1319
+ msgid "Bulk Actions"
1320
+ msgstr "Toplu Değiştir"
1321
+
1322
+ # @ broken-link-checker
1323
+ #: includes/admin/table-printer.php:233
1324
+ #: includes/admin/table-printer.php:578
1325
+ msgid "Edit URL"
1326
+ msgstr "Adres düzenleme"
1327
+
1328
+ # @ broken-link-checker
1329
+ #: includes/admin/table-printer.php:234
1330
+ msgid "Recheck"
1331
+ msgstr "Tekrar kontrol edin"
1332
+
1333
+ # @ broken-link-checker
1334
+ #: includes/admin/table-printer.php:235
1335
+ msgid "Fix redirects"
1336
+ msgstr "Sabit yönlendirme"
1337
+
1338
+ # @ broken-link-checker
1339
+ #: includes/admin/table-printer.php:236
1340
+ msgid "Mark as not broken"
1341
+ msgstr "Kırık değil olarak işaretle"
1342
+
1343
+ # @ broken-link-checker
1344
+ #: includes/admin/table-printer.php:240
1345
+ msgid "Move sources to Trash"
1346
+ msgstr "Kaynakları Çöp Kutusuna Taşı"
1347
+
1348
+ # @ broken-link-checker
1349
+ #: includes/admin/table-printer.php:242
1350
+ msgid "Delete sources"
1351
+ msgstr "Kaynakları Sil"
1352
+
1353
+ # @ default
1354
+ #: includes/admin/table-printer.php:257
1355
+ msgid "&laquo;"
1356
+ msgstr "&laquo;"
1357
+
1358
+ # @ default
1359
+ #: includes/admin/table-printer.php:258
1360
+ msgid "&raquo;"
1361
+ msgstr "&raquo;"
1362
+
1363
+ # @ broken-link-checker
1364
+ #: includes/admin/table-printer.php:266
1365
+ msgid "Displaying %s&#8211;%s of <span class=\"current-link-count\">%s</span>"
1366
+ msgstr "%s&#8211;%s görüntüleniyor.<span class=\"current-link-count\">%s</span>"
1367
+
1368
+ # @ broken-link-checker
1369
+ #: includes/admin/table-printer.php:289
1370
+ msgid "Bulk Edit URLs"
1371
+ msgstr "Adresleri toplu Düzenleme "
1372
+
1373
+ #: includes/admin/table-printer.php:291
1374
+ msgid "Find"
1375
+ msgstr "Bul"
1376
+
1377
+ #: includes/admin/table-printer.php:295
1378
+ msgid "Replace with"
1379
+ msgstr "ile değiştirin"
1380
+
1381
+ # @ broken-link-checker
1382
+ #: includes/admin/table-printer.php:303
1383
+ msgid "Case sensitive"
1384
+ msgstr "Büyük ve küçük harf"
1385
+
1386
+ #: includes/admin/table-printer.php:307
1387
+ msgid "Regular expression"
1388
+ msgstr "Düzenli ifade"
1389
+
1390
+ # @ broken-link-checker
1391
+ #: includes/admin/table-printer.php:315
1392
+ msgid "Update"
1393
+ msgstr "Güncelleştirme"
1394
+
1395
+ # @ broken-link-checker
1396
+ #: includes/admin/table-printer.php:440
1397
+ msgid "Post published on"
1398
+ msgstr "Yayınlanan Mesaj"
1399
+
1400
+ # @ broken-link-checker
1401
+ #: includes/admin/table-printer.php:445
1402
+ msgid "Link last checked"
1403
+ msgstr "Son kontrol Bağlantı"
1404
+
1405
+ # @ broken-link-checker
1406
+ #: includes/admin/table-printer.php:449
1407
+ msgid "Never"
1408
+ msgstr "Asla"
1409
+
1410
+ # @ broken-link-checker
1411
+ #: includes/admin/table-printer.php:460
1412
+ msgid "Response time"
1413
+ msgstr "Tepki süresi"
1414
+
1415
+ # @ broken-link-checker
1416
+ #: includes/admin/table-printer.php:462
1417
+ msgid "%2.3f seconds"
1418
+ msgstr "%2.3f Saniye"
1419
+
1420
+ # @ broken-link-checker
1421
+ #: includes/admin/table-printer.php:465
1422
+ msgid "Final URL"
1423
+ msgstr "Final adres"
1424
+
1425
+ # @ broken-link-checker
1426
+ #: includes/admin/table-printer.php:470
1427
+ msgid "Redirect count"
1428
+ msgstr "Yönlendirme numarası"
1429
+
1430
+ # @ broken-link-checker
1431
+ #: includes/admin/table-printer.php:475
1432
+ msgid "Instance count"
1433
+ msgstr "Örnek sayısı"
1434
+
1435
+ # @ broken-link-checker
1436
+ #: includes/admin/table-printer.php:484
1437
+ msgid "This link has failed %d time."
1438
+ msgid_plural "This link has failed %d times."
1439
+ msgstr[0] "Bu bağlantı başarısız oldu %d zamanı"
1440
+ msgstr[1] "Bu bağlantı başarısız oldu %d zamanı"
1441
+
1442
+ # @ broken-link-checker
1443
+ #: includes/admin/table-printer.php:492
1444
+ msgid "This link has been broken for %s."
1445
+ msgstr "Bu bağlantı kesildi için %s."
1446
+
1447
+ # @ broken-link-checker
1448
+ #: includes/admin/table-printer.php:503
1449
+ msgid "Log"
1450
+ msgstr "Log"
1451
+
1452
+ # @ broken-link-checker
1453
+ #: includes/admin/table-printer.php:524
1454
+ msgid "Show more info about this link"
1455
+ msgstr "Bu bağlantı hakkında daha fazla bilgi göster"
1456
+
1457
+ # @ broken-link-checker
1458
+ #: includes/admin/table-printer.php:542
1459
+ msgctxt "checked how long ago"
1460
+ msgid "Checked"
1461
+ msgstr "Kontrol Edildi."
1462
+
1463
+ # @ broken-link-checker
1464
+ #: includes/admin/table-printer.php:558
1465
+ msgid "Broken for"
1466
+ msgstr "Kırık için"
1467
+
1468
+ # @ broken-link-checker
1469
+ #: includes/admin/table-printer.php:578
1470
+ msgid "Edit link URL"
1471
+ msgstr "Bağlantı adresini düzenleme"
1472
+
1473
+ # @ broken-link-checker
1474
+ #: includes/admin/table-printer.php:580
1475
+ msgid "Remove this link from all posts"
1476
+ msgstr "Bu bağlantının tüm mesajlarını kaldırıldı"
1477
+
1478
+ # @ broken-link-checker
1479
+ #: includes/admin/table-printer.php:586
1480
+ msgid "Remove this link from the list of broken links and mark it as valid"
1481
+ msgstr "Kırık bağlantı listesine bu bağlantıyı çıkarın ve geçerli olarak işaretleyin"
1482
+
1483
+ # @ broken-link-checker
1484
+ #: includes/admin/table-printer.php:595
1485
+ msgid "Cancel URL editing"
1486
+ msgstr "Adres düzenlemeyi iptal et"
1487
+
1488
+ # @ broken-link-checker
1489
+ #: includes/admin/table-printer.php:602
1490
+ msgid "Update URL"
1491
+ msgstr "Adresi güncelle"
1492
+
1493
+ # @ broken-link-checker
1494
+ #: includes/admin/table-printer.php:624
1495
+ msgid "[An orphaned link! This is a bug.]"
1496
+ msgstr "[Artık bir bağlantı! Bu bir hatadır.]"
1497
+
1498
+ # @ broken-link-checker
1499
+ #: includes/admin/db-upgrade.php:95
1500
+ msgid "Failed to delete old DB tables. Database error : %s"
1501
+ msgstr "Eski DB tablolar silinemedi. Veri tabanı Hatası: %s"
1502
+
1503
+ # @ broken-link-checker
1504
+ #: includes/parsers.php:109
1505
+ msgid "Editing is not implemented in the '%s' parser"
1506
+ msgstr "Düzenleme, '% s' ayrıştırıcı içinde uygulanabilir değildir"
1507
+
1508
+ # @ broken-link-checker
1509
+ #: includes/parsers.php:124
1510
+ msgid "Unlinking is not implemented in the '%s' parser"
1511
+ msgstr "'% S' ayrıştırıcı bağlantısını kaldırma uygulanabilir değildir"
1512
+
1513
+ # @ broken-link-checker
1514
+ #: includes/link-query.php:25
1515
+ msgid "Broken"
1516
+ msgstr "Kırık"
1517
+
1518
+ # @ broken-link-checker
1519
+ #: includes/link-query.php:27
1520
+ msgid "No broken links found"
1521
+ msgstr "Kırık bağlantı bulunamadı."
1522
+
1523
+ # @ broken-link-checker
1524
+ #: includes/link-query.php:34
1525
+ msgid "Redirects"
1526
+ msgstr "Yönlendirmeler"
1527
+
1528
+ # @ broken-link-checker
1529
+ #: includes/link-query.php:35
1530
+ msgid "Redirected Links"
1531
+ msgstr "Yönlendirilen bağlantılar"
1532
+
1533
+ # @ broken-link-checker
1534
+ #: includes/link-query.php:36
1535
+ msgid "No redirects found"
1536
+ msgstr "Yönlendirilen bağlantı bulunamadı."
1537
+
1538
+ # @ broken-link-checker
1539
+ #: includes/link-query.php:44
1540
+ msgid "All"
1541
+ msgstr "Tüm"
1542
+
1543
+ # @ broken-link-checker
1544
+ #: includes/link-query.php:45
1545
+ msgid "Detected Links"
1546
+ msgstr "Bağlantılar bulundu."
1547
+
1548
+ # @ broken-link-checker
1549
+ #: includes/link-query.php:46
1550
+ msgid "No links found (yet)"
1551
+ msgstr "Adresler bulunamadı (henüz)"
1552
+
1553
+ # @ broken-link-checker
1554
+ #: includes/link-query.php:54
1555
+ msgid "Search Results"
1556
+ msgstr "Arama Sonuçları"
1557
+
1558
+ # @ broken-link-checker
1559
+ #: includes/link-query.php:55
1560
+ #: includes/link-query.php:102
1561
+ msgid "No links found for your query"
1562
+ msgstr "Sorgulamanızda adres bulunamadı"
1563
+
1564
+ # @ default
1565
+ #: includes/any-post.php:427
1566
+ msgid "Preview &#8220;%s&#8221;"
1567
+ msgstr "Önizleme &#8220;%s&#8221;"
1568
+
1569
+ # @ default
1570
+ #: includes/any-post.php:428
1571
+ msgid "Preview"
1572
+ msgstr "Önizleme"
1573
+
1574
+ # @ default
1575
+ #: includes/any-post.php:435
1576
+ msgid "View &#8220;%s&#8221;"
1577
+ msgstr "Görüntüle &#8220;%s&#8221;"
1578
+
1579
+ # @ broken-link-checker
1580
+ #: includes/any-post.php:529
1581
+ msgid "Updating post %d failed"
1582
+ msgstr "Mesaj güncellemesi %d başarısız oldu"
1583
+
1584
+ # @ broken-link-checker
1585
+ #: includes/any-post.php:711
1586
+ msgid "%d post deleted."
1587
+ msgid_plural "%d posts deleted."
1588
+ msgstr[0] "%d mesaj silindi."
1589
+ msgstr[1] "%d mesajlar silindi."
1590
+
1591
+ # @ broken-link-checker
1592
+ #: includes/any-post.php:713
1593
+ msgid "%d page deleted."
1594
+ msgid_plural "%d pages deleted."
1595
+ msgstr[0] "%d sayfa silindi."
1596
+ msgstr[1] "%d sayfalar silindi."
1597
+
1598
+ # @ broken-link-checker
1599
+ #: includes/any-post.php:715
1600
+ msgid "%d \"%s\" deleted."
1601
+ msgid_plural "%d \"%s\" deleted."
1602
+ msgstr[0] "%d \"%s\" silindi."
1603
+ msgstr[1] "%d \"%s\" silindi."
1604
+
1605
+ # @ broken-link-checker
1606
+ #: includes/any-post.php:734
1607
+ msgid "%d post moved to the Trash."
1608
+ msgid_plural "%d posts moved to the Trash."
1609
+ msgstr[0] "%d mesaj çöp kutusuna taşındı."
1610
+ msgstr[1] "%d mesajlar çöp kutusuna taşındı."
1611
+
1612
+ # @ broken-link-checker
1613
+ #: includes/any-post.php:736
1614
+ msgid "%d page moved to the Trash."
1615
+ msgid_plural "%d pages moved to the Trash."
1616
+ msgstr[0] "%d sayfa çöp kutusuna taşındı."
1617
+ msgstr[1] "%d sayfalar çöp kutusuna taşındı."
1618
+
1619
+ # @ broken-link-checker
1620
+ #: includes/any-post.php:738
1621
+ msgid "%d \"%s\" moved to the Trash."
1622
+ msgid_plural "%d \"%s\" moved to the Trash."
1623
+ msgstr[0] "%d \"%s\" çöp kutusuna taşındı."
1624
+ msgstr[1] "%d \"%s\" çöp kutusuna taşındı."
1625
+
1626
+ # @ broken-link-checker
1627
+ #: includes/containers.php:122
1628
+ msgid "%d '%s' has been deleted"
1629
+ msgid_plural "%d '%s' have been deleted"
1630
+ msgstr[0] "%d '%s' silindi."
1631
+ msgstr[1] "%d '%s' silindi."
1632
+
1633
+ # @ broken-link-checker
1634
+ #: includes/containers.php:873
1635
+ #: includes/containers.php:891
1636
+ msgid "Container type '%s' not recognized"
1637
+ msgstr "Konteyner tipi '%s' tanınmıyor"
1638
+
1639
+ # @ broken-link-checker
1640
+ #: includes/links.php:215
1641
+ msgid "The plugin script was terminated while trying to check the link."
1642
+ msgstr "Adresi kontrol etmeye çalıştığınızda eklenti komutu tamamlandı."
1643
+
1644
+ # @ broken-link-checker
1645
+ #: includes/links.php:261
1646
+ msgid "The plugin doesn't know how to check this type of link."
1647
+ msgstr "bu bağlantı türünü kontrol etmelisiniz tam olarak ne olduğunu bilmiyor."
1648
+
1649
+ # @ broken-link-checker
1650
+ #: includes/links.php:349
1651
+ msgid "Link is valid."
1652
+ msgstr "Bağlantı geçerli."
1653
+
1654
+ # @ broken-link-checker
1655
+ #: includes/links.php:351
1656
+ msgid "Link is broken."
1657
+ msgstr "Bağlantı kırık."
1658
+
1659
+ # @ broken-link-checker
1660
+ #: includes/links.php:564
1661
+ #: includes/links.php:666
1662
+ #: includes/links.php:693
1663
+ msgid "Link is not valid"
1664
+ msgstr "Bağlantı geçerli değil."
1665
+
1666
+ # @ broken-link-checker
1667
+ #: includes/links.php:581
1668
+ msgid "This link can not be edited because it is not used anywhere on this site."
1669
+ msgstr "Bu bağlantı, bu sitede herhangi bir yerde kullanılmaz, çünkü düzenlenemez."
1670
+
1671
+ # @ broken-link-checker
1672
+ #: includes/links.php:607
1673
+ msgid "Failed to create a DB entry for the new URL."
1674
+ msgstr "Yeni bir adres için bir veritabanı girişi oluşturulamadı."
1675
+
1676
+ # @ broken-link-checker
1677
+ #: includes/links.php:673
1678
+ msgid "This link is not a redirect"
1679
+ msgstr "Bu bağlantı yönlendirilemez."
1680
+
1681
+ # @ broken-link-checker
1682
+ #: includes/links.php:720
1683
+ #: includes/links.php:757
1684
+ msgid "Couldn't delete the link's database record"
1685
+ msgstr "Bağlantı veritabanına kayıt silinemedi"
1686
+
1687
+ # @ broken-link-checker
1688
+ #: includes/links.php:831
1689
+ msgctxt "link status"
1690
+ msgid "Unknown"
1691
+ msgstr "Bilinmeyen"
1692
+
1693
+ # @ broken-link-checker
1694
+ #: includes/links.php:869
1695
+ msgid "Not checked"
1696
+ msgstr "Kontrol edilmez"
1697
+
1698
+ # @ broken-link-checker
1699
+ #: includes/links.php:872
1700
+ msgid "False positive"
1701
+ msgstr "Yanlış pozitif"
1702
+
1703
+ # @ broken-link-checker
1704
+ #: includes/extra-strings.php:2
1705
+ msgctxt "module name"
1706
+ msgid "Basic HTTP"
1707
+ msgstr "Basit HTTP"
1708
+
1709
+ # @ broken-link-checker
1710
+ #: includes/extra-strings.php:3
1711
+ msgctxt "module name"
1712
+ msgid "Blogroll items"
1713
+ msgstr "Blogroll öğeleri"
1714
+
1715
+ # @ broken-link-checker
1716
+ #: includes/extra-strings.php:4
1717
+ msgctxt "module name"
1718
+ msgid "Comments"
1719
+ msgstr "Yorumlar"
1720
+
1721
+ # @ broken-link-checker
1722
+ #: includes/extra-strings.php:5
1723
+ msgctxt "module name"
1724
+ msgid "Custom fields"
1725
+ msgstr "Özel alanlar"
1726
+
1727
+ # @ broken-link-checker
1728
+ #: includes/extra-strings.php:6
1729
+ msgctxt "module name"
1730
+ msgid "Embedded DailyMotion videos"
1731
+ msgstr "Gömülü DailyMotion Videolar"
1732
+
1733
+ # @ broken-link-checker
1734
+ #: includes/extra-strings.php:7
1735
+ msgctxt "module name"
1736
+ msgid "Embedded Vimeo videos"
1737
+ msgstr "Gömülü Vimeo Videolar"
1738
+
1739
+ # @ broken-link-checker
1740
+ #: includes/extra-strings.php:8
1741
+ msgctxt "module name"
1742
+ msgid "Embedded YouTube videos"
1743
+ msgstr "Gömülü YouTube Videolar"
1744
+
1745
+ # @ broken-link-checker
1746
+ #: includes/extra-strings.php:9
1747
+ msgctxt "module name"
1748
+ msgid "Embedded YouTube videos (old embed code)"
1749
+ msgstr "Gömülü YouTube Videolar (Eski Gömülü Kod)"
1750
+
1751
+ # @ broken-link-checker
1752
+ #: includes/extra-strings.php:10
1753
+ msgctxt "module name"
1754
+ msgid "HTML images"
1755
+ msgstr "HTML Resimler"
1756
+
1757
+ # @ broken-link-checker
1758
+ #: includes/extra-strings.php:11
1759
+ msgctxt "module name"
1760
+ msgid "HTML links"
1761
+ msgstr "HTML Bağlantılar"
1762
+
1763
+ # @ broken-link-checker
1764
+ #: includes/extra-strings.php:12
1765
+ msgctxt "module name"
1766
+ msgid "MediaFire API"
1767
+ msgstr "MediaFire API"
1768
+
1769
+ # @ broken-link-checker
1770
+ #: includes/extra-strings.php:13
1771
+ msgctxt "module name"
1772
+ msgid "MegaUpload API"
1773
+ msgstr "MegaUpload API"
1774
+
1775
+ # @ broken-link-checker
1776
+ #: includes/extra-strings.php:14
1777
+ msgctxt "module name"
1778
+ msgid "Plaintext URLs"
1779
+ msgstr "Klartext Adresler"
1780
+
1781
+ # @ broken-link-checker
1782
+ #: includes/extra-strings.php:15
1783
+ msgctxt "module name"
1784
+ msgid "RapidShare API"
1785
+ msgstr "RapidShare API"
1786
+
1787
+ # @ broken-link-checker
1788
+ #: includes/extra-strings.php:16
1789
+ msgctxt "module name"
1790
+ msgid "YouTube API"
1791
+ msgstr "YouTube API"
1792
+
1793
+ # @ broken-link-checker
1794
+ #: includes/extra-strings.php:17
1795
+ msgctxt "module name"
1796
+ msgid "Posts"
1797
+ msgstr "Mesajlar"
1798
+
1799
+ # @ broken-link-checker
1800
+ #: includes/extra-strings.php:18
1801
+ msgctxt "module name"
1802
+ msgid "Pages"
1803
+ msgstr "Sayfalar"
1804
+
1805
+ # @ default
1806
+ #: includes/utility-class.php:244
1807
+ msgid "%d second"
1808
+ msgid_plural "%d seconds"
1809
+ msgstr[0] "%s Saniye"
1810
+ msgstr[1] "%s Saniye"
1811
+
1812
+ # @ default
1813
+ #: includes/utility-class.php:245
1814
+ msgid "%d second ago"
1815
+ msgid_plural "%d seconds ago"
1816
+ msgstr[0] "Kalan saniye %s"
1817
+ msgstr[1] "Kalan saniye %s"
1818
+
1819
+ # @ default
1820
+ #: includes/utility-class.php:248
1821
+ msgid "%d minute"
1822
+ msgid_plural "%d minutes"
1823
+ msgstr[0] "%d Dakika"
1824
+ msgstr[1] "%d Dakika"
1825
+
1826
+ # @ default
1827
+ #: includes/utility-class.php:249
1828
+ msgid "%d minute ago"
1829
+ msgid_plural "%d minutes ago"
1830
+ msgstr[0] "Kalan Dakika %d"
1831
+ msgstr[1] "Kalan Dakika %d"
1832
+
1833
+ # @ default
1834
+ #: includes/utility-class.php:252
1835
+ msgid "%d hour"
1836
+ msgid_plural "%d hours"
1837
+ msgstr[0] "%d Saat"
1838
+ msgstr[1] "%d Saat"
1839
+
1840
+ # @ default
1841
+ #: includes/utility-class.php:253
1842
+ msgid "%d hour ago"
1843
+ msgid_plural "%d hours ago"
1844
+ msgstr[0] "%d Stunde vergangen"
1845
+ msgstr[1] "Kalan saat %d "
1846
+
1847
+ # @ default
1848
+ #: includes/utility-class.php:256
1849
+ msgid "%d day"
1850
+ msgid_plural "%d days"
1851
+ msgstr[0] "%d Gün"
1852
+ msgstr[1] "%d Gün"
1853
+
1854
+ # @ default
1855
+ #: includes/utility-class.php:257
1856
+ msgid "%d day ago"
1857
+ msgid_plural "%d days ago"
1858
+ msgstr[0] "Kontrol için %d gün kaldı. "
1859
+ msgstr[1] "Kontrol için %d gün kaldı. "
1860
+
1861
+ # @ default
1862
+ #: includes/utility-class.php:260
1863
+ msgid "%d month"
1864
+ msgid_plural "%d months"
1865
+ msgstr[0] "%d Ay"
1866
+ msgstr[1] "%d Ay"
1867
+
1868
+ # @ default
1869
+ #: includes/utility-class.php:261
1870
+ msgid "%d month ago"
1871
+ msgid_plural "%d months ago"
1872
+ msgstr[0] "Kalan ay %d"
1873
+ msgstr[1] "Kalan ay %d"
1874
+
1875
+ # @ broken-link-checker
1876
+ #: includes/instances.php:102
1877
+ #: includes/instances.php:158
1878
+ msgid "Container %s[%d] not found"
1879
+ msgstr "konteynerr %s[%d] Bulunamadı"
1880
+
1881
+ # @ broken-link-checker
1882
+ #: includes/instances.php:111
1883
+ #: includes/instances.php:167
1884
+ msgid "Parser '%s' not found."
1885
+ msgstr "Ayrıştırıcı '%s' Bulunamadı."
1886
+
1887
+ #. Plugin URI of the plugin/theme
1888
+ msgid "http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/"
1889
+ msgstr "http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/"
1890
+
1891
+ #. Description of the plugin/theme
1892
+ msgid "Checks your blog for broken links and missing images and notifies you on the dashboard if any are found."
1893
+ msgstr "Kırık bağlantıları ve eksik görüntüler blogunuza denetler ve herhangi biri varsa, pano sizi uyarır."
1894
+
1895
+ #. Author of the plugin/theme
1896
+ msgid "Janis Elsts"
1897
+ msgstr "Janis Elsts"
1898
+
1899
+ #. Author URI of the plugin/theme
1900
+ msgid "http://w-shadow.com/blog/"
1901
+ msgstr "http://w-shadow.com/"
1902
+
modules/checkers/http.php CHANGED
@@ -135,7 +135,7 @@ class blcCurlHttp extends blcHttpCheckerBase {
135
  $this->last_headers = '';
136
 
137
  $url = $this->clean_url($url);
138
-
139
  $result = array(
140
  'broken' => false,
141
  );
@@ -149,9 +149,8 @@ class blcCurlHttp extends blcHttpCheckerBase {
149
  curl_setopt($ch, CURLOPT_URL, $this->urlencodefix($url));
150
  curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
151
 
152
- //Masquerade as Internet explorer
153
- //$ua = 'Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)';
154
- $ua = 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)';
155
  curl_setopt($ch, CURLOPT_USERAGENT, $ua);
156
 
157
  //Add a semi-plausible referer header to avoid tripping up some bot traps
135
  $this->last_headers = '';
136
 
137
  $url = $this->clean_url($url);
138
+
139
  $result = array(
140
  'broken' => false,
141
  );
149
  curl_setopt($ch, CURLOPT_URL, $this->urlencodefix($url));
150
  curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
151
 
152
+ //Masquerade as Internet Explorer
153
+ $ua = 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)';
 
154
  curl_setopt($ch, CURLOPT_USERAGENT, $ua);
155
 
156
  //Add a semi-plausible referer header to avoid tripping up some bot traps
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: links, broken, maintenance, blogroll, custom fields, admin, comments, posts
5
  Requires at least: 3.2
6
  Tested up to: 3.5
7
- Stable tag: 1.7
8
 
9
  This plugin will check your posts, comments and other content for broken links and missing images, and notify you if any are found.
10
 
@@ -43,6 +43,7 @@ You can also click on the contents of the "Status" or "Link Text" columns to get
43
 
44
  **Translations**
45
 
 
46
  * Belorussian - [M. Comfi](http://www.comfi.com/)
47
  * Bulgarian - [Ajoft Technologes](http://www.ajoft.com/)
48
  * Chinese Simplified - Kaijia Feng
@@ -92,6 +93,14 @@ To upgrade your installation
92
 
93
  == Changelog ==
94
 
 
 
 
 
 
 
 
 
95
  = 1.7 =
96
  * Added support for youtu.be shortlinks.
97
  * Added a Finnish translation.
4
  Tags: links, broken, maintenance, blogroll, custom fields, admin, comments, posts
5
  Requires at least: 3.2
6
  Tested up to: 3.5
7
+ Stable tag: 1.7.1
8
 
9
  This plugin will check your posts, comments and other content for broken links and missing images, and notify you if any are found.
10
 
43
 
44
  **Translations**
45
 
46
+ * Arabic - [Yaser Maadan](http://englize.com/)
47
  * Belorussian - [M. Comfi](http://www.comfi.com/)
48
  * Bulgarian - [Ajoft Technologes](http://www.ajoft.com/)
49
  * Chinese Simplified - Kaijia Feng
93
 
94
  == Changelog ==
95
 
96
+ = 1.7.1 =
97
+ * Added an Arabic translation.
98
+ * Updated Portuguese translation.
99
+ * Updated French translation.
100
+ * Fixed MySQL errors caused by the plugin converting table names to lowercase.
101
+ * Fixed a bug where the plugin would sometimes report broken Twitter links as working.
102
+ * Fixed the plugin author URL.
103
+
104
  = 1.7 =
105
  * Added support for youtu.be shortlinks.
106
  * Added a Finnish translation.