Fix a C formatting string translation.

2005-08-02  Dave Neary  <bolsh@gimp.org>

	* tr.po: Fix a C formatting string translation.
This commit is contained in:
Dave Neary
2005-08-03 13:21:44 +00:00
committed by David Neary
parent 78cb7832c5
commit 9f7d505d20
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-08-02 Dave Neary <bolsh@gimp.org>
* tr.po: Fix a C formatting string translation.
2005-06-28 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by

View File

@@ -32,8 +32,8 @@ msgstr "okunan veri miktarı"
#, c-format
msgid "read %lu byte of data"
msgid_plural "read %lu bytes of data"
msgstr[0] "%d bayt oku"
msgstr[1] "%d bayt oku"
msgstr[0] "%lu bayt oku"
msgstr[1] "%lu bayt oku"
#: lib/write.c:52
#, c-format