Author: mtredinnick Date: 2007-09-13 14:51:53 -0500 (Thu, 13 Sep 2007) New Revision: 6135
Modified: django/trunk/django/conf/locale/tr/LC_MESSAGES/djangojs.mo django/trunk/django/conf/locale/tr/LC_MESSAGES/djangojs.po Log: Fixed #5282 -- Added missing string to Turkish translation. Thanks, Evren Esat ?\195?\150zkan. Modified: django/trunk/django/conf/locale/tr/LC_MESSAGES/djangojs.mo =================================================================== (Binary files differ) Modified: django/trunk/django/conf/locale/tr/LC_MESSAGES/djangojs.po =================================================================== --- django/trunk/django/conf/locale/tr/LC_MESSAGES/djangojs.po 2007-09-13 19:51:26 UTC (rev 6134) +++ django/trunk/django/conf/locale/tr/LC_MESSAGES/djangojs.po 2007-09-13 19:51:53 UTC (rev 6135) @@ -107,3 +107,9 @@ #: contrib/admin/media/js/admin/DateTimeShortcuts.js:164 msgid "Tomorrow" msgstr "Yarın" + +msgid "Show" +msgstr "Göster" + +msgid "Hide" +msgstr "Gizle" --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
