~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2014-09-17 14:15:11 UTC
  • mfrom: (1.3.17) (6.2.18 experimental)
  • Revision ID: package-import@ubuntu.com-20140917141511-icneokthe9ww5sk4
Tags: 1.7-2
* Release to unstable.
* Add a migrate-south sample script to help users apply their South
  migrations. Thanks to Brian May.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file is distributed under the same license as the Django package.
 
2
#
 
3
# Translators:
 
4
# Jannis Leidel <jannis@leidel.info>, 2011
 
5
msgid ""
 
6
msgstr ""
 
7
"Project-Id-Version: django\n"
 
8
"Report-Msgid-Bugs-To: \n"
 
9
"POT-Creation-Date: 2014-05-19 15:12+0200\n"
 
10
"PO-Revision-Date: 2014-05-20 09:45+0000\n"
 
11
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
 
12
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/"
 
13
"language/zh_CN/)\n"
 
14
"MIME-Version: 1.0\n"
 
15
"Content-Type: text/plain; charset=UTF-8\n"
 
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"Language: zh_CN\n"
 
18
"Plural-Forms: nplurals=1; plural=0;\n"
 
19
 
 
20
#: contrib/redirects/apps.py:8
 
21
msgid "Redirects"
 
22
msgstr ""
 
23
 
 
24
#: contrib/redirects/models.py:10
 
25
msgid "redirect from"
 
26
msgstr "重定向自"
 
27
 
 
28
#: contrib/redirects/models.py:11
 
29
msgid ""
 
30
"This should be an absolute path, excluding the domain name. Example: '/"
 
31
"events/search/'."
 
32
msgstr "应该是一个绝对路径,不包括域名。例如:'/events/search/'。"
 
33
 
 
34
#: contrib/redirects/models.py:12
 
35
msgid "redirect to"
 
36
msgstr "重定向到"
 
37
 
 
38
#: contrib/redirects/models.py:13
 
39
msgid ""
 
40
"This can be either an absolute path (as above) or a full URL starting with "
 
41
"'http://'."
 
42
msgstr "可以是绝对路径(同上)或以'http://'起始的全URL。"
 
43
 
 
44
#: contrib/redirects/models.py:16
 
45
msgid "redirect"
 
46
msgstr "重定向"
 
47
 
 
48
#: contrib/redirects/models.py:17
 
49
msgid "redirects"
 
50
msgstr "重定向"