Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-06-09 13:58+0200\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
  20. "|| n%100>=20) ? 1 : 2);\n"
  21. #: post_office/admin.py:81 post_office/models.py:200
  22. msgid "Render template in alternative language"
  23. msgstr "Wygeneruj szablon w alternatywnym języku"
  24. #: post_office/admin.py:82 post_office/models.py:199
  25. msgid "Language"
  26. msgstr "Język"
  27. #: post_office/admin.py:111
  28. msgid "Default Content"
  29. msgstr "Domyślna zawartość"
  30. #: post_office/admin.py:125 post_office/models.py:188
  31. msgid "Description"
  32. msgstr "Opis"
  33. #: post_office/admin.py:131
  34. msgid "Languages"
  35. msgstr "Języki"
  36. #: post_office/fields.py:11
  37. msgid "Comma-separated emails"
  38. msgstr "Oddzielone przecinkami emaile"
  39. #: post_office/fields.py:20
  40. msgid "Only comma separated emails are allowed."
  41. msgstr "Tylko oddzielone przecinkami emaile są dozwolone."
  42. #: post_office/models.py:36
  43. msgid "low"
  44. msgstr "niski"
  45. #: post_office/models.py:36
  46. msgid "medium"
  47. msgstr "średni"
  48. #: post_office/models.py:37
  49. msgid "high"
  50. msgstr "wysoki"
  51. #: post_office/models.py:37
  52. msgid "now"
  53. msgstr "natychmiastowy"
  54. #: post_office/models.py:38 post_office/models.py:164
  55. msgid "sent"
  56. msgstr "wysłany"
  57. #: post_office/models.py:38 post_office/models.py:164
  58. msgid "failed"
  59. msgstr "odrzucony"
  60. #: post_office/models.py:39
  61. msgid "queued"
  62. msgstr "w kolejce"
  63. #: post_office/models.py:41
  64. msgid "Email From"
  65. msgstr "Email od"
  66. #: post_office/models.py:43
  67. msgid "Email To"
  68. msgstr "Email do"
  69. #: post_office/models.py:44
  70. msgid "Cc"
  71. msgstr "Cc"
  72. #: post_office/models.py:46 post_office/models.py:193
  73. msgid "Subject"
  74. msgstr "Temat"
  75. #: post_office/models.py:47 post_office/models.py:171
  76. msgid "Message"
  77. msgstr "Wiadomość"
  78. #: post_office/models.py:48
  79. msgid "HTML Message"
  80. msgstr "Wiadomość w HTML"
  81. #: post_office/models.py:55 post_office/models.py:169
  82. msgid "Status"
  83. msgstr "Status"
  84. #: post_office/models.py:58
  85. msgid "Priority"
  86. msgstr "Priorytet"
  87. #: post_office/models.py:63
  88. msgid "The scheduled sending time"
  89. msgstr "Zaplanowany czas wysłania"
  90. #: post_office/models.py:65
  91. msgid "Headers"
  92. msgstr "Nagłówki"
  93. #: post_office/models.py:67
  94. msgid "Email template"
  95. msgstr "Szablon emaila"
  96. #: post_office/models.py:68
  97. msgid "Context"
  98. msgstr "Kontekst"
  99. #: post_office/models.py:69
  100. msgid "Backend alias"
  101. msgstr "Backend alias"
  102. #: post_office/models.py:74
  103. msgctxt "Email address"
  104. msgid "Email"
  105. msgstr "Email"
  106. #: post_office/models.py:75
  107. msgctxt "Email addresses"
  108. msgid "Emails"
  109. msgstr "Emaile"
  110. #: post_office/models.py:167
  111. msgid "Email address"
  112. msgstr "Adres email"
  113. #: post_office/models.py:170
  114. msgid "Exception type"
  115. msgstr "Typ wyjątku"
  116. #: post_office/models.py:175
  117. msgid "Log"
  118. msgstr "Log"
  119. #: post_office/models.py:176
  120. msgid "Logs"
  121. msgstr "Logi"
  122. #: post_office/models.py:187 post_office/models.py:241
  123. msgid "Name"
  124. msgstr "Nazwa"
  125. #: post_office/models.py:187
  126. msgid "e.g: 'welcome_email'"
  127. msgstr "np: 'powitalny_email'"
  128. #: post_office/models.py:189
  129. msgid "Description of this template."
  130. msgstr "Opis tego szablonu"
  131. #: post_office/models.py:195
  132. msgid "Content"
  133. msgstr "Zawartość"
  134. #: post_office/models.py:197
  135. msgid "HTML content"
  136. msgstr "Zawartość w HTML"
  137. #: post_office/models.py:203
  138. msgid "Default template"
  139. msgstr "Domyślna zawartość"
  140. #: post_office/models.py:208
  141. msgid "Email Template"
  142. msgstr "Szablon emaila"
  143. #: post_office/models.py:209
  144. msgid "Email Templates"
  145. msgstr "Szablony emaili"
  146. #: post_office/models.py:240
  147. msgid "File"
  148. msgstr "Plik"
  149. #: post_office/models.py:241
  150. msgid "The original filename"
  151. msgstr "Oryginalna nazwa pliku"
  152. #: post_office/models.py:243
  153. msgid "Email addresses"
  154. msgstr "Adresy email"
  155. #: post_office/models.py:247
  156. msgid "Attachment"
  157. msgstr "Załącznik"
  158. #: post_office/models.py:248
  159. msgid "Attachments"
  160. msgstr "Załączniki"