Author: russellm Date: 2010-12-03 22:27:45 -0600 (Fri, 03 Dec 2010) New Revision: 14790
Modified: django/trunk/django/conf/locale/sv/LC_MESSAGES/django.mo django/trunk/django/conf/locale/sv/LC_MESSAGES/django.po Log: Fixed #12158 -- Corrected Swedish translation for "Go". Thanks to skorpan for the report, and claudep for the patch. Modified: django/trunk/django/conf/locale/sv/LC_MESSAGES/django.mo =================================================================== (Binary files differ) Modified: django/trunk/django/conf/locale/sv/LC_MESSAGES/django.po =================================================================== --- django/trunk/django/conf/locale/sv/LC_MESSAGES/django.po 2010-12-04 04:27:05 UTC (rev 14789) +++ django/trunk/django/conf/locale/sv/LC_MESSAGES/django.po 2010-12-04 04:27:45 UTC (rev 14790) @@ -546,7 +546,7 @@ #: contrib/admin/templates/admin/actions.html:4 #: contrib/admin/templates/admin/search_form.html:8 msgid "Go" -msgstr "Sök" +msgstr "Utför" #: contrib/admin/templates/admin/app_index.html:10 #: contrib/admin/templates/admin/index.html:19 -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
