Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: sourceserver.info. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

Freitag, 15. März 2013, 23:34

store plugin hilfe

Hallo ich brauche hilfe beim store plugin.
Ich benutze dieses: https://forums.alliedmods.net/showthread.php?t=207157

Man kann das shop menü nicht öffnen!
Logs:
L 03/15/2013 - 23:26:24: [SM] Warning(s) encountered in translation file "store.phrases.txt"
L 03/15/2013 - 23:26:24: [SM] Ignoring translation to invalid language "#format" on line 103.
L 03/15/2013 - 23:26:24: [SM] Plugin encountered error 25: Call was aborted

In den Store logs steht nichts, die oberen sind die error logs!

Ich bitte um Hilfe..ansonsten vielen Dank fürs lesen.
Gruß Emre

Impact

Super Moderator

Beiträge: 1 276

Rootserver vorhanden: Nein

  • Nachricht senden

2

Samstag, 16. März 2013, 00:27

Poste mal die besagte Translationdatei.

MfG
Impact

3

Samstag, 16. März 2013, 00:40

Die phrases:

Spoiler Spoiler

PHP-Quelltext

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
"Phrases"
{
    "Store Menu Title"
    {
        "#format"            "{1:d},{2:s}"
        "de"                "You have {1} {2}."
        "en"                "You have {1} {2}."
    }

    "Inventory"
    {
        "en"                "Inventory"
        "de"                "Inventory"    
    }

    "Shop"
    {
        "en"                "Shop"    
        "de"                "Shop"    
    }

    "Loadout"
    {
        "en"                "Loadout"    
        "de"                "Loadout"    
    }

    "No items in this category"
    {
        "en"                "There are no items in this category."
        "de"                "There are no items in this category."
    }

    "Item type not registered"
    {
        "#format"            "{1:s}"
        "en"                "The item type '{1}' wasn't registered by any plugin."
        "de"                "The item type '{1}' wasn't registered by any plugin."
    }

    "Not enough credits to buy"
    {
        "#format"            "{1:s}"
        "en"                "You don't have enough {1} to buy this item."
        "de"                "You don't have enough {1} to buy this item."
    }

    "No item attributes"
    {
        "en"                "No item attributes found."
        "de"                "No item attributes found."
    }

    "Equipped item"
    {
        "#format"            "{1:s}"
        "en"                "You have equipped {1}."
        "de"                "You have equipped {1}."
    }

    "Unequipped item"
    {
        "#format"            "{1:s}"
        "en"                "You have unequipped {1}."
        "de"                "You have unequipped {1}."
    }

    "Must be alive to equip"
    {
        "en"                "You must be alive to equip this item."
        "de"                "You must be alive to equip this item."
    }

    "Must be alive to use"
    {
        "en"                "You must be alive to use this item."
        "de"                "You must be alive to use this item."
    }    

    "Must be human to equip"
    {
        "en"                "You must be a human to equip this item."    
        "de"                "You must be a human to equip this item."
    }

    "Must be human to use"
    {
        "en"                "You must be a human to use this item."    
        "de"                "You must be a human to use this item."    
    }    

    "Limit item uses in a round"
    {
        "#format"            "{1:s}"
        "en"                "You can only use this item {1} times per round."
        "de"                "You can only use this item {1} times per round."
    }

    "Player model unsupported"
    {
        "en"                "You player model doesn't support equipment."
        "de"                "You player model doesn't support equipment."
    }

    "Received Credits"
    {
        "#format"            "{1:d},{2:s}"
        "en"                "You have just received {1} {2}!"
        "de"                "You have just received {1} {2}!"
    }

    "Item Purchase Confirmation"
    {
        "#format"            "{1:s}"
        "en"                "Are you sure you want to purchase {1}?"
        "de"                "Are you sure you want to purchase {1}?"
    }

    "Refund"
    {
        "en"                "Refund"
        "de"                "Refund"
    }

    "Gift"
    {
        "en"                "Gift"
        "de"                "Gift"
    }
    
    "Refund Message"
    {
        "#format"            "{1:s},{2:d},{3:s}"
        "en"                "You have refunded {1} for {2} {3}."
        "de"                "You have refunded {1} for {2} {3}."
    }

    "Item Refund Confirmation"
    {
        "#format"            "{1:s},{2:d},{3:s}"
        "en"                "Are you sure you want to refund {1} for {2} {3}?"
        "de"                "Are you sure you want to refund {1} for {2} {3}?"
    }

    "Equipped item apply next spawn"
    {
        "en"                "You've equipped an item. It will take effect in your next spawn."
        "de"                "You've equipped an item. It will take effect in your next spawn."
    }

    "Shop Description"
    {
        "en"                "Buy awesome stuff here!"
        "de"                "Buy awesome stuff here!"
    }

    "Inventory Description"
    {
        "en"                "Equip or use your items."
        "de"                "Equip or use your items."
    }

    "Refund Description"
    {
        "en"                "Not satisfied? Refund it here."
        "de"                "Not satisfied? Refund it here."
    }

    "Gift Description"
    {
        "en"                "Donate cash or items to the needy!"
        "de"                "Donate cash or items to the needy!"
    }

    "Loadout Description"
    {
        "en"                "Configure all your items."
        "de"                "Configure all your items."
    }

    "Gift Type Menu Title"
    {
        "en"                "What do you want to gift?"
        "de"                "What do you want to gift?"
    }

    "Item"
    {
        "en"                "Item"
        "de"                "Item"
    }

    "Gift Credit Confirmation"
    {
        "#format"            "{1:s},{2:d},{3:s}"
        "en"                "Are you sure you want to give {1} {2} {3}?"
        "de"                "Are you sure you want to give {1} {2} {3}?"
    }

    "Gift Item Confirmation"
    {
        "#format"            "{1:s},{2:s}"
        "en"                "Are you sure you want to give {1} a {2} item?"
        "de"                "Are you sure you want to give {1} a {2} item?"
    }

    "No items"
    {
        "en"                "You have no items."
        "de"                "You have no items."
    }

    "Gift Request Accept"
    {
        "#format"            "{1:s},{2:s}"
        "en"                "{teamcolor}{1} {default}wants to give you {olive}{2}{default}. Type {teamcolor}!accept {default}to accept the gift."
        "de"                "{teamcolor}{1} {default}wants to give you {olive}{2}{default}. Type {teamcolor}!accept {default}to accept the gift."
    }

    "Gift Waiting to accept"
    {
        "#format"            "{1:s}"
        "en"                "Waiting for {teamcolor}{1} {default}to accept the gift."
        "de"                "Waiting for {teamcolor}{1} {default}to accept the gift."
    }    

    "Not enough credits"
    {
        "#format"            "{1:s}"
        "en"                "You don't have enough {1}."
        "de"                "You don't have enough {1}."
    }

    "Gift accepted - sender"
    {
        "#format"            "{1:s}"
        "en"                "{teamcolor}{1} {default}has accepted your gift."
        "de"                "{teamcolor}{1} {default}has accepted your gift."
    }

    "Gift accepted - receiver"
    {
        "#format"            "{1:s}"
        "en"                "You have accepted {teamcolor}{1}{default}'s gift."
        "de"                "You have accepted {teamcolor}{1}{default}'s gift."
    }
}


