WCF.tr.xlf 18.8 KB
Newer Older
K
khoiph1 已提交
1
<?xml version="1.0" encoding="utf-8"?>
B
Brett V. Forsgren 已提交
2 3 4 5 6
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
  <file datatype="xml" source-language="en" target-language="tr" original="../WCF.resx">
    <body>
      <trans-unit id="AddSvcRefDlg_DefaultDialogTitle">
        <source>Add Service Reference</source>
7
        <target state="translated">Hizmet Başvurusu Ekle</target>
B
Brett V. Forsgren 已提交
8 9 10 11
        <note>Title for the "Add Service Reference" dialog</note>
      </trans-unit>
      <trans-unit id="CodeGenerator_UnableToGetCodeDomProvider">
        <source>Unable to find a code generator (CodeDomProvider).</source>
12
        <target state="translated">Kod oluşturucusu (CodeDomProvider) bulunamıyor.</target>
B
Brett V. Forsgren 已提交
13 14 15 16
        <note />
      </trans-unit>
      <trans-unit id="Configuration_CantSaveTemporaryConfigurations">
        <source>Configuration could not be saved. Make sure the configuration file exists and can be edited.</source>
17
        <target state="translated">Yapılandırma kaydedilemedi. Yapılandırma dosyasının var olduğundan ve düzenlenebildiğinden emin olun.</target>
B
Brett V. Forsgren 已提交
18 19 20 21
        <note />
      </trans-unit>
      <trans-unit id="Configuration_IVsProjectSpecialFilesNotSupported">
        <source>The current project does not support configuration files.</source>
22
        <target state="translated">Geçerli proje yapılandırma dosyalarını desteklemiyor.</target>
B
Brett V. Forsgren 已提交
23 24 25 26
        <note />
      </trans-unit>
      <trans-unit id="AddSvcRefDlg_NoServicesFoundInSolution">
        <source>No services found in the solution.</source>
27
        <target state="translated">Çözümde herhangi bir hizmet bulunamadı.</target>
B
Brett V. Forsgren 已提交
28 29 30 31
        <note />
      </trans-unit>
      <trans-unit id="AddSvcRefDlg_ErrorOnOK">
        <source>There was an error downloading metadata from the address. Please verify that you have entered a valid address.</source>
32
        <target state="translated">Adresten meta veri indirilirken bir hata oluştu. Lütfen geçerli bir adres girdiğinizi doğrulayın.</target>
B
Brett V. Forsgren 已提交
33 34 35 36
        <note />
      </trans-unit>
      <trans-unit id="AddSvcRefDlg_ServicesFoundAtUrl_2Args">
        <source>{0} service(s) found at address '{1}'.</source>
37
        <target state="translated">{1}' adresinde {0} hizmet bulundu.</target>
B
Brett V. Forsgren 已提交
38 39 40 41
        <note>{0} = count, {1} = URL where the services were found</note>
      </trans-unit>
      <trans-unit id="AddSvcRefDlg_ServicesFoundInSolution_1Arg">
        <source>{0} service(s) found in the solution.</source>
42
        <target state="translated">Çözümde {0} hizmet bulundu.</target>
B
Brett V. Forsgren 已提交
43 44 45 46
        <note>{0} = # of services</note>
      </trans-unit>
      <trans-unit id="Configuration_OnlyRootItemIdSupported">
        <source>It is only possible to access the default (ITEMID_ROOT) configuration file.</source>
47
        <target state="translated">Yalnızca varsayılan (ITEMID_ROOT) yapılandırma dosyasına erişmek mümkün.</target>
B
Brett V. Forsgren 已提交
48 49 50 51
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_InvalidNamespace">
        <source>'{0}' is not a valid namespace for the service reference.</source>
52
        <target state="translated">'{0}', hizmet başvurusu için geçerli bir ad alanı değil.</target>
B
Brett V. Forsgren 已提交
53 54 55 56
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_NamespaceConflictsOther">
        <source>Cannot create a service reference with namespace '{0}' because the name is already in use by an existing service reference, folder or file.</source>
57
        <target state="translated">'{0}' ad alanı daha önce var olan bir hizmet başvurusu, klasör veya dosya tarafından kullanıldığı için bu adlı bir hizmet başvurusu oluşturulamaz.</target>
