Roundup Tracker - Issues

Issue 1363630

classification
lithuanian po file
Type: Severity: normal
Components: User Interface Versions:
process
Status: closed accepted
:
: richard : a1s, aiste, richard
Priority: normal : patch

Created on 2005-11-22 10:55 by aiste, last changed 2005-11-23 07:46 by a1s.

Files
File name Uploaded Description Edit Remove
lt.po aiste, 2005-11-22 10:55 lithuanian po file
Messages
msg2777 Author: [hidden] (aiste) Date: 2005-11-22 10:55
Roundup translation into lithuanian.
msg2778 Author: [hidden] (a1s) Date: 2005-11-23 07:46
Logged In: YES 
user_id=8719

checked in.  thank you.

by the way, your plural forms formula is somewhat funny (no
offense!).  it's quite different from what i'd use for
latvian (((n % 10) == 0) || ((n > 10) && (n < 20)) ? 2 : (n
% 10) == 1 ? 0 : 1), and it took me some time to understand
that it does essentially the same thing.
msg2779 Author: [hidden] (a1s) Date: 2005-11-23 07:52
Logged In: YES 
user_id=8719

oops.  i meant (((n % 100) > 10) && ((n % 100) < 20)), of
course.
msg2780 Author: [hidden] (aiste) Date: 2005-11-23 10:41
Logged In: YES 
user_id=1385552

:) Not being a programmer and translating something
officially for the first time I just copied this line over
from another translated file...
History
Date User Action Args
2005-11-22 10:55:05aistecreate