35 lines
2.1 KiB
Properties
35 lines
2.1 KiB
Properties
# This Source Code Form is subject to the terms of the Mozilla Public
|
||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||
|
||
Reset = Sıfırla
|
||
Submit = Sorguyu gönder
|
||
Browse = Gözat…
|
||
FileUpload = Dosya gönder
|
||
DirectoryUpload = Yüklenecek klasörü seçin
|
||
DirectoryPickerOkButtonLabel = Yükle
|
||
ForgotPostWarning = Form enctype=%S içeriyor ama method=POST içermiyor. Bunun yerine enctype olmaksızın, method=GET yöntemi ile gönderiliyor.
|
||
ForgotFileEnctypeWarning = Form bir dosya girdisi içeriyor ama formda method=POST ve nctype=multipart/form-data eksik. Dosya gönderilmeyecektir.
|
||
# LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName
|
||
DefaultFormSubject = %S form iletisi
|
||
CannotEncodeAllUnicode = Tüm Unicode karakterleri kodlayamayan %S kodlamasında bir form gönderildi, bu yüzden kullanıcı girdisi hasar görebilir. Bu sorunu önlemek için, sayfa, formu UTF-8 kodlamasıyla gönderecek şekilde değiştirilmelidir. Bunun için tüm sayfanın kodlaması UTF-8 olarak değiştirilebilir veya form elemanında accept-charset=utf-8 tanımlanabilir.
|
||
AllSupportedTypes = Tüm desteklenen türler
|
||
# LOCALIZATION NOTE (NoFileSelected): this string is shown on a
|
||
# <input type='file'> when there is no file selected yet.
|
||
NoFileSelected = Dosya seçilmedi.
|
||
# LOCALIZATION NOTE (NoFilesSelected): this string is shown on a
|
||
# <input type='file' multiple> when there is no file selected yet.
|
||
NoFilesSelected = Dosya seçilmedi.
|
||
# LOCALIZATION NOTE (NoDirSelected): this string is shown on a
|
||
# <input type='file' directory/webkitdirectory> when there is no directory
|
||
# selected yet.
|
||
NoDirSelected = Klasör seçilmedi.
|
||
# LOCALIZATION NOTE (XFilesSelected): this string is shown on a
|
||
# <input type='file' multiple> when there are more than one selected file.
|
||
# %S will be a number greater or equal to 2.
|
||
XFilesSelected = %S dosya seçildi.
|
||
ColorPicker = Bir renk seçin
|
||
# LOCALIZATION NOTE (DefaultSummary): this string is shown on a <details> when
|
||
# it has no direct <summary> child. Google Chrome should already have this
|
||
# string translated.
|
||
DefaultSummary = Ayrıntılar
|