[django-l10n-portuguese commit] r38 - trunk/docs

0 views
Skip to first unread message

codesite...@google.com

unread,
Jul 11, 2008, 10:06:04 PM7/11/08
to django-l10n...@googlegroups.com
Author: luiz.vital
Date: Fri Jul 11 19:05:56 2008
New Revision: 38

Modified:
trunk/docs/url_dispatch_pt-br.txt

Log:
Arrumando erros de compilação

Modified: trunk/docs/url_dispatch_pt-br.txt
==============================================================================
--- trunk/docs/url_dispatch_pt-br.txt (original)
+++ trunk/docs/url_dispatch_pt-br.txt Fri Jul 11 19:05:56 2008
@@ -215,7 +215,7 @@
...onde ``dicionário opcional`` e ``nome opcional`` são opcionais. (Veja
`Passando opções adicionais para funções de view`_ abaixo.)

-.. nota::
+.. note::
Por `patterns()` ser uma chamada de função, ela aceita um máximo de 255
argumentos (padrões de URL, neste caso). Isto é um limite para todas as
chamadas de função Python. Isto raramente é um problema na prática, porque
@@ -393,8 +393,8 @@
(r'^tag/(?P<tag>\w+)/$', 'tag'),
)

-Including other URLconfs
-========================
+Incluindo Outras URLconfs
+=========================

At any point, your ``urlpatterns`` can "include" other URLconf modules. This
essentially "roots" a set of URLs below other ones.
@@ -438,8 +438,8 @@
In the above example, the captured ``"username"`` variable is passed to the
included URLconf, as expected.

-Passing extra options to view functions
-=======================================
+Passando opções adicionais para funções de view
+===============================================

URLconfs have a hook that lets you pass extra arguments to your view functions,
as a Python dictionary.
@@ -554,8 +554,8 @@
Note that if you use this technique -- passing objects rather than strings --
the view prefix (as explained in "The view prefix" above) will have no effect.

-Naming URL patterns
-===================
+Nomeando padrões de URL
+=======================

**New in Django development version**

@@ -635,7 +635,7 @@
def myview(request):
return HttpResponseRedirect(reverse('arch-summary', args=[1945]))

-.. _URL pattern name: `Naming URL patterns`_
+.. _URL pattern name: `Nomeando padrões de URL`_

permalink()
-----------

Reply all
Reply to author
Forward
0 new messages