Ich habe einfach mal umzuschauen, ob es daran liegt, das es keine deutsche gibt die englische kopiert ind ein de gemacht, aber ging trotzdem nicht!

Impact

Super Moderator

Beiträge: 1 276

Rootserver vorhanden: Nein

  • Nachricht senden

4

Samstag, 16. März 2013, 10:31

So funktioniert das auch nicht, entweder du hast die Datei mit den deutschen Phrases in einem Unterordner welche dann nur die deutschen phrases hat, oder aber du hast eine einzige im Hauptordner die alle phrases enthält.
Da du die phrases aber nicht übersetzt hast macht es auch kein Sinn diese in den deutschen Ordner zu ziehen, wenn es die entsprechende Übersetzung nicht gibt wird die des Servers benutzt.
Wie genau es aussieht wenn die Serversprache deutsch ist und es keine deutsche Übersetzung gibt weiß ich allerdings gerade nicht aus dem Kopf heraus, ich nehme an es wird in englisch ausgegeben.
Da die Datei in der nähe von Zeile 103 nicht wirklich ein #format hat hast du uns wohl die falsche Datei geschickt.

MfG
Impact

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Impact« (16. März 2013, 10:38)


5

Samstag, 16. März 2013, 12:10

Danke Impact für deine schnelle Antwort :alco:

Hier die Fr languages:

Spoiler Spoiler

