vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --
2 if ( GetLocale() == "deDE" ) then
3 --
4 BS_PLAYER_NOT_FOUND_A = " ... gibt es nicht mehr auf "
5 BS_PLAYER_NOT_FOUND_B = " und wurde aus der Datenbank gel\195\182scht. "
6 BS_PLAYER_NOT_FOUND_I = " ... ist nicht online oder nicht mehr auf "
7 BS_CMD_OPTS_FRAME = " ChatOutput ein/ausschalten "
8 --
9 elseif ( GetLocale() == "frFR" ) then
10 --
11 BS_PLAYER_NOT_FOUND_A = " ... semble ne plus exister sur "
12 BS_PLAYER_NOT_FOUND_B = " et a \195\169t\195\169 effac\195\169 de la base. "
13 BS_PLAYER_NOT_FOUND_I = " ... n'est pas en ligne, ou plus sur "
14 BS_CMD_OPTS_FRAME = " ChatOutput on/off "
15 --
16 else
17 --
18 BS_PLAYER_NOT_FOUND_A = " ... seems to be no more on "
19 BS_PLAYER_NOT_FOUND_B = " and has been erased from the Database. "
20 BS_PLAYER_NOT_FOUND_I = " ... is not online or not more on "
21 BS_CMD_OPTS_FRAME = " ChatOutput on/off "
22 --
23 end
24 -- --
25 -- à : \195\160 è : \195\168 ì : \195\172 ò : \195\178 ù : \195\185 Ä : \195\132
26 -- á : \195\161 é : \195\169 í : \195\173 ó : \195\179 ú : \195\186 Ö : \195\150
27 -- â : \195\162 ê : \195\170 î : \195\174 ô : \195\180 û : \195\187 Ü : \195\156
28 -- ã : \195\163 ë : \195\171 ï : \195\175 õ : \195\181 ü : \195\188 ß : \195\159
29 -- ä : \195\164 ñ : \195\177 ö : \195\182
30 -- æ : \195\166 ø : \195\184
31 -- ç : \195\167
32 -- --