@@ -8,34 +8,38 @@ msgid ""
88msgstr ""
99"Project-Id-Version : Django Debug Toolbar\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2013-12-23 12:40+0100 \n "
12- "PO-Revision-Date : 2013-12-24 08:56 +0000\n "
13- "Last-Translator : Jannis Leidel <jannis@leidel.info >\n "
11+ "POT-Creation-Date : 2014-04-25 21:52+0200 \n "
12+ "PO-Revision-Date : 2014-04-25 19:53 +0000\n "
13+ "Last-Translator : Aymeric Augustin <aymeric.augustin@m4x.org >\n "
1414"Language-Team : Catalan (http://www.transifex.com/projects/p/django-debug-toolbar/language/ca/)\n "
1515"MIME-Version : 1.0\n "
1616"Content-Type : text/plain; charset=UTF-8\n "
1717"Content-Transfer-Encoding : 8bit\n "
1818"Language : ca\n "
1919"Plural-Forms : nplurals=2; plural=(n != 1);\n "
2020
21+ #: apps.py:11
22+ msgid "Debug Toolbar"
23+ msgstr ""
24+
2125#: views.py:14
2226msgid ""
2327"Data for this panel isn't available anymore. Please reload the page and "
2428"retry."
2529msgstr ""
2630
27- #: panels/cache.py:189
31+ #: panels/cache.py:191
2832msgid "Cache"
2933msgstr "Caxè"
3034
31- #: panels/cache.py:194
35+ #: panels/cache.py:196
3236#, python-format
3337msgid "%(cache_calls)d call in %(time).2fms"
3438msgid_plural "%(cache_calls)d calls in %(time).2fms"
3539msgstr[ 0 ] ""
3640msgstr[ 1 ] ""
3741
38- #: panels/cache.py:202
42+ #: panels/cache.py:204
3943#, python-format
4044msgid "Cache calls from %(count)d backend"
4145msgid_plural "Cache calls from %(count)d backends"
@@ -61,23 +65,23 @@ msgstr[1] ""
6165msgid "Log messages"
6266msgstr "Registre de missatges"
6367
64- #: panels/profiling.py:126
68+ #: panels/profiling.py:127
6569msgid "Profiling"
6670msgstr ""
6771
68- #: panels/redirects.py:22
72+ #: panels/redirects.py:17
6973msgid "Intercept redirects"
7074msgstr ""
7175
7276#: panels/request.py:18
7377msgid "Request"
7478msgstr "Demanar"
7579
76- #: panels/request.py:27
80+ #: panels/request.py:35
7781msgid "<no view>"
7882msgstr ""
7983
80- #: panels/request.py:39
84+ #: panels/request.py:47
8185msgid "<unavailable>"
8286msgstr ""
8387
@@ -90,34 +94,34 @@ msgstr "Configuració"
9094msgid "Settings from <code>%s</code>"
9195msgstr ""
9296
93- #: panels/signals.py:41
97+ #: panels/signals.py:45
9498#, python-format
9599msgid "%(num_receivers)d receiver of 1 signal"
96100msgid_plural "%(num_receivers)d receivers of 1 signal"
97101msgstr[ 0 ] ""
98102msgstr[ 1 ] ""
99103
100- #: panels/signals.py:44
104+ #: panels/signals.py:48
101105#, python-format
102106msgid "%(num_receivers)d receiver of %(num_signals)d signals"
103107msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
104108msgstr[ 0 ] ""
105109msgstr[ 1 ] ""
106110
107- #: panels/signals.py:49
111+ #: panels/signals.py:53
108112msgid "Signals"
109113msgstr "Senyals"
110114
111- #: panels/staticfiles.py:90
115+ #: panels/staticfiles.py:89
112116#, python-format
113117msgid "Static files (%(num_found)s found, %(num_used)s used)"
114118msgstr ""
115119
116- #: panels/staticfiles.py:115
120+ #: panels/staticfiles.py:107
117121msgid "Static files"
118122msgstr ""
119123
120- #: panels/staticfiles.py:120
124+ #: panels/staticfiles.py:112
121125#, python-format
122126msgid "%(num_used)s file used"
123127msgid_plural "%(num_used)s files used"
@@ -190,43 +194,43 @@ msgstr ""
190194msgid "Versions"
191195msgstr "Versions"
192196
193- #: panels/sql/panel.py:21
197+ #: panels/sql/panel.py:22
194198msgid "Autocommit"
195199msgstr ""
196200
197- #: panels/sql/panel.py:22
201+ #: panels/sql/panel.py:23
198202msgid "Read uncommitted"
199203msgstr ""
200204
201- #: panels/sql/panel.py:23
205+ #: panels/sql/panel.py:24
202206msgid "Read committed"
203207msgstr ""
204208
205- #: panels/sql/panel.py:24
209+ #: panels/sql/panel.py:25
206210msgid "Repeatable read"
207211msgstr ""
208212
209- #: panels/sql/panel.py:25
213+ #: panels/sql/panel.py:26
210214msgid "Serializable"
211215msgstr "Seriable"
212216
213- #: panels/sql/panel.py:36
217+ #: panels/sql/panel.py:37
214218msgid "Idle"
215219msgstr ""
216220
217- #: panels/sql/panel.py:37
221+ #: panels/sql/panel.py:38
218222msgid "Active"
219223msgstr "Actiu"
220224
221- #: panels/sql/panel.py:38
225+ #: panels/sql/panel.py:39
222226msgid "In transaction"
223227msgstr "En transacció"
224228
225- #: panels/sql/panel.py:39
229+ #: panels/sql/panel.py:40
226230msgid "In error"
227231msgstr ""
228232
229- #: panels/sql/panel.py:40
233+ #: panels/sql/panel.py:41
230234msgid "Unknown"
231235msgstr "Desconegut"
232236
@@ -243,27 +247,27 @@ msgstr "Plantilles"
243247msgid "Templates (%(num_templates)s rendered)"
244248msgstr ""
245249
246- #: templates/debug_toolbar/base.html:17
250+ #: templates/debug_toolbar/base.html:19
247251msgid "Hide toolbar"
248252msgstr "Amagar barra d'eina"
249253
250- #: templates/debug_toolbar/base.html:17
254+ #: templates/debug_toolbar/base.html:19
251255msgid "Hide"
252256msgstr "Amagar"
253257
254- #: templates/debug_toolbar/base.html:23
258+ #: templates/debug_toolbar/base.html:25
255259msgid "Disable for next and successive requests"
256260msgstr ""
257261
258- #: templates/debug_toolbar/base.html:23
262+ #: templates/debug_toolbar/base.html:25
259263msgid "Enable for next and successive requests"
260264msgstr ""
261265
262- #: templates/debug_toolbar/base.html:45
266+ #: templates/debug_toolbar/base.html:47
263267msgid "Show toolbar"
264268msgstr "Mostrar barra d'eines"
265269
266- #: templates/debug_toolbar/base.html:51
270+ #: templates/debug_toolbar/base.html:53
267271msgid "Close"
268272msgstr "Tancar"
269273
0 commit comments