Mercurial > pidgin
annotate pixmaps/farted.xpm @ 4589:eddb870a3c4d
[gaim-migrate @ 4873]
Bj\366rn Voigt writes:
"I send you a the new updated German translation. The file can be
found here:
http://user.cs.tu-berlin.de/~bjoern/gaim/de.po
During translation and using I found some strings, which
were not
marked correctly for translation (for instance the
"Settings" and "Sign On" buttons in the login screen). I
fixed this with a small patch:
http://user.cs.tu-berlin.de/~bjoern/gaim/i18n.patch
The Yahoo status messages are still english. Because the strings
like "Stepped Out" can be found in some files/functions, I'm
not sure, if translation can have some side effects."
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 19 Feb 2003 23:27:37 +0000 |
parents | bc8f5a2231b8 |
children |
rev | line source |
---|---|
2874 | 1 /* XPM */ |
2875
bc8f5a2231b8
[gaim-migrate @ 2888]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2874
diff
changeset
|
2 static char * farted_xpm[] = { |
2874 | 3 "19 19 10 1", |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #CCCC00", | |
7 "@ c #FFFF00", | |
8 "# c #D8D83F", | |
9 "$ c #666633", | |
10 "% c #FFFFFF", | |
11 "& c #FFCC00", | |
12 "* c #FF9900", | |
13 "= c #999933", | |
14 " ....... ", | |
15 " ..+@@@@@+.. ", | |
16 " .+@@@@@@@@@+. ", | |
17 " .@@@@@@@@@@@@@. ", | |
18 " .+@@@.@@@@@.@@@+. ", | |
19 " .@@@.@@@@@@@.@@@. ", | |
20 ".#@@.$..@@@..$.@@+.", | |
21 ".@@.$%.%.@.%.%$.@@.", | |
22 ".@@@$%.%.@.%.%$@@@.", | |
23 ".@@@&.%%.@.%%.&@@@.", | |
24 ".@&&&&..@@@..&&&@@.", | |
25 ".@&&**&@@@@@&**&&@.", | |
26 ".+&****&@@@&****&+.", | |
27 " .&&*..&@@@&..*&&. ", | |
28 " .&&&=&.....&=&&&. ", | |
29 " .&&&@@@@@@@&&&. ", | |
30 " .+*@@***@@*+. ", | |
31 " ..+@@@@@+.. ", | |
32 " ....... "}; |