forked from supertuxkart/stk-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
translations.pot
2599 lines (1991 loc) · 55.5 KB
/
translations.pot
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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# #-#-#-#-# code.pot (stk-addons) #-#-#-#-#
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR SuperTuxKart Team
# This file is distributed under the same license as the stk-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"#-#-#-#-# code.pot (stk-addons) #-#-#-#-#\n"
"Project-Id-Version: stk-addons\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2016-10-13 13:08+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"#-#-#-#-# template.pot #-#-#-#-#\n"
"Content-Type: text/plain; charset=UTF-8\n"
#: ../about.php:25 ../tpl/default/footer.tpl:3
msgid "About"
msgstr ""
#: ../addons.php:40 ../index.php:44 ../users-panel.php:98
#: ../tpl/default/menu-top.tpl:35
msgid "Tracks"
msgstr ""
#: ../addons.php:44 ../index.php:39 ../users-panel.php:103
#: ../tpl/default/menu-top.tpl:34
msgid "Karts"
msgstr ""
#: ../addons.php:48 ../index.php:49 ../users-panel.php:108
#: ../tpl/default/menu-top.tpl:33
msgid "Arenas"
msgstr ""
#: ../addons.php:52 ../include/Statistic.class.php:360
msgid "Invalid addon type."
msgstr ""
#: ../addons.php:57 ../index.php:24
msgid "SuperTuxKart Add-ons"
msgstr ""
#: ../bugs/index.php:33
msgid "View Bug"
msgstr ""
#: ../bugs/index.php:39
msgid "Add Bug"
msgstr ""
#: ../bugs/index.php:45
msgid "All bugs"
msgstr ""
#: ../error.php:34
msgid "401 Unauthorized"
msgstr ""
#: ../error.php:35
msgid "You do not have permission to access this page."
msgstr ""
#: ../error.php:40
msgid "403 - Forbidden"
msgstr ""
#: ../error.php:41
msgid ""
"You're not supposed to be here. Click one of the links in the menu above to "
"find some better content."
msgstr ""
#: ../error.php:46
msgid "404 - Not Found"
msgstr ""
#: ../error.php:47
msgid ""
"We can't find what you are looking for. The link you followed may be broken."
msgstr ""
#: ../error.php:51
msgid "An Error Occurred"
msgstr ""
#: ../error.php:52
msgid "Something broke! We'll try to fix it as soon as we can!"
msgstr ""
#: ../include/AccessControl.class.php:273
msgid "retrieve roles"
msgstr ""
#: ../include/AccessControl.class.php:338
msgid "retrieve permissions"
msgstr ""
#: ../include/AccessControl.class.php:372
msgid "The role is not valid"
msgstr ""
#: ../include/AccessControl.class.php:401
msgid "clean the role permissions"
msgstr ""
#: ../include/AccessControl.class.php:418
msgid "insert new permissions"
msgstr ""
#: ../include/Achievement.class.php:48 ../include/Achievement.class.php:86
msgid "fetch the achieved achievements"
msgstr ""
#: ../include/Achievement.class.php:123
msgid "Provided an id of an achievement that doesn't exist in the database."
msgstr ""
#: ../include/Achievement.class.php:127
msgid "confirm your achievement"
msgstr ""
#: ../include/Addon.class.php:137
msgid "load revisions"
msgstr ""
#: ../include/Addon.class.php:142
msgid "No revisions of this add-on exist. This should never happen."
msgstr ""
#: ../include/Addon.class.php:171
msgid ""
"Did not found latest revision (possibly wrong status). This should never "
"happen"
msgstr ""
#: ../include/Addon.class.php:320
msgid "create add-on revision"
msgstr ""
#: ../include/Addon.class.php:344
msgid "create first add-on revision"
msgstr ""
#: ../include/Addon.class.php:380
msgid "remove addon"
msgstr ""
#: ../include/Addon.class.php:397
msgid "The revision you are trying to delete does not exist."
msgstr ""
#: ../include/Addon.class.php:401
msgid "You cannot delete the last revision of an add-on."
msgstr ""
#: ../include/Addon.class.php:407
msgid ""
"You cannot delete the latest revision of an add-on. Please mark a different "
"revision to be the latest revision first."
msgstr ""
#: ../include/Addon.class.php:419
msgid "The add-on file could not be queued for deletion."
msgstr ""
#: ../include/Addon.class.php:436
msgid "delete a revision"
msgstr ""
#: ../include/Addon.class.php:515 ../include/Util.class.php:916
#: ../include/Util.class.php:936 ../include/Util.class.php:940
msgid "Unknown"
msgstr ""
#: ../include/Addon.class.php:644
msgid "An invalid revision was provided."
msgstr ""
#: ../include/Addon.class.php:665
msgid "look up file ID"
msgstr ""
#: ../include/Addon.class.php:670
msgid "There is no add-on found with the specified revision number."
msgstr ""
#: ../include/Addon.class.php:682
msgid "The requested file does not have an associated file record."
msgstr ""
#: ../include/Addon.class.php:756
msgid "update the description"
msgstr ""
#: ../include/Addon.class.php:789
msgid "update the designer"
msgstr ""
#: ../include/Addon.class.php:825
msgid "update the image/icon"
msgstr ""
#: ../include/Addon.class.php:858
msgid "This addon type does not have an icon associated with it"
msgstr ""
#: ../include/Addon.class.php:901
msgid "set the min/max include versions"
msgstr ""
#: ../include/Addon.class.php:935
msgid "update the license"
msgstr ""
#: ../include/Addon.class.php:968
msgid "update the name"
msgstr ""
#: ../include/Addon.class.php:1012 ../include/Addon.class.php:1239
msgid "update add-on status"
msgstr ""
#: ../include/Addon.class.php:1042
msgid "find user record"
msgstr ""
#: ../include/Addon.class.php:1093
msgid "You do not have the permission to change this addon's status"
msgstr ""
#: ../include/Addon.class.php:1274
msgid "The requested add-on does not exist."
msgstr ""
#: ../include/Addon.class.php:1584 ../include/Bug.class.php:431
msgid "The search term is empty"
msgstr ""
#: ../include/Addon.class.php:1588
msgid "No search field specified"
msgstr ""
#: ../include/Addon.class.php:1628
msgid "search for add-on"
msgstr ""
#: ../include/Addon.class.php:1656
msgid "Invalid addon type"
msgstr ""
#: ../include/Addon.class.php:1724
msgid "select all addons from the database"
msgstr ""
#: ../include/Addon.class.php:1788
msgid "An invalid add-on type was provided."
msgstr ""
#: ../include/Addon.class.php:1819
msgid "create your add-on"
msgstr ""
#: ../include/Addon.class.php:1925
msgid "count the number of addons"
msgstr ""
#: ../include/Addon.class.php:1941
msgid "You must be logged in to perform this action."
msgstr ""
#: ../include/Addon.class.php:1947
msgid "You do not have the necessary permissions to perform this action."
msgstr ""
#: ../include/AddonViewer.class.php:90
msgid "Addon is not approved"
msgstr ""
#: ../include/AddonViewer.class.php:169
#, php-format
msgid "Download %s"
msgstr ""
#: ../include/AddonViewer.class.php:194
#, php-format
msgid "Download revision %u"
msgstr ""
#: ../include/AddonViewer.class.php:265
#, php-format
msgid "Source File %u"
msgstr ""
#: ../include/AddonViewer.class.php:276 ../include/AddonViewer.class.php:317
msgid "Alpha"
msgstr ""
#: ../include/AddonViewer.class.php:277 ../include/AddonViewer.class.php:321
msgid "Beta"
msgstr ""
#: ../include/AddonViewer.class.php:278 ../include/AddonViewer.class.php:325
msgid "Release-Candidate"
msgstr ""
#: ../include/AddonViewer.class.php:279
msgid "Latest"
msgstr ""
#: ../include/AddonViewer.class.php:280
msgid "Invalid Textures"
msgstr ""
#: ../include/AddonViewer.class.php:286
msgid "Approved"
msgstr ""
#: ../include/AddonViewer.class.php:287
msgid "Invisible"
msgstr ""
#: ../include/AddonViewer.class.php:288 ../include/AddonViewer.class.php:329
msgid "DFSG Compliant"
msgstr ""
#: ../include/AddonViewer.class.php:289 ../include/AddonViewer.class.php:313
#: ../tpl/default/addons/index.tpl:7
msgid "Featured"
msgstr ""
#: ../include/Base.class.php:74
#, php-format
msgid "The %s must be between %s and %s characters long"
msgstr ""
#: ../include/Base.class.php:117
msgid "retrieve the singleton"
msgstr ""
#: ../include/Base.class.php:153
#, php-format
msgid "see if a '%s' exists."
msgstr ""
#: ../include/Base.class.php:200
msgid "select all data from table"
msgstr ""
#: ../include/Bug.class.php:147
msgid "fetch bug comments"
msgstr ""
#: ../include/Bug.class.php:372
msgid "get a bug record"
msgstr ""
#: ../include/Bug.class.php:377
#, php-format
msgid "There is no bug with id %d"
msgstr ""
#: ../include/Bug.class.php:405
msgid "fetch a bug comments data"
msgstr ""
#: ../include/Bug.class.php:410 ../include/Bug.class.php:633
#: ../include/Bug.class.php:765
msgid "The bug comment does not exist"
msgstr ""
#: ../include/Bug.class.php:478
msgid "search bugs"
msgstr ""
#: ../include/Bug.class.php:502 ../tpl/default/addons/index.tpl:44
msgid "The addon name does not exist"
msgstr ""
#: ../include/Bug.class.php:506
msgid "You do not have the necessary permission to add a bug"
msgstr ""
#: ../include/Bug.class.php:524
msgid "create a bug"
msgstr ""
#: ../include/Bug.class.php:546 ../include/Bug.class.php:727
msgid "The bug does not exist"
msgstr ""
#: ../include/Bug.class.php:550
msgid "You do not have the necessary permission to add a comment"
msgstr ""
#: ../include/Bug.class.php:567
msgid "create a bug comment"
msgstr ""
#: ../include/Bug.class.php:597
msgid "You do not have the necessary permission to update this bug"
msgstr ""
#: ../include/Bug.class.php:615
msgid "update a bug"
msgstr ""
#: ../include/Bug.class.php:641
msgid "You do not have the necessary permission to update this bug comment"
msgstr ""
#: ../include/Bug.class.php:658
msgid "update a bug comment"
msgstr ""
#: ../include/Bug.class.php:680
msgid "The bug is already closed"
msgstr ""
#: ../include/Bug.class.php:689
msgid "You do not have the necessary permission to close this bug"
msgstr ""
#: ../include/Bug.class.php:711
msgid "close a bug"
msgstr ""
#: ../include/Bug.class.php:735
msgid "You do not have the necessary permission to delete this bug"
msgstr ""
#: ../include/Bug.class.php:749
msgid "delete a bug"
msgstr ""
#: ../include/Bug.class.php:774
msgid "You do not have the necessary permission to delete this bug comment"
msgstr ""
#: ../include/Bug.class.php:788
msgid "delete a bug comment"
msgstr ""
#: ../include/Bug.class.php:811
msgid "title"
msgstr ""
#: ../include/Bug.class.php:823
msgid "description"
msgstr ""
#: ../include/Bug.class.php:836
msgid "comment description"
msgstr ""
#: ../include/Bug.class.php:852
msgid "close reason"
msgstr ""
#: ../include/Cache.class.php:65
msgid "empty the cache"
msgstr ""
#: ../include/ClientSession.class.php:128
msgid "stop a server"
msgstr ""
#: ../include/ClientSession.class.php:133
msgid "Not the good number of servers deleted."
msgstr ""
#: ../include/ClientSession.class.php:180
msgid "fetch notifications"
msgstr ""
#: ../include/ClientSession.class.php:222
msgid "get a peer's public address."
msgstr ""
#: ../include/ClientSession.class.php:228
msgid "That user is not signed in."
msgstr ""
#: ../include/ClientSession.class.php:232
msgid "Too many users match the request"
msgstr ""
#: ../include/ClientSession.class.php:320
msgid "fetch server connection requests"
msgstr ""
#: ../include/ClientSession.class.php:391
msgid "to sign out"
msgstr ""
#: ../include/ClientSession.class.php:432
msgid "log out"
msgstr ""
#: ../include/ClientSession.class.php:464
msgid "request a server connection"
msgstr ""
#: ../include/ClientSession.class.php:495
msgid "No server found"
msgstr ""
#: ../include/ClientSession.class.php:512
msgid "quick join a server"
msgstr ""
#: ../include/ClientSession.class.php:533
msgid "Invalid vote. Your rating has to be either -1 or 1."
msgstr ""
#: ../include/ClientSession.class.php:557
msgid "cast your host vote"
msgstr ""
#: ../include/ClientSession.class.php:595
msgid "update your status"
msgstr ""
#: ../include/ClientSession.class.php:639
msgid "set your public address"
msgstr ""
#: ../include/ClientSession.class.php:645
msgid "Could not set the ip:port"
msgstr ""
#: ../include/ClientSession.class.php:674
msgid "unset your public address"
msgstr ""
#: ../include/ClientSession.class.php:679
msgid "ID:Token must be wrong."
msgstr ""
#: ../include/ClientSession.class.php:683
msgid "Weird count of updates"
msgstr ""
#: ../include/ClientSession.class.php:713
msgid "verify session"
msgstr ""
#: ../include/ClientSession.class.php:720
msgid "Session not valid. Please sign in."
msgstr ""
#: ../include/ClientSession.class.php:742
msgid "Username required"
msgstr ""
#: ../include/ClientSession.class.php:746
msgid "Password required"
msgstr ""
#: ../include/ClientSession.class.php:786
msgid "create your session"
msgstr ""
#: ../include/File.class.php:158
msgid "delete a file"
msgstr ""
#: ../include/File.class.php:190
msgid "The requested file id does not exist."
msgstr ""
#: ../include/File.class.php:210
msgid "The requested file path does not exist."
msgstr ""
#: ../include/File.class.php:252
msgid "get all the files of addon"
msgstr ""
#: ../include/File.class.php:363
msgid "Path is not a directory"
msgstr ""
#: ../include/File.class.php:398
msgid "change file approval status"
msgstr ""
#: ../include/File.class.php:428
msgid "The file to extract does not exist."
msgstr ""
#: ../include/File.class.php:440 ../include/File.class.php:472
msgid "Could not open archive file. It may be corrupted."
msgstr ""
#: ../include/File.class.php:444 ../include/File.class.php:476
msgid "Failed to extract archive file."
msgstr ""
#: ../include/File.class.php:482
msgid "Unknown archive type."
msgstr ""
#: ../include/File.class.php:544
msgid "Invalid source or destination directory."
msgstr ""
#: ../include/File.class.php:809
msgid "read the deletion queue"
msgstr ""
#: ../include/File.class.php:946
msgid "create file"
msgstr ""
#: ../include/File.class.php:958
msgid "select file id from procedure"
msgstr ""
#: ../include/File.class.php:991
msgid "delete an existing image"
msgstr ""
#: ../include/File.class.php:1005
msgid "The uploaded image file is invalid."
msgstr ""
#: ../include/Friend.class.php:187
msgid "fetch online friends"
msgstr ""
#: ../include/Friend.class.php:266
msgid "fetch friends"
msgstr ""
#: ../include/Friend.class.php:323
msgid "You cannot ask yourself to be your friend!"
msgstr ""
#: ../include/Friend.class.php:391
msgid "add a friend request"
msgstr ""
#: ../include/Friend.class.php:421
msgid "accept a friend request"
msgstr ""
#: ../include/Friend.class.php:469
msgid "decline a friend request"
msgstr ""
#: ../include/Friend.class.php:482
msgid "cancel a friend request"
msgstr ""
#: ../include/Log.class.php:58
msgid "log a new event"
msgstr ""
#: ../include/Log.class.php:93
msgid "fetch the log entries"
msgstr ""
#: ../include/Log.class.php:121
msgid "load unemailed logs"
msgstr ""
#: ../include/Log.class.php:143
msgid "mark log messages as mailed"
msgstr ""
#: ../include/News.class.php:48
msgid "fetch dynamic news entries"
msgstr ""
#: ../include/News.class.php:127
msgid "create dynamic news entry"
msgstr ""
#: ../include/News.class.php:337
msgid "create a news entry"
msgstr ""
#: ../include/News.class.php:356
msgid "delete a news entry"
msgstr ""
#: ../include/Rating.class.php:140
msgid "fetch your vote"
msgstr ""
#: ../include/Rating.class.php:298
msgid "The rating is out of allowed boundaries."
msgstr ""
#: ../include/Rating.class.php:319
msgid "perform your vote"
msgstr ""
#: ../include/SImage.class.php:103
msgid "Path does not exist on the filesystem"
msgstr ""
#: ../include/SImage.class.php:107
msgid "Path does not point to a file."
msgstr ""
#: ../include/Server.class.php:161
msgid "Specified server already exists."
msgstr ""
#: ../include/Server.class.php:187
msgid "create a server"
msgstr ""
#: ../include/Server.class.php:192
msgid "Could not create server"
msgstr ""
#: ../include/Server.class.php:220
msgid "retrieve a server"
msgstr ""
#: ../include/Server.class.php:225
msgid "Server doesn't exist."
msgstr ""
#: ../include/Statistic.class.php:59
msgid "The query is empty"
msgstr ""
#: ../include/Statistic.class.php:77
msgid "create a section for statistics"
msgstr ""
#: ../include/Statistic.class.php:128
msgid "The data is invalid the columns count should be 2"
msgstr ""
#: ../include/Statistic.class.php:159
msgid "The data is invalid the columns count should be 3"
msgstr ""
#: ../include/Statistic.class.php:275
msgid "The chart type is invalid"
msgstr ""
#: ../include/Statistic.class.php:308
msgid "select the data, to build a chart"
msgstr ""
#: ../include/Statistic.class.php:338
msgid "Failed to open json file for writing!"
msgstr ""
#: ../include/Statistic.class.php:383
msgid "get the most downloaded addons"
msgstr ""
#: ../include/Statistic.class.php:418
msgid "get the newest addons"
msgstr ""
#: ../include/Statistic.class.php:448
msgid "count the number of online users"
msgstr ""
#: ../include/StkTemplate.class.php:160
#, php-format
msgid "Welcome, %s"
msgstr ""
#: ../include/StkTemplate.class.php:191
msgid "Languages"
msgstr ""
#: ../include/StkTemplate.class.php:273
msgid "STK Add-ons"
msgstr ""
#: ../include/Upload.class.php:300
msgid "Successfully uploaded image."
msgstr ""
#: ../include/Upload.class.php:301
msgid "Continue to addon."
msgstr ""
#: ../include/Upload.class.php:313
msgid ""
"A valid License.txt file was not found. Please add it to your archive and re-"
"submit."
msgstr ""
#: ../include/Upload.class.php:318
msgid "Invalid add-on type."
msgstr ""
#: ../include/Upload.class.php:326
msgid "No add-on id was provided with your source archive."
msgstr ""
#: ../include/Upload.class.php:330
msgid "The add-on you want to add a source file to, does not exist"
msgstr ""
#: ../include/Upload.class.php:335
msgid "Successfully uploaded source archive."
msgstr ""
#: ../include/Upload.class.php:336
msgid "Continue."
msgstr ""
#: ../include/Upload.class.php:344
msgid "The archive does not contain any addon information"
msgstr ""
#: ../include/Upload.class.php:360
#, php-format
msgid ""
"Can not upload revision because the addon with name = '%s' does not exist"
msgstr ""
#: ../include/Upload.class.php:370
msgid ""
"You do not have the necessary permissions to upload a revision for this addon"
msgstr ""
#: ../include/Upload.class.php:377
msgid "You do not have the necessary permissions to upload a addon"
msgstr ""
#: ../include/Upload.class.php:432
msgid ""
"Your add-on was uploaded successfully. It will be reviewed by our moderators "
"before becoming publicly available."
msgstr ""
#: ../include/Upload.class.php:434
msgid "Click here to upload the sources to your add-on now."
msgstr ""
#: ../include/Upload.class.php:437
msgid ""
"(Uploading the sources to your add-on enables others to improve your work "
"and also ensure your add-on will not be lost in the future if new "
"SuperTuxKart versions are not compatible with the current format.)"
msgstr ""
#: ../include/Upload.class.php:439
msgid "Click here to view your add-on."
msgstr ""
#: ../include/Upload.class.php:461
msgid ""
"A screenshot/icon file does not exist in the archive(file name is case "
"sensitive)"
msgstr ""
#: ../include/Upload.class.php:525
msgid "Failed to re-pack archive file. Reason: "
msgstr ""
#: ../include/Upload.class.php:549
msgid ""
"Some invalid files were found in the uploaded add-on. These files have been "
"removed from the archive:"
msgstr ""
#: ../include/Upload.class.php:652
msgid ""
"Some images in this add-on do not have dimensions that are a power of two."
msgstr ""
#: ../include/Upload.class.php:653
msgid "This may cause display errors on some video cards."
msgstr ""
#: ../include/Upload.class.php:696
#, php-format
msgid "Failed to move uploaded file '%s' "
msgstr ""
#: ../include/Upload.class.php:718 ../include/Upload.class.php:720
msgid "Uploaded file is too large."
msgstr ""
#: ../include/Upload.class.php:722
msgid "Uploaded file is incomplete."
msgstr ""
#: ../include/Upload.class.php:724
msgid "No file was uploaded."
msgstr ""
#: ../include/Upload.class.php:726
msgid "There is no TEMP directory to store the uploaded file in."
msgstr ""
#: ../include/Upload.class.php:728
msgid "Unable to write uploaded file to disk."
msgstr ""
#: ../include/Upload.class.php:730
msgid "Upload file stopped by extension"
msgstr ""
#: ../include/Upload.class.php:732
msgid "Unknown file upload error."
msgstr ""
#: ../include/Upload.class.php:752
msgid "Uploaded image files must be either PNG or JPEG files."
msgstr ""
#: ../include/Upload.class.php:761
msgid ""
"The file you uploaded was not the correct type. File extension must one of "
"these types:"
msgstr ""
#: ../include/User.class.php:265
msgid " get the addons for a user"
msgstr ""
#: ../include/User.class.php:416
msgid "validate your session"
msgstr ""
#: ../include/User.class.php:526
msgid "User ID does not exist"
msgstr ""
#: ../include/User.class.php:548
msgid "Username does not exist"
msgstr ""
#: ../include/User.class.php:633
msgid "perform your search query"
msgstr ""
#: ../include/User.class.php:810
msgid "count the number of users"
msgstr ""
#: ../include/User.class.php:849
msgid "You do not have the permission to update the profile"
msgstr ""
#: ../include/User.class.php:870
msgid "update your profile"
msgstr ""
#: ../include/User.class.php:889
msgid "The specified role is not valid"
msgstr ""
#: ../include/User.class.php:895
msgid "You do not have the permission to edit the role"
msgstr ""
#: ../include/User.class.php:904
msgid "You can not edit your own role"
msgstr ""
#: ../include/User.class.php:927
msgid "update your role"
msgstr ""
#: ../include/User.class.php:944
msgid "User id is not set"
msgstr ""
#: ../include/User.class.php:969
msgid "record the last login time"
msgstr ""
#: ../include/User.class.php:1002 ../include/User.class.php:1044
msgid "change your password"
msgstr ""
#: ../include/User.class.php:1034
msgid "You do not have the permission to change the password"
msgstr ""
#: ../include/User.class.php:1077
msgid "activate your user account"
msgstr ""
#: ../include/User.class.php:1117 ../include/User.class.php:1224
#: ../include/functions.php:77
msgid "Please contact a website administrator."