Mercurial > pidgin
annotate pixmaps/tb_undo.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 | 6f049002d963 |
children |
rev | line source |
---|---|
2008 | 1 /* XPM */ |
2 static char * tb_undo_xpm[] = { | |
3 "24 24 8 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #8F431E", | |
7 "@ c #803C1B", | |
8 "# c #8A411D", | |
9 "$ c #954620", | |
10 "% c #733618", | |
11 "& c #5C2B13", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " ", | |
16 " ", | |
17 " ", | |
18 " . ", | |
19 " .. ", | |
20 " .+@... ", | |
21 " .#$##@%.. ", | |
22 " .+#...%%. ", | |
23 " .. .&. ", | |
24 " . .&. ", | |
25 " .. ", | |
26 " .. ", | |
27 " . ", | |
28 " . ", | |
29 " ", | |
30 " ", | |
31 " ", | |
32 " ", | |
33 " ", | |
34 " ", | |
35 " "}; |