vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --French (frFR)Translation: kiki
2 --German (deDE) Translation: SirPennt
3  
4 BSM_VERSION = "v1.3.7";
5  
6 --Untranslated variables
7 BSM_TEXT_BACK = "Show background and meter";
8  
9 if ( GetLocale() == "frFR" ) then
10 BINDING_HEADER_BSM = "Indicateur d’Etat des Sacs";
11 BINDING_NAME_BSM_OPTIONS = "Options de l’IES";
12  
13 BSM_MSG = "|cffffff00Indicateur d’Etat des Sacs|r: ";
14 BSM_AMMO = { "Carquois", "giberne", "Bandolier" };
15 BSM_FREEBAGSLOTS = "Places libres:";
16 BSM_BAG = "Le sac ";
17 BSM_BACKPACK = "Le sac à dos";
18 BSM_FULL = " est plein!";
19  
20 BSM_OPTIONS = "Options de IES";
21 BSM_OPTIONS_INDIVID = "Jauges Individuelles";
22 BSM_OPTIONS_OVERALL = "Jauge Globale";
23 BSM_OPTIONS_GLOBAL = "Options Globales";
24 BSM_OPTIONS_DEFAULT = "Défaut";
25 BSM_OPTIONS_CLOSE = "Fermer";
26  
27 BSM_TEXT_HIDE = "Cache la jauge globale";
28 BSM_TEXT_SHOW = "Affiche la jauge globale";
29 BSM_TEXT_INDIVIDUAL = "Active les jauges individuelles";
30 BSM_TEXT_OVERLAY = "Active la sur-impression";
31 BSM_TEXT_BAR = "Utilise une barre pour indiquer l’état des sacs";
32 BSM_TEXT_LABELSTAT = "N’utilise que du texte pour indiquer l’état";
33 BSM_TEXT_DROPDOWN = "Utilise une boîte défilante pour la jauge globale";
34 BSM_TEXT_BINDINGS = "Affiche les raccourcis pour ouvrir les sacs";
35 BSM_TEXT_OVERALL = "Active la jauge globale";
36 BSM_TEXT_OVERALLLOCK= "Verrouille la position de la jauge globale";
37 BSM_TEXT_OVERALLPOS = "Change la position de la jauge globale (x y):";
38 BSM_TEXT_SET = "OK";
39 BSM_TEXT_LABELS = "Affiche les chiffres";
40 BSM_TEXT_COLOR = "Utilise des couleurs";
41 BSM_TEXT_TOTALS = "Affiche la capacité des sacs";
42 BSM_TEXT_SLOTS = "Affiche le nombre d'emplacements libre plutôt qu'utilisés";
43 BSM_TEXT_TITLE = "Affiche le titre au dessus de la jauge globale";
44 BSM_TEXT_NOTIFY = "Active les notifications quand un sac est plein";
45 BSM_TEXT_OPTBUTTON = "Affiche le bouton des options";
46  
47 elseif ( GetLocale() == "deDE" ) then
48 BINDING_HEADER_BSM = "Bag Status Meters";
49 BINDING_NAME_BSM_OPTIONS = "BSM Options Pane";
50  
51 BSM_MSG = "|cffffff00Bag Status Meters|r: ";
52  
53 BSM_AMMO = { "K\195\182cher", "Munition", "Bandolier", "Jagdköcher" };
54 BSM_FREEBAGSLOTS = "Inventar";
55 BSM_BAG = "Beutel ";
56 BSM_BACKPACK = "Rucksack";
57 BSM_FULL = " ist voll!";
58  
59 BSM_OPTIONS = "BSM Optionen";
60 BSM_OPTIONS_INDIVID = "Individuelles";
61 BSM_OPTIONS_OVERALL = "Gesamtanzeige";
62 BSM_OPTIONS_GLOBAL = "Globales";
63 BSM_OPTIONS_DEFAULT = "Reset";
64 BSM_OPTIONS_CLOSE = "Schliessen";
65  
66 BSM_TEXT_HIDE = "Gesamtanzeige verstecken";
67 BSM_TEXT_SHOW = "Gesamtanzeige anzeigen";
68 BSM_TEXT_INDIVIDUAL = "Individuelle Beutelanzeige verwenden";
69 BSM_TEXT_OVERLAY = "Status der Beutel anzeigen";
70 BSM_TEXT_BAR = "Balken zum anzeigen des Status verwenden";
71 BSM_TEXT_LABELSTAT = "Nur Zahlen zum anzeigen des Status verwenden";
72 BSM_TEXT_DROPDOWN = "Ein Dropdownmen\195\188 zum anzeigen des Beutelstandes anzeigen";
73 BSM_TEXT_BINDINGS = "Zeige Tastenkombination neben dem Dropdownmen\195\188";
74 BSM_TEXT_OVERALL = "Gesamtstatusanzeige verwenden";
75 BSM_TEXT_OVERALLLOCK= "Gesamtstatusanzeige festsetzen (lock)";
76 BSM_TEXT_OVERALLPOS = "Position der Gesamtanzeige setzen (x y):";
77 BSM_TEXT_SET = "Los";
78 BSM_TEXT_LABELS = "Zahlen anzeigen";
79 BSM_TEXT_COLOR = "Farben verwenden";
80 BSM_TEXT_TOTALS = "Totalen Beutelstatus anzeigen";
81 BSM_TEXT_SLOTS = "Freie Slots anzeigen, statt verwendete Slots anzeigen";
82 BSM_TEXT_TITLE = "Titel über der Gesamtanzeige zeigen";
83 BSM_TEXT_NOTIFY = "Text einblenden und Sound abspielen wenn ein Beutel voll ist";
84 BSM_TEXT_OPTBUTTON = "Optionsbutton neben Gesamtanzeige zeigen";
85  
86 else
87 BINDING_HEADER_BSM = "Bag Status Meters";
88 BINDING_NAME_BSM_OPTIONS = "BSM Options Pane";
89  
90 BSM_MSG = "|cffffff00Bag Status Meters|r: ";
91  
92 BSM_AMMO = { "Quiver", "Ammo", "Bandolier", "Lamina" };
93 BSM_FREEBAGSLOTS = "Free Bag Slots:";
94 BSM_BAG = "Bag ";
95 BSM_BACKPACK = "Backpack";
96 BSM_FULL = " is now full!";
97  
98 BSM_OPTIONS = "BSM Options";
99 BSM_OPTIONS_INDIVID = "Individual Meters";
100 BSM_OPTIONS_OVERALL = "Overall Meter";
101 BSM_OPTIONS_GLOBAL = "Global";
102 BSM_OPTIONS_DEFAULT = "Default";
103 BSM_OPTIONS_CLOSE = "Close";
104  
105 BSM_TEXT_HIDE = "Hide the overall slot meter";
106 BSM_TEXT_SHOW = "Show the overall slot meter";
107 BSM_TEXT_INDIVIDUAL = "Enable individual bag status";
108 BSM_TEXT_OVERLAY = "Enable bag overlay meters";
109 BSM_TEXT_BAR = "Use a bar to display bag status";
110 BSM_TEXT_LABELSTAT = "Use only text to display bag status";
111 BSM_TEXT_DROPDOWN = "Use a dropdown from the overall slot meter to display bag status";
112 BSM_TEXT_BINDINGS = "Show key binding buttons to bags";
113 BSM_TEXT_OVERALL = "Enable the overall meter";
114 BSM_TEXT_OVERALLLOCK= "Lock the position of the overall meter";
115 BSM_TEXT_OVERALLPOS = "Set the position of the overall meter (x y):";
116 BSM_TEXT_SET = "Set";
117 BSM_TEXT_LABELS = "Show labels";
118 BSM_TEXT_COLOR = "Use color";
119 BSM_TEXT_TOTALS = "Display total bag slots";
120 BSM_TEXT_SLOTS = "Use free slots as opposed to used slots for display";
121 BSM_TEXT_TITLE = "Display the title on the overall meter";
122 BSM_TEXT_NOTIFY = "Enable notifications when bags are full";
123 BSM_TEXT_OPTBUTTON = "Enable the options button";
124 end