On 2016-11-07 03:03 AM, Lucas Vieites wrote:
Hi, I've attached the completed es.po for
the plugins of Geany 1.29.
There are still 2 fuzzy translations because I am not sure of
terminology,
maybe someone can help. What is the difference between these two?:
#: ../lineoperations/src/lineoperations.c:67
msgid "Remove Duplicate Lines, _Sorted"
#: ../lineoperations/src/lineoperations.c:69
msgid "Remove Duplicate Lines, _Ordered"
Looking at the code, "Sorted" first sorts all the lines using quick sort
and then removes duplicates, while "Ordered" just removes duplicate
lines without first sorting. Put another way, "Sorted" means
"sorted",
"Ordered" means "in original order", I guess.
This is how I understood it too. Looks like there needs to be a better
name for the functions ;)
Cheers,
Frank