translation update from Yann E. MORIN

merge-requests/1/head
m. allan noah 2008-01-15 01:13:59 +00:00
rodzic ea48a33beb
commit e7e161c6ee
3 zmienionych plików z 489 dodań i 437 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2008-01-14 m. allan noah <kitno455 a t gmail d o t com>
* tools/check-po.awk: support different use of 'fuzzy'
* po/sane-backends.fr.po: updated translation
both updates from Yann E. MORIN
2008-01-09 Gerard Klaver <gerard at gkall dot hobby dot nl>
* backend/teco2.c changed routine teco_request_sens
add init value to size (bugreport

Plik diff jest za duży Load Diff

Wyświetl plik

@ -74,7 +74,7 @@ BEGIN \
}
# Is this translation fuzzy? If so count it
$1 == "#," && $2 == "fuzzy" \
$1 == "#," && $2 ~ /^fuzzy(|, )$/ \
{
fuzzy++;
# Next translation will be fuzzy!