B
Brett V. Forsgren 已提交
58 59 60 61
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_AddMultipleReference">
        <source>Unable to add a new reference. One or more references already exists or the 'Metadata' section is not empty in the .svcmap file. Edit the .svcmap file and clear all the entries from the 'Metadata' section.</source>
62
        <target state="translated">Yeni başvuru eklenemiyor. Bir veya daha fazla başvuru zaten var veya .svcmap dosyasındaki 'Metadata' bölümü boş değil. .svcmap dosyasını düzenleyin ve 'Metadata' bölümündeki tüm girdileri temizleyin.</target>
B
Brett V. Forsgren 已提交
63 64 65 66
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_NamespaceCantBeEmpty">
        <source>A namespace needs to be specified for this service reference.</source>
67
        <target state="translated">Bu hizmet başvurusu için ad alanı belirtilmelidir.</target>
B
Brett V. Forsgren 已提交
68 69 70 71
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_InvalidName">
        <source>{0}' is not a valid name for a service reference.</source>
72
        <target state="translated">'{0}', hizmet başvurusu için geçerli bir ad değil.</target>
B
Brett V. Forsgren 已提交
73 74 75 76
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_NameCantBeEmpty">
        <source>Empty string is not a valid name for a reference group.</source>
77
        <target state="translated">Boş dize başvuru grubu için geçerli bir ad değildir.</target>
B
Brett V. Forsgren 已提交
78 79 80 81
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_NameConflictsOther">
        <source>Cannot create a reference group named '{0}' because the name is already being used by an existing reference group, folder or file.</source>
82
        <target state="translated">'{0}' adı daha önce var olan bir başvuru grubu, klasör veya dosya tarafından kullanıldığı için bu adlı bir başvuru grubu oluşturulamaz.</target>
B
Brett V. Forsgren 已提交
83 84 85 86
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_NameCantStartEndWithSpace">
        <source>Cannot create a reference group with namespace or name with leading or trailing whitespace characters.</source>
87
        <target state="translated">Adının başında ya da sonunda boşluk karakterleri olan veya ad alanı içeren bir başvuru grubu oluşturulamaz.</target>
B
Brett V. Forsgren 已提交
88 89 90 91
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_NotFoundThroughPath">
        <source>The .svcmap file cannot be found. It may have been moved or deleted.  To generate a new .svcmap file, delete the service reference and add it again.</source>
92
        <target state="translated">.svcmap dosyası bulunamıyor. Taşınmış veya silinmiş olabilir.  Yeni bir .svcmap dosyası oluşturmak için hizmet başvurusunu silin ve yeniden ekleyin.</target>
B
Brett V. Forsgren 已提交
93 94 95 96
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_NotSupportedInCurrentProject">
        <source>The current project does not support service references. To enable Windows Communication Foundation support, change the target version of the Microsoft .NET Framework.</source>
97
        <target state="translated">Geçerli proje hizmet başvurularını desteklemiyor. Windows Communication Foundation desteğini etkinleştirmek için hedef Microsoft .NET Framework sürümünü değiştirin.</target>
B
Brett V. Forsgren 已提交
98 99 100 101
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_DeleteFailedConfigurationError">
        <source>The configuration for the service reference could not be deleted due to the following issue: {0}</source>
102
        <target state="translated">Şu sorundan dolayı hizmet başvurusu yapılandırması silinemedi: {0}</target>
B
Brett V. Forsgren 已提交
103 104 105 106
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_UpdateFailedConfigurationError">
        <source>The configuration for the service reference could not be updated due to the following issue: {0}</source>
107
        <target state="translated">Hizmet başvurusu yapılandırması şu sorun nedeniyle güncelleştirilemedi: {0}</target>
B
Brett V. Forsgren 已提交
108 109 110 111
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_AddFailedConfigurationError">
        <source>The configuration for the service reference could not be added due to the following issue: {0}</source>
112
        <target state="translated">Şu sorundan dolayı hizmet başvurusu yapılandırması eklenemedi: {0}</target>
B
Brett V. Forsgren 已提交
113 114 115 116
        <note />
      </trans-unit>
      <trans-unit id="AddSvcRefDlg_NothingSelectedOnGo">
        <source>Please enter the address for a service.</source>
117
        <target state="translated">Lütfen hizmetin adresini girin.</target>
B
Brett V. Forsgren 已提交
118 119 120 121
        <note />
      </trans-unit>
      <trans-unit id="AddSvcRefDlg_Error_DiscoverUrl_1Arg">
        <source>An error occurred while attempting to find services at '{0}'.</source>
