Mercurial > gftp.yaz
annotate docs/sample.gftp/dotdot.xpm @ 701:1ad0e8150862
Updated Italian translation.
author | algol |
---|---|
date | Mon, 28 Mar 2005 17:04:25 +0000 |
parents | 8b1883341c6f |
children | e999754d6106 |
rev | line source |
---|---|
1 | 1 /* XPM */ |
2 static char * dotdot_xpm[] = { | |
3 "16 16 8 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #526741", | |
7 "@ c #566B43", | |
8 "# c #5A7046", | |
9 "$ c #4C603C", | |
10 "% c #445636", | |
11 "& c #37452B", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " . ", | |
16 " .+. ", | |
17 " .@#@. ", | |
18 " ..$++.. ", | |
19 " .+. ", | |
20 " .$. ", | |
21 " .%. ", | |
22 " .%. ", | |
23 " .%&. . ", | |
24 " ..&... ", | |
25 " ... ", | |
26 " ", | |
27 " "}; |