annotate pixmaps/smile_wink.xpm @ 4279:34e94878fdab
[gaim-migrate @ 4530]
Date: 2003-01-10 12:10
Sender: zongo_fr
Logged In: YES
user_id=271450
new diff file against 1.41:
- use of plural forms
- updated uppercase accented characters
- changing a few translation to be consistent with the
french mozilla glossary
- fixes for a few translation errors or imprecisions
file is date 20030110 and can be found on
http://www.frankiz.org/gaim/ as
http://www.frankiz.org/gaim/fr.po-1.41-20030110.diff
committer: Tailor Script <tailor@pidgin.im>
author |
Luke Schierer <lschiere@pidgin.im> |
date |
Fri, 10 Jan 2003 22:37:19 +0000 |
parents |
f5b199e20d12 |
children |
|
rev |
line source |
337
|
1 /* XPM */
|
|
2 static char * smile_wink_xpm[] = {
|
|
3 "20 15 3 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #FFFF00",
|
|
7 " ...... ",
|
|
8 " ..++++.. ",
|
|
9 " ..++++++.. ",
|
|
10 " ..++++++++.. ",
|
|
11 " ..+++.++.+++.. ",
|
|
12 " .+++++++.++++. ",
|
|
13 " .++++++++++++. ",
|
|
14 " .++++++++.+++. ",
|
|
15 " .++++++++.+++. ",
|
|
16 " ..+++....+++.. ",
|
|
17 " ..++++++++.. ",
|
|
18 " ..++++++.. ",
|
|
19 " ..++++.. ",
|
|
20 " ...... ",
|
|
21 " "};
|