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 7.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Flavio Curella <flavio.curella@gmail.com>, 2013
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. # Luciano De Falco Alfano, 2016
  7. # Marco Bonetti, 2014
  8. # palmux <palmux@gmail.com>, 2015-2016
  9. # Stefano Brentegani <sbrentegani@gmail.com>, 2015
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: django\n"
  13. "Report-Msgid-Bugs-To: \n"
  14. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  15. "PO-Revision-Date: 2017-09-23 18:54+0000\n"
  16. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  17. "Language-Team: Italian (http://www.transifex.com/django/django/language/"
  18. "it/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Language: it\n"
  23. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  24. msgid "Administrative Documentation"
  25. msgstr "Documentazione Amministrativa"
  26. msgid "Home"
  27. msgstr "Pagina iniziale"
  28. msgid "Documentation"
  29. msgstr "Documentazione"
  30. msgid "Bookmarklets"
  31. msgstr "Bookmarklet"
  32. msgid "Documentation bookmarklets"
  33. msgstr "Bookmarklet alla documentazione"
  34. msgid ""
  35. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  36. "click the link and add it to your bookmarks. Now you can select the "
  37. "bookmarklet from any page in the site."
  38. msgstr ""
  39. "Per installare i bookmarklets, trascina il link sulla barra dei segnalibri o "
  40. "clicca col tasto desto sul link ed aggiungilo ai tuoi segnalibri. Ora potrai "
  41. "selezione un bookmarklet da ogni pagina del sito."
  42. msgid "Documentation for this page"
  43. msgstr "Documentazione per questa pagina"
  44. msgid ""
  45. "Jumps you from any page to the documentation for the view that generates "
  46. "that page."
  47. msgstr ""
  48. "Porta da qualsiasi pagina alla documentazione della view che genera quella "
  49. "pagina."
  50. msgid "Tags"
  51. msgstr "Tag"
  52. msgid "List of all the template tags and their functions."
  53. msgstr "Lista di tutti i template tags e delle loro funzioni."
  54. msgid "Filters"
  55. msgstr "Filtri"
  56. msgid ""
  57. "Filters are actions which can be applied to variables in a template to alter "
  58. "the output."
  59. msgstr ""
  60. "I Filtri sono azioni che possono essere applicate alle variabili all'interno "
  61. "di un Template per alterarne l'output."
  62. msgid "Models"
  63. msgstr "Modelli"
  64. msgid ""
  65. "Models are descriptions of all the objects in the system and their "
  66. "associated fields. Each model has a list of fields which can be accessed as "
  67. "template variables"
  68. msgstr ""
  69. "I Modelli sono descrizioni di tutti gli oggetti nel sistema e dei campi ad "
  70. "essi associati. Ogni modello ha una lista di campi accessibili come "
  71. "variabili nel template."
  72. msgid "Views"
  73. msgstr "View"
  74. msgid ""
  75. "Each page on the public site is generated by a view. The view defines which "
  76. "template is used to generate the page and which objects are available to "
  77. "that template."
  78. msgstr ""
  79. "Ogni pagina sul sito pubblico è generata da una View. La View definisce "
  80. "quale Template è usato per generare la pagina e quali oggetti sono "
  81. "disponibili in quel Template."
  82. msgid "Tools for your browser to quickly access admin functionality."
  83. msgstr ""
  84. "Strumenti per il tuo browser per accedere velocemente a funzionalità "
  85. "dell'admin."
  86. msgid "Please install docutils"
  87. msgstr "Installa docutils, per favore"
  88. #, python-format
  89. msgid ""
  90. "The admin documentation system requires Python's <a href=\"%(link)s"
  91. "\">docutils</a> library."
  92. msgstr ""
  93. "Il sistema di documentazione dell'admin richiede la libreria Python <a href="
  94. "\"%(link)s\">docutils</a>"
  95. #, python-format
  96. msgid ""
  97. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  98. msgstr ""
  99. "Chiedi ai tuoi amministratori di installare <a href=\"%(link)s\">docutils</"
  100. "a>."
  101. #, python-format
  102. msgid "Model: %(name)s"
  103. msgstr "Model: %(name)s"
  104. msgid "Fields"
  105. msgstr "Campi"
  106. msgid "Field"
  107. msgstr "Campo"
  108. msgid "Type"
  109. msgstr "Tipo"
  110. msgid "Description"
  111. msgstr "Descrizione"
  112. msgid "Methods with arguments"
  113. msgstr "Metodi con argomenti"
  114. msgid "Method"
  115. msgstr "Metodo"
  116. msgid "Arguments"
  117. msgstr "Argomenti"
  118. msgid "Back to Model documentation"
  119. msgstr "Torna alla documentzione del Model"
  120. msgid "Model documentation"
  121. msgstr "Documentazione Modello"
  122. msgid "Model groups"
  123. msgstr "Gruppi del Model"
  124. msgid "Templates"
  125. msgstr "Template"
  126. #, python-format
  127. msgid "Template: %(name)s"
  128. msgstr "Template: \"%(name)s\""
  129. #, python-format
  130. msgid "Template: \"%(name)s\""
  131. msgstr "Template: \"%(name)s\""
  132. #. Translators: Search is not a verb here, it qualifies path (a search path)
  133. #, python-format
  134. msgid "Search path for template \"%(name)s\":"
  135. msgstr "Percorso di ricerca per il template \"%(name)s\":"
  136. msgid "(does not exist)"
  137. msgstr "(non esiste)"
  138. msgid "Back to Documentation"
  139. msgstr "Torna alla Documentazione"
  140. msgid "Template filters"
  141. msgstr "Filtri Template"
  142. msgid "Template filter documentation"
  143. msgstr "Documentazione del filtro template"
  144. msgid "Built-in filters"
  145. msgstr "Filtri inclusi"
  146. #, python-format
  147. msgid ""
  148. "To use these filters, put <code>%(code)s</code> in your template before "
  149. "using the filter."
  150. msgstr ""
  151. "Per usare questi filtri, inserisci <code>%(code)s</code> nel tuo template "
  152. "prima di usare il filtro."
  153. msgid "Template tags"
  154. msgstr "Tag Template"
  155. msgid "Template tag documentation"
  156. msgstr "Documentazione del Tag Template"
  157. msgid "Built-in tags"
  158. msgstr "Tag inclusi"
  159. #, python-format
  160. msgid ""
  161. "To use these tags, put <code>%(code)s</code> in your template before using "
  162. "the tag."
  163. msgstr ""
  164. "Per usare questi tag, inserisci <code>%(code)s</code> nel tuo template prima "
  165. "di usare il tag."
  166. #, python-format
  167. msgid "View: %(name)s"
  168. msgstr "View: %(name)s"
  169. msgid "Context:"
  170. msgstr "Contesto:"
  171. msgid "Templates:"
  172. msgstr "Template:"
  173. msgid "Back to View documentation"
  174. msgstr "Torna alla documentazione della View"
  175. msgid "View documentation"
  176. msgstr "Documentazione View"
  177. msgid "Jump to namespace"
  178. msgstr "Vai al namespace"
  179. msgid "Empty namespace"
  180. msgstr "Namespace vuoto"
  181. #, python-format
  182. msgid "Views by namespace %(name)s"
  183. msgstr "Views per il namespace %(name)s"
  184. msgid "Views by empty namespace"
  185. msgstr "Views per il namespace vuoto"
  186. #, python-format
  187. msgid ""
  188. "\n"
  189. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  190. "code>.\n"
  191. msgstr ""
  192. "\n"
  193. "Funzione di View: <code>%(full_name)s</code>. Nome: <code>%(url_name)s</"
  194. "code>.\n"
  195. msgid "tag:"
  196. msgstr "tag:"
  197. msgid "filter:"
  198. msgstr "filtro:"
  199. msgid "view:"
  200. msgstr "view:"
  201. #, python-format
  202. msgid "App %(app_label)r not found"
  203. msgstr "App %(app_label)r non trovata"
  204. #, python-format
  205. msgid "Model %(model_name)r not found in app %(app_label)r"
  206. msgstr "Modello %(model_name)r non trovato nell'app %(app_label)r"
  207. msgid "model:"
  208. msgstr "modello:"
  209. #, python-format
  210. msgid "the related `%(app_label)s.%(data_type)s` object"
  211. msgstr "l'oggetto `%(app_label)s.%(data_type)s` collegato"
  212. #, python-format
  213. msgid "related `%(app_label)s.%(object_name)s` objects"
  214. msgstr "oggetti `%(app_label)s.%(object_name)s` collegati"
  215. #, python-format
  216. msgid "all %s"
  217. msgstr "tutti %s"
  218. #, python-format
  219. msgid "number of %s"
  220. msgstr "numero di %s"
  221. #, python-format
  222. msgid "%s does not appear to be a urlpattern object"
  223. msgstr "%s non sembra essere un oggetto urlpattern"