From 0107d5957192cf9c3f6d138ba114cdff7889bb56 Mon Sep 17 00:00:00 2001 From: Georg Bauer Date: Mon, 16 Oct 2006 16:22:15 +0000 Subject: fixed #2851: updated turkish language files git-svn-id: http://code.djangoproject.com/svn/django/trunk@3904 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/locale/tr/LC_MESSAGES/django.mo | Bin 14429 -> 37149 bytes django/conf/locale/tr/LC_MESSAGES/django.po | 3141 ++++++++++++++----------- django/conf/locale/tr/LC_MESSAGES/djangojs.mo | Bin 0 -> 1508 bytes django/conf/locale/tr/LC_MESSAGES/djangojs.po | 109 + 4 files changed, 1835 insertions(+), 1415 deletions(-) create mode 100644 django/conf/locale/tr/LC_MESSAGES/djangojs.mo create mode 100644 django/conf/locale/tr/LC_MESSAGES/djangojs.po diff --git a/django/conf/locale/tr/LC_MESSAGES/django.mo b/django/conf/locale/tr/LC_MESSAGES/django.mo index ba3dd15be8..2415d26ee9 100644 Binary files a/django/conf/locale/tr/LC_MESSAGES/django.mo and b/django/conf/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/conf/locale/tr/LC_MESSAGES/django.po b/django/conf/locale/tr/LC_MESSAGES/django.po index 390c8e7d0b..daa299ca66 100644 --- a/django/conf/locale/tr/LC_MESSAGES/django.po +++ b/django/conf/locale/tr/LC_MESSAGES/django.po @@ -1,1898 +1,2209 @@ -# Django Turkish translation. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Baurzhan Ismagulov , 2006. +# translation of django.po to Turkish +# Django 0.95 +# Copyright (C) 2006 Django +# This file is distributed under the same license as the Django package. # -#, fuzzy +# Bahadır Kandemir , 2006. msgid "" msgstr "" -"Project-Id-Version: Django 1.0\n" +"Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-05-16 10:10+0200\n" -"PO-Revision-Date: 2006-09-12 23:43+0200\n" -"Last-Translator: Baurzhan Ismagulov \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2006-10-01 21:09+0300\n" +"PO-Revision-Date: 2006-10-01 21:19+0300\n" +"Last-Translator: Bahadır Kandemir \n" +"Language-Team: Turkish \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" -#: contrib/comments/models.py:67 contrib/comments/models.py:166 -msgid "object ID" -msgstr "nesne kodu" +#: db/models/manipulators.py:305 +#, python-format +msgid "%(object)s with this %(type)s already exists for the given %(field)s." +msgstr "%(type)s ve %(field)s değerine sahip %(object)s kaydı zaten var." -#: contrib/comments/models.py:68 -msgid "headline" -msgstr "başlık" +#: db/models/manipulators.py:332 +#, python-format +msgid "" +"Please enter a different %s. The one you entered is already being used for %" +"s." +msgstr "Lütfen farklı bir %s girin. Girdiğiniz, %s tarihinde bir kez kullanılmış." -#: contrib/comments/models.py:69 contrib/comments/models.py:90 -#: contrib/comments/models.py:167 -msgid "comment" -msgstr "yorum" +#: db/models/fields/__init__.py:41 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "%(fieldname)s için %(optname)s değeri zaten seçilmiş." -#: contrib/comments/models.py:70 -msgid "rating #1" -msgstr "rating #1" +#: db/models/fields/__init__.py:115 db/models/fields/__init__.py:266 +#: db/models/fields/__init__.py:560 db/models/fields/__init__.py:571 +#: forms/__init__.py:347 +msgid "This field is required." +msgstr "Bu alan gerekli." -#: contrib/comments/models.py:71 -msgid "rating #2" -msgstr "rating #2" +#: db/models/fields/__init__.py:349 +msgid "This value must be an integer." +msgstr "Bu değer tamsayı olmalı." -#: contrib/comments/models.py:72 -msgid "rating #3" -msgstr "rating #3" +#: db/models/fields/__init__.py:381 +msgid "This value must be either True or False." +msgstr "Bu değer True ya da False olabilir." -#: contrib/comments/models.py:73 -msgid "rating #4" -msgstr "rating #4" +#: db/models/fields/__init__.py:397 +msgid "This field cannot be null." +msgstr "Bu alan boş bırakılamaz." -#: contrib/comments/models.py:74 -msgid "rating #5" -msgstr "rating #5" +#: db/models/fields/__init__.py:424 core/validators.py:146 +msgid "Enter a valid date in YYYY-MM-DD format." +msgstr "YYYY-AA-GG formatında tarih girin." -#: contrib/comments/models.py:75 -msgid "rating #6" -msgstr "rating #6" +#: db/models/fields/__init__.py:486 core/validators.py:155 +msgid "Enter a valid date/time in YYYY-MM-DD HH:MM format." +msgstr "YYYY-AA-GG SS:DD formatında tarih girin." -#: contrib/comments/models.py:76 -msgid "rating #7" -msgstr "rating #7" +#: db/models/fields/__init__.py:580 +msgid "Enter a valid filename." +msgstr "Geçerli bir dosya adı girin." -#: contrib/comments/models.py:77 -msgid "rating #8" -msgstr "rating #8" +#: db/models/fields/related.py:51 +#, python-format +msgid "Please enter a valid %s." +msgstr "Lütfen geçerli bir %s girin." -#: contrib/comments/models.py:82 -msgid "is valid rating" -msgstr "geçerli bir rating'dir" +#: db/models/fields/related.py:618 +msgid "Separate multiple IDs with commas." +msgstr "Birden fazla numarayı virgül ile ayırın." -#: contrib/comments/models.py:83 contrib/comments/models.py:169 -msgid "date/time submitted" -msgstr "girildiği tarih/saat" +#: db/models/fields/related.py:620 +msgid "Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"\"Ctrl\" ve Mac'de \"Command\" tuşunu basılı tutarak birden fazla seçimde " +"bulunabilirsiniz." -#: contrib/comments/models.py:84 contrib/comments/models.py:170 -msgid "is public" -msgstr "geneldir" +#: db/models/fields/related.py:664 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "Please enter valid %(self)s IDs. The values %(value)r are invalid." +msgstr[0] "Lütfen geçerli bir %(self)s numarası girin. %(value)r değeri geçersiz." +msgstr[1] "Lütfen geçerli %(self)s numaraları girin. %(value)r değerleri geçersiz." -#: contrib/comments/models.py:85 contrib/admin/views/doc.py:289 -msgid "IP address" -msgstr "IP adresi" +#: conf/global_settings.py:39 +msgid "Arabic" +msgstr "Arapça" -#: contrib/comments/models.py:86 -msgid "is removed" -msgstr "silinmiştir" +#: conf/global_settings.py:40 +msgid "Bengali" +msgstr "Bengali Dili" -#: contrib/comments/models.py:86 -msgid "" -"Check this box if the comment is inappropriate. A \"This comment has been " -"removed\" message will be displayed instead." -msgstr "Yorum uygun değilse bu alanı işaretleyin. Yerine \"Bu yorum silinmiştir\" yazısı gözükür." +#: conf/global_settings.py:41 +msgid "Czech" +msgstr "Çekçe" -#: contrib/comments/models.py:91 -msgid "comments" -msgstr "yorumlar" +#: conf/global_settings.py:42 +msgid "Welsh" +msgstr "Galce" -#: contrib/comments/models.py:131 contrib/comments/models.py:207 -msgid "Content object" -msgstr "İçerik nesnesi" +#: conf/global_settings.py:43 +msgid "Danish" +msgstr "Danca" -#: contrib/comments/models.py:159 -#, python-format -msgid "" -"Posted by %(user)s at %(date)s\n" -"\n" -"%(comment)s\n" -"\n" -"http://%(domain)s%(url)s" -msgstr "" -"%(user)s, %(date)s\n" -"\n" -"%(comment)s\n" -"\n" -"http://%(domain)s%(url)s" +#: conf/global_settings.py:44 +msgid "German" +msgstr "Almanca" -#: contrib/comments/models.py:168 -msgid "person's name" -msgstr "kişinin adı" +#: conf/global_settings.py:45 +msgid "Greek" +msgstr "Yunanca" -#: contrib/comments/models.py:171 -msgid "ip address" -msgstr "IP adresi" +#: conf/global_settings.py:46 +msgid "English" +msgstr "İngilizce" -#: contrib/comments/models.py:173 -msgid "approved by staff" -msgstr "personel tarafından onaylanmış" +#: conf/global_settings.py:47 +msgid "Spanish" +msgstr "İspanyolca" -#: contrib/comments/models.py:176 -msgid "free comment" -msgstr "serbest yorum" +#: conf/global_settings.py:48 +msgid "Argentinean Spanish" +msgstr "Arjantin İspanyolcası" -#: contrib/comments/models.py:177 -msgid "free comments" -msgstr "serbest yorum" +#: conf/global_settings.py:49 +msgid "Finnish" +msgstr "Fince" -#: contrib/comments/models.py:233 -msgid "score" -msgstr "puan" +#: conf/global_settings.py:50 +msgid "French" +msgstr "Fransızca" -#: contrib/comments/models.py:234 -msgid "score date" -msgstr "puan tarihi" +#: conf/global_settings.py:51 +msgid "Galician" +msgstr "Galler Dili" -#: contrib/comments/models.py:237 -msgid "karma score" -msgstr "karma puanı" +#: conf/global_settings.py:52 +msgid "Hungarian" +msgstr "Macarca" -#: contrib/comments/models.py:238 -msgid "karma scores" -msgstr "karma puanları" +#: conf/global_settings.py:53 +msgid "Hebrew" +msgstr "İbranice" -#: contrib/comments/models.py:242 -#, python-format -msgid "%(score)d rating by %(user)s" -msgstr "%(score)d rating by %(user)s" +#: conf/global_settings.py:54 +msgid "Icelandic" +msgstr "İzlanda dili" -#: contrib/comments/models.py:258 -#, python-format -msgid "" -"This comment was flagged by %(user)s:\n" -"\n" -"%(text)s" -msgstr "" -"Bu yorum, %(user)s tarafından işaretlenmiştir:\n" -"\n" -"%(text)s" +#: conf/global_settings.py:55 +msgid "Italian" +msgstr "İtalyanca" -#: contrib/comments/models.py:265 -msgid "flag date" -msgstr "işaretleme tarihi" +#: conf/global_settings.py:56 +msgid "Japanese" +msgstr "Japonca" -#: contrib/comments/models.py:268 -msgid "user flag" -msgstr "kullanıcı işareti" +#: conf/global_settings.py:57 +msgid "Dutch" +msgstr "Flamanca" -#: contrib/comments/models.py:269 -msgid "user flags" -msgstr "kullanıcı işaretleri" +#: conf/global_settings.py:58 +msgid "Norwegian" +msgstr "Norveç Dili" -#: contrib/comments/models.py:273 -#, python-format -msgid "Flag by %r" -msgstr "Flag by %r" +#: conf/global_settings.py:59 +msgid "Brazilian" +msgstr "Brezilya Dili" -#: contrib/comments/models.py:278 -msgid "deletion date" -msgstr "silme tarihi" +#: conf/global_settings.py:60 +msgid "Romanian" +msgstr "Romence" -#: contrib/comments/models.py:280 -msgid "moderator deletion" -msgstr "moderator deletion" +#: conf/global_settings.py:61 +msgid "Russian" +msgstr "Rusça" -#: contrib/comments/models.py:281 -msgid "moderator deletions" -msgstr "moderator deletions" +#: conf/global_settings.py:62 +msgid "Slovak" +msgstr "Slovakça" -#: contrib/comments/models.py:285 -#, python-format -msgid "Moderator deletion by %r" -msgstr "Moderator deletion by %r" +#: conf/global_settings.py:63 +msgid "Slovenian" +msgstr "Slovence" -#: contrib/comments/views/karma.py:19 -msgid "Anonymous users cannot vote" -msgstr "Kayıtlı olmayan kullanıcılar oy veremez" +#: conf/global_settings.py:64 +msgid "Serbian" +msgstr "Sırpça" -#: contrib/comments/views/karma.py:23 -msgid "Invalid comment ID" -msgstr "Geçersiz yorum kodu" +#: conf/global_settings.py:65 +msgid "Swedish" +msgstr "İsveççe" -#: contrib/comments/views/karma.py:25 -msgid "No voting for yourself" -msgstr "Kendinize oy veremezsiniz" +#: conf/global_settings.py:66 +msgid "Tamil" +msgstr "Tamilce" -#: contrib/comments/views/comments.py:28 -msgid "" -"This rating is required because you've entered at least one other rating." -msgstr "Bu rating zorunludur, çünkü en az bir başka rating girdiniz." +#: conf/global_settings.py:67 +msgid "Turkish" +msgstr "Türkçe" -#: contrib/comments/views/comments.py:112 -#, python-format -msgid "" -"This comment was posted by a user who has posted fewer than %(count)s " -"comment:\n" -"\n" -"%(text)s" -msgid_plural "" -"This comment was posted by a user who has posted fewer than %(count)s " -"comments:\n" -"\n" -"%(text)s" -msgstr[0] "" -"Bu yorum, %(count)s'den az yorum yazmış bir kullanıcı tarafından yazılmıştır:\n" -"\n" -"%(text)s" -msgstr[1] "" -"Bu yorum, %(count)s'den az yorum yazmış bir kullanıcı tarafından yazılmıştır:\n" -"\n" -"%(text)s" +#: conf/global_settings.py:68 +msgid "Ukrainian" +msgstr "Ukraynaca" + +#: conf/global_settings.py:69 +msgid "Simplified Chinese" +msgstr "Basiteştirilmiş Çince" + +#: conf/global_settings.py:70 +msgid "Traditional Chinese" +msgstr "Gelenelsek Çince" -#: contrib/comments/views/comments.py:117 +#: forms/__init__.py:382 #, python-format -msgid "" -"This comment was posted by a sketchy user:\n" -"\n" -"%(text)s" -msgstr "" -"Bu yorum, yüzeysel bir kullanıcı tarafından yazılmıştır:\n" -"\n" -"%(text)s" +msgid "Ensure your text is less than %s character." +msgid_plural "Ensure your text is less than %s characters." +msgstr[0] "Metnin %s karakterden az olmasına dikkat edin." +msgstr[1] "Metnin %s karakterden az olmasına dikkat edin." -#: contrib/comments/views/comments.py:189 -#: contrib/comments/views/comments.py:280 -msgid "Only POSTs are allowed" -msgstr "Yalnızca POST kabul edilir" +#: forms/__init__.py:387 +msgid "Line breaks are not allowed here." +msgstr "Burada birden fazla satır olamaz." -#: contrib/comments/views/comments.py:193 -#: contrib/comments/views/comments.py:284 -msgid "One or more of the required fields wasn't submitted" -msgstr "En az bir zorunlu alan doldurulmamıştır" +#: forms/__init__.py:488 forms/__init__.py:561 forms/__init__.py:600 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "Geçerli bir seçimde bulunun; %(choices)s değerleri içinde '%(data)s' yok." -#: contrib/comments/views/comments.py:197 -#: contrib/comments/views/comments.py:286 -msgid "Somebody tampered with the comment form (security violation)" -msgstr "Yorum formu ile oynanmış (güvenlik problemi)" +#: forms/__init__.py:662 core/validators.py:172 core/validators.py:401 +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Dosya gönderilmedi. Formdaki kodlama türünü kontrol edin." -#: contrib/comments/views/comments.py:207 -#: contrib/comments/views/comments.py:292 -msgid "" -"The comment form had an invalid 'target' parameter -- the object ID was " -"invalid" -msgstr "Yorum formunun 'target' parametresi geçersiz, nesne kodu geçersiz" +#: forms/__init__.py:664 +msgid "The submitted file is empty." +msgstr "Gönderilen dosya boş." -#: contrib/comments/views/comments.py:257 -#: contrib/comments/views/comments.py:321 -msgid "The comment form didn't provide either 'preview' or 'post'" -msgstr "Yorum formunda ne 'preview', ne de 'post' var" +#: forms/__init__.py:720 +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "-32,768 ve 32,767 arası bir sayı girin." -#: contrib/comments/templates/comments/form.html:6 -#: contrib/comments/templates/comments/form.html:8 -#: contrib/admin/templates/admin/login.html:17 -msgid "Username:" -msgstr "Kullanıcı adı:" +#: forms/__init__.py:730 +msgid "Enter a positive number." +msgstr "Pozitif tamsayı girin." -#: contrib/comments/templates/comments/form.html:6 -#: contrib/admin/templates/admin/login.html:20 -msgid "Password:" -msgstr "Şifre:" +#: forms/__init__.py:740 +msgid "Enter a whole number between 0 and 32,767." +msgstr "0 ve 32,767 arası bir sayı girin." -#: contrib/comments/templates/comments/form.html:6 -msgid "Forgotten your password?" -msgstr "Şifremi unuttum" +#: core/validators.py:63 +msgid "This value must contain only letters, numbers and underscores." +msgstr "Bu değer sadece karakter, rakam ve altçizgiden oluşabilir." -#: contrib/comments/templates/comments/form.html:8 -#: contrib/admin/templates/admin/object_history.html:3 -#: contrib/admin/templates/admin/change_list.html:5 -#: contrib/admin/templates/admin/base.html:23 -#: contrib/admin/templates/admin/delete_confirmation.html:3 -#: contrib/admin/templates/admin/change_form.html:10 -#: contrib/admin/templates/registration/password_change_done.html:3 -#: contrib/admin/templates/registration/password_change_form.html:3 -#: contrib/admin/templates/admin_doc/bookmarklets.html:4 -#: contrib/admin/templates/admin_doc/view_detail.html:4 -#: contrib/admin/templates/admin_doc/template_tag_index.html:5 -#: contrib/admin/templates/admin_doc/template_detail.html:4 -#: contrib/admin/templates/admin_doc/template_filter_index.html:5 -#: contrib/admin/templates/admin_doc/missing_docutils.html:4 -#: contrib/admin/templates/admin_doc/view_index.html:5 -#: contrib/admin/templates/admin_doc/model_detail.html:3 -#: contrib/admin/templates/admin_doc/index.html:4 -#: contrib/admin/templates/admin_doc/model_index.html:5 -msgid "Log out" -msgstr "Çıkış" +#: core/validators.py:67 +msgid "" +"This value must contain only letters, numbers, underscores, dashes or " +"slashes." +msgstr "Bu değer sadece harf, rakam, altçizgi, bölü ve ters bölüden oluşabilir." -#: contrib/comments/templates/comments/form.html:12 -msgid "Ratings" -msgstr "Rating'ler" +#: core/validators.py:71 +msgid "This value must contain only letters, numbers, underscores or hyphens." +msgstr "Bu değer sadece harf, rakam, altçizgi veya çizgiden oluşabilir." -#: contrib/comments/templates/comments/form.html:12 -#: contrib/comments/templates/comments/form.html:23 -msgid "Required" -msgstr "Zorunlu" +#: core/validators.py:75 +msgid "Uppercase letters are not allowed here." +msgstr "Burada büyük harf kullanılamaz." -#: contrib/comments/templates/comments/form.html:12 -#: contrib/comments/templates/comments/form.html:23 -msgid "Optional" -msgstr "İsteğe bağlı" +#: core/validators.py:79 +msgid "Lowercase letters are not allowed here." +msgstr "Burada küçük harf kullanılamaz." -#: contrib/comments/templates/comments/form.html:23 -msgid "Post a photo" -msgstr "Resim ekle" +#: core/validators.py:86 +msgid "Enter only digits separated by commas." +msgstr "Sadece virgülle ayrılmış sayılar girin." -#: contrib/comments/templates/comments/form.html:27 -#: contrib/comments/templates/comments/freeform.html:5 -msgid "Comment:" -msgstr "Yorum:" +#: core/validators.py:98 +msgid "Enter valid e-mail addresses separated by commas." +msgstr "Virgülle ayrılmış geçerli e-posta adresleri girin." -#: contrib/comments/templates/comments/form.html:32 -#: contrib/comments/templates/comments/freeform.html:9 -msgid "Preview comment" -msgstr "Yorum önizleme" +#: core/validators.py:102 +msgid "Please enter a valid IP address." +msgstr "Lütfen geçerli bir IP adresi girin." -#: contrib/comments/templates/comments/freeform.html:4 -msgid "Your name:" -msgstr "Adınız:" +#: core/validators.py:106 +msgid "Empty values are not allowed here." +msgstr "Burada boş değer kullanılamaz." -#: contrib/admin/filterspecs.py:40 -#, python-format -msgid "" -"