122
        <target state="translated">'{0}' konumunda hizmetleri bulmaya çalışırken bir hata oluştu.</target>
B
Brett V. Forsgren 已提交
123 124 125 126
        <note>{0} = a URL path</note>
      </trans-unit>
      <trans-unit id="AddSvcRefDlg_Error_ServicesInSolution">
        <source>An error occurred while searching for services in the solution.</source>
127
        <target state="translated">Çözüm içinde hizmetleri ararken bir hata oluştu.</target>
B
Brett V. Forsgren 已提交
128 129 130 131
        <note />
      </trans-unit>
      <trans-unit id="AddSvcRefDlg_Error_StartService_1Arg1">
        <source>An error occurred while attempting to start services at '{0}'".</source>
132
        <target state="translated">'{0}' konumunda hizmetleri başlatmaya çalışırken bir hata oluştu.</target>
B
Brett V. Forsgren 已提交
133 134 135 136
        <note>{0} = a URL path</note>
      </trans-unit>
      <trans-unit id="AddSvcRefDlg_PleaseWait">
        <source>Please wait for service information to be downloaded or click Stop.</source>
137
        <target state="translated">Lütfen hizmet bilgilerinin indirilmesini bekleyin veya Durdur'a tıklayın.</target>
B
Brett V. Forsgren 已提交
138 139 140 141
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_FailedToGetReferencedAssembliesFromProject">
        <source>Cannot get referenced assemblies from the project system.</source>
142
        <target state="translated">Proje sisteminden başvurulan bütünleştirilmiş kodlar alınamıyor.</target>
B
Brett V. Forsgren 已提交
143 144 145 146
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_SvcMapFileIsMissing">
        <source>The service reference is invalid, because the .svcmap file ('{0}') cannot be found. It may have been moved, deleted or excluded from the project.  To generate a new .svcmap file, delete the service reference and add it again.</source>
147
        <target state="translated">.svcmap dosyası ('{0}') bulunamadığından hizmet başvurusu geçersiz. Dosya taşınmış, silinmiş veya projeden çıkartılmış olabilir. Yeni bir .svcmap dosyası oluşturmak için hizmet başvurusunu silin ve yeniden ekleyin.</target>
B
Brett V. Forsgren 已提交
148 149 150 151
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_SvcMapFileBadFormat">
        <source>The service reference is invalid. The .svcmap file ('{0}') cannot be loaded. It may be corrupted or in a bad format: {1}</source>
152
        <target state="translated">Hizmet başvurusu geçersiz. .svcmap dosyası ('{0}') yüklenemiyor. Bozuk veya biçimi hatalı olabilir: {1}</target>
B
Brett V. Forsgren 已提交
153 154 155 156
        <note />
      </trans-unit>
      <trans-unit id="AddSvcRegDlg_ShowErrorDetails">
        <source>(Details)</source>
157
        <target state="translated">(Ayrıntılar)</target>
B
Brett V. Forsgren 已提交
158 159 160 161
        <note>This is the text for a link to additional error information.</note>
      </trans-unit>
      <trans-unit id="AddSvcRefDlg_OPSelectContract">
        <source>Select a service contract to view its operations.</source>
162
        <target state="translated">İşlemlerini görüntülemek için bir hizmet sözleşmesi seçin.</target>
B
Brett V. Forsgren 已提交
163 164 165 166
        <note>This is the message displayed when user selects non-cotract nodes.</note>
      </trans-unit>
      <trans-unit id="CSRDlg_Title">
        <source>Service Reference Settings</source>
167
        <target state="translated">Hizmet Başvuru Ayarları</target>
B
Brett V. Forsgren 已提交
168 169 170 171
        <note />
      </trans-unit>
      <trans-unit id="CSRDlg_CustomType">
        <source>( Custom )</source>
172
        <target state="translated">(Özel)</target>
B
Brett V. Forsgren 已提交
173 174 175 176
        <note />
      </trans-unit>
      <trans-unit id="CSRDlg_AssemblyNotFoundError">
        <source>The assembly '{0}' could not be found.</source>
177
        <target state="translated">'{0}' bütünleştirilmiş kodu bulunamadı.</target>
