mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-04 22:32:19 +00:00
Hungarian update; small po stats update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10702 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3e5ec6befe
commit
13b2adeacf
@ -1,3 +1,10 @@
|
||||
2006-01-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* hu.po: yet another update from Alex.
|
||||
|
||||
* Makefile.in.in:
|
||||
* postats.sh: small update to create a i18n-13x.php page.
|
||||
|
||||
2005-12-21 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* es.po: update from Eulogio Serradilla.
|
||||
|
@ -308,7 +308,7 @@ $(srcdir)/default_ui_l10n.pot: $(top_srcdir)/lib/ui/default.ui
|
||||
} \
|
||||
' ../lib/ui/default.ui > default_ui_l10n.pot
|
||||
|
||||
i18n.php: $(POFILES)
|
||||
i18n-13x.php: $(POFILES)
|
||||
(cd $(srcdir) ; ./postats.sh $(POFILES)) >$@
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make not to export all variables.
|
||||
|
@ -157,14 +157,14 @@ dump_head () {
|
||||
cat <<EOF
|
||||
<?
|
||||
// What's the title of the page?
|
||||
\$title = "LyX i18n";
|
||||
\$title = "LyX i18n (1.3.x)";
|
||||
// What's the short name of the page in the navigation bar?
|
||||
\$item="i18n";
|
||||
\$item="i18n (13x)";
|
||||
// Who is the author?
|
||||
\$author="Michael Gerz";
|
||||
// Full name of the file (relative path from LyX home page -- i.e., it should
|
||||
// be "foo.php" or "bar/foo.php")
|
||||
\$file_full="devel/i18n.php";
|
||||
\$file_full="devel/i18n-13x.php";
|
||||
|
||||
include("start.php");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user