Some tentative French images
Adjusted the *-top.inc files for the tentative images Added some notes on the images
52
koha-tmpl/opac-tmpl/default/fr/images/README
Normal file
|
@ -0,0 +1,52 @@
|
|||
Notes on making non-en versions of the images with the same look as the en ones
|
||||
|
||||
Fonts and adjustments:
|
||||
The en images use artificially-compressed versions of Helvetica;
|
||||
the ratio of the compression is not consistent among different images
|
||||
|
||||
koha.gif Adobe Helvetica Bold 12px 82%
|
||||
Century Sclbk L Bold 15px [substitute; correct font not found]
|
||||
Century Sclbk L Italic 15px [substitute; correct font not found]
|
||||
heading-* Adobe Helvetica 24px 84%
|
||||
inside-* Adobe Helvetica 26px 88.29%
|
||||
menu-* Adobe Helvetica Bold 14px 81.58%
|
||||
[Must resize the *canvas* & leave 12px margin-right]
|
||||
search-button Adobe Helvetica 24px 82%
|
||||
Adobe Helvetica 18px 91%
|
||||
|
||||
For other images, to determine the ratio of the artificial compression:
|
||||
|
||||
- Guess the correct font (guess Helvetica for sans-serif)
|
||||
- Using the text tool, type the English text
|
||||
- Guess the font size, repeating guess until the text you type is the same
|
||||
height as the original English text
|
||||
- Measure the width of the original English text
|
||||
- Using the transform tool, determine the width of the text you typed
|
||||
- Based on the above 2 measurements, determine the ratio of the artificial
|
||||
compression
|
||||
- Delete the English text you typed, and replace it with a translation
|
||||
- Using the transform tool, artificially compress your translated text
|
||||
- Write down the information you find (font name, variant, and ratio of
|
||||
compression) in the layer name and perhaps also here
|
||||
|
||||
To create the gif files:
|
||||
|
||||
- If there are supposed to be transparent areas, but need to use a solid
|
||||
background to prevent colour problems with converting to index mode:
|
||||
- Flatten image
|
||||
- Select all, Copy
|
||||
- Add alpha channel, Add layer mask
|
||||
- Paste (in layer mask), Anchor layer
|
||||
- Image|Color|Invert
|
||||
- Image|Color|Threshold| 1-255
|
||||
- Apply layer mask
|
||||
- Save as gif
|
||||
|
||||
- If there are no trasparent areas:
|
||||
- Flatten image
|
||||
- Save as .gif
|
||||
|
||||
- If there are transparent areas:
|
||||
- Merge visible layers
|
||||
- Delete all invisible layers (to avoid problems converting to index mode)
|
||||
- Save as gif
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 417 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 384 B After Width: | Height: | Size: 964 B |
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
@ -31,7 +31,7 @@ marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
|
|||
|
||||
<td align=right><a href="/cat/" onMouseOver="document.mouseover.src='/images/mouseover-search.gif'" onMouseOut="document.mouseover.src='/images/holder.gif'"><img
|
||||
src="../images/menu-search.gif"
|
||||
width=71 height=30 alt="Search" hspace=0 vspace=0 border=0 name="menu-search"></a>
|
||||
width=90 height=30 alt="Rechercher" hspace=0 vspace=0 border=0 name="menu-search"></a>
|
||||
|
||||
<!-- <a href="/members/"
|
||||
onMouseOver="document.mouseover.src='/images/mouseover-member.gif'" onMouseOut="document.mouseover.src='/images/holder.gif'"><img src="/images/menu-login.gif"
|
||||
|
@ -39,11 +39,11 @@ marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
|
|||
-->
|
||||
<a href="/join.html"
|
||||
onMouseOver="document.mouseover.src='/images/mouseover-join.gif'" onMouseOut="document.mouseover.src='/images/holder.gif'"><img src="/images/menu-join.gif"
|
||||
width=54 height=30 alt="Join" hspace=0 vspace=0 border=0 name="menu-join"></a>
|
||||
width=78 height=30 alt="S'inscrire" hspace=0 vspace=0 border=0 name="menu-join"></a>
|
||||
|
||||
<a href="/index.html"
|
||||
onMouseOver="document.mouseover.src='/images/mouseover-home.gif'" onMouseOut="document.mouseover.src='/images/holder.gif'"><img src="/images/menu-home.gif"
|
||||
width=60 height=30 alt="Home" hspace=0 vspace=0 border=0 name="menu-home"></a></td>
|
||||
width=68 height=30 alt="Accueil" hspace=0 vspace=0 border=0 name="menu-home"></a></td>
|
||||
|
||||
</TR>
|
||||
|
||||
|
|
|
@ -32,15 +32,15 @@ marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
|
|||
|
||||
<td align=right><a href="/cgi-bin/koha/opac-search.pl" onMouseOver="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/mouseover-search.gif'" onMouseOut="document.mouseover.src='/images/holder.gif'"><img
|
||||
src="<TMPL_VAR NAME='themelang'>/images/menu-search.gif"
|
||||
width=71 height=30 alt="Search" hspace=0 vspace=0 border=0 name="menu-search"></a>
|
||||
width=90 height=30 alt="Rechercher" hspace=0 vspace=0 border=0 name="menu-search"></a>
|
||||
|
||||
<a href="/join.html"
|
||||
onMouseOver="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/mouseover-join.gif'" onMouseOut="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/holder.gif'"><img src="<TMPL_VAR NAME='themelang'>/images/menu-join.gif"
|
||||
width=54 height=30 alt="Join" hspace=0 vspace=0 border=0 name="menu-join"></a>
|
||||
width=78 height=30 alt="S'inscrire" hspace=0 vspace=0 border=0 name="menu-join"></a>
|
||||
|
||||
<a href="/cgi-bin/koha/opac-main.pl"
|
||||
onMouseOver="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/mouseover-home.gif'" onMouseOut="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/holder.gif'"><img src="<TMPL_VAR NAME='themelang'>/images/menu-home.gif"
|
||||
width=60 height=30 alt="Home" hspace=0 vspace=0 border=0 name="menu-home"></a></td>
|
||||
width=68 height=30 alt="Accueil" hspace=0 vspace=0 border=0 name="menu-home"></a></td>
|
||||
|
||||
</TR>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
|
|||
|
||||
<td align=right><a href="/cgi-bin/koha/opac-search.pl" onMouseOver="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/mouseover-search.gif'" onMouseOut="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/holder.gif'"><img
|
||||
src="<TMPL_VAR NAME='themelang'>/images/menu-search.gif"
|
||||
width=71 height=30 alt="Search" hspace=0 vspace=0 border=0 name="menu-search"></a>
|
||||
width=90 height=30 alt="Rechercher" hspace=0 vspace=0 border=0 name="menu-search"></a>
|
||||
|
||||
<!-- <a href="/members/"
|
||||
onMouseOver="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/mouseover-member.gif'" onMouseOut="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/holder.gif'"><img src="<TMPL_VAR NAME='themelang'>/images/menu-login.gif"
|
||||
|
@ -42,11 +42,11 @@ marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
|
|||
-->
|
||||
<a href="/join.html"
|
||||
onMouseOver="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/mouseover-join.gif'" onMouseOut="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/holder.gif'"><img src="<TMPL_VAR NAME='themelang'>/images/menu-join.gif"
|
||||
width=54 height=30 alt="s'incrire" hspace=0 vspace=0 border=0 name="menu-join"></a>
|
||||
width=78 height=30 alt="S'incrire" hspace=0 vspace=0 border=0 name="menu-join"></a>
|
||||
|
||||
<a href="/cgi-bin/koha/opac-main.pl"
|
||||
onMouseOver="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/mouseover-home.gif'" onMouseOut="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/holder.gif'"><img src="<TMPL_VAR NAME='themelang'>/images/menu-home.gif"
|
||||
width=60 height=30 alt="Home" hspace=0 vspace=0 border=0 name="menu-home"></a></td>
|
||||
width=68 height=30 alt="Accueil" hspace=0 vspace=0 border=0 name="menu-home"></a></td>
|
||||
|
||||
</TR>
|
||||
|
||||
|
|