B
Brett V. Forsgren 已提交
178 179 180 181
        <note />
      </trans-unit>
      <trans-unit id="CSRDlg_NullURL">
        <source>Address should be a valid non-empty URL.</source>
182
        <target state="translated">Adres, boş olmayan geçerli bir URL olmalıdır.</target>
B
Brett V. Forsgren 已提交
183 184 185 186
        <note>Error message to display when user enters empty URL in the address change text box</note>
      </trans-unit>
      <trans-unit id="AddSvcRefDlg_ServicesFound_1Arg">
        <source>{0} service(s) found.</source>
187
        <target state="translated">{0} hizmet bulundu.</target>
B
Brett V. Forsgren 已提交
188 189 190 191
        <note>{0} = count</note>
      </trans-unit>
      <trans-unit id="Err_UserCancelled">
        <source>The operation was cancelled.</source>
192
        <target state="translated">İşlem iptal edildi.</target>
B
Brett V. Forsgren 已提交
193 194 195 196
        <note />
      </trans-unit>
      <trans-unit id="UpdateDialog_Title_1Arg">
        <source>Updating Service Reference '{0}'</source>
197
        <target state="translated">'{0}' Hizmet Başvurusu Güncelleştiriliyor</target>
B
Brett V. Forsgren 已提交
198 199 200 201
        <note />
      </trans-unit>
      <trans-unit id="Status_UpdateComplete">
        <source>Service reference update complete.</source>
202
        <target state="translated">Hizmet başvurusu güncelleştirme tamamlandı.</target>
B
Brett V. Forsgren 已提交
203 204 205 206
        <note />
      </trans-unit>
      <trans-unit id="Status_GeneratingProxy">
        <source>Generating service reference client code...</source>
207
        <target state="translated">Hizmet başvurusu istemci kodu oluşturuluyor...</target>
B
Brett V. Forsgren 已提交
208 209 210 211
        <note />
      </trans-unit>
      <trans-unit id="Status_GeneratingProxyComplete">
        <source>Generation of service reference client code complete.</source>
212
        <target state="translated">Hizmet başvurusu istemci kodu oluşturma tamamlandı.</target>
B
Brett V. Forsgren 已提交
213 214 215 216
        <note />
      </trans-unit>
      <trans-unit id="Status_StartUpdate_1Arg">
        <source>Updating service reference '{0}'...</source>
217
        <target state="translated">'{0}' hizmet başvurusu güncelleştiriliyor...</target>
B
Brett V. Forsgren 已提交
218 219 220 221
        <note />
      </trans-unit>
      <trans-unit id="Status_UpdatingConfig">
        <source>Updating configuration...</source>
222
        <target state="translated">Yapılandırma güncelleştiriliyor...</target>
B
Brett V. Forsgren 已提交
223 224 225 226
        <note />
      </trans-unit>
      <trans-unit id="Status_UpdatingConfigComplete">
        <source>Configuration update complete.</source>
227
        <target state="translated">Yapılandırma güncelleştirmesi tamamlandı.</target>
B
Brett V. Forsgren 已提交
228 229 230 231
        <note />
      </trans-unit>
      <trans-unit id="Status_UpdateCancelled">
        <source>Service reference update was cancelled.</source>
232
        <target state="translated">Hizmet başvurusu güncelleştirme iptal edildi.</target>
B
Brett V. Forsgren 已提交
233 234 235 236
        <note />
      </trans-unit>
      <trans-unit id="Status_UpdateFailed">
        <source>Service reference update failed.</source>
237
        <target state="translated">Hizmet başvurusu güncelleştirme başarısız oldu.</target>
B
Brett V. Forsgren 已提交
238 239 240 241
        <note />
      </trans-unit>
      <trans-unit id="Status_AddServiceComplete">
        <source>Add service reference complete.</source>
242
        <target state="translated">Hizmet başvurusu ekleme tamamlandı.</target>
B
Brett V. Forsgren 已提交
243 244 245 246
        <note />
      </trans-unit>
      <trans-unit id="Status_AddServiceFailed">
        <source>Add service reference failed.</source>
247
        <target state="translated">Hizmet başvurusu ekleme başarısız.</target>
B
Brett V. Forsgren 已提交
248 249 250 251
        <note />
      </trans-unit>
      <trans-unit id="Status_StartAddService_1Arg">
        <source>Creating new service reference to '{0}'...</source>
