diff options
author | Motonobu Takahashi <monyo@samba.org> | 2001-09-24 15:49:06 +0000 |
---|---|---|
committer | Motonobu Takahashi <monyo@samba.org> | 2001-09-24 15:49:06 +0000 |
commit | 63dba7abe04c1d33bbfa5e921e4aa967dc3966c3 (patch) | |
tree | 673e11dd0092ddd6c4d2b7c366ce92ce31dea1a7 /swat/lang/ja/include | |
parent | 79b5b1aebf9f59e4de19c9b52f473cfd06d1fd0c (diff) | |
download | samba-63dba7abe04c1d33bbfa5e921e4aa967dc3966c3.tar.gz samba-63dba7abe04c1d33bbfa5e921e4aa967dc3966c3.tar.bz2 samba-63dba7abe04c1d33bbfa5e921e4aa967dc3966c3.zip |
added SWAT i18n support files for Japanese and Turkish
(This used to be commit 1e77e87dcf782a0b3b2f0509385b2edad6113a05)
Diffstat (limited to 'swat/lang/ja/include')
-rw-r--r-- | swat/lang/ja/include/footer.html | 3 | ||||
-rw-r--r-- | swat/lang/ja/include/header.html | 12 | ||||
-rw-r--r-- | swat/lang/ja/include/header.nocss.html | 11 | ||||
-rw-r--r-- | swat/lang/ja/include/header_css.html | 1 |
4 files changed, 27 insertions, 0 deletions
diff --git a/swat/lang/ja/include/footer.html b/swat/lang/ja/include/footer.html new file mode 100644 index 0000000000..7c3b483684 --- /dev/null +++ b/swat/lang/ja/include/footer.html @@ -0,0 +1,3 @@ +</TD></TR></TABLE></CENTER> +</BODY> +</HTML> diff --git a/swat/lang/ja/include/header.html b/swat/lang/ja/include/header.html new file mode 100644 index 0000000000..2fbe9bb754 --- /dev/null +++ b/swat/lang/ja/include/header.html @@ -0,0 +1,12 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> +<HEAD> +<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> +<TITLE>Samba Web Administration Tool</TITLE> +<link rel="STYLESHEET" type="text/css" href="/swat/include/header_css.html"> +</HEAD> +<BODY bgcolor="white"> +<CENTER> +<IMG SRC="/swat/images/samba.gif" ALT="[ Samba ]" border=0><BR> +<TABLE WIDTH="98%" CELLSPACING=1 CELLPADDING=4 BORDER=1> +<TR><TD BGCOLOR="#ddddd0"> diff --git a/swat/lang/ja/include/header.nocss.html b/swat/lang/ja/include/header.nocss.html new file mode 100644 index 0000000000..56d13dbc6d --- /dev/null +++ b/swat/lang/ja/include/header.nocss.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> +<HEAD> +<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> +<TITLE>Samba Web Administration Tool</TITLE> +</HEAD> +<BODY bgcolor="white"> +<CENTER> +<IMG SRC="/swat/images/samba.gif" ALT="[ Samba ]" border=0><BR> +<TABLE WIDTH="98%" CELLSPACING=1 CELLPADDING=4 BORDER=1> +<TR><TD BGCOLOR="#ddddd0"> diff --git a/swat/lang/ja/include/header_css.html b/swat/lang/ja/include/header_css.html new file mode 100644 index 0000000000..b70876b6f8 --- /dev/null +++ b/swat/lang/ja/include/header_css.html @@ -0,0 +1 @@ +.i18n_translated_parm {color: #555555} |