Re: Translator abuse?



On Fri, 2012-06-22 at 16:03 +0200, Matej Urbančič wrote:
> NO!, that translation is not OK!
> I did translate it as "Odpiranje XML datoteke", but then I saw strings
> "fstat XML config file" and "mmap XML config file" and concluded, that
> Open is not a verb!

Those are both verbs too :)

Well, they're system calls: fstat() will return details (stats) about a
file that's open, and mmap() will map it into memory. And if those
system calls fail, we print those messages.

I should change those to say "Failed to..." as well, and it'll be
clearer.

-- 
dwmw2

Attachment: smime.p7s
Description: S/MIME cryptographic signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]