PHP-Quelltext

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
////////////////////////////////////////////////////////////////////////////////
//  _______ _____            _   _  _____ _            _______ ______ _____   //
// |__   __|  __ \     /\   | \ | |/ ____| |        /\|__   __|  ____|  __ \  //
//    | |  | |__) |   /  \  |  \| | (___ | |       /  \  | |  | |__  | |  | | //
//    | |  |  _  /   / /\ \ | . ` |\___ \| |      / /\ \ | |  |  __| | |  | | //
//    | |  | | \ \  / ____ \| |\  |____) | |____ / ____ \| |  | |____| |__| | //
//    |_|  |_|  \_\/_/    \_\_| \_|_____/|______/_/    \_\_|  |______|_____/  //
//                                                                            //
//                                   ______     __                            //
//                                  |  _ \ \   / /                            //
//                                  | |_) \ \_/ /                             //
//                                  |  _ < \   /                              //
//                                  | |_) | | |                               //
//                                  |____/  |_|                               //
//             __  __  _        _                 _   ___    ___  ___         //
//            |  \/  |(_)      | |               | | / _ \  / _ \|__ \        //
//            | \  / | _   ___ | | __ __ _   ___ | || | | || | | |  ) |       //
//            | |\/| || | / __|| |/ // _` | / _ \| || | | || | | | / /        //
//            | |  | || || (__ |   <| (_| ||  __/| || |_| || |_| |/ /_        //
//            |_|  |_||_| \___||_|\_\\__,_| \___||_| \___/  \___/|____|       //
//                                                                            //
//                                                                            //
////////////////////////////////////////////////////////////////////////////////
//                                                                            //
//                   Store Plugin traduit par la Team-Ninja !                 //
//                             www.team-ninja.fr                              //
//                                                                            //
////////////////////////////////////////////////////////////////////////////////
"Phrases"
{
    "Store Menu Title"
    {
        "fr"                "Vous avez {1} {2}."
    }

    "Inventory"
    {
        "fr"                "Inventaire"    
    }

    "Shop"
    {
        "fr"                "Boutique"    
    }

    "Loadout"
    {
        "fr"                "Classe"    
    }

    "No items in this category"
    {
        "fr"                "Il n'y a aucun items dans cette catégorie."
    }

    "Item type not registered"
    {
        "fr"                "Le type de l'item '{1}' n'est enregistré par aucun plugin."
    }

    "Not enough credits to buy"
    {
        "fr"                "You don't have enough {1} to buy this item."
    }

    "No item attributes"
    {
        "fr"                "Aucun items attribués trouvé"
    }

    "Equipped item"
    {
        "fr"                "Vous êtes équipé de {1}."
    }

    "Unequipped item"
    {
        "fr"                "Vous êtes dé-équipé de {1}."
    }

    "Must be alive to equip"
    {
        "fr"                "Vous devez être en vie pour vous équipez de cette item."
    }

    "Must be alive to use"
    {
        "fr"                "Vous devez être en vie pour utiliser cette item."
    }    

    "Must be human to equip"
    {
        "fr"                "Vous devez être un humain pour vous équipez de cette item."
    }

    "Must be human to use"
    {
        "fr"                "Vous devez être un humain pour utiliser cette item."    
    }    

    "Limit item uses in a round"
    {
        "#format"            "{1:s}"
        "fr"                "Vous pouvez utiliser cette item que {1} fois par round."
    }

    "Player model unsupported"
    {
        "fr"                "Votre model de joueur ne supporte pas cette équipement."
    }

    "Received Credits"
    {
        "fr"                "Vous avez reçu {1} {2}!"
    }

    "Item Purchase Confirmation"
    {
        "fr"                "Etes-vous sur de vouloir acheter {1}?"
    }

    "Refund"
    {
        "fr"                "Rembourser"
    }

    "Gift"
    {
        "fr"                "Cadeaux"
    }

    "Refund Message"
    {
        "fr"                "Vous êtes remboursez de {1} pour {2} {3}."
    }

    "Item Refund Confirmation"
    {
        "fr"                "Etes-vous sur de vouloir vous faire remboursez de {1} pour {2} {3}?"
    }

    "Equipped item apply next spawn"
    {
        "fr"                "Vous êtes équipez d'un item. Il prendrat effet a votre prochain spawn."
    }

    "Shop Description"
    {
        "fr"                "Acheter un super stuff ici!"
    }

    "Inventory Description"
    {
        "fr"                "Equiper ou utiliser un item."
    }

    "Refund Description"
    {
        "fr"                "Pas satisfait? Faite vous remboursez ici."
    }

    "Gift Description"
    {
        "fr"                "Envoyer de la monnaie ou des items!"
    }

    "Loadout Description"
    {
        "fr"                "Configurer tout vos items."
    }

    "Gift Type Menu Title"
    {
        "fr"                "Ques ce que vous voulez donner?"
    }

    "Item"
    {
        "fr"                "Item"
    }

    "Gift Credit Confirmation"
    {
        "fr"                "Etes-vous sur de vouloir envoyer {1} {2} {3}?"
    }

    "Gift Item Confirmation"
    {
        "fr"                "Etes-vous sur de vouloir donner a {1} l'item {2} ?"
    }

    "No items"
    {
        "fr"                "Vous n'avez aucun items."
    }

    "Gift Request Accept"
    {
        "fr"                "{teamcolor}{1} {default}souhaite vous donnez {olive}{2}{default}. Taper {teamcolor}!accept {default}pour accepter le cadeau."
    }

    "Gift Waiting to accept"
    {
        "fr"                "En attende de{teamcolor}{1} {default}pour accepter le cadeau"
    }    

    "Not enough credits"
    {
        "fr"                "Vous n'avez pas assez de {1}."
    }

    "Gift accepted - sender"
    {
        "fr"                "{teamcolor}{1} {default}a accepté votre cadeau."
    }

    "Gift accepted - receiver"
    {
        "fr"                "Vous avez accepté le cadeau de{teamcolor}{1}{default}."
    }
}

6

Sonntag, 24. März 2013, 15:49

bevor ich ein neues tread eröffne wollte ich fragen ob der fehle schon behoben ist wenn ja wie bei mir geht es auch nicht mit !shop etc

Ähnliche Themen