By %s:

\n" -"
    \n" -msgstr "" -"

    %s:

    \n" -"
      \n" +#: core/validators.py:110 +msgid "Non-numeric characters aren't allowed here." +msgstr "Burada numerik olmayan karakterler kullanılamaz." -#: contrib/admin/filterspecs.py:70 contrib/admin/filterspecs.py:88 -#: contrib/admin/filterspecs.py:143 -msgid "All" -msgstr "Hepsi" +#: core/validators.py:114 +msgid "This value can't be comprised solely of digits." +msgstr "Bu alanda sadece rakam kullanılamaz." -#: contrib/admin/filterspecs.py:109 -msgid "Any date" -msgstr "Herhangi bir tarih" +#: core/validators.py:119 +msgid "Enter a whole number." +msgstr "Sayı girin." -#: contrib/admin/filterspecs.py:110 -msgid "Today" -msgstr "Bugün" +#: core/validators.py:123 +msgid "Only alphabetical characters are allowed here." +msgstr "Burada sadece alfabetik karakterler kullanılabilir." -#: contrib/admin/filterspecs.py:113 -msgid "Past 7 days" -msgstr "Son 7 gün" +#: core/validators.py:138 +msgid "Year must be 1900 or later." +msgstr "Yıl 1900 ya da sonrası olabilir." -#: contrib/admin/filterspecs.py:115 -msgid "This month" -msgstr "Bu ay" +#: core/validators.py:142 +#, python-format +msgid "Invalid date: %s." +msgstr "Geçersiz tarih: %s" -#: contrib/admin/filterspecs.py:117 -msgid "This year" -msgstr "Bu yıl" +#: core/validators.py:151 +msgid "Enter a valid time in HH:MM format." +msgstr "SS:DD formatında geçerli bir saat girin." -#: contrib/admin/filterspecs.py:143 -msgid "Yes" -msgstr "Evet" +#: core/validators.py:160 +msgid "Enter a valid e-mail address." +msgstr "Geçerli bir e-posta adresi girin." -#: contrib/admin/filterspecs.py:143 -msgid "No" -msgstr "Hayır" +#: core/validators.py:176 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Geçerli bir resim girin. Gönderdiğiniz dosya resim değil, ya da bozuk bir " +"dosya." -#: contrib/admin/filterspecs.py:150 -msgid "Unknown" -msgstr "Bilinmiyor" +#: core/validators.py:183 +#, python-format +msgid "The URL %s does not point to a valid image." +msgstr "%s adresi geçerli bir resme işaret etmiyor." -#: contrib/admin/models.py:16 -msgid "action time" -msgstr "hareket saati" +#: core/validators.py:187 +#, python-format +msgid "Phone numbers must be in XXX-XXX-XXXX format. \"%s\" is invalid." +msgstr "Telefon numarası XXX-XXX-XXXX formatında olmalı. \"%s\" geçersiz." -#: contrib/admin/models.py:19 -msgid "object id" -msgstr "nesne kodu" +#: core/validators.py:195 +#, python-format +msgid "The URL %s does not point to a valid QuickTime video." +msgstr "%s adresi geçerli bir QuickTime dosyasına işaret etmiyor." -#: contrib/admin/models.py:20 -msgid "object repr" -msgstr "nesne repr gösterimi" +#: core/validators.py:199 +msgid "A valid URL is required." +msgstr "Geçerli bir URL gerekli." -#: contrib/admin/models.py:21 -msgid "action flag" -msgstr "hareket işareti" +#: core/validators.py:213 +#, python-format +msgid "" +"Valid HTML is required. Specific errors are:\n" +"%s" +msgstr "" +"Metnin geçerli bir HTML kodu olması gerekir. Hatalar:\n" +"%s" -#: contrib/admin/models.py:22 -msgid "change message" -msgstr "değişiklik mesajı" +#: core/validators.py:220 +#, python-format +msgid "Badly formed XML: %s" +msgstr "Geçersiz XML kodu: %s" -#: contrib/admin/models.py:25 -msgid "log entry" -msgstr "günlük kaydı" +#: core/validators.py:230 +#, python-format +msgid "Invalid URL: %s" +msgstr "Geçersiz adres: %s" -#: contrib/admin/models.py:26 -msgid "log entries" -msgstr "günlük kayıtları" +#: core/validators.py:234 core/validators.py:236 +#, python-format +msgid "The URL %s is a broken link." +msgstr "%s kırık bir link." -#: contrib/admin/templatetags/admin_list.py:228 -msgid "All dates" -msgstr "Tüm tarihler" +#: core/validators.py:242 +msgid "Enter a valid U.S. state abbreviation." +msgstr "Geçerli bir şehir kodu girin." -#: contrib/admin/views/decorators.py:9 contrib/auth/forms.py:36 -#: contrib/auth/forms.py:41 -msgid "" -"Please enter a correct username and password. Note that both fields are case-" -"sensitive." -msgstr "Geçerli bir kullanıcı adı ve şifre giriniz. Her ikisinde de büyük ve küçük harfler farklıdır." +#: core/validators.py:256 +#, python-format +msgid "Watch your mouth! The word %s is not allowed here." +msgid_plural "Watch your mouth! The words %s are not allowed here." +msgstr[0] "Söylediğinize dikkat edin! %s kelimesi burada kullanılamaz." +msgstr[1] "Söylediğinize dikkat edin! %s kelimeleri burada kullanılamaz." -#: contrib/admin/views/decorators.py:23 -#: contrib/admin/templates/admin/login.html:25 -msgid "Log in" -msgstr "Giriş" +#: core/validators.py:263 +#, python-format +msgid "This field must match the '%s' field." +msgstr "Bu alan '%s' ile alanı ile uyuşmalı." -#: contrib/admin/views/decorators.py:61 -msgid "" -"Please log in again, because your session has expired. Don't worry: Your " -"submission has been saved." -msgstr "Oturumunuzun süresi dolmuştur, yeniden giriniz. Merak etmeyin, verileriniz kaydedilmiştir." +#: core/validators.py:282 +msgid "Please enter something for at least one field." +msgstr "Lütfen en az bir alana giriş yapın." -#: contrib/admin/views/decorators.py:68 -msgid "" -"Looks like your browser isn't configured to accept cookies. Please enable " -"cookies, reload this page, and try again." -msgstr "Tarayıcınızın cookie desteği kapalıdır. Cookie desteğini açın, bu sayfayı yeniden yükleyin ve tekrar deneyin." +#: core/validators.py:291 core/validators.py:302 +msgid "Please enter both fields or leave them both empty." +msgstr "Lütfen tüm alanları doldurun ya da hepsini boş bırakın." -#: contrib/admin/views/decorators.py:82 -msgid "Usernames cannot contain the '@' character." -msgstr "Kullanıcı adında '@' karakterini kullanamazsınız." +#: core/validators.py:309 +#, python-format +msgid "This field must be given if %(field)s is %(value)s" +msgstr "Bu alan %(field)s alanı %(value)s değerine sahipse doldurulmalı." -#: contrib/admin/views/decorators.py:84 +#: core/validators.py:321 #, python-format -msgid "Your e-mail address is not your username. Try '%s' instead." -msgstr "E-posta adresiniz, kullanıcı adınız değildir. Yerine '%s' deneyin." +msgid "This field must be given if %(field)s is not %(value)s" +msgstr "Bu alan %(field)s alanı %(value)s değerine sahip değilse doldurulmalı." -#: contrib/admin/views/main.py:226 -msgid "Site administration" -msgstr "Site yönetimi" +#: core/validators.py:340 +msgid "Duplicate values are not allowed." +msgstr "Tekrarlanan değerler kabul edilmez." -#: contrib/admin/views/main.py:260 +#: core/validators.py:363 #, python-format -msgid "The %(name)s \"%(obj)s\" was added successfully." -msgstr "%(name)s \\\"%(obj)s\\\" başarı ile eklenmiştir." +msgid "This value must be a power of %s." +msgstr "Bu değer %s ya da kuvvetleri olabilir." -#: contrib/admin/views/main.py:264 contrib/admin/views/main.py:348 -msgid "You may edit it again below." -msgstr "Aşağıda değiştirebilirsiniz." +#: core/validators.py:374 +msgid "Please enter a valid decimal number." +msgstr "Lütfen geçerli bir ondalık sayı girin." -#: contrib/admin/views/main.py:272 contrib/admin/views/main.py:357 +#: core/validators.py:378 #, python-format -msgid "You may add another %s below." -msgstr "Aşağıda bir %s daha ekleyebilirsiniz." +msgid "Please enter a valid decimal number with at most %s total digit." +msgid_plural "Please enter a valid decimal number with at most %s total digits." +msgstr[0] "Lütfen en fazla %s basamaklı bir ondalık sayı girin." +msgstr[1] "Lütfen en fazla %s basamaklı bir ondalık sayı girin." -#: contrib/admin/views/main.py:290 +#: core/validators.py:381 #, python-format -msgid "Add %s" -msgstr "%s ekle" +msgid "Please enter a valid decimal number with a whole part of at most %s digit." +msgid_plural "Please enter a valid decimal number with a whole part of at most %s digits." +msgstr[0] "Lütfen tamsayı kısmı en fazla %s basamaklı bir ondalık sayı girin." +msgstr[1] "Lütfen tamsayı kısmı en fazla %s basamaklı bir ondalık sayı girin." -#: contrib/admin/views/main.py:336 +#: core/validators.py:384 #, python-format -msgid "Added %s." -msgstr "%s eklenmiştir." - -#: contrib/admin/views/main.py:336 contrib/admin/views/main.py:338 -#: contrib/admin/views/main.py:340 -msgid "and" -msgstr "ve" +msgid "Please enter a valid decimal number with at most %s decimal place." +msgid_plural "Please enter a valid decimal number with at most %s decimal places." +msgstr[0] "Lütfen ondalıklı kısmı en fazla %s basamaklı bir ondalık sayı girin." +msgstr[1] "Lütfen ondalıklı kısmı en fazla %s basamaklı bir ondalık sayı girin." -#: contrib/admin/views/main.py:338 +#: core/validators.py:394 #, python-format -msgid "Changed %s." -msgstr "%s değiştirilmiştir." +msgid "Make sure your uploaded file is at least %s bytes big." +msgstr "Gönderdiğiniz dosyanın en az %s byte uzunlukta olduğundan emin olun." -#: contrib/admin/views/main.py:340 +#: core/validators.py:395 #, python-format -msgid "Deleted %s." -msgstr "%s silinmiştir." +msgid "Make sure your uploaded file is at most %s bytes big." +msgstr "Gönderdiğiniz dosyanın en fazl %s byte uzunlukta olduğundan emin olun." -#: contrib/admin/views/main.py:343 -msgid "No fields changed." -msgstr "Herhangi bir alan değiştirilmemiştir." +#: core/validators.py:412 +msgid "The format for this field is wrong." +msgstr "Bu alandaki veri formatı hatalı." + +#: core/validators.py:427 +msgid "This field is invalid." +msgstr "Alan geçersiz." -#: contrib/admin/views/main.py:346 +#: core/validators.py:463 #, python-format -msgid "The %(name)s \"%(obj)s\" was changed successfully." -msgstr "%(name)s \"%(obj)s\" başarı ile değiştirilmiştir." +msgid "Could not retrieve anything from %s." +msgstr "%s içinden hiçbirşey aktarılamıyor." + +#: core/validators.py:466 +#, python-format +msgid "The URL %(url)s returned the invalid Content-Type header '%(contenttype)s'." +msgstr "%(url)s adresi geçersiz içerik türü (%(contenttype)s) gönderdi." -#: contrib/admin/views/main.py:354 +#: core/validators.py:499 #, python-format msgid "" -"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." -msgstr "%(name)s \\\"%(obj)s\\\" başarı ile eklenmiştir. Aşağida değiştirebilirsiniz." +"Please close the unclosed %(tag)s tag from line %(line)s. (Line starts with " +"\"%(start)s\".)" +msgstr "" +"Lütfen %(line)s. satırdaki kapatılmayan %(tag)s etiketini kapatın. (Satır, " +"\"%(start)s\" ile başlıyor.)" -#: contrib/admin/views/main.py:392 +#: core/validators.py:503 #, python-format -msgid "Change %s" -msgstr "%s değiştir" +msgid "" +"Some text starting on line %(line)s is not allowed in that context. (Line " +"starts with \"%(start)s\".)" +msgstr "" +"%(line)s. satırda başlayan bazı kelimeler içerik olarak kabul edilmiyor. " +"(Satır, \"%(start)s\" ile başlıyor.)" -#: contrib/admin/views/main.py:470 +#: core/validators.py:508 #, python-format -msgid "One or more %(fieldname)s in %(name)s: %(obj)s" -msgstr "%(name)s'daki bir ya da birden fazla %(fieldname)s: %(obj)s" +msgid "" +"\"%(attr)s\" on line %(line)s is an invalid attribute. (Line starts with \"%" +"(start)s\".)" +msgstr "" +"%(line)s. satırdaki \"%(attr)s\" özelliği geçersiz. (Satır, \"%(start)s\" " +"ile başlıyor.)" -#: contrib/admin/views/main.py:475 +#: core/validators.py:513 #, python-format -msgid "One or more %(fieldname)s in %(name)s:" -msgstr "%(name)s'daki bir ya da birden fazla %(fieldname)s:" +msgid "" +"\"<%(tag)s>\" on line %(line)s is an invalid tag. (Line starts with \"%" +"(start)s\".)" +msgstr "" +"%(line)s. satırdaki \"<%(tag)s>\" etiketi geçersiz. (Satır, \"%(start)s\" " +"ile başlıyor.)" -#: contrib/admin/views/main.py:508 +#: core/validators.py:517 #, python-format -msgid "The %(name)s \"%(obj)s\" was deleted successfully." -msgstr "%(name)s \"%(obj)s\" başarı ile silinmiştir." +msgid "" +"A tag on line %(line)s is missing one or more required attributes. (Line " +"starts with \"%(start)s\".)" +msgstr "" +"%(line)s. satırdaki bir etiket eksik ya da eklenmesi gereken özellikleri " +"var. (Satır, \"%(start)s\" ile başlıyor.)" -#: contrib/admin/views/main.py:511 -msgid "Are you sure?" -msgstr "Emin misiniz?" +#: core/validators.py:522 +#, python-format +msgid "" +"The \"%(attr)s\" attribute on line %(line)s has an invalid value. (Line " +"starts with \"%(start)s\".)" +msgstr "" +"%(line)s. satırdaki \"%(attr)s\" özelliği geçersiz bir değere sahip. (Satır, " +"\"%(start)s\" ile başlıyor.)" -#: contrib/admin/views/main.py:533 +#: views/generic/create_update.py:43 #, python-format -msgid "Change history: %s" -msgstr "Değişiklik tarihçesi: %s" +msgid "The %(verbose_name)s was created successfully." +msgstr "%(verbose_name)s başarıyla yaratıldı." -#: contrib/admin/views/main.py:565 +#: views/generic/create_update.py:117 #, python-format -msgid "Select %s" -msgstr "%s seç" +msgid "The %(verbose_name)s was updated successfully." +msgstr "%(verbose_name)s başarıyla güncellendi." -#: contrib/admin/views/main.py:565 +#: views/generic/create_update.py:184 #, python-format -msgid "Select %s to change" -msgstr "Değiştirmek için %s seçiniz" +msgid "The %(verbose_name)s was deleted." +msgstr "%(verbose_name)s silindi." -#: contrib/admin/views/doc.py:277 contrib/admin/views/doc.py:286 -#: contrib/admin/views/doc.py:288 contrib/admin/views/doc.py:294 -#: contrib/admin/views/doc.py:295 contrib/admin/views/doc.py:297 -msgid "Integer" -msgstr "Tamsayı" +#: utils/dates.py:6 +msgid "Monday" +msgstr "Pazartesi" -#: contrib/admin/views/doc.py:278 -msgid "Boolean (Either True or False)" -msgstr "Boolean (True ya da False)" +#: utils/dates.py:6 +msgid "Tuesday" +msgstr "Salı" -#: contrib/admin/views/doc.py:279 contrib/admin/views/doc.py:296 -#, python-format -msgid "String (up to %(maxlength)s)" -msgstr "String (en fazla %(maxlength)s karakter)" +#: utils/dates.py:6 +msgid "Wednesday" +msgstr "Çarşamba" -#: contrib/admin/views/doc.py:280 -msgid "Comma-separated integers" -msgstr "Virgül ile ayrılmış tamsayılar" +#: utils/dates.py:6 +msgid "Thursday" +msgstr "Perşembe" -#: contrib/admin/views/doc.py:281 -msgid "Date (without time)" -msgstr "Tarih (saat yok)" +#: utils/dates.py:6 +msgid "Friday" +msgstr "Cuma" -#: contrib/admin/views/doc.py:282 -msgid "Date (with time)" -msgstr "Tarih (saat ile)" +#: utils/dates.py:7 +msgid "Saturday" +msgstr "Cumartesi" -#: contrib/admin/views/doc.py:283 -msgid "E-mail address" -msgstr "E-posta adresi" +#: utils/dates.py:7 +msgid "Sunday" +msgstr "Pazar" -#: contrib/admin/views/doc.py:284 contrib/admin/views/doc.py:287 -msgid "File path" -msgstr "Dosya yolu" +#: utils/dates.py:14 +msgid "January" +msgstr "Ocak" -#: contrib/admin/views/doc.py:285 -msgid "Decimal number" -msgstr "Ondalık sayı" +#: utils/dates.py:14 +msgid "February" +msgstr "Şubat" -#: contrib/admin/views/doc.py:291 -msgid "Boolean (Either True, False or None)" -msgstr "Boolean (True, False, ya da None)" +#: utils/dates.py:14 utils/dates.py:27 +msgid "March" +msgstr "Mart" -#: contrib/admin/views/doc.py:292 -msgid "Relation to parent model" -msgstr "Ana model ile ilişki" +#: utils/dates.py:14 utils/dates.py:27 +msgid "April" +msgstr "Nisan" -#: contrib/admin/views/doc.py:293 -msgid "Phone number" -msgstr "Telefon numarası" +#: utils/dates.py:14 utils/dates.py:27 +msgid "May" +msgstr "Mayıs" -#: contrib/admin/views/doc.py:298 -msgid "Text" -msgstr "Metin" +#: utils/dates.py:14 utils/dates.py:27 +msgid "June" +msgstr "Haziran" -#: contrib/admin/views/doc.py:299 -msgid "Time" -msgstr "Saat" +#: utils/dates.py:15 utils/dates.py:27 +msgid "July" +msgstr "Temmuz" -#: contrib/admin/views/doc.py:300 contrib/flatpages/models.py:7 -msgid "URL" -msgstr "URL" +#: utils/dates.py:15 +msgid "August" +msgstr "Ağustos" -#: contrib/admin/views/doc.py:301 -msgid "U.S. state (two uppercase letters)" -msgstr "ABD eyaleti (iki büyük harf)" +#: utils/dates.py:15 +msgid "September" +msgstr "Eylül" -#: contrib/admin/views/doc.py:302 -msgid "XML text" -msgstr "XML metni" +#: utils/dates.py:15 +msgid "October" +msgstr "Ekim" -#: contrib/admin/templates/admin/object_history.html:3 -#: contrib/admin/templates/admin/change_list.html:5 -#: contrib/admin/templates/admin/base.html:23 -#: contrib/admin/templates/admin/delete_confirmation.html:3 -#: contrib/admin/templates/admin/change_form.html:10 -#: contrib/admin/templates/registration/password_change_done.html:3 -#: contrib/admin/templates/registration/password_change_form.html:3 -#: contrib/admin/templates/admin_doc/bookmarklets.html:3 -msgid "Documentation" -msgstr "Dokümantasyon" +#: utils/dates.py:15 +msgid "November" +msgstr "Kasım" -#: contrib/admin/templates/admin/object_history.html:3 -#: contrib/admin/templates/admin/change_list.html:5 -#: contrib/admin/templates/admin/base.html:23 -#: contrib/admin/templates/admin/delete_confirmation.html:3 -#: contrib/admin/templates/admin/change_form.html:10 -#: contrib/admin/templates/registration/password_change_done.html:3 -#: contrib/admin/templates/registration/password_change_form.html:3 -#: contrib/admin/templates/admin_doc/bookmarklets.html:4 -#: contrib/admin/templates/admin_doc/view_detail.html:4 -#: contrib/admin/templates/admin_doc/template_tag_index.html:5 -#: contrib/admin/templates/admin_doc/template_detail.html:4 -#: contrib/admin/templates/admin_doc/template_filter_index.html:5 -#: contrib/admin/templates/admin_doc/missing_docutils.html:4 -#: contrib/admin/templates/admin_doc/view_index.html:5 -#: contrib/admin/templates/admin_doc/model_detail.html:3 -#: contrib/admin/templates/admin_doc/index.html:4 -#: contrib/admin/templates/admin_doc/model_index.html:5 -msgid "Change password" -msgstr "Şifre değiştirme" +#: utils/dates.py:16 +msgid "December" +msgstr "Aralık" -#: contrib/admin/templates/admin/object_history.html:5 -#: contrib/admin/templates/admin/500.html:4 -#: contrib/admin/templates/admin/change_list.html:6 -#: contrib/admin/templates/admin/base.html:28 -#: contrib/admin/templates/admin/delete_confirmation.html:6 -#: contrib/admin/templates/admin/change_form.html:13 -#: contrib/admin/templates/registration/password_change_done.html:4 -#: contrib/admin/templates/registration/password_reset_form.html:4 -#: contrib/admin/templates/registration/logged_out.html:4 -#: contrib/admin/templates/registration/password_reset_done.html:4 -#: contrib/admin/templates/registration/password_change_form.html:4 -#: contrib/admin/templates/admin_doc/bookmarklets.html:3 -msgid "Home" -msgstr "Ana sayfa" +#: utils/dates.py:19 +msgid "jan" +msgstr "oca" -#: contrib/admin/templates/admin/object_history.html:5 -#: contrib/admin/templates/admin/change_form.html:20 -msgid "History" -msgstr "Tarihçe" +#: utils/dates.py:19 +msgid "feb" +msgstr "şub" -#: contrib/admin/templates/admin/object_history.html:18 -msgid "Date/time" -msgstr "Tarih/saat" +#: utils/dates.py:19 +msgid "mar" +msgstr "mar" -#: contrib/admin/templates/admin/object_history.html:19 -msgid "User" -msgstr "Kullanıcı" +#: utils/dates.py:19 +msgid "apr" +msgstr "nis" -#: contrib/admin/templates/admin/object_history.html:20 -msgid "Action" -msgstr "Hareket" +#: utils/dates.py:19 +msgid "may" +msgstr "may" -#: contrib/admin/templates/admin/object_history.html:26 -msgid "DATE_WITH_TIME_FULL" -msgstr "j N Y, H:i" +#: utils/dates.py:19 +msgid "jun" +msgstr "haz" -#: contrib/admin/templates/admin/object_history.html:36 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "Bu nesne ile ilgili bir tarihçe yoktur. Muhtemelen bu yönetim arayüzü aracılığıyla eklenmemiştir." +#: utils/dates.py:20 +msgid "jul" +msgstr "tem" -#: contrib/admin/templates/admin/base_site.html:4 -msgid "Django site admin" -msgstr "Django site yöneticisi" +#: utils/dates.py:20 +msgid "aug" +msgstr "ağu" -#: contrib/admin/templates/admin/base_site.html:7 -msgid "Django administration" -msgstr "Django yönetimi" +#: utils/dates.py:20 +msgid "sep" +msgstr "eyl" -#: contrib/admin/templates/admin/500.html:4 -msgid "Server error" -msgstr "Sunucu hatası" +#: utils/dates.py:20 +msgid "oct" +msgstr "eki" -#: contrib/admin/templates/admin/500.html:6 -msgid "Server error (500)" -msgstr "Sunucu hatası (500)" +#: utils/dates.py:20 +msgid "nov" +msgstr "kas" -#: contrib/admin/templates/admin/500.html:9 -msgid "Server Error (500)" -msgstr "Sunucu hatası (500)" +#: utils/dates.py:20 +msgid "dec" +msgstr "ara" -#: contrib/admin/templates/admin/500.html:10 -msgid "" -"There's been an error. It's been reported to the site administrators via e-" -"mail and should be fixed shortly. Thanks for your patience." -msgstr "Bir hata oluştu. Site yöneticilerine e-posta ile gönderildi ve en kısa zamanda düzeltilir. Sabrınız için teşekkür ederiz." +#: utils/dates.py:27 +msgid "Jan." +msgstr "Oca." -#: contrib/admin/templates/admin/404.html:4 -#: contrib/admin/templates/admin/404.html:8 -msgid "Page not found" -msgstr "Sayfa bulunamamıştır" +#: utils/dates.py:27 +msgid "Feb." +msgstr "Şub." -#: contrib/admin/templates/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "Özür dileriz, sayfa bulunamamıştır." +#: utils/dates.py:28 +msgid "Aug." +msgstr "Ağu." -#: contrib/admin/templates/admin/index.html:17 -#, python-format -msgid "Models available in the %(name)s application." -msgstr "%(name)s uygulamasındaki modeller." +#: utils/dates.py:28 +msgid "Sept." +msgstr "Eyl." -#: contrib/admin/templates/admin/index.html:28 -#: contrib/admin/templates/admin/change_form.html:15 -msgid "Add" -msgstr "Ekle" +#: utils/dates.py:28 +msgid "Oct." +msgstr "Eki." -#: contrib/admin/templates/admin/index.html:34 -msgid "Change" -msgstr "Değiştir" +#: utils/dates.py:28 +msgid "Nov." +msgstr "Kas." -#: contrib/admin/templates/admin/index.html:44 -msgid "You don't have permission to edit anything." -msgstr "Değiştirme yetkiniz yoktur." +#: utils/dates.py:28 +msgid "Dec." +msgstr "Ara." -#: contrib/admin/templates/admin/index.html:52 -msgid "Recent Actions" -msgstr "Son yapılanlar" +#: utils/timesince.py:12 +msgid "year" +msgid_plural "years" +msgstr[0] "yıl" +msgstr[1] "yıl" -#: contrib/admin/templates/admin/index.html:53 -msgid "My Actions" -msgstr "Hareketlerim" +#: utils/timesince.py:13 +msgid "month" +msgid_plural "months" +msgstr[0] "ay" +msgstr[1] "ay" -#: contrib/admin/templates/admin/index.html:57 -msgid "None available" -msgstr "Yok" +#: utils/timesince.py:14 +msgid "week" +msgid_plural "weeks" +msgstr[0] "hafta" +msgstr[1] "hafta" -#: contrib/admin/templates/admin/change_list.html:11 -#, python-format -msgid "Add %(name)s" -msgstr "%(name)s ekle" +#: utils/timesince.py:15 +msgid "day" +msgid_plural "days" +msgstr[0] "gün" +msgstr[1] "gün" -#: contrib/admin/templates/admin/login.html:22 -msgid "Have you forgotten your password?" -msgstr "Şifremi unuttum" +#: utils/timesince.py:16 +msgid "hour" +msgid_plural "hours" +msgstr[0] "saat" +msgstr[1] "saat" -#: contrib/admin/templates/admin/base.html:23 -msgid "Welcome," -msgstr "Hoş geldiniz," +#: utils/timesince.py:17 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "dakika" +msgstr[1] "dakika" -#: contrib/admin/templates/admin/delete_confirmation.html:9 -#: contrib/admin/templates/admin/submit_line.html:3 -msgid "Delete" -msgstr "Sil" +#: utils/translation/trans_real.py:362 +msgid "DATE_FORMAT" +msgstr "DATE_FORMAT" -#: contrib/admin/templates/admin/delete_confirmation.html:14 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(object)s' would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "%(object_name)s '%(object)s' silinmesi, ilgili nesnelerin silinmesini gerektirir, ancak şu nesneleri silmeye yetkiniz yoktur:" +#: utils/translation/trans_real.py:363 +msgid "DATETIME_FORMAT" +msgstr "DATETIME_FORMAT" -#: contrib/admin/templates/admin/delete_confirmation.html:21 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(object)s\"? All of " -"the following related items will be deleted:" -msgstr "%(object_name)s \"%(object)s\" silmek istediğinizden emin misiniz? Şunların tamamı silinecektir:" +#: utils/translation/trans_real.py:364 +msgid "TIME_FORMAT" +msgstr "TIME_FORMAT" -#: contrib/admin/templates/admin/delete_confirmation.html:26 -msgid "Yes, I'm sure" -msgstr "Evet, eminim" +#: utils/translation/trans_real.py:380 +msgid "YEAR_MONTH_FORMAT" +msgstr "YEAR_MONTH_FORMAT" -#: contrib/admin/templates/admin/filter.html:2 -#, python-format -msgid " By %(title)s " -msgstr " By %(title)s " +#: utils/translation/trans_real.py:381 +msgid "MONTH_DAY_FORMAT" +msgstr "MONTH_DAY_FORMAT" -#: contrib/admin/templates/admin/search_form.html:8 -msgid "Go" -msgstr "Yap" +#: contrib/contenttypes/models.py:20 +msgid "python model class name" +msgstr "python model sınıfı" -#: contrib/admin/templates/admin/change_form.html:21 -msgid "View on site" -msgstr "Görüntüle" +#: contrib/contenttypes/models.py:23 +msgid "content type" +msgstr "içerik türü" -#: contrib/admin/templates/admin/change_form.html:30 -msgid "Please correct the error below." -msgid_plural "Please correct the errors below." -msgstr[0] "Aşağıdaki hatayı düzeltin." -msgstr[1] "Aşağıdaki hataları düzeltin." +#: contrib/contenttypes/models.py:24 +msgid "content types" +msgstr "içerik türleri" -#: contrib/admin/templates/admin/change_form.html:48 -msgid "Ordering" -msgstr "Sıralama" +#: contrib/auth/views.py:39 +msgid "Logged out" +msgstr "Çıkış yapıldı" -#: contrib/admin/templates/admin/change_form.html:51 -msgid "Order:" -msgstr "Sırala:" +#: contrib/auth/models.py:38 contrib/auth/models.py:57 +msgid "name" +msgstr "isim" -#: contrib/admin/templates/admin/submit_line.html:4 -msgid "Save as new" -msgstr "Yeni olarak kaydet" +#: contrib/auth/models.py:40 +msgid "codename" +msgstr "takma ad" -#: contrib/admin/templates/admin/submit_line.html:5 -msgid "Save and add another" -msgstr "Kaydet ve bir tane daha ekle" +#: contrib/auth/models.py:42 +msgid "permission" +msgstr "izin" -#: contrib/admin/templates/admin/submit_line.html:6 -msgid "Save and continue editing" -msgstr "Kaydet ve düzenlemeye devam et" +#: contrib/auth/models.py:43 contrib/auth/models.py:58 +msgid "permissions" +msgstr "izinler" -#: contrib/admin/templates/admin/submit_line.html:7 -msgid "Save" -msgstr "Kaydet" +#: contrib/auth/models.py:60 +msgid "group" +msgstr "grup" -#: contrib/admin/templates/registration/password_change_done.html:4 -#: contrib/admin/templates/registration/password_change_form.html:4 -#: contrib/admin/templates/registration/password_change_form.html:6 -#: contrib/admin/templates/registration/password_change_form.html:10 -msgid "Password change" -msgstr "Şifre değişikliği" +#: contrib/auth/models.py:61 contrib/auth/models.py:100 +msgid "groups" +msgstr "gruplar" -#: contrib/admin/templates/registration/password_change_done.html:6 -#: contrib/admin/templates/registration/password_change_done.html:10 -msgid "Password change successful" -msgstr "Şifre değiştirilmiştir" +#: contrib/auth/models.py:90 +msgid "username" +msgstr "kullanıcı adı" -#: contrib/admin/templates/registration/password_change_done.html:12 -msgid "Your password was changed." -msgstr "Şifreniz değiştirilmiştir" +#: contrib/auth/models.py:90 +msgid "" +"Required. 30 characters or fewer. Alphanumeric characters only (letters, " +"digits and underscores)." +msgstr "" +"Gerekli. 30 karakter ya da da az olmalı. Alfanumerik (harf, rakam ve alt " +"çizgi) karakterler kullanılabilir." -#: contrib/admin/templates/registration/password_reset_form.html:4 -#: contrib/admin/templates/registration/password_reset_form.html:6 -#: contrib/admin/templates/registration/password_reset_form.html:10 -#: contrib/admin/templates/registration/password_reset_done.html:4 -msgid "Password reset" -msgstr "Şifreyi resetle" +#: contrib/auth/models.py:91 +msgid "first name" +msgstr "isim" -#: contrib/admin/templates/registration/password_reset_form.html:12 -msgid "" -"Forgotten your password? Enter your e-mail address below, and we'll reset " -"your password and e-mail the new one to you." -msgstr "Şifrenizi unuttuysanız, aşağıdaki alana e-posta adresinizi giriniz. Yeni bir şifre otomatik olarak üretilir ve e-posta ile gönderilir." +#: contrib/auth/models.py:92 +msgid "last name" +msgstr "soyisim" -#: contrib/admin/templates/registration/password_reset_form.html:16 -msgid "E-mail address:" -msgstr "E-posta:" +#: contrib/auth/models.py:93 +msgid "e-mail address" +msgstr "e-posta adresi" -#: contrib/admin/templates/registration/password_reset_form.html:16 -msgid "Reset my password" -msgstr "Şifremi resetle" +#: contrib/auth/models.py:94 +msgid "password" +msgstr "parola" -#: contrib/admin/templates/registration/logged_out.html:8 -msgid "Thanks for spending some quality time with the Web site today." -msgstr "Sitemizde zaman geçirdiğiniz için teşekkür ederiz." +#: contrib/auth/models.py:94 +msgid "Use '[algo]$[salt]$[hexdigest]'" +msgstr "'[algo]$[salt]$[hexdigest]' formatında" -#: contrib/admin/templates/registration/logged_out.html:10 -msgid "Log in again" -msgstr "Yeniden giriniz" +#: contrib/auth/models.py:95 +msgid "staff status" +msgstr "yönetici modu" -#: contrib/admin/templates/registration/password_reset_done.html:6 -#: contrib/admin/templates/registration/password_reset_done.html:10 -msgid "Password reset successful" -msgstr "Şifre resetlendi" +#: contrib/auth/models.py:95 +msgid "Designates whether the user can log into this admin site." +msgstr "Kullanıcının yönetici sayfasına girip giremeyeceğini belirler." -#: contrib/admin/templates/registration/password_reset_done.html:12 -msgid "" -"We've e-mailed a new password to the e-mail address you submitted. You " -"should be receiving it shortly." -msgstr "Yeni şifre, verdiğiniz e-posta adresine gönderilmiştir." +#: contrib/auth/models.py:96 +msgid "active" +msgstr "aktif" -#: contrib/admin/templates/registration/password_change_form.html:12 +#: contrib/auth/models.py:96 msgid "" -"Please enter your old password, for security's sake, and then enter your new " -"password twice so we can verify you typed it in correctly." -msgstr "Güvenliğiniz için eski şifrenizi giriniz, daha sonra yeni şifrenizi iki kez giriniz." +"Designates whether this user can log into the Django admin. Unselect this " +"instead of deleting accounts." +msgstr "" +"Kullanıcının Django yönetim sayfasına girip giremeyeceğini belirler. " +"Kullanıcı hesabı silmek yerine işareti kaldırın." -#: contrib/admin/templates/registration/password_change_form.html:17 -msgid "Old password:" -msgstr "Eski şifre:" +#: contrib/auth/models.py:97 +msgid "superuser status" +msgstr "süper kullanıcı modu" -#: contrib/admin/templates/registration/password_change_form.html:19 -msgid "New password:" -msgstr "Yeni şifre:" +#: contrib/auth/models.py:97 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Kullanıcının tek tek hak atamasına gerek kalmadan tüm haklara sahip olup " +"olamayacağını belirler." -#: contrib/admin/templates/registration/password_change_form.html:21 -msgid "Confirm password:" -msgstr "Yeni şifre (tekrar):" +#: contrib/auth/models.py:98 +msgid "last login" +msgstr "son ziyaret" -#: contrib/admin/templates/registration/password_change_form.html:23 -msgid "Change my password" -msgstr "Şifremi değiştir" +#: contrib/auth/models.py:99 +msgid "date joined" +msgstr "kayıt tarihi" -#: contrib/admin/templates/registration/password_reset_email.html:2 -msgid "You're receiving this e-mail because you requested a password reset" -msgstr "Bu mektubu, %(site_name)s'daki kullanıcı hesabınız için yeni şifrenin" +#: contrib/auth/models.py:101 +msgid "" +"In addition to the permissions manually assigned, this user will also get " +"all permissions granted to each group he/she is in." +msgstr "" +"Özel olarak atanmış hakların yanı sıra, kullanıcının üyesi olduğu grupların " +"hakları alır." -#: contrib/admin/templates/registration/password_reset_email.html:3 -#, python-format -msgid "for your user account at %(site_name)s" -msgstr "üretilmesini istediğiniz için aldınız" +#: contrib/auth/models.py:102 +msgid "user permissions" +msgstr "kullanıcı izinleri" -#: contrib/admin/templates/registration/password_reset_email.html:5 -#, python-format -msgid "Your new password is: %(new_password)s" -msgstr "Yeni şifreniz: %(new_password)s" +#: contrib/auth/models.py:105 +msgid "user" +msgstr "kullanıcı" -#: contrib/admin/templates/registration/password_reset_email.html:7 -msgid "Feel free to change this password by going to this page:" -msgstr "Şifrenizi şu sayfadan değiştirebilirsiniz:" +#: contrib/auth/models.py:106 +msgid "users" +msgstr "kullanıcılar" -#: contrib/admin/templates/registration/password_reset_email.html:11 -msgid "Your username, in case you've forgotten:" -msgstr "" +#: contrib/auth/models.py:111 +msgid "Personal info" +msgstr "Kişisel bilgiler" -#: contrib/admin/templates/registration/password_reset_email.html:13 -msgid "Thanks for using our site!" -msgstr "" +#: contrib/auth/models.py:112 +msgid "Permissions" +msgstr "İzinler" -#: contrib/admin/templates/registration/password_reset_email.html:15 -#, python-format -msgid "The %(site_name)s team" -msgstr "" +#: contrib/auth/models.py:113 +msgid "Important dates" +msgstr "Önemli tarihler" -#: contrib/admin/templates/admin_doc/bookmarklets.html:3 -msgid "Bookmarklets" -msgstr "" +#: contrib/auth/models.py:114 +msgid "Groups" +msgstr "Gruplar" -#: contrib/admin/templates/admin_doc/bookmarklets.html:5 -msgid "Documentation bookmarklets" -msgstr "" +#: contrib/auth/models.py:258 +msgid "message" +msgstr "mesaj" -#: contrib/admin/templates/admin_doc/bookmarklets.html:9 -msgid "" -"\n" -"

      To install bookmarklets, drag the link to your bookmarks\n" -"toolbar, or right-click the link and add it to your bookmarks. Now you can\n" -"select the bookmarklet from any page in the site. Note that some of these\n" -"bookmarklets require you to be viewing the site from a computer designated\n" -"as \"internal\" (talk to your system administrator if you aren't sure if\n" -"your computer is \"internal\").

      \n" -msgstr "" +#: contrib/auth/forms.py:16 +msgid "The two password fields didn't match." +msgstr "İki parola alanı uyuşmuyor." -#: contrib/admin/templates/admin_doc/bookmarklets.html:19 -msgid "Documentation for this page" -msgstr "" +#: contrib/auth/forms.py:24 +msgid "A user with that username already exists." +msgstr "Bu isimde bir kullanıcı zaten var." -#: contrib/admin/templates/admin_doc/bookmarklets.html:20 +#: contrib/auth/forms.py:52 msgid "" -"Jumps you from any page to the documentation for the view that generates " -"that page." -msgstr "" - -#: contrib/admin/templates/admin_doc/bookmarklets.html:22 -msgid "Show object ID" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." msgstr "" +"Web tarayıcınızın çerezleri desteklemediği görülüyor. Çerezler giriş için " +"gerekli." -#: contrib/admin/templates/admin_doc/bookmarklets.html:23 +#: contrib/auth/forms.py:59 contrib/admin/views/decorators.py:10 msgid "" -"Shows the content-type and unique ID for pages that represent a single " -"object." -msgstr "" - -#: contrib/admin/templates/admin_doc/bookmarklets.html:25 -msgid "Edit this object (current window)" -msgstr "" - -#: contrib/admin/templates/admin_doc/bookmarklets.html:26 -msgid "Jumps to the admin page for pages that represent a single object." -msgstr "" - -#: contrib/admin/templates/admin_doc/bookmarklets.html:28 -msgid "Edit this object (new window)" -msgstr "" - -#: contrib/admin/templates/admin_doc/bookmarklets.html:29 -msgid "As above, but opens the admin page in a new window." +"Please enter a correct username and password. Note that both fields are case-" +"sensitive." msgstr "" +"Lütfen geçerli bir kullanıcı adı ve parola girin. Tüm alanlar büyük/küçük " +"harf duyarlıdır." -#: contrib/admin/templates/widget/date_time.html:3 -msgid "Date:" -msgstr "" +#: contrib/auth/forms.py:61 +msgid "This account is inactive." +msgstr "Bu hesap aktif değil." -#: contrib/admin/templates/widget/date_time.html:4 -msgid "Time:" -msgstr "" +#: contrib/auth/forms.py:84 +msgid "" +"That e-mail address doesn't have an associated user acount. Are you sure " +"you've registered?" +msgstr "Bu e-posta hesabıyla ilişkili kullanıcı bulunmuyor. Kayıtlı olduğunuzdan emin misiniz?" -#: contrib/admin/templates/widget/file.html:2 -msgid "Currently:" -msgstr "" +#: contrib/auth/forms.py:116 +msgid "The two 'new password' fields didn't match." +msgstr "İki parola alanı uyuşmuyor." -#: contrib/admin/templates/widget/file.html:3 -msgid "Change:" -msgstr "" +#: contrib/auth/forms.py:123 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Eski parolanız hatalı. Lütfen tekrar girin." #: contrib/redirects/models.py:7 msgid "redirect from" -msgstr "" +msgstr "eski adres" #: contrib/redirects/models.py:8 msgid "" "This should be an absolute path, excluding the domain name. Example: '/" "events/search/'." msgstr "" +"Buraya tam dosya yolu, alan adı kullanılmadan yazılmalı. Örnek: '/events/" +"search/'." #: contrib/redirects/models.py:9 msgid "redirect to" -msgstr "" +msgstr "yeni adres" #: contrib/redirects/models.py:10 msgid "" "This can be either an absolute path (as above) or a full URL starting with " "'http://'." msgstr "" +"Buraya tam dosya yolu (yukarıdaki gibi), ya da 'http://' ile başlayan tam " +"adres yazılmalı." -#: contrib/redirects/models.py:12 +#: contrib/redirects/models.py:13 msgid "redirect" -msgstr "" +msgstr "yönlendirme" -#: contrib/redirects/models.py:13 +#: contrib/redirects/models.py:14 msgid "redirects" -msgstr "" +msgstr "yönlendirmeler" -#: contrib/flatpages/models.py:8 -msgid "" -"Example: '/about/contact/'. Make sure to have leading and trailing slashes." -msgstr "" +#: contrib/comments/models.py:67 contrib/comments/models.py:166 +msgid "object ID" +msgstr "nesne no" -#: contrib/flatpages/models.py:9 -msgid "title" -msgstr "" +#: contrib/comments/models.py:68 +msgid "headline" +msgstr "başlık" -#: contrib/flatpages/models.py:10 -msgid "content" -msgstr "" +#: contrib/comments/models.py:69 contrib/comments/models.py:90 +#: contrib/comments/models.py:167 +msgid "comment" +msgstr "yorum" -#: contrib/flatpages/models.py:11 -msgid "enable comments" -msgstr "" +#: contrib/comments/models.py:70 +msgid "rating #1" +msgstr "reyting 1" -#: contrib/flatpages/models.py:12 -msgid "template name" -msgstr "" +#: contrib/comments/models.py:71 +msgid "rating #2" +msgstr "reyting 2" -#: contrib/flatpages/models.py:13 -msgid "" -"Example: 'flatpages/contact_page'. If this isn't provided, the system will " -"use 'flatpages/default'." -msgstr "" +#: contrib/comments/models.py:72 +msgid "rating #3" +msgstr "reyting 3" -#: contrib/flatpages/models.py:14 -msgid "registration required" -msgstr "" +#: contrib/comments/models.py:73 +msgid "rating #4" +msgstr "reyting 4" -#: contrib/flatpages/models.py:14 -msgid "If this is checked, only logged-in users will be able to view the page." -msgstr "" +#: contrib/comments/models.py:74 +msgid "rating #5" +msgstr "reyting 5" -#: contrib/flatpages/models.py:18 -msgid "flat page" -msgstr "" +#: contrib/comments/models.py:75 +msgid "rating #6" +msgstr "reyting 6" -#: contrib/flatpages/models.py:19 -msgid "flat pages" -msgstr "" +#: contrib/comments/models.py:76 +msgid "rating #7" +msgstr "reyting 7" -#: contrib/auth/models.py:13 contrib/auth/models.py:26 -msgid "name" -msgstr "" +#: contrib/comments/models.py:77 +msgid "rating #8" +msgstr "reyting 8" -#: contrib/auth/models.py:15 -msgid "codename" -msgstr "" +#: contrib/comments/models.py:82 +msgid "is valid rating" +msgstr "geçerli reyting" -#: contrib/auth/models.py:17 -msgid "permission" -msgstr "" +#: contrib/comments/models.py:83 contrib/comments/models.py:169 +msgid "date/time submitted" +msgstr "gönderim tarihi/saati" -#: contrib/auth/models.py:18 contrib/auth/models.py:27 -msgid "permissions" -msgstr "" +#: contrib/comments/models.py:84 contrib/comments/models.py:170 +msgid "is public" +msgstr "görünürlük" -#: contrib/auth/models.py:29 -msgid "group" -msgstr "" +#: contrib/comments/models.py:85 contrib/admin/views/doc.py:304 +msgid "IP address" +msgstr "IP adresi" -#: contrib/auth/models.py:30 contrib/auth/models.py:65 -msgid "groups" -msgstr "" +#: contrib/comments/models.py:86 +msgid "is removed" +msgstr "silinmiş" -#: contrib/auth/models.py:55 -msgid "username" +#: contrib/comments/models.py:86 +msgid "" +"Check this box if the comment is inappropriate. A \"This comment has been " +"removed\" message will be displayed instead." msgstr "" +"Yorum uygunsuz ise bu işareti kaldırın. \"Yorum silindi\" uyarısı " +"görüntülenecek." -#: contrib/auth/models.py:56 -msgid "first name" -msgstr "" +#: contrib/comments/models.py:91 +msgid "comments" +msgstr "yorumlar" -#: contrib/auth/models.py:57 -msgid "last name" -msgstr "" +#: contrib/comments/models.py:131 contrib/comments/models.py:207 +msgid "Content object" +msgstr "İçerik nesnesi" -#: contrib/auth/models.py:58 -msgid "e-mail address" +#: contrib/comments/models.py:159 +#, python-format +msgid "" +"Posted by %(user)s at %(date)s\n" +"\n" +"%(comment)s\n" +"\n" +"http://%(domain)s%(url)s" msgstr "" +"%(date)s tarihinde %(user)s göndermiş:\n" +"\n" +"%(comment)s\n" +"\n" +"http://%(domain)s%(url)s" -#: contrib/auth/models.py:59 -msgid "password" -msgstr "" +#: contrib/comments/models.py:168 +msgid "person's name" +msgstr "isim" -#: contrib/auth/models.py:59 -msgid "Use '[algo]$[salt]$[hexdigest]'" -msgstr "" +#: contrib/comments/models.py:171 +msgid "ip address" +msgstr "ip adresi" -#: contrib/auth/models.py:60 -msgid "staff status" -msgstr "" +#: contrib/comments/models.py:173 +msgid "approved by staff" +msgstr "yönetici onayı" -#: contrib/auth/models.py:60 -msgid "Designates whether the user can log into this admin site." -msgstr "" +#: contrib/comments/models.py:176 +msgid "free comment" +msgstr "serbest yorum" -#: contrib/auth/models.py:61 -msgid "active" -msgstr "" +#: contrib/comments/models.py:177 +msgid "free comments" +msgstr "serbest yorumlar" -#: contrib/auth/models.py:62 -msgid "superuser status" -msgstr "" +#: contrib/comments/models.py:233 +msgid "score" +msgstr "puan" -#: contrib/auth/models.py:63 -msgid "last login" -msgstr "" +#: contrib/comments/models.py:234 +msgid "score date" +msgstr "puan tarihi" -#: contrib/auth/models.py:64 -msgid "date joined" -msgstr "" +#: contrib/comments/models.py:237 +msgid "karma score" +msgstr "karma puanı" + +#: contrib/comments/models.py:238 +msgid "karma scores" +msgstr "karma puanları" + +#: contrib/comments/models.py:242 +#, python-format +msgid "%(score)d rating by %(user)s" +msgstr "%(user)s tarafından %(score)d puan" -#: contrib/auth/models.py:66 +#: contrib/comments/models.py:258 +#, python-format msgid "" -"In addition to the permissions manually assigned, this user will also get " -"all permissions granted to each group he/she is in." +"This comment was flagged by %(user)s:\n" +"\n" +"%(text)s" msgstr "" +"Bu yorum %(user)s tarafından işaretlenmiş:\n" +"\n" +"%(text)s" -#: contrib/auth/models.py:67 -msgid "user permissions" -msgstr "" +#: contrib/comments/models.py:265 +msgid "flag date" +msgstr "işaretleme tarihi" -#: contrib/auth/models.py:70 -msgid "user" -msgstr "" +#: contrib/comments/models.py:268 +msgid "user flag" +msgstr "kullanıcı işareti" -#: contrib/auth/models.py:71 -msgid "users" -msgstr "" +#: contrib/comments/models.py:269 +msgid "user flags" +msgstr "kullanıcı işaretleri" -#: contrib/auth/models.py:76 -msgid "Personal info" -msgstr "" +#: contrib/comments/models.py:273 +#, python-format +msgid "Flag by %r" +msgstr "%r tarafından işaret" -#: contrib/auth/models.py:77 -msgid "Permissions" -msgstr "" +#: contrib/comments/models.py:278 +msgid "deletion date" +msgstr "silme tarihi" -#: contrib/auth/models.py:78 -msgid "Important dates" -msgstr "" +#: contrib/comments/models.py:280 +msgid "moderator deletion" +msgstr "yönetici tarafından silinme" -#: contrib/auth/models.py:79 -msgid "Groups" -msgstr "" +#: contrib/comments/models.py:281 +msgid "moderator deletions" +msgstr "yönetici tarafından silinme" -#: contrib/auth/models.py:219 -msgid "message" -msgstr "" +#: contrib/comments/models.py:285 +#, python-format +msgid "Moderator deletion by %r" +msgstr "%s tarafından silme işlemi" -#: contrib/auth/forms.py:30 +#: contrib/comments/views/karma.py:19 +msgid "Anonymous users cannot vote" +msgstr "Kayıtsız kullanıcılar oy veremez" + +#: contrib/comments/views/karma.py:23 +msgid "Invalid comment ID" +msgstr "Geçersiz yorum numarası" + +#: contrib/comments/views/karma.py:25 +msgid "No voting for yourself" +msgstr "Kendinize oy veremezsiniz" + +#: contrib/comments/views/comments.py:27 +msgid "This rating is required because you've entered at least one other rating." +msgstr "Reyting gerekli, çünkü en az bir reyting tanımladınız." + +#: contrib/comments/views/comments.py:111 +#, python-format msgid "" -"Your Web browser doesn't appear to have cookies enabled. Cookies are " -"required for logging in." -msgstr "" +"This comment was posted by a user who has posted fewer than %(count)s " +"comment:\n" +"\n" +"%(text)s" +msgid_plural "" +"This comment was posted by a user who has posted fewer than %(count)s " +"comments:\n" +"\n" +"%(text)s" +msgstr[0] "" +"Bu yorum, %(count)s yorumdan daha az gönderide bulunmuş bir kullanıcıya " +"ait:\n" +"\n" +"%(text)s" +msgstr[1] "" +"Bu yorum, %(count)s yorumdan daha az gönderide bulunmuş bir kullanıcıya " +"ait:\n" +"\n" +"%(text)s" -#: contrib/contenttypes/models.py:25 -msgid "python model class name" +#: contrib/comments/views/comments.py:116 +#, python-format +msgid "" +"This comment was posted by a sketchy user:\n" +"\n" +"%(text)s" msgstr "" +"Bu yorum kusurlu bir kullanıcı tarafından gönderildi:\n" +"\n" +"%(text)s" -#: contrib/contenttypes/models.py:28 -msgid "content type" +#: contrib/comments/views/comments.py:188 +#: contrib/comments/views/comments.py:280 +msgid "Only POSTs are allowed" +msgstr "Sadece POST yapılabilir" + +#: contrib/comments/views/comments.py:192 +#: contrib/comments/views/comments.py:284 +msgid "One or more of the required fields wasn't submitted" +msgstr "Bir ya da daha fazla gerekli alan doldurulmadı" + +#: contrib/comments/views/comments.py:196 +#: contrib/comments/views/comments.py:286 +msgid "Somebody tampered with the comment form (security violation)" +msgstr "Birisi yorum gönderme formunu kötüye kullanmaya çalıştı (güvenlik ihlali)" + +#: contrib/comments/views/comments.py:206 +#: contrib/comments/views/comments.py:292 +msgid "" +"The comment form had an invalid 'target' parameter -- the object ID was " +"invalid" +msgstr "Bu yorumun geçersiz bir 'hedef' parametresi var -- nesne narası geçersiz" + +#: contrib/comments/views/comments.py:257 +#: contrib/comments/views/comments.py:321 +msgid "The comment form didn't provide either 'preview' or 'post'" +msgstr "Yorum görüntülememe mi yoksa gönderme amaçlı mı belirsiz" + +#: contrib/comments/templates/comments/form.html:6 +#: contrib/comments/templates/comments/form.html:8 +#: contrib/admin/templates/admin/login.html:17 +msgid "Username:" +msgstr "Kullanıcı:" + +#: contrib/comments/templates/comments/form.html:6 +#: contrib/admin/templates/admin/change_list.html:5 +#: contrib/admin/templates/admin/object_history.html:3 +#: contrib/admin/templates/admin/change_form.html:10 +#: contrib/admin/templates/admin/delete_confirmation.html:3 +#: contrib/admin/templates/admin/base.html:25 +#: contrib/admin/templates/registration/password_change_done.html:3 +#: contrib/admin/templates/registration/password_change_form.html:3 +#: contrib/admin/templates/admin_doc/view_detail.html:4 +#: contrib/admin/templates/admin_doc/bookmarklets.html:4 +#: contrib/admin/templates/admin_doc/template_detail.html:4 +#: contrib/admin/templates/admin_doc/template_tag_index.html:5 +#: contrib/admin/templates/admin_doc/missing_docutils.html:4 +#: contrib/admin/templates/admin_doc/view_index.html:5 +#: contrib/admin/templates/admin_doc/model_detail.html:3 +#: contrib/admin/templates/admin_doc/index.html:4 +#: contrib/admin/templates/admin_doc/model_index.html:5 +#: contrib/admin/templates/admin_doc/template_filter_index.html:5 +msgid "Log out" +msgstr "Çık" + +#: contrib/comments/templates/comments/form.html:8 +#: contrib/admin/templates/admin/login.html:20 +msgid "Password:" +msgstr "Parola:" + +#: contrib/comments/templates/comments/form.html:8 +msgid "Forgotten your password?" +msgstr "Parolanızı mı unuttunuz?" + +#: contrib/comments/templates/comments/form.html:12 +msgid "Ratings" +msgstr "Reytingler" + +#: contrib/comments/templates/comments/form.html:12 +#: contrib/comments/templates/comments/form.html:23 +msgid "Required" +msgstr "Gerekli" + +#: contrib/comments/templates/comments/form.html:12 +#: contrib/comments/templates/comments/form.html:23 +msgid "Optional" +msgstr "Opsiyonel" + +#: contrib/comments/templates/comments/form.html:23 +msgid "Post a photo" +msgstr "Resim gönder" + +#: contrib/comments/templates/comments/form.html:28 +#: contrib/comments/templates/comments/freeform.html:5 +msgid "Comment:" +msgstr "Yorum:" + +#: contrib/comments/templates/comments/form.html:35 +#: contrib/comments/templates/comments/freeform.html:10 +msgid "Preview comment" +msgstr "Yorumu görüntüle" + +#: contrib/comments/templates/comments/freeform.html:4 +msgid "Your name:" +msgstr "İsminiz:" + +#: contrib/flatpages/models.py:7 contrib/admin/views/doc.py:315 +msgid "URL" +msgstr "URL" + +#: contrib/flatpages/models.py:8 +msgid "Example: '/about/contact/'. Make sure to have leading and trailing slashes." msgstr "" +"Örnek: '/about/contact/'. Başında ve sonunda bölü işareti olduğundan emin " +"olun." -#: contrib/contenttypes/models.py:29 -msgid "content types" +#: contrib/flatpages/models.py:9 +msgid "title" +msgstr "başlık" + +#: contrib/flatpages/models.py:10 +msgid "content" +msgstr "içerik" + +#: contrib/flatpages/models.py:11 +msgid "enable comments" +msgstr "yorumlara izin ver" + +#: contrib/flatpages/models.py:12 +msgid "template name" +msgstr "şablon adı" + +#: contrib/flatpages/models.py:13 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." msgstr "" +"Örnek: 'flatpages/contact_page.html'. Eğer birşey yazılmazsa, sistem " +"otomatik olarak 'flatpages/default.html' kullanacak." + +#: contrib/flatpages/models.py:14 +msgid "registration required" +msgstr "kayıt gerekli" + +#: contrib/flatpages/models.py:14 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Bu seçili ise, sadece kayıtlı kullanıcılar sayfayı görüntüleyebilir." + +#: contrib/flatpages/models.py:18 +msgid "flat page" +msgstr "düz sayfa" -#: contrib/sessions/models.py:35 +#: contrib/flatpages/models.py:19 +msgid "flat pages" +msgstr "düz sayfalar" + +#: contrib/sessions/models.py:51 msgid "session key" -msgstr "" +msgstr "oturum anahtarı" -#: contrib/sessions/models.py:36 +#: contrib/sessions/models.py:52 msgid "session data" -msgstr "" +msgstr "oturum bilgisi" -#: contrib/sessions/models.py:37 +#: contrib/sessions/models.py:53 msgid "expire date" -msgstr "" +msgstr "bitiş tarihi" -#: contrib/sessions/models.py:41 +#: contrib/sessions/models.py:57 msgid "session" -msgstr "" +msgstr "oturum" -#: contrib/sessions/models.py:42 +#: contrib/sessions/models.py:58 msgid "sessions" -msgstr "" +msgstr "oturumlar" #: contrib/sites/models.py:10 msgid "domain name" -msgstr "" +msgstr "alan adı" #: contrib/sites/models.py:11 msgid "display name" -msgstr "" +msgstr "görülen isim" #: contrib/sites/models.py:15 msgid "site" -msgstr "" +msgstr "site" #: contrib/sites/models.py:16 msgid "sites" +msgstr "siteler" + +#: contrib/admin/filterspecs.py:40 +#, python-format +msgid "" +"

      By %s:

      \n" +"
        \n" msgstr "" +"

        %s nesnesine göre:

        \n" +"
          \n" -#: utils/translation.py:360 -msgid "DATE_FORMAT" -msgstr "j N Y" +#: contrib/admin/filterspecs.py:70 contrib/admin/filterspecs.py:88 +#: contrib/admin/filterspecs.py:143 contrib/admin/filterspecs.py:169 +msgid "All" +msgstr "Tümü" -#: utils/translation.py:361 -msgid "DATETIME_FORMAT" -msgstr "j N Y, H:i" +#: contrib/admin/filterspecs.py:109 +msgid "Any date" +msgstr "Herhangi bir tarih" -#: utils/translation.py:362 -msgid "TIME_FORMAT" -msgstr "H:i" +#: contrib/admin/filterspecs.py:110 +msgid "Today" +msgstr "Bugün" -#: utils/dates.py:6 -msgid "Monday" -msgstr "" +#: contrib/admin/filterspecs.py:113 +msgid "Past 7 days" +msgstr "7 gün içinde" -#: utils/dates.py:6 -msgid "Tuesday" -msgstr "" +#: contrib/admin/filterspecs.py:115 +msgid "This month" +msgstr "Bu ay" -#: utils/dates.py:6 -msgid "Wednesday" -msgstr "" +#: contrib/admin/filterspecs.py:117 +msgid "This year" +msgstr "Bu yıl" -#: utils/dates.py:6 -msgid "Thursday" -msgstr "" +#: contrib/admin/filterspecs.py:143 +msgid "Yes" +msgstr "Evet" -#: utils/dates.py:6 -msgid "Friday" -msgstr "" +#: contrib/admin/filterspecs.py:143 +msgid "No" +msgstr "Hayır" -#: utils/dates.py:7 -msgid "Saturday" -msgstr "" +#: contrib/admin/filterspecs.py:150 +msgid "Unknown" +msgstr "Bilinmiyor" -#: utils/dates.py:7 -msgid "Sunday" -msgstr "" +#: contrib/admin/models.py:16 +msgid "action time" +msgstr "işlem zamanı" -#: utils/dates.py:14 -msgid "January" -msgstr "" +#: contrib/admin/models.py:19 +msgid "object id" +msgstr "nesne no" -#: utils/dates.py:14 -msgid "February" -msgstr "" +#: contrib/admin/models.py:20 +msgid "object repr" +msgstr "nesne kodu" -#: utils/dates.py:14 utils/dates.py:27 -msgid "March" -msgstr "" +#: contrib/admin/models.py:21 +msgid "action flag" +msgstr "işlem adı" -#: utils/dates.py:14 utils/dates.py:27 -msgid "April" -msgstr "" +#: contrib/admin/models.py:22 +msgid "change message" +msgstr "mesajı değiştir" -#: utils/dates.py:14 utils/dates.py:27 -msgid "May" -msgstr "" +#: contrib/admin/models.py:25 +msgid "log entry" +msgstr "girişi kaydet" -#: utils/dates.py:14 utils/dates.py:27 -msgid "June" -msgstr "" +#: contrib/admin/models.py:26 +msgid "log entries" +msgstr "girişleri kaydet" -#: utils/dates.py:15 utils/dates.py:27 -msgid "July" -msgstr "" +#: contrib/admin/templatetags/admin_list.py:230 +msgid "All dates" +msgstr "Tüm tarihler" -#: utils/dates.py:15 -msgid "August" -msgstr "" +#: contrib/admin/views/auth.py:17 contrib/admin/views/main.py:257 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "\"%(obj)s\" isimli %(name)s eklendi." -#: utils/dates.py:15 -msgid "September" -msgstr "" +#: contrib/admin/views/auth.py:22 contrib/admin/views/main.py:261 +#: contrib/admin/views/main.py:347 +msgid "You may edit it again below." +msgstr "Tekrar düzenleyebilirsiniz." -#: utils/dates.py:15 -msgid "October" -msgstr "" +#: contrib/admin/views/auth.py:28 +msgid "Add user" +msgstr "Kullanıcı ekle" -#: utils/dates.py:15 -msgid "November" -msgstr "" +#: contrib/admin/views/main.py:223 +msgid "Site administration" +msgstr "Site yönetimi" -#: utils/dates.py:16 -msgid "December" -msgstr "" +#: contrib/admin/views/main.py:271 contrib/admin/views/main.py:356 +#, python-format +msgid "You may add another %s below." +msgstr "Yeni bir %s ekleyebilirsiniz." -#: utils/dates.py:19 -msgid "jan" -msgstr "" +#: contrib/admin/views/main.py:289 +#, python-format +msgid "Add %s" +msgstr "%s ekle" -#: utils/dates.py:19 -msgid "feb" -msgstr "" +#: contrib/admin/views/main.py:335 +#, python-format +msgid "Added %s." +msgstr "%s eklendi." -#: utils/dates.py:19 -msgid "mar" -msgstr "" +#: contrib/admin/views/main.py:335 contrib/admin/views/main.py:337 +#: contrib/admin/views/main.py:339 +msgid "and" +msgstr "ve" -#: utils/dates.py:19 -msgid "apr" -msgstr "" +#: contrib/admin/views/main.py:337 +#, python-format +msgid "Changed %s." +msgstr "%s değiştirildi." -#: utils/dates.py:19 -msgid "may" -msgstr "" +#: contrib/admin/views/main.py:339 +#, python-format +msgid "Deleted %s." +msgstr "%s silindi." -#: utils/dates.py:19 -msgid "jun" -msgstr "" +#: contrib/admin/views/main.py:342 +msgid "No fields changed." +msgstr "Hiçbir alan değiştirilmedi." -#: utils/dates.py:20 -msgid "jul" -msgstr "" +#: contrib/admin/views/main.py:345 +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "\"%(obj)s\" isimli %(name)s değiştirildi." -#: utils/dates.py:20 -msgid "aug" -msgstr "" +#: contrib/admin/views/main.py:353 +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "\"%(obj)s\" isimli %(name)s eklendi. Aşağıda tekrar düzenleyebilirsiniz." -#: utils/dates.py:20 -msgid "sep" -msgstr "" +#: contrib/admin/views/main.py:391 +#, python-format +msgid "Change %s" +msgstr "%s değiştir" -#: utils/dates.py:20 -msgid "oct" -msgstr "" +#: contrib/admin/views/main.py:473 +#, python-format +msgid "One or more %(fieldname)s in %(name)s: %(obj)s" +msgstr "%(name)s içinde bir ya da daha fazla %(fieldname)s: %(obj)s" -#: utils/dates.py:20 -msgid "nov" -msgstr "" +#: contrib/admin/views/main.py:478 +#, python-format +msgid "One or more %(fieldname)s in %(name)s:" +msgstr "%(name)s içinde bir ya da daha fazla %(fieldname)s:" -#: utils/dates.py:20 -msgid "dec" -msgstr "" +#: contrib/admin/views/main.py:511 +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "\"%(obj)s\" isimli %(name)s silindi." -#: utils/dates.py:27 -msgid "Jan." -msgstr "" +#: contrib/admin/views/main.py:514 +msgid "Are you sure?" +msgstr "Emin misiniz?" -#: utils/dates.py:27 -msgid "Feb." -msgstr "" +#: contrib/admin/views/main.py:536 +#, python-format +msgid "Change history: %s" +msgstr "%s için değişiklik geçmişi:" -#: utils/dates.py:28 -msgid "Aug." -msgstr "" +#: contrib/admin/views/main.py:570 +#, python-format +msgid "Select %s" +msgstr "%s seç" -#: utils/dates.py:28 -msgid "Sept." -msgstr "" +#: contrib/admin/views/main.py:570 +#, python-format +msgid "Select %s to change" +msgstr "Değiştirilecek %s nesnesini seçin" -#: utils/dates.py:28 -msgid "Oct." -msgstr "" +#: contrib/admin/views/main.py:758 +msgid "Database error" +msgstr "Veritabanı hatası" -#: utils/dates.py:28 -msgid "Nov." +#: contrib/admin/views/decorators.py:24 +#: contrib/admin/templates/admin/login.html:25 +msgid "Log in" +msgstr "Giriş yap" + +#: contrib/admin/views/decorators.py:62 +msgid "" +"Please log in again, because your session has expired. Don't worry: Your " +"submission has been saved." msgstr "" +"Oturumunuzun süresi geçti. Lütfen tekrar giriş yapın. Endişe etmeyin, " +"gönderiniz kayıt edildi." -#: utils/dates.py:28 -msgid "Dec." +#: contrib/admin/views/decorators.py:69 +msgid "" +"Looks like your browser isn't configured to accept cookies. Please enable " +"cookies, reload this page, and try again." msgstr "" +"Görünüşe göre tarayıcınız çerezleri kabul etmiyor. Çerez kullanımını aktif " +"hale getirin ve sayfayı yeniden yükleyin." -#: utils/timesince.py:12 -msgid "year" -msgid_plural "years" -msgstr[0] "" -msgstr[1] "" +#: contrib/admin/views/decorators.py:83 +msgid "Usernames cannot contain the '@' character." +msgstr "Kullanıcı isminde '@' karakteri bulunamaz." -#: utils/timesince.py:13 -msgid "month" -msgid_plural "months" -msgstr[0] "" -msgstr[1] "" +#: contrib/admin/views/decorators.py:85 +#, python-format +msgid "Your e-mail address is not your username. Try '%s' instead." +msgstr "E-posta adresiniz kullanıcı adınız değil. '%s' kullanın." -#: utils/timesince.py:14 -msgid "week" -msgid_plural "weeks" -msgstr[0] "" -msgstr[1] "" +#: contrib/admin/views/doc.py:46 contrib/admin/views/doc.py:48 +#: contrib/admin/views/doc.py:50 +msgid "tag:" +msgstr "etiket:" -#: utils/timesince.py:15 -msgid "day" -msgid_plural "days" -msgstr[0] "" -msgstr[1] "" +#: contrib/admin/views/doc.py:77 contrib/admin/views/doc.py:79 +#: contrib/admin/views/doc.py:81 +msgid "filter:" +msgstr "filtre:" -#: utils/timesince.py:16 -msgid "hour" -msgid_plural "hours" -msgstr[0] "" -msgstr[1] "" +#: contrib/admin/views/doc.py:135 contrib/admin/views/doc.py:137 +#: contrib/admin/views/doc.py:139 +msgid "view:" +msgstr "view:" -#: utils/timesince.py:17 -msgid "minute" -msgid_plural "minutes" -msgstr[0] "" -msgstr[1] "" +#: contrib/admin/views/doc.py:164 +#, python-format +msgid "App %r not found" +msgstr "%r uygulaması bulunamadı" -#: conf/global_settings.py:37 -msgid "Bengali" -msgstr "" +#: contrib/admin/views/doc.py:171 +#, python-format +msgid "Model %r not found in app %r" +msgstr "%r modeli %r uygulamasında bulunamadı" -#: conf/global_settings.py:38 -msgid "Czech" -msgstr "" +#: contrib/admin/views/doc.py:183 +#, python-format +msgid "the related `%s.%s` object" +msgstr "ilgili `%s.%s` nesnesi" -#: conf/global_settings.py:39 -msgid "Welsh" -msgstr "" +#: contrib/admin/views/doc.py:183 contrib/admin/views/doc.py:205 +#: contrib/admin/views/doc.py:219 contrib/admin/views/doc.py:224 +msgid "model:" +msgstr "model:" -#: conf/global_settings.py:40 -msgid "Danish" -msgstr "" +#: contrib/admin/views/doc.py:214 +#, python-format +msgid "related `%s.%s` objects" +msgstr "ilgili `%s.%s` nesneleri" -#: conf/global_settings.py:41 -msgid "German" -msgstr "" +#: contrib/admin/views/doc.py:219 +#, python-format +msgid "all %s" +msgstr "tüm %s" -#: conf/global_settings.py:42 -msgid "Greek" -msgstr "" +#: contrib/admin/views/doc.py:224 +#, python-format +msgid "number of %s" +msgstr "%s sayısı" -#: conf/global_settings.py:43 -msgid "English" -msgstr "" +#: contrib/admin/views/doc.py:229 +#, python-format +msgid "Fields on %s objects" +msgstr "%s nesnesindeki alanlar" -#: conf/global_settings.py:44 -msgid "Spanish" -msgstr "" +#: contrib/admin/views/doc.py:291 contrib/admin/views/doc.py:301 +#: contrib/admin/views/doc.py:303 contrib/admin/views/doc.py:309 +#: contrib/admin/views/doc.py:310 contrib/admin/views/doc.py:312 +msgid "Integer" +msgstr "Tamsayı" -#: conf/global_settings.py:45 -msgid "French" -msgstr "" +#: contrib/admin/views/doc.py:292 +msgid "Boolean (Either True or False)" +msgstr "Mantıksal (True ya da False)" -#: conf/global_settings.py:46 -msgid "Galician" -msgstr "" +#: contrib/admin/views/doc.py:293 contrib/admin/views/doc.py:311 +#, python-format +msgid "String (up to %(maxlength)s)" +msgstr "Karakter disizi (en fazla %(maxlength)s)" -#: conf/global_settings.py:47 -msgid "Hungarian" -msgstr "" +#: contrib/admin/views/doc.py:294 +msgid "Comma-separated integers" +msgstr "Virgülle ayrılmış tamsayılar" -#: conf/global_settings.py:48 -msgid "Hebrew" -msgstr "" +#: contrib/admin/views/doc.py:295 +msgid "Date (without time)" +msgstr "Tarih (saat yok)" -#: conf/global_settings.py:49 -msgid "Icelandic" -msgstr "" +#: contrib/admin/views/doc.py:296 +msgid "Date (with time)" +msgstr "Tarih (saat var)" -#: conf/global_settings.py:50 -msgid "Italian" -msgstr "" +#: contrib/admin/views/doc.py:297 +msgid "E-mail address" +msgstr "E-posta adresi" -#: conf/global_settings.py:51 -msgid "Japanese" -msgstr "" +#: contrib/admin/views/doc.py:298 contrib/admin/views/doc.py:299 +#: contrib/admin/views/doc.py:302 +msgid "File path" +msgstr "Dosya yolu" -#: conf/global_settings.py:52 -msgid "Dutch" -msgstr "" +#: contrib/admin/views/doc.py:300 +msgid "Decimal number" +msgstr "Ondalık sayı:" -#: conf/global_settings.py:53 -msgid "Norwegian" -msgstr "" +#: contrib/admin/views/doc.py:306 +msgid "Boolean (Either True, False or None)" +msgstr "Mantıksal (True, False, ya da None)" -#: conf/global_settings.py:54 -msgid "Brazilian" -msgstr "" +#: contrib/admin/views/doc.py:307 +msgid "Relation to parent model" +msgstr "Ana modelle ilişki" -#: conf/global_settings.py:55 -msgid "Romanian" -msgstr "" +#: contrib/admin/views/doc.py:308 +msgid "Phone number" +msgstr "Telefon numarası" -#: conf/global_settings.py:56 -msgid "Russian" -msgstr "" +#: contrib/admin/views/doc.py:313 +msgid "Text" +msgstr "Metin" -#: conf/global_settings.py:57 -msgid "Slovak" -msgstr "" +#: contrib/admin/views/doc.py:314 +msgid "Time" +msgstr "Saat" -#: conf/global_settings.py:58 -msgid "Slovenian" -msgstr "" +#: contrib/admin/views/doc.py:316 +msgid "U.S. state (two uppercase letters)" +msgstr "Şehir Kodu (iki karakter)" -#: conf/global_settings.py:59 -msgid "Serbian" -msgstr "" +#: contrib/admin/views/doc.py:317 +msgid "XML text" +msgstr "XML metni" -#: conf/global_settings.py:60 -msgid "Swedish" -msgstr "" +#: contrib/admin/views/doc.py:343 +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "%s geçerli vir adres kalıbı değil" -#: conf/global_settings.py:61 -msgid "Ukrainian" -msgstr "" +#: contrib/admin/templates/widget/file.html:2 +msgid "Currently:" +msgstr "Şimdiki:" -#: conf/global_settings.py:62 -msgid "Simplified Chinese" -msgstr "" +#: contrib/admin/templates/widget/file.html:3 +msgid "Change:" +msgstr "Değiştir:" -#: conf/global_settings.py:63 -msgid "Traditional Chinese" -msgstr "" +#: contrib/admin/templates/widget/date_time.html:3 +msgid "Date:" +msgstr "Tarih:" -#: core/validators.py:60 -msgid "This value must contain only letters, numbers and underscores." -msgstr "" +#: contrib/admin/templates/widget/date_time.html:4 +msgid "Time:" +msgstr "Saat:" -#: core/validators.py:64 -msgid "" -"This value must contain only letters, numbers, underscores, dashes or " -"slashes." -msgstr "" +#: contrib/admin/templates/admin/change_list.html:5 +#: contrib/admin/templates/admin/object_history.html:3 +#: contrib/admin/templates/admin/change_form.html:10 +#: contrib/admin/templates/admin/delete_confirmation.html:3 +#: contrib/admin/templates/admin/base.html:25 +#: contrib/admin/templates/registration/password_change_done.html:3 +#: contrib/admin/templates/registration/password_change_form.html:3 +#: contrib/admin/templates/admin_doc/bookmarklets.html:3 +msgid "Documentation" +msgstr "Dökümantasyon" -#: core/validators.py:72 -msgid "Uppercase letters are not allowed here." -msgstr "" +#: contrib/admin/templates/admin/change_list.html:5 +#: contrib/admin/templates/admin/object_history.html:3 +#: contrib/admin/templates/admin/change_form.html:10 +#: contrib/admin/templates/admin/delete_confirmation.html:3 +#: contrib/admin/templates/admin/base.html:25 +#: contrib/admin/templates/registration/password_change_done.html:3 +#: contrib/admin/templates/registration/password_change_form.html:3 +#: contrib/admin/templates/admin_doc/view_detail.html:4 +#: contrib/admin/templates/admin_doc/bookmarklets.html:4 +#: contrib/admin/templates/admin_doc/template_detail.html:4 +#: contrib/admin/templates/admin_doc/template_tag_index.html:5 +#: contrib/admin/templates/admin_doc/missing_docutils.html:4 +#: contrib/admin/templates/admin_doc/view_index.html:5 +#: contrib/admin/templates/admin_doc/model_detail.html:3 +#: contrib/admin/templates/admin_doc/index.html:4 +#: contrib/admin/templates/admin_doc/model_index.html:5 +#: contrib/admin/templates/admin_doc/template_filter_index.html:5 +msgid "Change password" +msgstr "Parola değiştir" -#: core/validators.py:76 -msgid "Lowercase letters are not allowed here." -msgstr "" +#: contrib/admin/templates/admin/change_list.html:6 +#: contrib/admin/templates/admin/object_history.html:5 +#: contrib/admin/templates/admin/500.html:4 +#: contrib/admin/templates/admin/invalid_setup.html:4 +#: contrib/admin/templates/admin/change_form.html:13 +#: contrib/admin/templates/admin/delete_confirmation.html:6 +#: contrib/admin/templates/admin/base.html:30 +#: contrib/admin/templates/registration/password_change_done.html:4 +#: contrib/admin/templates/registration/password_reset_form.html:4 +#: contrib/admin/templates/registration/logged_out.html:4 +#: contrib/admin/templates/registration/password_reset_done.html:4 +#: contrib/admin/templates/registration/password_change_form.html:4 +#: contrib/admin/templates/admin_doc/bookmarklets.html:3 +msgid "Home" +msgstr "Anasayfa" -#: core/validators.py:83 -msgid "Enter only digits separated by commas." -msgstr "" +#: contrib/admin/templates/admin/change_list.html:11 +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s Ekle" -#: core/validators.py:95 -msgid "Enter valid e-mail addresses separated by commas." -msgstr "" +#: contrib/admin/templates/admin/filter.html:2 +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s nesnesine göre " -#: core/validators.py:99 -msgid "Please enter a valid IP address." -msgstr "" +#: contrib/admin/templates/admin/object_history.html:5 +#: contrib/admin/templates/admin/change_form.html:20 +msgid "History" +msgstr "Geçmiş" -#: core/validators.py:103 -msgid "Empty values are not allowed here." -msgstr "" +#: contrib/admin/templates/admin/object_history.html:18 +msgid "Date/time" +msgstr "Tarih/saat" -#: core/validators.py:107 -msgid "Non-numeric characters aren't allowed here." -msgstr "" +#: contrib/admin/templates/admin/object_history.html:19 +msgid "User" +msgstr "Kullanıcı" -#: core/validators.py:111 -msgid "This value can't be comprised solely of digits." -msgstr "" +#: contrib/admin/templates/admin/object_history.html:20 +msgid "Action" +msgstr "İşlem" -#: core/validators.py:116 -msgid "Enter a whole number." -msgstr "" +#: contrib/admin/templates/admin/object_history.html:26 +msgid "DATE_WITH_TIME_FULL" +msgstr "DATE_WITH_TIME_FULL" -#: core/validators.py:120 -msgid "Only alphabetical characters are allowed here." +#: contrib/admin/templates/admin/object_history.html:36 +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." msgstr "" +"Bu nesnenin işlem geçmişi yok. Muhtemelen yönetici sayfası dışında bir " +"yerden eklendi." -#: core/validators.py:124 -msgid "Enter a valid date in YYYY-MM-DD format." -msgstr "" +#: contrib/admin/templates/admin/search_form.html:8 +msgid "Go" +msgstr "Git" -#: core/validators.py:128 -msgid "Enter a valid time in HH:MM format." -msgstr "" +#: contrib/admin/templates/admin/search_form.html:10 +#, python-format +msgid "1 result" +msgid_plural "%(counter)s results" +msgstr[0] "1 sonuç" +msgstr[1] "%(counter)s sonuç" -#: core/validators.py:132 db/models/fields/__init__.py:468 -msgid "Enter a valid date/time in YYYY-MM-DD HH:MM format." -msgstr "" +#: contrib/admin/templates/admin/search_form.html:10 +#, python-format +msgid "%(full_result_count)s total" +msgstr "toplam %(full_result_count)s" -#: core/validators.py:136 -msgid "Enter a valid e-mail address." -msgstr "" +#: contrib/admin/templates/admin/pagination.html:10 +msgid "Show all" +msgstr "Tümünü göster" + +#: contrib/admin/templates/admin/base_site.html:4 +msgid "Django site admin" +msgstr "Django site yöneticisi" + +#: contrib/admin/templates/admin/base_site.html:7 +msgid "Django administration" +msgstr "Django yönetimi" + +#: contrib/admin/templates/admin/500.html:4 +msgid "Server error" +msgstr "Sunucu hatası" -#: core/validators.py:148 +#: contrib/admin/templates/admin/500.html:6 +msgid "Server error (500)" +msgstr "Sunucu hatası (500)" + +#: contrib/admin/templates/admin/500.html:9 +msgid "Server Error (500)" +msgstr "Sunucu Hatası (500)" + +#: contrib/admin/templates/admin/500.html:10 msgid "" -"Upload a valid image. The file you uploaded was either not an image or a " -"corrupted image." +"There's been an error. It's been reported to the site administrators via e-" +"mail and should be fixed shortly. Thanks for your patience." msgstr "" +"Bir hata oluştu. Hata, e-psota ile site yöneticisine bildirildi ve kısa süre " +"içinde çözülecktir. Sabrınız için teşekkürler." -#: core/validators.py:155 -#, python-format -msgid "The URL %s does not point to a valid image." +#: contrib/admin/templates/admin/invalid_setup.html:8 +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." msgstr "" +"Veritabanı kurulumu ile ilgili bir problem var. İlgili veritabanı " +"tablolarının kurulu olduğundan ve veritabanının ilgili kullanıcı tarafından " +"okunabilir olduğundan emin olun." -#: core/validators.py:159 +#: contrib/admin/templates/admin/index.html:17 #, python-format -msgid "Phone numbers must be in XXX-XXX-XXXX format. \"%s\" is invalid." -msgstr "" +msgid "Models available in the %(name)s application." +msgstr "%(name)s uygulamasındaki modeller." -#: core/validators.py:167 +#: contrib/admin/templates/admin/index.html:18 #, python-format -msgid "The URL %s does not point to a valid QuickTime video." -msgstr "" +msgid "%(name)s" +msgstr "%(name)s" + +#: contrib/admin/templates/admin/index.html:28 +#: contrib/admin/templates/admin/change_form.html:15 +msgid "Add" +msgstr "Ekle" + +#: contrib/admin/templates/admin/index.html:34 +msgid "Change" +msgstr "Değiştir" + +#: contrib/admin/templates/admin/index.html:44 +msgid "You don't have permission to edit anything." +msgstr "İşlem yapmaya yetkiniz yok." + +#: contrib/admin/templates/admin/index.html:52 +msgid "Recent Actions" +msgstr "Geçmiş İşlemler" + +#: contrib/admin/templates/admin/index.html:53 +msgid "My Actions" +msgstr "İşlemlerim" + +#: contrib/admin/templates/admin/index.html:57 +msgid "None available" +msgstr "Hiç yok" + +#: contrib/admin/templates/admin/404.html:4 +#: contrib/admin/templates/admin/404.html:8 +msgid "Page not found" +msgstr "Sayfa bulunamadı" + +#: contrib/admin/templates/admin/404.html:10 +msgid "We're sorry, but the requested page could not be found." +msgstr "Üzgünüm, aradığınız sayfa bulunamadı." + +#: contrib/admin/templates/admin/filters.html:4 +msgid "Filter" +msgstr "Filtrele" + +#: contrib/admin/templates/admin/change_form.html:21 +msgid "View on site" +msgstr "Sitede görüntüle" + +#: contrib/admin/templates/admin/change_form.html:30 +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Lütfen aşağıdaki hatayı düzeltin." +msgstr[1] "Lütfen aşağıdaki hataları düzeltin." + +#: contrib/admin/templates/admin/change_form.html:48 +msgid "Ordering" +msgstr "Sıralama:" + +#: contrib/admin/templates/admin/change_form.html:51 +msgid "Order:" +msgstr "Sıra:" + +#: contrib/admin/templates/admin/login.html:22 +msgid "Have you forgotten your password?" +msgstr "Şifrenizi mi unuttunuz?" -#: core/validators.py:171 -msgid "A valid URL is required." -msgstr "" +#: contrib/admin/templates/admin/delete_confirmation.html:9 +#: contrib/admin/templates/admin/submit_line.html:3 +msgid "Delete" +msgstr "Sil" -#: core/validators.py:185 +#: contrib/admin/templates/admin/delete_confirmation.html:14 #, python-format msgid "" -"Valid HTML is required. Specific errors are:\n" -"%s" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" msgstr "" +"'%(escaped_object)s' isimli %(object_name)s nesnesini silmek, bağlantılı " +"nesnelerin silinmesini gerektiriyor, ancak aşağıdaki nesneleri silme " +"yetkiniz yok." -#: core/validators.py:192 +#: contrib/admin/templates/admin/delete_confirmation.html:21 #, python-format -msgid "Badly formed XML: %s" +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" msgstr "" +"\"%(escaped_object)s\" isimli %(object_name)s nesnesini silmek " +"istediğinizdenemin misiniz? Aşağıdaki bağlantılı öğeler silinecek:" -#: core/validators.py:202 -#, python-format -msgid "Invalid URL: %s" -msgstr "" +#: contrib/admin/templates/admin/delete_confirmation.html:26 +msgid "Yes, I'm sure" +msgstr "Evet, eminim" -#: core/validators.py:206 core/validators.py:208 -#, python-format -msgid "The URL %s is a broken link." -msgstr "" +#: contrib/admin/templates/admin/base.html:25 +msgid "Welcome," +msgstr "Hoşgeldin," -#: core/validators.py:214 -msgid "Enter a valid U.S. state abbreviation." -msgstr "" +#: contrib/admin/templates/admin/submit_line.html:4 +msgid "Save as new" +msgstr "Yeni olarak kaydet" -#: core/validators.py:229 -#, python-format -msgid "Watch your mouth! The word %s is not allowed here." -msgid_plural "Watch your mouth! The words %s are not allowed here." -msgstr[0] "" -msgstr[1] "" +#: contrib/admin/templates/admin/submit_line.html:5 +msgid "Save and add another" +msgstr "Kaydet ve yeni bir tane ekle" -#: core/validators.py:236 -#, python-format -msgid "This field must match the '%s' field." -msgstr "" +#: contrib/admin/templates/admin/submit_line.html:6 +msgid "Save and continue editing" +msgstr "Kaydet ve düzenlemeye devam et" -#: core/validators.py:255 -msgid "Please enter something for at least one field." -msgstr "" +#: contrib/admin/templates/admin/submit_line.html:7 +msgid "Save" +msgstr "Kaydet" -#: core/validators.py:264 core/validators.py:275 -msgid "Please enter both fields or leave them both empty." -msgstr "" +#: contrib/admin/templates/admin/auth/user/add_form.html:6 +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "Önce bir kullanıcı adı ve parola girin. Daha sonra daha fazla bilgi girebilirsiniz." -#: core/validators.py:282 -#, python-format -msgid "This field must be given if %(field)s is %(value)s" -msgstr "" +#: contrib/admin/templates/admin/auth/user/add_form.html:12 +msgid "Username" +msgstr "Kullanıcı" -#: core/validators.py:294 -#, python-format -msgid "This field must be given if %(field)s is not %(value)s" -msgstr "" +#: contrib/admin/templates/admin/auth/user/add_form.html:18 +msgid "Password" +msgstr "Parola" -#: core/validators.py:313 -msgid "Duplicate values are not allowed." -msgstr "" +#: contrib/admin/templates/admin/auth/user/add_form.html:23 +msgid "Password (again)" +msgstr "Parola (tekrar)" -#: core/validators.py:336 -#, python-format -msgid "This value must be a power of %s." -msgstr "" +#: contrib/admin/templates/admin/auth/user/add_form.html:24 +msgid "Enter the same password as above, for verification." +msgstr "Onaylamak için, yukarıdaki parolanın aynısını girin." -#: core/validators.py:347 -msgid "Please enter a valid decimal number." -msgstr "" +#: contrib/admin/templates/registration/password_change_done.html:4 +#: contrib/admin/templates/registration/password_change_form.html:4 +#: contrib/admin/templates/registration/password_change_form.html:6 +#: contrib/admin/templates/registration/password_change_form.html:10 +msgid "Password change" +msgstr "Parola değişimi" -#: core/validators.py:349 -#, python-format -msgid "Please enter a valid decimal number with at most %s total digit." -msgid_plural "" -"Please enter a valid decimal number with at most %s total digits." -msgstr[0] "" -msgstr[1] "" +#: contrib/admin/templates/registration/password_change_done.html:6 +#: contrib/admin/templates/registration/password_change_done.html:10 +msgid "Password change successful" +msgstr "Parola değişimi başarılı" -#: core/validators.py:352 -#, python-format -msgid "Please enter a valid decimal number with at most %s decimal place." -msgid_plural "" -"Please enter a valid decimal number with at most %s decimal places." -msgstr[0] "" -msgstr[1] "" +#: contrib/admin/templates/registration/password_change_done.html:12 +msgid "Your password was changed." +msgstr "Parolanız değiştirildi." -#: core/validators.py:362 -#, python-format -msgid "Make sure your uploaded file is at least %s bytes big." -msgstr "" +#: contrib/admin/templates/registration/password_reset_form.html:4 +#: contrib/admin/templates/registration/password_reset_form.html:6 +#: contrib/admin/templates/registration/password_reset_form.html:10 +#: contrib/admin/templates/registration/password_reset_done.html:4 +msgid "Password reset" +msgstr "Parolayı sıfırla" -#: core/validators.py:363 -#, python-format -msgid "Make sure your uploaded file is at most %s bytes big." +#: contrib/admin/templates/registration/password_reset_form.html:12 +msgid "" +"Forgotten your password? Enter your e-mail address below, and we'll reset " +"your password and e-mail the new one to you." msgstr "" +"Parolanızı mı unuttunuz? E-posta adresinizi aşağıya girin, parolanızı " +"sıfırlayalım ve e-posta adresinize gönderelim." -#: core/validators.py:376 -msgid "The format for this field is wrong." -msgstr "" +#: contrib/admin/templates/registration/password_reset_form.html:16 +msgid "E-mail address:" +msgstr "E-posta adresi:" -#: core/validators.py:391 -msgid "This field is invalid." -msgstr "" +#: contrib/admin/templates/registration/password_reset_form.html:16 +msgid "Reset my password" +msgstr "Parolamı sıfırla" -#: core/validators.py:426 -#, python-format -msgid "Could not retrieve anything from %s." -msgstr "" +#: contrib/admin/templates/registration/logged_out.html:8 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Web sitesinde zaman geçirdiğiniz için teşekkür ederiz." -#: core/validators.py:429 -#, python-format -msgid "" -"The URL %(url)s returned the invalid Content-Type header '%(contenttype)s'." -msgstr "" +#: contrib/admin/templates/registration/logged_out.html:10 +msgid "Log in again" +msgstr "Tekrar giriş yap" -#: core/validators.py:462 -#, python-format -msgid "" -"Please close the unclosed %(tag)s tag from line %(line)s. (Line starts with " -"\"%(start)s\".)" -msgstr "" +#: contrib/admin/templates/registration/password_reset_done.html:6 +#: contrib/admin/templates/registration/password_reset_done.html:10 +msgid "Password reset successful" +msgstr "Parola sıfırlandı." -#: core/validators.py:466 -#, python-format +#: contrib/admin/templates/registration/password_reset_done.html:12 msgid "" -"Some text starting on line %(line)s is not allowed in that context. (Line " -"starts with \"%(start)s\".)" +"We've e-mailed a new password to the e-mail address you submitted. You " +"should be receiving it shortly." msgstr "" +"Yeni şifreniz, e-posta adresinize gönderildi, kısa süre içinde size " +"ulaşacaktır." -#: core/validators.py:471 -#, python-format +#: contrib/admin/templates/registration/password_change_form.html:12 msgid "" -"\"%(attr)s\" on line %(line)s is an invalid attribute. (Line starts with \"%" -"(start)s\".)" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." msgstr "" +"Güvenliğiniz için, lütfen eski parolanızı girin, sonra da yeni şifrenizi iki " +"kere girin ve böylece doğru yazdığınızdan emin olun." -#: core/validators.py:476 -#, python-format -msgid "" -"\"<%(tag)s>\" on line %(line)s is an invalid tag. (Line starts with \"%" -"(start)s\".)" -msgstr "" +#: contrib/admin/templates/registration/password_change_form.html:17 +msgid "Old password:" +msgstr "Eski parola:" -#: core/validators.py:480 -#, python-format -msgid "" -"A tag on line %(line)s is missing one or more required attributes. (Line " -"starts with \"%(start)s\".)" -msgstr "" +#: contrib/admin/templates/registration/password_change_form.html:19 +msgid "New password:" +msgstr "Yeni parola:" -#: core/validators.py:485 -#, python-format -msgid "" -"The \"%(attr)s\" attribute on line %(line)s has an invalid value. (Line " -"starts with \"%(start)s\".)" -msgstr "" +#: contrib/admin/templates/registration/password_change_form.html:21 +msgid "Confirm password:" +msgstr "Parolayı onayla:" -#: db/models/manipulators.py:302 -#, python-format -msgid "%(object)s with this %(type)s already exists for the given %(field)s." -msgstr "" +#: contrib/admin/templates/registration/password_change_form.html:23 +msgid "Change my password" +msgstr "Parolamı değiştir" -#: db/models/fields/__init__.py:40 -#, python-format -msgid "%(optname)s with this %(fieldname)s already exists." -msgstr "" +#: contrib/admin/templates/registration/password_reset_email.html:2 +msgid "You're receiving this e-mail because you requested a password reset" +msgstr "Bu e-postayı aldınız çünkü " -#: db/models/fields/__init__.py:114 db/models/fields/__init__.py:265 -#: db/models/fields/__init__.py:542 db/models/fields/__init__.py:553 -#: forms/__init__.py:346 -msgid "This field is required." +#: contrib/admin/templates/registration/password_reset_email.html:3 +#, python-format +msgid "for your user account at %(site_name)s" msgstr "" +"%(site_name)s adresindeki kullanıcı hesabınız için parola sıfırlama " +"talebinde bulundunuz." -#: db/models/fields/__init__.py:337 -msgid "This value must be an integer." -msgstr "" +#: contrib/admin/templates/registration/password_reset_email.html:5 +#, python-format +msgid "Your new password is: %(new_password)s" +msgstr "Yeni parolanız: %(new_password)s" -#: db/models/fields/__init__.py:369 -msgid "This value must be either True or False." -msgstr "" +#: contrib/admin/templates/registration/password_reset_email.html:7 +msgid "Feel free to change this password by going to this page:" +msgstr "Parolanızı değiştirmek için bu adrese gidebilirsiniz:" -#: db/models/fields/__init__.py:385 -msgid "This field cannot be null." -msgstr "" +#: contrib/admin/templates/registration/password_reset_email.html:11 +msgid "Your username, in case you've forgotten:" +msgstr "Unutma ihtimaline karşı, kullanıcı adınız:" -#: db/models/fields/__init__.py:562 -msgid "Enter a valid filename." -msgstr "" +#: contrib/admin/templates/registration/password_reset_email.html:13 +msgid "Thanks for using our site!" +msgstr "Teşekkürler!" -#: db/models/fields/related.py:43 +#: contrib/admin/templates/registration/password_reset_email.html:15 #, python-format -msgid "Please enter a valid %s." -msgstr "" +msgid "The %(site_name)s team" +msgstr "%(site_name)s Ekibi" -#: db/models/fields/related.py:579 -msgid "Separate multiple IDs with commas." -msgstr "" +#: contrib/admin/templates/admin_doc/bookmarklets.html:3 +msgid "Bookmarklets" +msgstr "Kısayollar" + +#: contrib/admin/templates/admin_doc/bookmarklets.html:5 +msgid "Documentation bookmarklets" +msgstr "Döküman kısayolları" -#: db/models/fields/related.py:581 +#: contrib/admin/templates/admin_doc/bookmarklets.html:9 msgid "" -"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +"\n" +"

          To install bookmarklets, drag the link to your bookmarks\n" +"toolbar, or right-click the link and add it to your bookmarks. Now you can\n" +"select the bookmarklet from any page in the site. Note that some of these\n" +"bookmarklets require you to be viewing the site from a computer designated\n" +"as \"internal\" (talk to your system administrator if you aren't sure if\n" +"your computer is \"internal\").

          \n" msgstr "" +"\n" +"

          Kısayolları kullanabilmek için, bağlantıyı tarayıcınızdaki " +"araç çubuğuna sürükleyin, ya da sağ tıklayıp sık kullanılan adresler " +"listenize ekleyin. Bazı kısayollar, uygulamayı çalıştıran sunucu ile aynı " +"adreste bulunan istemciler tarafından kullanılabilir.

          \n" -#: db/models/fields/related.py:625 -#, python-format -msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." -msgid_plural "" -"Please enter valid %(self)s IDs. The values %(value)r are invalid." -msgstr[0] "" -msgstr[1] "" +#: contrib/admin/templates/admin_doc/bookmarklets.html:19 +msgid "Documentation for this page" +msgstr "Bu sayfa için dökümantasyon" -#: forms/__init__.py:380 -#, python-format -msgid "Ensure your text is less than %s character." -msgid_plural "Ensure your text is less than %s characters." -msgstr[0] "" -msgstr[1] "" +#: contrib/admin/templates/admin_doc/bookmarklets.html:20 +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "Sizi, bu sayfayı üreten betiğin dökümantasyonuna yönlendirir." -#: forms/__init__.py:385 -msgid "Line breaks are not allowed here." -msgstr "" +#: contrib/admin/templates/admin_doc/bookmarklets.html:22 +msgid "Show object ID" +msgstr "Nesne numarasını göster" -#: forms/__init__.py:480 forms/__init__.py:551 forms/__init__.py:589 -#, python-format -msgid "Select a valid choice; '%(data)s' is not in %(choices)s." -msgstr "" +#: contrib/admin/templates/admin_doc/bookmarklets.html:23 +msgid "" +"Shows the content-type and unique ID for pages that represent a single " +"object." +msgstr "Tek bir nesneyi temsil eden sayfaların içerik türünü ve numarasını gösterir." -#: forms/__init__.py:645 -msgid "The submitted file is empty." -msgstr "" +#: contrib/admin/templates/admin_doc/bookmarklets.html:25 +msgid "Edit this object (current window)" +msgstr "Nesneyi düzenle (aynı pencerede)" -#: forms/__init__.py:699 -msgid "Enter a whole number between -32,768 and 32,767." -msgstr "" +#: contrib/admin/templates/admin_doc/bookmarklets.html:26 +msgid "Jumps to the admin page for pages that represent a single object." +msgstr "Tek bir nesneyi temsil eden sayfaların yönetim sayfasını gösterir." -#: forms/__init__.py:708 -msgid "Enter a positive number." -msgstr "" +#: contrib/admin/templates/admin_doc/bookmarklets.html:28 +msgid "Edit this object (new window)" +msgstr "Nesneyi düzenle (yeni pencerede)" -#: forms/__init__.py:717 -msgid "Enter a whole number between 0 and 32,767." -msgstr "" +#: contrib/admin/templates/admin_doc/bookmarklets.html:29 +msgid "As above, but opens the admin page in a new window." +msgstr "Yukarıdaki gibi, ancak yönetim sayfasını yeni bir pencerede açar." -#: template/defaultfilters.py:379 +#: template/defaultfilters.py:401 msgid "yes,no,maybe" -msgstr "" +msgstr "evet,hayır,olabilir" + diff --git a/django/conf/locale/tr/LC_MESSAGES/djangojs.mo b/django/conf/locale/tr/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000..1119203925 Binary files /dev/null and b/django/conf/locale/tr/LC_MESSAGES/djangojs.mo differ diff --git a/django/conf/locale/tr/LC_MESSAGES/djangojs.po b/django/conf/locale/tr/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000000..35928b9c03 --- /dev/null +++ b/django/conf/locale/tr/LC_MESSAGES/djangojs.po @@ -0,0 +1,109 @@ +# Django 0.95 +# Copyright (C) 2006 Django +# This file is distributed under the same license as the Django package. +# Bahadır Kandemir , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: Django 0.95\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-30 01:31+0300\n" +"PO-Revision-Date: 2006-09-30 01:31+0300\n" +"Last-Translator: Bahadır Kandemir \n" +"Language-Team: Bahadır Kandemir \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: contrib/admin/media/js/SelectFilter2.js:33 +#, perl-format +msgid "Available %s" +msgstr "Mevcut %s" + +#: contrib/admin/media/js/SelectFilter2.js:41 +msgid "Choose all" +msgstr "Hepsini seç" + +#: contrib/admin/media/js/SelectFilter2.js:46 +msgid "Add" +msgstr "Ekle" + +#: contrib/admin/media/js/SelectFilter2.js:48 +msgid "Remove" +msgstr "Kaldır" + +#: contrib/admin/media/js/SelectFilter2.js:53 +#, perl-format +msgid "Chosen %s" +msgstr "Seçilen %s" + +#: contrib/admin/media/js/SelectFilter2.js:54 +msgid "Select your choice(s) and click " +msgstr "Seçiminizi yapın ve tıklayın " + +#: contrib/admin/media/js/SelectFilter2.js:59 +msgid "Clear all" +msgstr "Hepsini temizle" + +#: contrib/admin/media/js/dateparse.js:26 +#: contrib/admin/media/js/calendar.js:24 +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "Ocak Şubat Mart Nisan Mayıs Haziran Temmuz Ağustos Eylül Ekim Kasım " +"Aralık" + +#: contrib/admin/media/js/dateparse.js:27 +msgid "Sunday Monday Tuesday Wednesday Thursday Friday Saturday" +msgstr "Pazar Pazartesi Salı Çarşamba Perşembe Cuma Cumartesi" + +#: contrib/admin/media/js/calendar.js:25 +msgid "S M T W T F S" +msgstr "P P S Ç P C C" + +#: contrib/admin/media/js/admin/DateTimeShortcuts.js:45 +#: contrib/admin/media/js/admin/DateTimeShortcuts.js:80 +msgid "Now" +msgstr "Şimdi" + +#: contrib/admin/media/js/admin/DateTimeShortcuts.js:48 +msgid "Clock" +msgstr "Saat" + +#: contrib/admin/media/js/admin/DateTimeShortcuts.js:77 +msgid "Choose a time" +msgstr "Saat seçin" + +#: contrib/admin/media/js/admin/DateTimeShortcuts.js:81 +msgid "Midnight" +msgstr "Geceyarısı" + +#: contrib/admin/media/js/admin/DateTimeShortcuts.js:82 +msgid "6 a.m." +msgstr "Sabah 6" + +#: contrib/admin/media/js/admin/DateTimeShortcuts.js:83 +msgid "Noon" +msgstr "Öğle" + +#: contrib/admin/media/js/admin/DateTimeShortcuts.js:87 +#: contrib/admin/media/js/admin/DateTimeShortcuts.js:168 +msgid "Cancel" +msgstr "İptal" + +#: contrib/admin/media/js/admin/DateTimeShortcuts.js:111 +#: contrib/admin/media/js/admin/DateTimeShortcuts.js:162 +msgid "Today" +msgstr "Bugün" + +#: contrib/admin/media/js/admin/DateTimeShortcuts.js:114 +msgid "Calendar" +msgstr "Takvim" + +#: contrib/admin/media/js/admin/DateTimeShortcuts.js:160 +msgid "Yesterday" +msgstr "Dün" + +#: contrib/admin/media/js/admin/DateTimeShortcuts.js:164 +msgid "Tomorrow" +msgstr "Yarın" -- cgit v1.3