translations/en/LC_MESSAGES/messages.po
author Reimar Bauer <rb.proj AT googlemail DOT com>
Sat, 25 Jan 2014 09:38:46 +0100
changeset 218 6c624624327c
parent 217 2c7c55d66ec1
child 224 66062f45cd1e
permissions -rw-r--r--
sayings got a new message, and some more translations added
     1 # English translations for PROJECT.
     2 # Copyright (C) 2014 ORGANIZATION
     3 # This file is distributed under the same license as the PROJECT project.
     4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
     5 #
     6 #, fuzzy
     7 msgid ""
     8 msgstr ""
     9 "Project-Id-Version: PROJECT VERSION\n"
    10 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
    11 "POT-Creation-Date: 2014-01-25 09:32+0100\n"
    12 "PO-Revision-Date: 2014-01-18 20:46+0100\n"
    13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    14 "Language-Team: en <LL@li.org>\n"
    15 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
    16 "MIME-Version: 1.0\n"
    17 "Content-Type: text/plain; charset=utf-8\n"
    18 "Content-Transfer-Encoding: 8bit\n"
    19 "Generated-By: Babel 1.3\n"
    20 
    21 #: pymove3d.py:35
    22 msgid "Competition"
    23 msgstr ""
    24 
    25 #: pymove3d.py:36
    26 msgid "Task"
    27 msgstr ""
    28 
    29 #: pymove3d.py:37
    30 msgid "Submission"
    31 msgstr ""
    32 
    33 #: pymove3d.py:38
    34 msgid "Coursematerial"
    35 msgstr ""
    36 
    37 #: pymove3d.py:58 pymove3d.py:70 pymove3d.py:82
    38 msgid "About Competition"
    39 msgstr ""
    40 
    41 #: pymove3d.py:59 pymove3d.py:71 pymove3d.py:83
    42 msgid "Dates"
    43 msgstr ""
    44 
    45 #: pymove3d.py:60 pymove3d.py:72 pymove3d.py:84
    46 msgid "Impressions"
    47 msgstr ""
    48 
    49 #: pymove3d.py:134
    50 msgid "Competition 2013"
    51 msgstr ""
    52 
    53 #: pymove3d.py:135
    54 msgid ""
    55 "The winners of the programming competition, showed at the PyCon.DE 2013 "
    56 "in Cologne their results. A short presentation inlcuding a movie about "
    57 "their work done."
    58 msgstr ""
    59 
    60 #: pymove3d.py:138
    61 msgid ""
    62 "Both students presented to the astonished audience of over 250 Python "
    63 "developers their work."
    64 msgstr ""
    65 
    66 #: pymove3d.py:139
    67 msgid ""
    68 "A long applause showed up. Valentin had 9 months ago learned Python and "
    69 "Blender discovered earlier. His Skatsimulation even includes 3D sound."
    70 msgstr ""
    71 
    72 #: pymove3d.py:142
    73 msgid ""
    74 "The preparatory courses were made by volunteers, such as the employees of"
    75 " the magazine \"Time Online\" performed. The following blog entry is a "
    76 "little impression of the success of the courses"
    77 msgstr ""
    78 
    79 #: pymove3d.py:146
    80 msgid "Anne a 15 year old girl showed a 3D-Version of the »Game of life«"
    81 msgstr ""
    82 
    83 #: pymove3d.py:147
    84 msgid "Valentin (13 years) demomstrates his »Skat-Simulation«"
    85 msgstr ""
    86 
    87 #: pymove3d.py:148
    88 msgid "The award ceremony"
    89 msgstr ""
    90 
    91 #: pymove3d.py:161
    92 #, python-format
    93 msgid "Url: %(url)s not found"
    94 msgstr ""
    95 
    96 #: pymove3d.py:162
    97 msgid "This information is not available!"
    98 msgstr ""
    99 
   100 #: sayings.py:5
   101 msgid "The Zen of Python, by Tim Peters"
   102 msgstr ""
   103 
   104 #: sayings.py:5 sayings.py:6 sayings.py:7 sayings.py:8 sayings.py:9
   105 #: sayings.py:10 sayings.py:11 sayings.py:12 sayings.py:13 sayings.py:14
   106 #: sayings.py:15 sayings.py:16 sayings.py:17 sayings.py:18 sayings.py:19
   107 #: sayings.py:20 sayings.py:21 sayings.py:22 sayings.py:23
   108 msgid "__Tim Peters, The Zen of Python"
   109 msgstr ""
   110 
   111 #: sayings.py:6
   112 msgid "Beautiful is better than ugly."
   113 msgstr ""
   114 
   115 #: sayings.py:7
   116 msgid "Explicit is better than implicit."
   117 msgstr ""
   118 
   119 #: sayings.py:8
   120 msgid "Simple is better than complex."
   121 msgstr ""
   122 
   123 #: sayings.py:9
   124 msgid "Complex is better than complicated."
   125 msgstr ""
   126 
   127 #: sayings.py:10
   128 msgid "Flat is better than nested."
   129 msgstr ""
   130 
   131 #: sayings.py:11
   132 msgid "Sparse is better than dense."
   133 msgstr ""
   134 
   135 #: sayings.py:12
   136 msgid "Readability counts."
   137 msgstr ""
   138 
   139 #: sayings.py:13
   140 msgid "Special cases aren't special enough to break the rules."
   141 msgstr ""
   142 
   143 #: sayings.py:14
   144 msgid "Although practicality beats purity."
   145 msgstr ""
   146 
   147 #: sayings.py:15
   148 msgid "Errors should never pass silently."
   149 msgstr ""
   150 
   151 #: sayings.py:16
   152 msgid "Unless explicitly silenced."
   153 msgstr ""
   154 
   155 #: sayings.py:17
   156 msgid "In the face of ambiguity, refuse the temptation to guess."
   157 msgstr ""
   158 
   159 #: sayings.py:18
   160 msgid "Although that way may not be obvious at first unless you're Dutch."
   161 msgstr ""
   162 
   163 #: sayings.py:19
   164 msgid "Now is better than never."
   165 msgstr ""
   166 
   167 #: sayings.py:20
   168 msgid "Although never is often better than *right* now."
   169 msgstr ""
   170 
   171 #: sayings.py:21
   172 msgid "If the implementation is hard to explain, it's a bad idea."
   173 msgstr ""
   174 
   175 #: sayings.py:22
   176 msgid "If the implementation is easy to explain, it may be a good idea."
   177 msgstr ""
   178 
   179 #: sayings.py:23
   180 msgid "Namespaces are one honking great idea -- let's do more of those!"
   181 msgstr ""
   182 
   183 #: sayings.py:24
   184 msgid "I once tried Java, but it was too complicated for me, Python is easier."
   185 msgstr ""
   186 
   187 #: sayings.py:24
   188 msgid "__Valentin Pratz,  novice programmers"
   189 msgstr ""
   190 
   191 #~ msgid "dates"
   192 #~ msgstr ""
   193 
   194 #~ msgid ""
   195 #~ msgstr ""
   196 
   197 #~ msgid "Anne a 15 year old girl showed a 3D-Version of the »Game of life«"
   198 #~ msgstr ""
   199 
   200 #~ msgid "Valentin (13 years) demomstrates his »Skat-Simulation«"
   201 #~ msgstr ""
   202 
Impressum Datenschutzerklärung