252
        <target state="translated">'{0}' için yeni hizmet başvurusu oluşturuluyor...</target>
B
Brett V. Forsgren 已提交
253 254 255 256
        <note>{0}=URL</note>
      </trans-unit>
      <trans-unit id="CSRDlg_NoAssemblySelected">
        <source>No assembly is selected.</source>
257
        <target state="translated">Bir bütünleştirilmiş kod seçilmedi.</target>
B
Brett V. Forsgren 已提交
258 259 260 261
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_AsyncOpPending">
        <source>The requested operation is not valid while an asynchronous operation is in progress.</source>
262
        <target state="translated">Asenkron bir işlem yürütülürken istenen işlem geçerli değil.</target>
B
Brett V. Forsgren 已提交
263 264 265 266
        <note />
      </trans-unit>
      <trans-unit id="CSRDlg_MultipleURL">
        <source>Multiple addresses (editable in .svcmap file)</source>
267
        <target state="translated">Birden çok adres (.svcmap dosyasında düzenlenebilir)</target>
B
Brett V. Forsgren 已提交
268 269 270 271
        <note />
      </trans-unit>
      <trans-unit id="AddSvcRefDlg_ContractsFoundAtUrl_2Args">
        <source>{0} contract(s) found at address '{1}'.</source>
272
        <target state="translated">{1}' adresinde {0} sözleşme bulundu.</target>
B
Brett V. Forsgren 已提交
273 274 275 276
        <note>{0} = count, {1} = URL where the contracts were found</note>
      </trans-unit>
      <trans-unit id="AddSvcRefDlg_Error_CantCreateTempFile">
        <source>Unable to create temporary configuration file for downloading service information.</source>
277
        <target state="translated">Hizmet bilgilerini indirmek için geçici yapılandırma dosyası oluşturulamıyor.</target>
B
Brett V. Forsgren 已提交
278 279 280 281
        <note />
      </trans-unit>
      <trans-unit id="ConfigurationFileOpenedInIncompatibleEditor">
        <source>The file is already opened in an incompatible editor.</source>
282
        <target state="translated">Dosya uyumsuz bir düzenleyicide önceden açılmış.</target>
B
Brett V. Forsgren 已提交
283 284 285 286
        <note />
      </trans-unit>
      <trans-unit id="Status_DownloadingMetadata">
        <source>Downloading service information...</source>
287
        <target state="translated">Hizmet bilgileri indiriliyor...</target>
B
Brett V. Forsgren 已提交
288 289 290 291
        <note />
      </trans-unit>
      <trans-unit id="AddSvcRefDlg_Error_ExistingRefGroupNotSupported">
        <source>The current version of the software does not support adding a service reference to an existing service reference group.</source>
292
        <target state="translated">Yazılımın mevcut sürümü, mevcut hizmet başvuru grubuna bir hizmet başvurusu eklemeyi desteklemiyor.</target>
B
Brett V. Forsgren 已提交
293 294 295 296
        <note />
      </trans-unit>
      <trans-unit id="Discovery_ErrorBuildSolution">
        <source>If the service is defined in the current solution, try building the solution and adding the service reference again.</source>
297
        <target state="translated">Hizmet geçerli çözüm içerisinde tanımlıysa çözümü yeniden derlemeyi ve hizmet başvurusunu yeniden eklemeyi deneyin.</target>
B
Brett V. Forsgren 已提交
298 299 300 301
        <note />
      </trans-unit>
      <trans-unit id="ReferenceGroup_MismatchBeginEndBatch">
        <source>Mismatching Begin/EndBatch calls. You have called EndBatch more times than BeginBatch.</source>
302
        <target state="translated">Eşleşmeyen Begin/EndBatch çağrıları. EndBatch'i BeginBatch'den daha fazla çağırdınız.</target>
B
Brett V. Forsgren 已提交
303 304 305 306
        <note />
      </trans-unit>
      <trans-unit id="SingleFileGenerator_FailedToGenerateTypes_1Arg">
        <source>Failed to generate code for the service reference '{0}'.  Please check other error and warning messages for details.</source>
307
        <target state="translated">'{0}' hizmet başvurusu için kod oluşturulamadı. Ayrıntılar için diğer hata ve uyarı iletilerini kontrol edin.</target>
B
Brett V. Forsgren 已提交
308 309 310 311 312
        <note />
      </trans-unit>
    </body>
  </file>
</xliff>