-
-
Notifications
You must be signed in to change notification settings - Fork 780
Expand file tree
/
Copy pathInstallwizard.aspx.tr-TR.resx
More file actions
585 lines (574 loc) · 24.6 KB
/
Copy pathInstallwizard.aspx.tr-TR.resx
File metadata and controls
585 lines (574 loc) · 24.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AccountInfoIntro.Text" xml:space="preserve">
<value>Kurulumunuzu yapmak için aşağıdaki bilgileri girin.</value>
</data>
<data name="AdminInfo.Text" xml:space="preserve">
<value>Yönetim Bilgileri</value>
</data>
<data name="ChooseDbError.Text" xml:space="preserve">
<value>Bir Veritabanı Türü seçmelisiniz</value>
</data>
<data name="cmdContinue.Text" xml:space="preserve">
<value>Devam</value>
</data>
<data name="Confirm.Text" xml:space="preserve">
<value>Onayla</value>
</data>
<data name="DatabaseAdvanced.Text" xml:space="preserve">
<value>Özel</value>
</data>
<data name="DatabaseFilename.Text" xml:space="preserve">
<value>Dosya Adı</value>
</data>
<data name="DatabaseInfo.Text" xml:space="preserve">
<value>Veritabanı Bilgileri</value>
</data>
<data name="DatabaseName.Text" xml:space="preserve">
<value>Veritabanı Adı</value>
</data>
<data name="DatabasePassword.Text" xml:space="preserve">
<value>Veritabanı Şifresi</value>
</data>
<data name="DatabaseRunAs.Text" xml:space="preserve">
<value>Veritabanını Şu Şekilde Çalıştır</value>
</data>
<data name="DatabaseSecurity.Text" xml:space="preserve">
<value>Güvenlik</value>
</data>
<data name="DatabaseServer.Text" xml:space="preserve">
<value>Sunucu Adı</value>
</data>
<data name="DatabaseSetup.Text" xml:space="preserve">
<value>Veritabanı Kurulumu</value>
</data>
<data name="DatabaseStandard.Text" xml:space="preserve">
<value>Varsayılan</value>
</data>
<data name="DatabaseType.Text" xml:space="preserve">
<value>Veritabanı Türü</value>
</data>
<data name="DatabaseUsername.Text" xml:space="preserve">
<value>Veritabanı Kullanıcı Adı</value>
</data>
<data name="DbSecurityIntegrated.Text" xml:space="preserve">
<value>Entegre</value>
</data>
<data name="DbSecurityUserDefined.Text" xml:space="preserve">
<value>Kullanıcı Tanımlı</value>
</data>
<data name="FileAndFolderPermissionCheckTitle.Text" xml:space="preserve">
<value>Dosya ve Klasör İzinlerini Kontrol Etme</value>
</data>
<data name="FileCreateCheck.Text" xml:space="preserve">
<value>Dosya Oluşturma Kontrolü</value>
</data>
<data name="FileDeleteCheck.Text" xml:space="preserve">
<value>Dosya Silme Kontrolü</value>
</data>
<data name="FolderCreateCheck.Text" xml:space="preserve">
<value>Klasör Oluşturma Kontrolü</value>
</data>
<data name="FolderDeleteCheck.Text" xml:space="preserve">
<value>Klasör Silme Kontrolü</value>
</data>
<data name="InstallingExtension.Text" xml:space="preserve">
<value>Kurulum {0} - {1}</value>
</data>
<data name="InstallingLanguagesTitle.Text" xml:space="preserve">
<value>Dillerin Kurulumu</value>
</data>
<data name="InstallTitle.Text" xml:space="preserve">
<value>Kurulum</value>
</data>
<data name="IntroDetail.Text" xml:space="preserve">
<value><a class="videoLink" href="https://dnncommunity.org/How-To/-Download-and-Install" target="new">DNN Topluluğu web sitesini kontrol edin</a></value>
</data>
<data name="IsAbleToPerformDatabaseActionsCheck.Text" xml:space="preserve">
<value>Veritabanı kullanıcısının gerekli işlemleri gerçekleştirebilme yeteneğini kontrol etme</value>
</data>
<data name="IsAbleToPerformDatabaseActions.Text" xml:space="preserve">
<value>Veritabanı kullanıcınız yeterli izinlere (dbo) sahip değil, kurulum yapmak için</value>
</data>
<data name="IsSqlServerDbo.Text" xml:space="preserve">
<value>Veritabanı kullanıcınız dbo izinlerine sahip değil</value>
</data>
<data name="IsValidSqlServerVersionCheck.Text" xml:space="preserve">
<value>Veritabanı sürümünün SQL 2017 (express veya tam ürün) veya daha yüksek olup olmadığını kontrol et</value>
</data>
<data name="IsValidSqlServerVersion.Text" xml:space="preserve">
<value>DNN'in çalışması için SQL 2017 (express veya tam ürün) gereklidir</value>
</data>
<data name="Language.Text" xml:space="preserve">
<value>Dil</value>
</data>
<data name="Password.Text" xml:space="preserve">
<value>Parola</value>
</data>
<data name="RequiresFileOrDatabase.Text" xml:space="preserve">
<value>DotNetNuke.Install.Config dosyasında bağlantı düğümü altında Dosya veya Veritabanı girişi gereklidir</value>
</data>
<data name="SqlTypeExpress.Text" xml:space="preserve">
<value>SQL Server Express Dosyası</value>
</data>
<data name="SqlTypeServer.Text" xml:space="preserve">
<value>SQL Server/SQL Server Express Veritabanı</value>
</data>
<data name="StepFailed.Text" xml:space="preserve">
<value>{0} Başarısız Oldu</value>
</data>
<data name="UserName.Text" xml:space="preserve">
<value>Kullanıcı Adı</value>
</data>
<data name="WebsiteInfo.Text" xml:space="preserve">
<value>Web Sitesi Bilgileri</value>
</data>
<data name="WebsiteName.Text" xml:space="preserve">
<value>Web Sitesi Adı</value>
</data>
<data name="WebsiteTemplate.Text" xml:space="preserve">
<value>Şablon</value>
</data>
<data name="LanguageDutch.Text" xml:space="preserve">
<value>Hollanda</value>
</data>
<data name="LanguageEnglish.Text" xml:space="preserve">
<value>İngilizce</value>
</data>
<data name="LanguageFrench.Text" xml:space="preserve">
<value>Fransızca</value>
</data>
<data name="LanguageGerman.Text" xml:space="preserve">
<value>Almanca</value>
</data>
<data name="LanguageItalian.Text" xml:space="preserve">
<value>İtalyanca</value>
</data>
<data name="LanguageSpanish.Text" xml:space="preserve">
<value>İspanyolca</value>
</data>
<data name="TemplateDefault.Text" xml:space="preserve">
<value>Varsayılan Şablon</value>
</data>
<data name="TemplateMobile.Text" xml:space="preserve">
<value>Mobil Şablon</value>
</data>
<data name="TemplateSolutions.Text" xml:space="preserve">
<value>Çözümler Şablonu</value>
</data>
<data name="Confirm.Help" xml:space="preserve">
<value>Yukarıdaki şifre alanına girilen şifreyi onaylayın.</value>
</data>
<data name="DatabaseName.Help" xml:space="preserve">
<value>Veritabanınızın adı.</value>
</data>
<data name="DatabaseOwner.Text" xml:space="preserve">
<value>Veritabanı Sahibi</value>
</data>
<data name="DatabasePassword.Help" xml:space="preserve">
<value>Veritabanınızın şifresi.</value>
</data>
<data name="DatabaseRunAs.Help" xml:space="preserve">
<value>Belirtilen kullanıcı türü olarak veritabanını çalıştırın.</value>
</data>
<data name="DatabaseSecurity.Help" xml:space="preserve">
<value>Veritabanınız için kullanılan güvenlik türü.</value>
</data>
<data name="DatabaseServer.Help" xml:space="preserve">
<value>Veritabanı sunucunuzun adı.</value>
</data>
<data name="DatabaseSetup.Help" xml:space="preserve">
<value>Standart veya Gelişmiş Veritabanı Kurulumunu Seçin.</value>
</data>
<data name="DatabaseType.Help" xml:space="preserve">
<value>Kurulum için kullanmak istediğiniz veritabanı türü.</value>
</data>
<data name="DatabaseUsername.Help" xml:space="preserve">
<value>Veritabanınız için kullanıcı adı.</value>
</data>
<data name="Language.Help" xml:space="preserve">
<value>Websitesi için kullanmak istediğiniz dil.</value>
</data>
<data name="Password.Help" xml:space="preserve">
<value>Süper Kullanıcı hesabının şifresi.</value>
</data>
<data name="UserName.Help" xml:space="preserve">
<value>Süper Kullanıcı hesabı için kullanıcı adı.</value>
</data>
<data name="WebsiteName.Help" xml:space="preserve">
<value>Websitesi için kullanmak istediğiniz adı girin.</value>
</data>
<data name="WebsiteTemplate.Help" xml:space="preserve">
<value>Kurmak istediğiniz web sitesinin türü.</value>
</data>
<data name="DatabaseInstallation.Text" xml:space="preserve">
<value>Veritabanı Kurulumu</value>
</data>
<data name="ExtensionsInstallation.Text" xml:space="preserve">
<value>Uzantılar Kurulumu</value>
</data>
<data name="FileAndFolderPermissionCheck.Text" xml:space="preserve">
<value>Dosya ve Klasör İzinleri Kontrolü</value>
</data>
<data name="LaunchInstall.Text" xml:space="preserve">
<value>Yükleyiciyi Başlat</value>
</data>
<data name="SeeLogs.Text" xml:space="preserve">
<value>Kayıtları Gör</value>
</data>
<data name="SuperUserCreation.Text" xml:space="preserve">
<value>Süper Kullanıcı Oluşturma</value>
</data>
<data name="VisitWebsite.Text" xml:space="preserve">
<value>Web Sitesini Ziyaret Et</value>
</data>
<data name="WebsiteCreation.Text" xml:space="preserve">
<value>Web Sitesi Oluşturma</value>
</data>
<data name="CreateSuperUser.Text" xml:space="preserve">
<value>Süper Kullanıcı Oluştur</value>
</data>
<data name="CreatingSite.Text" xml:space="preserve">
<value>Site Oluşturma [{0}]</value>
</data>
<data name="CreatingSuperUser.Text" xml:space="preserve">
<value>Süper Kullanıcı Oluşturma</value>
</data>
<data name="DeletingOldFiles.Text" xml:space="preserve">
<value>Eski Dosyaları Silme</value>
</data>
<data name="InstallationDone.Text" xml:space="preserve">
<value>Tamamlandı</value>
</data>
<data name="InstallingDataBaseScriptStep.Text" xml:space="preserve">
<value>Veritabanı Betiği Yükleniyor</value>
</data>
<data name="InstallingMembershipDatabaseScriptStep.Text" xml:space="preserve">
<value>Üyelik Veritabanı Betikleri Yükleniyor</value>
</data>
<data name="ProcessingUpgradeScript.Text" xml:space="preserve">
<value>Yükseltme Betiği Uygulanıyor</value>
</data>
<data name="SkipCreatingSite.Text" xml:space="preserve">
<value>Portal Takma Adı [{0}] zaten mevcut. Bu adım atlanıyor.</value>
</data>
<data name="UpdatingConfigFile.Text" xml:space="preserve">
<value>Güncelleme için Yapılandırma</value>
</data>
<data name="UpgradingNormalApplication.Text" xml:space="preserve">
<value>Uygulama Güncelleniyor</value>
</data>
<data name="UpgradingVersionApplication.Text" xml:space="preserve">
<value>Uygulama Güncelleniyor</value>
</data>
<data name="Retry.Text" xml:space="preserve">
<value>Tekrar Dene</value>
</data>
<data name="CheckingIIS.Text" xml:space="preserve">
<value>IIS yapılandırmasını kontrol etme</value>
</data>
<data name="InitHostSetting.Text" xml:space="preserve">
<value>Ana Ayarları Başlatma</value>
</data>
<data name="ErrorInStep.Text" xml:space="preserve">
<value>HATA oluştu - {0}</value>
</data>
<data name="IISVerificationFail.Text" xml:space="preserve">
<value>IIS'deki AppPool, Entegre Mod altında çalışmalıdır</value>
</data>
<data name="InputErrorInvalidPassword.Text" xml:space="preserve">
<value>Girilen şifre minimum şifre gereksinimlerini karşılamıyor.</value>
</data>
<data name="InputErrorMissingRequiredFields.Text" xml:space="preserve">
<value>Gerekli Alanlar Eksik</value>
</data>
<data name="LegacyLangaugePack.Text" xml:space="preserve">
<value>Bu dil paketi, mevcut uygulama sürümünden daha eski:</value>
</data>
<data name="TemplateBlank.Text" xml:space="preserve">
<value>Boş Şablon</value>
</data>
<data name="NoInstallationLog.Text" xml:space="preserve">
<value>Kurulum Günlüğü Yok</value>
</data>
<data name="LoadingInstallationLog.Text" xml:space="preserve">
<value>Yükleme günlükleri yükleniyor, lütfen bekleyin...</value>
</data>
<data name="NoErrorsLogged.Text" xml:space="preserve">
<value>Kurulum hataları kaydedilmedi</value>
</data>
<data name="DatabaseFilename.Help" xml:space="preserve">
<value>Veritabanı dosyanızın adı.</value>
</data>
<data name="InstallationIntroInfo.Text" xml:space="preserve">
<value>Ürün kuruluyor. Sabrınız için teşekkürler...</value>
</data>
<data name="LicenseActivation.Text" xml:space="preserve">
<value>Lisans etkinleştiriliyor</value>
</data>
<data name="AccountInfo.Text" xml:space="preserve">
<value>Hesap Bilgilerinizi Girin</value>
</data>
<data name="Installation.Text" xml:space="preserve">
<value>Yükleme İşlemine Devam Et</value>
</data>
<data name="ViewWebsite.Text" xml:space="preserve">
<value>Web Sitesini Görüntüle</value>
</data>
<data name="Error.Text" xml:space="preserve">
<value>Hata</value>
</data>
<data name="InstallingExtensionType.Text" xml:space="preserve">
<value>Tür - {0} için Paketleri Yükle</value>
</data>
<data name="DatabaseConnectionError.Text" xml:space="preserve">
<value>Veritabanı Bağlantı Hatası</value>
</data>
<data name="DatabaseError.Text" xml:space="preserve">
<value>Veritabanına bağlanılamıyor.</value>
</data>
<data name="StandardDatabaseMsg.Text" xml:space="preserve">
<value>Geçerli varsayılan veritabanı bağlantısı algılanmadı.
Standart Veritabanı kurulum seçeneği mevcut değil</value>
</data>
<data name="TestingDatabase.Text" xml:space="preserve">
<value>Veritabanı Bağlantısı Doğrulanıyor</value>
</data>
<data name="TimerSeconds.Text" xml:space="preserve">
<value>saniye</value>
</data>
<data name="InvalidQualifier.Text" xml:space="preserve">
<value>Nesne Öneki bir harfle başlamalı ve en fazla 20 karakter olmalıdır.</value>
</data>
<data name="InstallationComplete.Text" xml:space="preserve">
<value>Kurulum Tamamlandı!</value>
</data>
<data name="PageTitle.Text" xml:space="preserve">
<value>Kurulum</value>
</data>
<data name="TimerMinutes.Text" xml:space="preserve">
<value>Dakika</value>
</data>
<data name="PasswordMismatch.Text" xml:space="preserve">
<value>Parolalar eşleşmiyor.</value>
</data>
<data name="Confirm.Required" xml:space="preserve">
<value>Parolayı onaylamanız gereklidir.</value>
</data>
<data name="DatabaseFilename.Required" xml:space="preserve">
<value>Veritabanı dosya adı gereklidir.</value>
</data>
<data name="DatabaseName.Required" xml:space="preserve">
<value>Veritabanı adı gereklidir.</value>
</data>
<data name="DatabasePassword.Required" xml:space="preserve">
<value>Veritabanı şifresi gereklidir.</value>
</data>
<data name="DatabaseServer.Required" xml:space="preserve">
<value>Veritabanı sunucusu adı gereklidir.</value>
</data>
<data name="DatabaseUsername.Required" xml:space="preserve">
<value>Veritabanı kullanıcı adı gereklidir.</value>
</data>
<data name="Password.Required" xml:space="preserve">
<value>Şifre gereklidir.</value>
</data>
<data name="PasswordStrengthFair.Text" xml:space="preserve">
<value>orta</value>
</data>
<data name="PasswordStrengthMinLength.Text" xml:space="preserve">
<value>karakter minimum</value>
</data>
<data name="PasswordStrengthStrong.Text" xml:space="preserve">
<value>güçlü</value>
</data>
<data name="PasswordStrengthWeak.Text" xml:space="preserve">
<value>zayıf</value>
</data>
<data name="ConfirmPasswordUnmatched.Text" xml:space="preserve">
<value>Şifre eşleşmiyor</value>
</data>
<data name="ConfirmPasswordMatched.Text" xml:space="preserve">
<value>Şifre Eşleşti</value>
</data>
<data name="CriteriaValidationExpression.Text" xml:space="preserve">
<value>Doğrulama İfadesi: {0}</value>
</data>
<data name="CriteriaAtLeastNSpecialChars.Text" xml:space="preserve">
<value>En az {0} alfasayısal olmayan karakter</value>
</data>
<data name="CriteriaAtLeastNChars.Text" xml:space="preserve">
<value>En az {0} karakter</value>
</data>
<data name="PasswordRulesHeadText.Text" xml:space="preserve">
<value>Şifre Politikası:</value>
</data>
<data name="ConfirmPasswordUnmatched.Text" xml:space="preserve">
<value>Şifre eşleşmiyor</value>
</data>
<data name="ConfirmPasswordMatched.Text" xml:space="preserve">
<value>Şifre Eşleşti</value>
</data>
<data name="UserName.Required" xml:space="preserve">
<value>Kullanıcı adı zorunludur.</value>
</data>
<data name="WebsiteName.Required" xml:space="preserve">
<value>Web sitesi adı zorunludur.</value>
</data>
<data name="HostWarning.Text" xml:space="preserve">
<value>Ana bilgisayar adınız yasaklı karakterler içeriyor (yalnızca a-Z, 0-9, - ve . izin verilir). Kullandığınız ana bilgisayar adını değiştirmelisiniz.</value>
</data>
<data name="FileAndFolderPermissionCheckFailed.Text" xml:space="preserve">
<value><div class="permission"><img alt="Web sitesinin kök klasörü için güvenlik ayarlarını gösteren resim, ASPNET veya NT AUTHORITY/NETWORK SERVICE hesapları için Okuma, Yazma ve Değiştirme Kontrolü olarak ayarlanmalıdır." src="..\403-3.gif" align="right" hspace="10"/>
<p><b><font color='red'>Siteniz izin kontrolünü geçemedi.</font></b></p>
Windows Gezgini'ni kullanarak web sitenizin klasörlerine gidin ( {0} ). Klasörün üzerine sağ tıklayın ve açılır menüden Paylaşım ve Güvenlik'i seçin. Güvenlik sekmesini seçin. Uygun Kullanıcı Hesabını ekleyin ve İzinleri ayarlayın.
<br/><br/>
<h3>Windows 8 veya daha yeni, Windows Server 2008 R2 veya daha yeni ve IIS7.5 veya daha yeni kullanılıyorsa</h3>
<p>IIS AppPool\DefaultAppPool Kullanıcı Hesabının Web Sitesinin sanal kökünde Okuma, Yazma ve Değiştirme Kontrolüne sahip olması gerekir.</p><p><a class="dnnPrimaryAction" href="">Tekrar Kontrol Et</a></p></div></value>
</data>
<data name="InstallVersion.Text" xml:space="preserve">
<value>Yükleme Sürümü Ekleme</value>
</data>
<data name="FcnMode.Text" xml:space="preserve">
<value>FcnMode Ekleme</value>
</data>
<data name="Email.Help" xml:space="preserve">
<value>Bu kullanıcı için bir e-posta adresi girin.</value>
</data>
<data name="Email.Invalid" xml:space="preserve">
<value>Girilen e-posta adresi geçerli değil</value>
</data>
<data name="Email.Required" xml:space="preserve">
<value>Bir e-posta adresi gereklidir</value>
</data>
<data name="Email.Text" xml:space="preserve">
<value>E-posta adresi:</value>
</data>
<data name="AcceptTerms.Text" xml:space="preserve">
<value>Lisans sözleşmesini kabul ediyorum</value>
</data>
<data name="AcceptTerms.Required" xml:space="preserve">
<value>Devam etmek için lisans sözleşmesinin şartlarını kabul edin.</value>
</data>
<data name="DotNetVersion48Required.Text" xml:space="preserve">
<value>.Net Framework 4.8 gereklidir. Devam etmeden önce Windows güncellemelerini kontrol edin.</value>
</data>
<data name="WebsiteSsl.Help" xml:space="preserve">
<value>Web sitesi HTTPS üzerinde çalışacak şekilde yapılandırılacaktır.</value>
</data>
<data name="WebsiteSsl.Text" xml:space="preserve">
<value>HTTPS</value>
</data>
<data name="InstallingSslStep.Text" xml:space="preserve">
<value>Site {0} için HTTPS kontrol ediliyor</value>
</data>
<data name="InstallingSslStepSiteNotFound.Text" xml:space="preserve">
<value>Site {0} bulunamadı, HTTPS ayarlanamadı</value>
</data>
</root>