update turkish l10n; update postats script to use proper trac URL

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14326 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-07-03 21:54:30 +00:00
parent f7c2372ec4
commit 6087a93f0f
4 changed files with 765 additions and 1967 deletions

View File

@ -1,5 +1,10 @@
2006-07-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* tr.po: update from Gürer Özen.
* postats.sh (dump_tail): make the language name to point to the
correct trac url.
* it.po: update from Kostantino.
2006-06-28 Jean-Marc Lasgouttes <lasgouttes@lyx.org>

View File

@ -181,9 +181,9 @@ EOF
dump_tail () {
test "$lyx_branch" = "" && {
branch_tag=""
branch_tag="trunk"
} || {
branch_tag="?only_with_tag=$lyx_branch"
branch_tag="branches/$lyx_branch"
}
cat <<EOF
@ -270,8 +270,7 @@ while (list(\$foo,\$info) = each(\$podata)) {
}
print "<td \$style>" ;
// print "<a href=\"http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/po/" . \$info['langcode'] . ".po$branch_tag\">" . \$lang[\$info['langcode']] . "</a></td>";
print \$lang[\$info['langcode']] . "</td>";
print "<a href=\"http://www.lyx.org/trac/browser/lyx-devel/$branch_tag/po/" . \$info['langcode'] . ".po?format=raw\">" . \$lang[\$info['langcode']] . "</a></td>";
print "<td \$style align=\"right\">" . \$info['msg_tr'] . "</td>";

2716
po/tr.po

File diff suppressed because it is too large Load Diff

View File

@ -25,8 +25,8 @@ What's new
- Add new function buffer-toggle-compression (and entry in Document
menu) to change whether the file will be compressed on disk or not.
- Update German, Hungarian, Italian (bug 2650), and Spanish
localization of the interface.
- Update German, Hungarian, Italian (bug 2650), Spanish and Turkish
localizations of the interface.
- Update translations of documentation for German (all) and Hungarian
(Introduction, splash document, new tutorial examples).