/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po
Unknown | 47 lines | 41 code | 6 blank | 0 comment | 0 complexity | 61368b4a32c81d6c31e54ad1281941df MD5 | raw file
Possible License(s): BSD-3-Clause
1# This file is distributed under the same license as the Django package. 2# 3msgid "" 4msgstr "" 5"Project-Id-Version: Django\n" 6"Report-Msgid-Bugs-To: \n" 7"POT-Creation-Date: 2011-03-15 13:20-0400\n" 8"PO-Revision-Date: 2011-03-04 18:45+0000\n" 9"Last-Translator: Jannis <jannis@leidel.info>\n" 10"Language-Team: Turkish <None>\n" 11"MIME-Version: 1.0\n" 12"Content-Type: text/plain; charset=UTF-8\n" 13"Content-Transfer-Encoding: 8bit\n" 14"Language: tr\n" 15"Plural-Forms: nplurals=1; plural=0\n" 16 17#: models.py:7 18msgid "redirect from" 19msgstr "eski adres" 20 21#: models.py:8 22msgid "" 23"This should be an absolute path, excluding the domain name. Example: '/" 24"events/search/'." 25msgstr "" 26"Buraya tam dosya yolu, alan ad? kullan?lmadan yaz?lmal?. Örnek: '/events/" 27"search/'." 28 29#: models.py:9 30msgid "redirect to" 31msgstr "yeni adres" 32 33#: models.py:10 34msgid "" 35"This can be either an absolute path (as above) or a full URL starting with " 36"'http://'." 37msgstr "" 38"Buraya tam dosya yolu (yukar?daki gibi), ya da 'http://' ile ba?layan tam " 39"adres yaz?lmal?." 40 41#: models.py:13 42msgid "redirect" 43msgstr "yönlendirme" 44 45#: models.py:14 46msgid "redirects" 47msgstr "yönlendirmeler"