Mercurial > pidgin.yaz
annotate pixmaps/ok.xpm @ 4304:cd866c66e284
[gaim-migrate @ 4558]
E'ric Boumaour (zongo_fr) writes:
"This patch adds a:
"Plural-Forms: nplurals=2; plural=n != 1;\n"
to every po file that do not have one.
The plural form is the 'C' one, translators should
change the line to reflect their language specificities.
http://www.frankiz.org/gaim/i18n-plural-forms-C-20030111.diff "
remember, i'm commiting translation patches with a basic premise that you
all who speak these languages can provide patches for broken translations
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 12 Jan 2003 02:20:28 +0000 |
parents | a86882c351f0 |
children |
rev | line source |
---|---|
443 | 1 /* XPM */ |
2 static char * ok_xpm[] = { | |
3 "24 24 18 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #B3C2A7", | |
7 "@ c #708C58", | |
8 "# c #859D71", | |
9 "$ c #627B4D", | |
10 "% c #97AB86", | |
11 "& c #566C43", | |
12 "* c #A2BD9E", | |
13 "= c #789774", | |
14 "- c #88AC84", | |
15 "; c #5E764A", | |
16 "> c #698566", | |
17 ", c #6D8855", | |
18 "' c #688251", | |
19 ") c #668050", | |
20 "! c #6D8956", | |
21 "~ c #4F633E", | |
22 " ", | |
23 " ", | |
24 " ", | |
25 " ", | |
26 " ", | |
27 " ", | |
28 " .. ", | |
29 " .+@. ", | |
30 " .#$. ", | |
31 " .%@. ", | |
32 " .. .#&. ", | |
33 " .*=. .#@. ", | |
34 " .--.. .@&. ", | |
35 " .-=..;@. ", | |
36 " .-->.,&. ", | |
37 " .--'). ", | |
38 " .-!~. ", | |
39 " .--. ", | |
40 " .>. ", | |
41 " . ", | |
42 " ", | |
43 " ", | |
44 " ", | |
45 " "}; |