Plugin Directory

Changeset 3279224


Ignore:
Timestamp:
04/22/2025 03:54:16 PM (11 months ago)
Author:
tuxlog
Message:

wp-championship v11.0 trunk

Location:
wp-championship/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • wp-championship/trunk/functions.php

    r3109886 r3279224  
    273273        $jml = '';
    274274        foreach ( $joker_mid_list as $jm ) {
    275             $jml .= $jm . ',';
     275            $jml .= strval((int) $jm) . ',';
    276276        }
    277277        // letztes Komma abschneiden.
     
    283283            $res = $wpdb->query(
    284284                $wpdb->prepare(
    285                     'update %i b inner join %i a on a.mid=b.mid
    286                     and b.mid IN ( %s ) and a.result1 <> -1 and a.result2 <> -1
     285                    "update %i b inner join %i a on a.mid=b.mid
     286                    and b.mid IN ( $jml ) and a.result1 <> -1 and a.result2 <> -1
    287287                    set b.points=b.points * 2
    288                     where b.result1>-1 and b.result2>-1;',
     288                    where b.result1>-1 and b.result2>-1;",
    289289                    $cs_tipp,
    290                     $cs_match,
    291                     $jml
     290                    $cs_match
    292291                )
    293             );
     292            ); 
    294293            // @codingStandardsIgnoreEnd
    295294        }
  • wp-championship/trunk/lang/wp-championship-de_DE.po

    r3099674 r3279224  
    88"Project-Id-Version: wp-championship\n"
    99"Report-Msgid-Bugs-To: \n"
    10 "POT-Creation-Date: 2024-06-08 10:23+0200\n"
    11 "PO-Revision-Date: 2024-06-08 10:14+0200\n"
     10"POT-Creation-Date: 2024-06-30 10:19+0200\n"
     11"PO-Revision-Date: 2024-06-30 10:25+0200\n"
    1212"Last-Translator: tuxlog <webmaster@tuxlog.de>\n"
    1313"Language-Team: hans matzen <webmaster ät tuxlog dot de>\n"
     
    7979#: class-cs-widget-user.php:72 cs-groupstats.php:46 cs-matchstats.php:45
    8080#: cs-stats.php:49 cs-stats.php:120 cs-stats.php:218 cs-stats.php:349
    81 #: cs-stats.php:508 cs-stats.php:580 cs-stats.php:646 cs-stats.php:713
    82 #: cs-stats.php:880 cs-userstats.php:50 cs-usertipp.php:69
     81#: cs-stats.php:507 cs-stats.php:579 cs-stats.php:645 cs-stats.php:712
     82#: cs-stats.php:879 cs-userstats.php:50 cs-usertipp.php:69
    8383msgid "You are not logged in."
    8484msgstr "Du bist nicht angemeldet."
     
    133133msgstr "Diese Statistik gibt es nicht."
    134134
    135 #: class-wpc-xmlrpc.php:238 cs-stats.php:471 cs-stats.php:479
     135#: class-wpc-xmlrpc.php:238 cs-stats.php:470 cs-stats.php:478
    136136msgid "All"
    137137msgstr "All"
    138138
    139 #: class-wpc-xmlrpc.php:325 class-wpc-xmlrpc.php:444 cs-admin-labels.php:207
    140 #: cs-admin-labels.php:253 cs-groupstats.php:71 cs-stats.php:755
    141 #: cs-userstats.php:114 cs-userstats.php:141 functions.php:708
    142 #: functions.php:885 functions.php:895 functions.php:1009 functions.php:1017
     139#: class-wpc-xmlrpc.php:325 class-wpc-xmlrpc.php:444 cs-admin-labels.php:209
     140#: cs-admin-labels.php:257 cs-groupstats.php:71 cs-stats.php:754
     141#: cs-userstats.php:114 cs-userstats.php:141 functions.php:714
     142#: functions.php:891 functions.php:901 functions.php:1015 functions.php:1023
    143143msgid "Rank"
    144144msgstr "Platz"
    145145
    146146#: class-wpc-xmlrpc.php:327 class-wpc-xmlrpc.php:446 class-wpc-xmlrpc.php:682
    147 #: class-wpc-xmlrpc.php:786 cs-admin-labels.php:209 cs-admin-labels.php:255
     147#: class-wpc-xmlrpc.php:786 cs-admin-labels.php:211 cs-admin-labels.php:259
    148148#: cs-admin-users.php:252 cs-admin-users.php:294 cs-groupstats.php:73
    149 #: cs-stats.php:288 cs-stats.php:466 cs-stats.php:909 cs-stats.php:1025
    150 #: cs-stats.php:1187 cs-stats.php:1493 cs-userstats.php:116
    151 #: cs-userstats.php:144 functions.php:886 functions.php:895
     149#: cs-stats.php:288 cs-stats.php:465 cs-stats.php:908 cs-stats.php:1024
     150#: cs-stats.php:1185 cs-stats.php:1491 cs-userstats.php:116
     151#: cs-userstats.php:144 functions.php:892 functions.php:901
    152152#: wp-championship.php:221
    153153msgid "Player"
    154154msgstr "Mitspieler"
    155155
    156 #: class-wpc-xmlrpc.php:329 class-wpc-xmlrpc.php:448 cs-admin-labels.php:211
    157 #: cs-admin-labels.php:257 cs-admin-stats.php:73 cs-groupstats.php:75
    158 #: cs-stats.php:761 cs-userstats.php:118 cs-userstats.php:147 functions.php:887
    159 #: functions.php:895 functions.php:1011 functions.php:1017
     156#: class-wpc-xmlrpc.php:329 class-wpc-xmlrpc.php:448 cs-admin-labels.php:213
     157#: cs-admin-labels.php:261 cs-admin-stats.php:73 cs-groupstats.php:75
     158#: cs-stats.php:760 cs-userstats.php:118 cs-userstats.php:147 functions.php:893
     159#: functions.php:901 functions.php:1017 functions.php:1023
    160160msgid "Score"
    161161msgstr "Punktestand"
    162162
    163 #: class-wpc-xmlrpc.php:331 class-wpc-xmlrpc.php:450 cs-admin-labels.php:213
    164 #: cs-admin-labels.php:259 cs-groupstats.php:77 cs-userstats.php:120
    165 #: cs-userstats.php:150 functions.php:889 functions.php:897
     163#: class-wpc-xmlrpc.php:331 class-wpc-xmlrpc.php:450 cs-admin-labels.php:215
     164#: cs-admin-labels.php:263 cs-groupstats.php:77 cs-userstats.php:120
     165#: cs-userstats.php:150 functions.php:895 functions.php:903
    166166msgid "Tendency"
    167167msgstr "Trend"
    168168
    169 #: class-wpc-xmlrpc.php:333 class-wpc-xmlrpc.php:452 cs-admin-labels.php:215
    170 #: cs-admin-labels.php:261 cs-groupstats.php:79 cs-stats.php:609
     169#: class-wpc-xmlrpc.php:333 class-wpc-xmlrpc.php:452 cs-admin-labels.php:217
     170#: cs-admin-labels.php:265 cs-groupstats.php:79 cs-stats.php:608
    171171#: cs-userstats.php:122 cs-userstats.php:153
    172172msgid "Team"
     
    174174
    175175#: class-wpc-xmlrpc.php:335 class-wpc-xmlrpc.php:454 cs-admin-export.php:173
    176 #: cs-admin-import.php:168 cs-admin-labels.php:217 cs-admin-labels.php:263
     176#: cs-admin-import.php:168 cs-admin-labels.php:219 cs-admin-labels.php:267
    177177#: cs-admin-match.php:255 cs-groupstats.php:81 cs-userstats.php:124
    178178#: cs-userstats.php:156
     
    180180msgstr "Spiele"
    181181
    182 #: class-wpc-xmlrpc.php:337 class-wpc-xmlrpc.php:456 cs-admin-labels.php:219
    183 #: cs-admin-labels.php:265 cs-groupstats.php:83 cs-userstats.php:126
     182#: class-wpc-xmlrpc.php:337 class-wpc-xmlrpc.php:456 cs-admin-labels.php:221
     183#: cs-admin-labels.php:269 cs-groupstats.php:83 cs-userstats.php:126
    184184#: cs-userstats.php:159
    185185msgid "Wins"
    186186msgstr "Siege"
    187187
    188 #: class-wpc-xmlrpc.php:339 class-wpc-xmlrpc.php:458 cs-admin-labels.php:221
    189 #: cs-admin-labels.php:267 cs-groupstats.php:85 cs-userstats.php:128
     188#: class-wpc-xmlrpc.php:339 class-wpc-xmlrpc.php:458 cs-admin-labels.php:223
     189#: cs-admin-labels.php:271 cs-groupstats.php:85 cs-userstats.php:128
    190190#: cs-userstats.php:162
    191191msgid "Draw"
    192192msgstr "Unentschieden"
    193193
    194 #: class-wpc-xmlrpc.php:341 class-wpc-xmlrpc.php:460 cs-admin-labels.php:223
    195 #: cs-admin-labels.php:269 cs-groupstats.php:87 cs-userstats.php:130
     194#: class-wpc-xmlrpc.php:341 class-wpc-xmlrpc.php:460 cs-admin-labels.php:225
     195#: cs-admin-labels.php:273 cs-groupstats.php:87 cs-userstats.php:130
    196196#: cs-userstats.php:165
    197197msgid "Defeat"
    198198msgstr "Niederlagen"
    199199
    200 #: class-wpc-xmlrpc.php:343 class-wpc-xmlrpc.php:462 cs-admin-labels.php:225
    201 #: cs-admin-labels.php:271 cs-userstats.php:132 cs-userstats.php:168
     200#: class-wpc-xmlrpc.php:343 class-wpc-xmlrpc.php:462 cs-admin-labels.php:227
     201#: cs-admin-labels.php:275 cs-userstats.php:132 cs-userstats.php:168
    202202msgid "goals"
    203203msgstr "Tore"
    204204
    205205#: class-wpc-xmlrpc.php:345 class-wpc-xmlrpc.php:464 class-wpc-xmlrpc.php:682
    206 #: class-wpc-xmlrpc.php:880 cs-admin-labels.php:227 cs-admin-labels.php:273
    207 #: cs-groupstats.php:91 cs-stats.php:911 cs-stats.php:1025 cs-stats.php:1189
    208 #: cs-stats.php:1290 cs-userstats.php:134 cs-userstats.php:171
     206#: class-wpc-xmlrpc.php:880 cs-admin-labels.php:229 cs-admin-labels.php:277
     207#: cs-groupstats.php:91 cs-stats.php:910 cs-stats.php:1024 cs-stats.php:1187
     208#: cs-stats.php:1288 cs-userstats.php:134 cs-userstats.php:171
    209209#: cs-usertipp.php:650 cs-usertipp.php:739
    210210msgid "Points"
    211211msgstr "Punkte"
    212212
    213 #: class-wpc-xmlrpc.php:482 cs-admin-labels.php:306 cs-admin-labels.php:415
    214 #: cs-userstats.php:317 cs-usertipp.php:889 wp-championship.php:215
     213#: class-wpc-xmlrpc.php:482 cs-admin-labels.php:310 cs-admin-labels.php:425
     214#: cs-userstats.php:325 cs-usertipp.php:889 wp-championship.php:215
    215215msgid "Preliminary"
    216216msgstr "Vorrunde"
    217217
    218218#: class-wpc-xmlrpc.php:493 cs-admin-team.php:219 cs-admin-team.php:273
    219 #: cs-groupstats.php:121 cs-userstats.php:330 cs-usertipp.php:629
     219#: cs-groupstats.php:121 cs-userstats.php:338 cs-usertipp.php:629
    220220msgid "Group"
    221221msgstr "Gruppe"
    222222
    223 #: class-wpc-xmlrpc.php:581 cs-admin-labels.php:306 cs-admin-labels.php:415
    224 #: cs-userstats.php:419 cs-usertipp.php:1061 wp-championship.php:218
     223#: class-wpc-xmlrpc.php:581 cs-admin-labels.php:310 cs-admin-labels.php:425
     224#: cs-userstats.php:427 cs-usertipp.php:1061 wp-championship.php:218
    225225msgid "Finals"
    226226msgstr "Finalrunde"
    227227
    228 #: class-wpc-xmlrpc.php:584 cs-userstats.php:423 functions.php:706
     228#: class-wpc-xmlrpc.php:584 cs-userstats.php:431 functions.php:712
    229229msgid "Matchno."
    230230msgstr "Spielnr."
    231231
    232232#: class-wpc-xmlrpc.php:586 class-wpc-xmlrpc.php:784 cs-matchstats.php:64
    233 #: cs-stats.php:1185 cs-stats.php:1416 cs-userstats.php:425 cs-usertipp.php:635
     233#: cs-stats.php:1183 cs-stats.php:1414 cs-userstats.php:433 cs-usertipp.php:635
    234234msgid "match"
    235235msgstr "Begegnung"
    236236
    237237#: class-wpc-xmlrpc.php:588 cs-admin-finals.php:340 cs-admin-finals.php:366
    238 #: cs-admin-match.php:228 cs-admin-match.php:260 cs-userstats.php:427
     238#: cs-admin-match.php:228 cs-admin-match.php:260 cs-userstats.php:435
    239239#: cs-usertipp.php:641
    240240msgid "Location"
    241241msgstr "Ort"
    242242
    243 #: class-wpc-xmlrpc.php:589 cs-userstats.php:428 cs-usertipp.php:644
     243#: class-wpc-xmlrpc.php:589 cs-userstats.php:436 cs-usertipp.php:644
    244244msgid "Date<br />Time"
    245245msgstr "Datum<br />Zeit"
    246246
    247247#: class-wpc-xmlrpc.php:590 class-wpc-xmlrpc.php:788 cs-matchstats.php:64
    248 #: cs-stats.php:1189 cs-stats.php:1416 cs-userstats.php:429
     248#: cs-stats.php:1187 cs-stats.php:1414 cs-userstats.php:437
    249249msgid "Result"
    250250msgstr "Ergebnis"
    251251
    252 #: class-wpc-xmlrpc.php:788 cs-stats.php:1189 functions.php:1240
    253 #: functions.php:1247
     252#: class-wpc-xmlrpc.php:788 cs-stats.php:1187 functions.php:1246
     253#: functions.php:1253
    254254msgid "Tip"
    255255msgstr "Tipp"
    256256
    257 #: class-wpc-xmlrpc.php:873 cs-stats.php:1283
     257#: class-wpc-xmlrpc.php:873 cs-stats.php:1281
    258258msgid "Username"
    259259msgstr "Benutzername"
     
    369369
    370370#: cs-admin-finals.php:342 cs-admin-finals.php:367 cs-admin-match.php:230
    371 #: cs-admin-match.php:261 functions.php:1241 functions.php:1248
     371#: cs-admin-match.php:261 functions.php:1247 functions.php:1254
    372372msgid "Date / time"
    373373msgstr "Datum/Zeit"
     
    451451msgstr "Import Protokoll"
    452452
    453 #: cs-admin-labels.php:172 cs-admin-labels.php:183 cs-admin.php:140
     453#: cs-admin-labels.php:174 cs-admin-labels.php:185 cs-admin.php:140
    454454msgid "Settings successfully saved."
    455455msgstr "Einstellungen erfolgreich gespeichert."
    456456
    457 #: cs-admin-labels.php:299
     457#: cs-admin-labels.php:303
    458458msgid "wp-championship Web-Labels"
    459459msgstr "wp-championship Web-Bezeichnungen"
    460460
    461 #: cs-admin-labels.php:308 cs-admin-labels.php:417
     461#: cs-admin-labels.php:312 cs-admin-labels.php:427
    462462msgid "Label column 0 (group)"
    463463msgstr "Bezeichnung Spalte 0 (Gruppe)"
    464464
    465 #: cs-admin-labels.php:310 cs-admin-labels.php:314 cs-admin-labels.php:318
    466 #: cs-admin-labels.php:321 cs-admin-labels.php:324 cs-admin-labels.php:327
    467 #: cs-admin-labels.php:330 cs-admin-labels.php:333 cs-admin-labels.php:336
    468 #: cs-admin-labels.php:353 cs-admin-labels.php:356 cs-admin-labels.php:359
    469 #: cs-admin-labels.php:362 cs-admin-labels.php:365 cs-admin-labels.php:373
    470 #: cs-admin-labels.php:376 cs-admin-labels.php:379 cs-admin-labels.php:382
    471 #: cs-admin-labels.php:385 cs-admin-labels.php:388 cs-admin-labels.php:391
    472 #: cs-admin-labels.php:419 cs-admin-labels.php:423 cs-admin-labels.php:427
    473 #: cs-admin-labels.php:430 cs-admin-labels.php:433 cs-admin-labels.php:436
    474 #: cs-admin-labels.php:439 cs-admin-labels.php:442 cs-admin-labels.php:445
    475 #: cs-admin-labels.php:462 cs-admin-labels.php:465 cs-admin-labels.php:468
    476 #: cs-admin-labels.php:471 cs-admin-labels.php:474 cs-admin-labels.php:483
    477 #: cs-admin-labels.php:486 cs-admin-labels.php:489 cs-admin-labels.php:492
    478 #: cs-admin-labels.php:495 cs-admin-labels.php:498 cs-admin-labels.php:501
     465#: cs-admin-labels.php:314 cs-admin-labels.php:318 cs-admin-labels.php:322
     466#: cs-admin-labels.php:325 cs-admin-labels.php:328 cs-admin-labels.php:331
     467#: cs-admin-labels.php:334 cs-admin-labels.php:337 cs-admin-labels.php:340
     468#: cs-admin-labels.php:357 cs-admin-labels.php:360 cs-admin-labels.php:363
     469#: cs-admin-labels.php:366 cs-admin-labels.php:369 cs-admin-labels.php:377
     470#: cs-admin-labels.php:380 cs-admin-labels.php:383 cs-admin-labels.php:386
     471#: cs-admin-labels.php:389 cs-admin-labels.php:392 cs-admin-labels.php:395
     472#: cs-admin-labels.php:429 cs-admin-labels.php:433 cs-admin-labels.php:437
     473#: cs-admin-labels.php:440 cs-admin-labels.php:443 cs-admin-labels.php:446
     474#: cs-admin-labels.php:449 cs-admin-labels.php:452 cs-admin-labels.php:455
     475#: cs-admin-labels.php:472 cs-admin-labels.php:475 cs-admin-labels.php:478
     476#: cs-admin-labels.php:481 cs-admin-labels.php:484 cs-admin-labels.php:493
     477#: cs-admin-labels.php:496 cs-admin-labels.php:499 cs-admin-labels.php:502
     478#: cs-admin-labels.php:505 cs-admin-labels.php:508 cs-admin-labels.php:511
    479479msgid "hide"
    480480msgstr "ausgeblendet"
    481481
    482 #: cs-admin-labels.php:312 cs-admin-labels.php:421
     482#: cs-admin-labels.php:316 cs-admin-labels.php:431
    483483msgid "Label column 1 (Match-Id)"
    484484msgstr "Bezeichnung Spalte 1 (Spiel-Nr.)"
    485485
    486 #: cs-admin-labels.php:316 cs-admin-labels.php:425
     486#: cs-admin-labels.php:320 cs-admin-labels.php:435
    487487msgid "Label column (Icon 1)"
    488488msgstr "Bezeichnung Spalte 2 (Icon 1)"
    489489
    490 #: cs-admin-labels.php:319 cs-admin-labels.php:428
     490#: cs-admin-labels.php:323 cs-admin-labels.php:438
    491491msgid "Label column 3 (match)"
    492492msgstr "Bezeichnung Spalte 3 (Begegnung)"
    493493
    494 #: cs-admin-labels.php:322 cs-admin-labels.php:431
     494#: cs-admin-labels.php:326 cs-admin-labels.php:441
    495495msgid "Label column 4 (icon 2)"
    496496msgstr "Bezeichnung Spalte 4 (Icon 2)"
    497497
    498 #: cs-admin-labels.php:325 cs-admin-labels.php:434
     498#: cs-admin-labels.php:329 cs-admin-labels.php:444
    499499msgid "Label column 5 (location)"
    500500msgstr "Bezeichnung Spalte 5 (Ort)"
    501501
    502 #: cs-admin-labels.php:328 cs-admin-labels.php:437
     502#: cs-admin-labels.php:332 cs-admin-labels.php:447
    503503msgid "Label column 6 (date/time)"
    504504msgstr "Bezeichnung Spalte 6 (Datum/Zeit)"
    505505
    506 #: cs-admin-labels.php:331 cs-admin-labels.php:440
     506#: cs-admin-labels.php:335 cs-admin-labels.php:450
    507507msgid "Label column 7 (tip/result)"
    508508msgstr "Bezeichnung Spalte 7 (Tipp/Ergebnis)"
    509509
    510 #: cs-admin-labels.php:334 cs-admin-labels.php:443
     510#: cs-admin-labels.php:338 cs-admin-labels.php:453
    511511msgid "Label column 8 (points)"
    512512msgstr "Bezeichnung Spalte 8 (Punkte)"
    513513
    514 #: cs-admin-labels.php:338 cs-admin-labels.php:447
     514#: cs-admin-labels.php:342 cs-admin-labels.php:457
    515515msgid "Default sort order by column"
    516516msgstr "Standardsortierung nach Spalte"
    517517
    518 #: cs-admin-labels.php:349 cs-admin-labels.php:458 cs-admin-stats.php:69
    519 #: cs-userstats.php:206 functions.php:883 functions.php:894
     518#: cs-admin-labels.php:353 cs-admin-labels.php:468 cs-admin-stats.php:69
     519#: cs-userstats.php:206 functions.php:889 functions.php:900
    520520msgid "Current score"
    521521msgstr "Aktueller Punktestand"
    522522
    523 #: cs-admin-labels.php:351 cs-admin-labels.php:460
     523#: cs-admin-labels.php:355 cs-admin-labels.php:470
    524524msgid "Label column 1 (placement)"
    525525msgstr "Bezeichnung Spalte 1 (Platz)"
    526526
    527 #: cs-admin-labels.php:354 cs-admin-labels.php:463
     527#: cs-admin-labels.php:358 cs-admin-labels.php:473
    528528msgid "Label column 2 (player)"
    529529msgstr "Bezeichnung Spalte 2 (Spieler)"
    530530
    531 #: cs-admin-labels.php:357 cs-admin-labels.php:466
     531#: cs-admin-labels.php:361 cs-admin-labels.php:476
    532532msgid "Label column 3 (score)"
    533533msgstr "Bezeichnung Spalte 3 (Punktezahl)"
    534534
    535 #: cs-admin-labels.php:360 cs-admin-labels.php:469
     535#: cs-admin-labels.php:364 cs-admin-labels.php:479
    536536msgid "Label column 4 (tendency)"
    537537msgstr "Bezeichnung Spalte 4 (Trend)"
    538538
    539 #: cs-admin-labels.php:363 cs-admin-labels.php:472
     539#: cs-admin-labels.php:367 cs-admin-labels.php:482
    540540msgid "Label column 5 (championtip)"
    541541msgstr "Bezeichnung Spalte 5 (Champion-Tipp)"
    542542
    543 #: cs-admin-labels.php:369 cs-admin-labels.php:479 wp-championship.php:224
     543#: cs-admin-labels.php:373 cs-admin-labels.php:489 wp-championship.php:224
    544544msgid "Stats"
    545545msgstr "Statistiken"
    546546
    547 #: cs-admin-labels.php:371 cs-admin-labels.php:481
     547#: cs-admin-labels.php:375 cs-admin-labels.php:491
    548548msgid "Label column 1 (team)"
    549549msgstr "Bezeichnung Spalte 1 (Mannschaft)"
    550550
    551 #: cs-admin-labels.php:374 cs-admin-labels.php:484
     551#: cs-admin-labels.php:378 cs-admin-labels.php:494
    552552msgid "Label column 2 (matches)"
    553553msgstr "Bezeichnung Spalte 2 (Spiele)"
    554554
    555 #: cs-admin-labels.php:377 cs-admin-labels.php:487
     555#: cs-admin-labels.php:381 cs-admin-labels.php:497
    556556msgid "Label column 3 (wins)"
    557557msgstr "Bezeichnung Spalte 3 (Siege)"
    558558
    559 #: cs-admin-labels.php:380 cs-admin-labels.php:490
     559#: cs-admin-labels.php:384 cs-admin-labels.php:500
    560560msgid "Label column 4 (draw)"
    561561msgstr "Bezeichnung Spalte 4 (Unentschieden)"
    562562
    563 #: cs-admin-labels.php:383 cs-admin-labels.php:493
     563#: cs-admin-labels.php:387 cs-admin-labels.php:503
    564564msgid "Label column 5 (defeats)"
    565565msgstr "Bezeichnung Spalte 5 (Niederlagen)"
    566566
    567 #: cs-admin-labels.php:386 cs-admin-labels.php:496
     567#: cs-admin-labels.php:390 cs-admin-labels.php:506
    568568msgid "Label column 6 (goals)"
    569569msgstr "Bezeichnung Spalte 6 (Tore)"
    570570
    571 #: cs-admin-labels.php:389 cs-admin-labels.php:499
     571#: cs-admin-labels.php:393 cs-admin-labels.php:509
    572572msgid "Label column 7 (points)"
    573573msgstr "Bezeichnung Spalte 7 (Punkte)"
    574574
    575 #: cs-admin-labels.php:393
     575#: cs-admin-labels.php:397
    576576msgid "Show all tips in statistic 4 (cs_stats4)"
    577577msgstr "Zeige alle Tipps in Statistik 4 (cs_stats4)"
    578578
    579 #: cs-admin-labels.php:401 cs-admin-labels.php:507 cs-admin.php:492
     579#: cs-admin-labels.php:400
     580msgid "Sort Tippgroup stats by average (cs-stats8)"
     581msgstr "Tippgruppenstatistiken nach Durchschnitt sortieren (cs-stats8)"
     582
     583#: cs-admin-labels.php:403
     584msgid "Show fullnames in ranking table (cs-userstats)"
     585msgstr "Klarnamen im Tippspielranking anzeigen (cs-userstats)"
     586
     587#: cs-admin-labels.php:411 cs-admin-labels.php:517 cs-admin.php:492
    580588msgid "Save settings"
    581589msgstr "Einstellungen speichern"
    582590
    583 #: cs-admin-labels.php:408
     591#: cs-admin-labels.php:418
    584592msgid "wp-championship XMLRPC-labels"
    585593msgstr "wp-championship XMLRPC-Bezeichnungen"
     
    610618
    611619#: cs-admin-match.php:235 cs-admin-match.php:264 cs-stats.php:78
    612 #: cs-stats.php:537
     620#: cs-stats.php:536
    613621msgid "Match-Day"
    614622msgstr "Spieltag"
     
    646654msgstr "Liga auswählen"
    647655
    648 #: cs-admin-stats.php:63 cs-stats.php:902 cs-userstats.php:188
     656#: cs-admin-stats.php:63 cs-stats.php:901 cs-userstats.php:188
    649657msgid "The championship winner is:"
    650658msgstr "Der Gewinner des Turniers heißt:"
    651659
    652 #: cs-admin-stats.php:74 cs-stats.php:767 cs-stats.php:1494
     660#: cs-admin-stats.php:74 cs-stats.php:766 cs-stats.php:1492
    653661msgid "Number of tips"
    654662msgstr "Anzahl Tipps"
     
    706714#: cs-admin-team.php:251 cs-admin-team.php:275 cs-admin-tippgroup.php:204
    707715#: cs-admin-tippgroup.php:227 cs-admin-users.php:275 cs-admin-users.php:306
    708 #: cs-userstats.php:296
     716#: cs-userstats.php:304
    709717msgid "Penalty"
    710718msgstr "Strafpunkte"
     
    814822msgstr "Sieger-Tipp"
    815823
    816 #: cs-admin-users.php:271 cs-admin-users.php:305 cs-stats.php:758
    817 #: cs-usertipp.php:785 functions.php:1010 functions.php:1017
     824#: cs-admin-users.php:271 cs-admin-users.php:305 cs-stats.php:757
     825#: cs-usertipp.php:785 functions.php:1016 functions.php:1023
    818826msgid "Tip Group"
    819827msgstr "Tippgruppe"
     
    10641072
    10651073#: cs-groupstats.php:47 cs-matchstats.php:46 cs-stats.php:50 cs-stats.php:121
    1066 #: cs-stats.php:219 cs-stats.php:350 cs-stats.php:509 cs-stats.php:581
    1067 #: cs-stats.php:647 cs-stats.php:714 cs-stats.php:881 cs-userstats.php:51
     1074#: cs-stats.php:219 cs-stats.php:350 cs-stats.php:508 cs-stats.php:580
     1075#: cs-stats.php:646 cs-stats.php:713 cs-stats.php:880 cs-userstats.php:51
    10681076msgid "To attend the guessing game, you need an account at this website"
    10691077msgstr "Um am Tippspiel teilzunehmen benötigst du ein Konto auf dieser Website"
     
    10731081msgstr "Tore"
    10741082
    1075 #: cs-matchstats.php:64 cs-stats.php:1416
     1083#: cs-matchstats.php:64 cs-stats.php:1414
    10761084msgid "Date"
    10771085msgstr "Datum"
    10781086
    1079 #: cs-stats.php:76 cs-stats.php:535
     1087#: cs-stats.php:76 cs-stats.php:534
    10801088msgid "Day of event statistic"
    10811089msgstr "Spieltagsübersicht"
     
    10851093msgstr "Tipph&auml;ufigkeit"
    10861094
    1087 #: cs-stats.php:184 cs-stats.php:285 cs-stats.php:1192
     1095#: cs-stats.php:184 cs-stats.php:285 cs-stats.php:1190
    10881096msgid "No tips entered yet."
    10891097msgstr "Es sind noch keine Tipps abgegeben worden."
     
    10931101msgstr "Tipph&auml;ufigkeit im Detail"
    10941102
    1095 #: cs-stats.php:464
     1103#: cs-stats.php:463
    10961104msgid "Player-Tips"
    10971105msgstr "Spielertipps"
    10981106
    1099 #: cs-stats.php:477 functions.php:1239 functions.php:1246
     1107#: cs-stats.php:476 functions.php:1245 functions.php:1252
    11001108msgid "Match"
    11011109msgstr "Spiel"
    11021110
    1103 #: cs-stats.php:607
     1111#: cs-stats.php:606
    11041112msgid "Team-Stats"
    11051113msgstr "Mannschaftsstatistik"
    11061114
    1107 #: cs-stats.php:673
     1115#: cs-stats.php:672
    11081116msgid "Tiper of the month"
    11091117msgstr "Tipper des Monats"
    11101118
    1111 #: cs-stats.php:675
     1119#: cs-stats.php:674
    11121120msgid "Month"
    11131121msgstr "Monat"
    11141122
    1115 #: cs-stats.php:764 functions.php:1012 functions.php:1017
     1123#: cs-stats.php:763 functions.php:1018 functions.php:1023
    11161124msgid "Average"
    11171125msgstr "Durchschnitt"
    11181126
    1119 #: cs-stats.php:770
     1127#: cs-stats.php:769
    11201128msgid "Current scoring of the tip groups"
    11211129msgstr "Aktueller Punktestand Tippgruppen"
    11221130
    1123 #: cs-stats.php:774
     1131#: cs-stats.php:773
    11241132msgid "Please activate tippgroups to use this statistic."
    11251133msgstr "Bitte aktiviere Tippgruppen, um diese Statistik anzuzeigen."
    11261134
    1127 #: cs-stats.php:794
     1135#: cs-stats.php:793
    11281136msgid "You are member of tippgroup"
    11291137msgstr "Du bist in Tippgruppe"
    11301138
    1131 #: cs-stats.php:794 cs-usertipp.php:731
     1139#: cs-stats.php:793 cs-usertipp.php:731
    11321140msgid "points and your current rank is"
    11331141msgstr "Punkte und bist aktuell auf Platz"
    11341142
    1135 #: cs-stats.php:885
     1143#: cs-stats.php:884
    11361144msgid "Champion-Tip Score"
    11371145msgstr "Champion-Tipp"
    11381146
    1139 #: cs-stats.php:895
     1147#: cs-stats.php:894
    11401148msgid "The tournament has not started yet."
    11411149msgstr "Das Turnier hat noch nicht begonnen."
    11421150
    1143 #: cs-stats.php:904
     1151#: cs-stats.php:903
    11441152msgid "The winner of the championship has not been determined yet."
    11451153msgstr "Der Sieger des Turniers  steht noch nicht fest."
    11461154
    1147 #: cs-stats.php:910 cs-userstats.php:137 cs-userstats.php:174
     1155#: cs-stats.php:909 cs-userstats.php:137 cs-userstats.php:174
    11481156msgid "Champion-Tip"
    11491157msgstr "Champion-Tipp"
    11501158
    1151 #: cs-stats.php:1025
     1159#: cs-stats.php:1024
    11521160msgid "Tips"
    11531161msgstr "Tipps"
    11541162
    1155 #: cs-stats.php:1196
     1163#: cs-stats.php:1194
    11561164msgid "The matches have not started yet."
    11571165msgstr "Die getippten Spiele haben noch nicht begonnen."
    11581166
    1159 #: cs-stats.php:1490
     1167#: cs-stats.php:1488
    11601168msgid "No results found."
    11611169msgstr "Keine Ergebnisse gefunden."
    11621170
    1163 #: cs-stats.php:1493
     1171#: cs-stats.php:1491
    11641172msgid "Total points"
    11651173msgstr "Gesamtpunkte"
    11661174
    1167 #: cs-stats.php:1494
     1175#: cs-stats.php:1492
    11681176msgid "Points (month)"
    11691177msgstr "Punkte (Monat)"
     
    13031311msgstr "Summe<br />Tore"
    13041312
    1305 #: functions.php:706
     1313#: functions.php:712
    13061314msgid "Winner"
    13071315msgstr "Gewinner"
    13081316
    1309 #: functions.php:706
     1317#: functions.php:712
    13101318msgid "Looser"
    13111319msgstr "Verlierer"
    13121320
    1313 #: functions.php:708
     1321#: functions.php:714
    13141322msgid "Group "
    13151323msgstr "Gruppe "
    13161324
    1317 #: functions.php:882 functions.php:893 functions.php:1006 functions.php:1015
    1318 #: functions.php:1162 functions.php:1176 functions.php:1236 functions.php:1244
     1325#: functions.php:888 functions.php:899 functions.php:1012 functions.php:1021
     1326#: functions.php:1168 functions.php:1182 functions.php:1242 functions.php:1250
    13191327msgid "Guessing game mail service"
    13201328msgstr "Tippspiel Mailservice"
    13211329
    1322 #: functions.php:917
     1330#: functions.php:923
    13231331msgid "rising"
    13241332msgstr "steigend"
    13251333
    1326 #: functions.php:920
     1334#: functions.php:926
    13271335msgid "falling"
    13281336msgstr "fallend"
    13291337
    1330 #: functions.php:923
     1338#: functions.php:929
    13311339msgid "constant"
    13321340msgstr "konstant"
    13331341
    1334 #: functions.php:969 functions.php:971 functions.php:1065 functions.php:1067
     1342#: functions.php:975 functions.php:977 functions.php:1071 functions.php:1073
    13351343msgid "the email to "
    13361344msgstr "Die email an "
    13371345
    1338 #: functions.php:969 functions.php:1065 functions.php:1192 functions.php:1305
     1346#: functions.php:975 functions.php:1071 functions.php:1198 functions.php:1311
    13391347msgid " was sent."
    13401348msgstr " wurde versendet."
    13411349
    1342 #: functions.php:971 functions.php:1067 functions.php:1194 functions.php:1307
     1350#: functions.php:977 functions.php:1073 functions.php:1200 functions.php:1313
    13431351msgid " could not be sent"
    13441352msgstr " konnte nicht versendet werden"
    13451353
    1346 #: functions.php:1007 functions.php:1016
     1354#: functions.php:1013 functions.php:1022
    13471355msgid "Current score of the tip groups"
    13481356msgstr "Aktueller Punktestand der Tippgruppen"
    13491357
    1350 #: functions.php:1163 functions.php:1177
     1358#: functions.php:1169 functions.php:1183
    13511359msgid ""
    13521360"Would you like to tip? The following games are starting soon and at least "
     
    13561364"mindestens ein Tipp von Dir. "
    13571365
    1358 #: functions.php:1192 functions.php:1194
     1366#: functions.php:1198 functions.php:1200
    13591367msgid "The email reminder to "
    13601368msgstr "Die Erinnerungsemail an "
    13611369
    1362 #: functions.php:1237 functions.php:1245
     1370#: functions.php:1243 functions.php:1251
    13631371msgid "Tip confirmation"
    13641372msgstr "Tippbestätigung"
    13651373
    1366 #: functions.php:1272 functions.php:1275
     1374#: functions.php:1278 functions.php:1281
    13671375msgid "n/a"
    13681376msgstr "n/a"
    13691377
    1370 #: functions.php:1305 functions.php:1307
     1378#: functions.php:1311 functions.php:1313
    13711379msgid "The mail confirmation to "
    13721380msgstr "Die Bestätigungsemail an "
    13731381
    1374 #: functions.php:1625
     1382#: functions.php:1631
    13751383msgid ""
    13761384"If you are looking for instructions or help on wp-championship, please use "
     
    13801388"oder Problemen freue ich mich über eine email an:"
    13811389
    1382 #: functions.php:1631
     1390#: functions.php:1637
    13831391msgid "English Manual"
    13841392msgstr "Englisches Handbuch"
    13851393
    1386 #: functions.php:1635
     1394#: functions.php:1641
    13871395msgid "German Manual"
    13881396msgstr "Deutsches Handbuch"
    13891397
    1390 #: functions.php:1639
     1398#: functions.php:1645
    13911399msgid "Demo-Site"
    13921400msgstr "Demo-Seite"
    13931401
    1394 #: functions.php:1643
     1402#: functions.php:1649
    13951403msgid "wp-championship on WordPress.org"
    13961404msgstr "wp-championship auf WordPress.org"
    13971405
    1398 #: functions.php:1647
     1406#: functions.php:1653
    13991407msgid "German wp-championship site"
    14001408msgstr "Deutsche wp-championship Seite"
    14011409
    1402 #: functions.php:1651
     1410#: functions.php:1657
    14031411msgid "Changelog"
    14041412msgstr "Änderungshistorie"
    14051413
    1406 #: functions.php:1655
     1414#: functions.php:1661
    14071415msgid "Links open in a new windows/tab."
    14081416msgstr "Die Verweise öffnen ein neues Fenster/Tab."
    14091417
    1410 #: functions.php:1664
     1418#: functions.php:1670
    14111419msgid "wp-championship Help"
    14121420msgstr "wp-championship Hilfe"
  • wp-championship/trunk/readme.txt

    r3187063 r3279224  
    44Tags: championship, guessing, game, soccer, sport
    55Requires at least: 6.2
    6 Tested up to: 6.7
    7 Stable tag: 10.9
     6Tested up to: 6.8
     7Stable tag: 11.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6969
    7070== Changelog ==
     71
     72= 2024-07-11 v11.0 =
     73* fixed joker calculation
    7174
    7275= 2024-06-30 v10.9 =
  • wp-championship/trunk/wp-championship.php

    r3109886 r3279224  
    44 * Plugin URI: http://www.tuxlog.de/wp-championship
    55 * Description: wp-championship is a plugin for WordPress letting you play a guessing game of a tournament e.g. soccer.
    6  * Version: 10.9
     6 * Version: 11.0
    77 * Author: tuxlog
    88 * Author URI: http://www.tuxlog.de
  • wp-championship/trunk/wp-championship.pot

    r3099674 r3279224  
    99"Project-Id-Version: PACKAGE VERSION\n"
    1010"Report-Msgid-Bugs-To: \n"
    11 "POT-Creation-Date: 2024-06-08 10:23+0200\n"
     11"POT-Creation-Date: 2024-06-30 10:19+0200\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    7979#: class-cs-widget-user.php:72 cs-groupstats.php:46 cs-matchstats.php:45
    8080#: cs-stats.php:49 cs-stats.php:120 cs-stats.php:218 cs-stats.php:349
    81 #: cs-stats.php:508 cs-stats.php:580 cs-stats.php:646 cs-stats.php:713
    82 #: cs-stats.php:880 cs-userstats.php:50 cs-usertipp.php:69
     81#: cs-stats.php:507 cs-stats.php:579 cs-stats.php:645 cs-stats.php:712
     82#: cs-stats.php:879 cs-userstats.php:50 cs-usertipp.php:69
    8383msgid "You are not logged in."
    8484msgstr ""
     
    133133msgstr ""
    134134
    135 #: class-wpc-xmlrpc.php:238 cs-stats.php:471 cs-stats.php:479
     135#: class-wpc-xmlrpc.php:238 cs-stats.php:470 cs-stats.php:478
    136136msgid "All"
    137137msgstr ""
    138138
    139 #: class-wpc-xmlrpc.php:325 class-wpc-xmlrpc.php:444 cs-admin-labels.php:207
    140 #: cs-admin-labels.php:253 cs-groupstats.php:71 cs-stats.php:755
    141 #: cs-userstats.php:114 cs-userstats.php:141 functions.php:708
    142 #: functions.php:885 functions.php:895 functions.php:1009 functions.php:1017
     139#: class-wpc-xmlrpc.php:325 class-wpc-xmlrpc.php:444 cs-admin-labels.php:209
     140#: cs-admin-labels.php:257 cs-groupstats.php:71 cs-stats.php:754
     141#: cs-userstats.php:114 cs-userstats.php:141 functions.php:714
     142#: functions.php:891 functions.php:901 functions.php:1015 functions.php:1023
    143143msgid "Rank"
    144144msgstr ""
    145145
    146146#: class-wpc-xmlrpc.php:327 class-wpc-xmlrpc.php:446 class-wpc-xmlrpc.php:682
    147 #: class-wpc-xmlrpc.php:786 cs-admin-labels.php:209 cs-admin-labels.php:255
     147#: class-wpc-xmlrpc.php:786 cs-admin-labels.php:211 cs-admin-labels.php:259
    148148#: cs-admin-users.php:252 cs-admin-users.php:294 cs-groupstats.php:73
    149 #: cs-stats.php:288 cs-stats.php:466 cs-stats.php:909 cs-stats.php:1025
    150 #: cs-stats.php:1187 cs-stats.php:1493 cs-userstats.php:116
    151 #: cs-userstats.php:144 functions.php:886 functions.php:895
     149#: cs-stats.php:288 cs-stats.php:465 cs-stats.php:908 cs-stats.php:1024
     150#: cs-stats.php:1185 cs-stats.php:1491 cs-userstats.php:116
     151#: cs-userstats.php:144 functions.php:892 functions.php:901
    152152#: wp-championship.php:221
    153153msgid "Player"
    154154msgstr ""
    155155
    156 #: class-wpc-xmlrpc.php:329 class-wpc-xmlrpc.php:448 cs-admin-labels.php:211
    157 #: cs-admin-labels.php:257 cs-admin-stats.php:73 cs-groupstats.php:75
    158 #: cs-stats.php:761 cs-userstats.php:118 cs-userstats.php:147 functions.php:887
    159 #: functions.php:895 functions.php:1011 functions.php:1017
     156#: class-wpc-xmlrpc.php:329 class-wpc-xmlrpc.php:448 cs-admin-labels.php:213
     157#: cs-admin-labels.php:261 cs-admin-stats.php:73 cs-groupstats.php:75
     158#: cs-stats.php:760 cs-userstats.php:118 cs-userstats.php:147 functions.php:893
     159#: functions.php:901 functions.php:1017 functions.php:1023
    160160msgid "Score"
    161161msgstr ""
    162162
    163 #: class-wpc-xmlrpc.php:331 class-wpc-xmlrpc.php:450 cs-admin-labels.php:213
    164 #: cs-admin-labels.php:259 cs-groupstats.php:77 cs-userstats.php:120
    165 #: cs-userstats.php:150 functions.php:889 functions.php:897
     163#: class-wpc-xmlrpc.php:331 class-wpc-xmlrpc.php:450 cs-admin-labels.php:215
     164#: cs-admin-labels.php:263 cs-groupstats.php:77 cs-userstats.php:120
     165#: cs-userstats.php:150 functions.php:895 functions.php:903
    166166msgid "Tendency"
    167167msgstr ""
    168168
    169 #: class-wpc-xmlrpc.php:333 class-wpc-xmlrpc.php:452 cs-admin-labels.php:215
    170 #: cs-admin-labels.php:261 cs-groupstats.php:79 cs-stats.php:609
     169#: class-wpc-xmlrpc.php:333 class-wpc-xmlrpc.php:452 cs-admin-labels.php:217
     170#: cs-admin-labels.php:265 cs-groupstats.php:79 cs-stats.php:608
    171171#: cs-userstats.php:122 cs-userstats.php:153
    172172msgid "Team"
     
    174174
    175175#: class-wpc-xmlrpc.php:335 class-wpc-xmlrpc.php:454 cs-admin-export.php:173
    176 #: cs-admin-import.php:168 cs-admin-labels.php:217 cs-admin-labels.php:263
     176#: cs-admin-import.php:168 cs-admin-labels.php:219 cs-admin-labels.php:267
    177177#: cs-admin-match.php:255 cs-groupstats.php:81 cs-userstats.php:124
    178178#: cs-userstats.php:156
     
    180180msgstr ""
    181181
    182 #: class-wpc-xmlrpc.php:337 class-wpc-xmlrpc.php:456 cs-admin-labels.php:219
    183 #: cs-admin-labels.php:265 cs-groupstats.php:83 cs-userstats.php:126
     182#: class-wpc-xmlrpc.php:337 class-wpc-xmlrpc.php:456 cs-admin-labels.php:221
     183#: cs-admin-labels.php:269 cs-groupstats.php:83 cs-userstats.php:126
    184184#: cs-userstats.php:159
    185185msgid "Wins"
    186186msgstr ""
    187187
    188 #: class-wpc-xmlrpc.php:339 class-wpc-xmlrpc.php:458 cs-admin-labels.php:221
    189 #: cs-admin-labels.php:267 cs-groupstats.php:85 cs-userstats.php:128
     188#: class-wpc-xmlrpc.php:339 class-wpc-xmlrpc.php:458 cs-admin-labels.php:223
     189#: cs-admin-labels.php:271 cs-groupstats.php:85 cs-userstats.php:128
    190190#: cs-userstats.php:162
    191191msgid "Draw"
    192192msgstr ""
    193193
    194 #: class-wpc-xmlrpc.php:341 class-wpc-xmlrpc.php:460 cs-admin-labels.php:223
    195 #: cs-admin-labels.php:269 cs-groupstats.php:87 cs-userstats.php:130
     194#: class-wpc-xmlrpc.php:341 class-wpc-xmlrpc.php:460 cs-admin-labels.php:225
     195#: cs-admin-labels.php:273 cs-groupstats.php:87 cs-userstats.php:130
    196196#: cs-userstats.php:165
    197197msgid "Defeat"
    198198msgstr ""
    199199
    200 #: class-wpc-xmlrpc.php:343 class-wpc-xmlrpc.php:462 cs-admin-labels.php:225
    201 #: cs-admin-labels.php:271 cs-userstats.php:132 cs-userstats.php:168
     200#: class-wpc-xmlrpc.php:343 class-wpc-xmlrpc.php:462 cs-admin-labels.php:227
     201#: cs-admin-labels.php:275 cs-userstats.php:132 cs-userstats.php:168
    202202msgid "goals"
    203203msgstr ""
    204204
    205205#: class-wpc-xmlrpc.php:345 class-wpc-xmlrpc.php:464 class-wpc-xmlrpc.php:682
    206 #: class-wpc-xmlrpc.php:880 cs-admin-labels.php:227 cs-admin-labels.php:273
    207 #: cs-groupstats.php:91 cs-stats.php:911 cs-stats.php:1025 cs-stats.php:1189
    208 #: cs-stats.php:1290 cs-userstats.php:134 cs-userstats.php:171
     206#: class-wpc-xmlrpc.php:880 cs-admin-labels.php:229 cs-admin-labels.php:277
     207#: cs-groupstats.php:91 cs-stats.php:910 cs-stats.php:1024 cs-stats.php:1187
     208#: cs-stats.php:1288 cs-userstats.php:134 cs-userstats.php:171
    209209#: cs-usertipp.php:650 cs-usertipp.php:739
    210210msgid "Points"
    211211msgstr ""
    212212
    213 #: class-wpc-xmlrpc.php:482 cs-admin-labels.php:306 cs-admin-labels.php:415
    214 #: cs-userstats.php:317 cs-usertipp.php:889 wp-championship.php:215
     213#: class-wpc-xmlrpc.php:482 cs-admin-labels.php:310 cs-admin-labels.php:425
     214#: cs-userstats.php:325 cs-usertipp.php:889 wp-championship.php:215
    215215msgid "Preliminary"
    216216msgstr ""
    217217
    218218#: class-wpc-xmlrpc.php:493 cs-admin-team.php:219 cs-admin-team.php:273
    219 #: cs-groupstats.php:121 cs-userstats.php:330 cs-usertipp.php:629
     219#: cs-groupstats.php:121 cs-userstats.php:338 cs-usertipp.php:629
    220220msgid "Group"
    221221msgstr ""
    222222
    223 #: class-wpc-xmlrpc.php:581 cs-admin-labels.php:306 cs-admin-labels.php:415
    224 #: cs-userstats.php:419 cs-usertipp.php:1061 wp-championship.php:218
     223#: class-wpc-xmlrpc.php:581 cs-admin-labels.php:310 cs-admin-labels.php:425
     224#: cs-userstats.php:427 cs-usertipp.php:1061 wp-championship.php:218
    225225msgid "Finals"
    226226msgstr ""
    227227
    228 #: class-wpc-xmlrpc.php:584 cs-userstats.php:423 functions.php:706
     228#: class-wpc-xmlrpc.php:584 cs-userstats.php:431 functions.php:712
    229229msgid "Matchno."
    230230msgstr ""
    231231
    232232#: class-wpc-xmlrpc.php:586 class-wpc-xmlrpc.php:784 cs-matchstats.php:64
    233 #: cs-stats.php:1185 cs-stats.php:1416 cs-userstats.php:425 cs-usertipp.php:635
     233#: cs-stats.php:1183 cs-stats.php:1414 cs-userstats.php:433 cs-usertipp.php:635
    234234msgid "match"
    235235msgstr ""
    236236
    237237#: class-wpc-xmlrpc.php:588 cs-admin-finals.php:340 cs-admin-finals.php:366
    238 #: cs-admin-match.php:228 cs-admin-match.php:260 cs-userstats.php:427
     238#: cs-admin-match.php:228 cs-admin-match.php:260 cs-userstats.php:435
    239239#: cs-usertipp.php:641
    240240msgid "Location"
    241241msgstr ""
    242242
    243 #: class-wpc-xmlrpc.php:589 cs-userstats.php:428 cs-usertipp.php:644
     243#: class-wpc-xmlrpc.php:589 cs-userstats.php:436 cs-usertipp.php:644
    244244msgid "Date<br />Time"
    245245msgstr ""
    246246
    247247#: class-wpc-xmlrpc.php:590 class-wpc-xmlrpc.php:788 cs-matchstats.php:64
    248 #: cs-stats.php:1189 cs-stats.php:1416 cs-userstats.php:429
     248#: cs-stats.php:1187 cs-stats.php:1414 cs-userstats.php:437
    249249msgid "Result"
    250250msgstr ""
    251251
    252 #: class-wpc-xmlrpc.php:788 cs-stats.php:1189 functions.php:1240
    253 #: functions.php:1247
     252#: class-wpc-xmlrpc.php:788 cs-stats.php:1187 functions.php:1246
     253#: functions.php:1253
    254254msgid "Tip"
    255255msgstr ""
    256256
    257 #: class-wpc-xmlrpc.php:873 cs-stats.php:1283
     257#: class-wpc-xmlrpc.php:873 cs-stats.php:1281
    258258msgid "Username"
    259259msgstr ""
     
    366366
    367367#: cs-admin-finals.php:342 cs-admin-finals.php:367 cs-admin-match.php:230
    368 #: cs-admin-match.php:261 functions.php:1241 functions.php:1248
     368#: cs-admin-match.php:261 functions.php:1247 functions.php:1254
    369369msgid "Date / time"
    370370msgstr ""
     
    444444msgstr ""
    445445
    446 #: cs-admin-labels.php:172 cs-admin-labels.php:183 cs-admin.php:140
     446#: cs-admin-labels.php:174 cs-admin-labels.php:185 cs-admin.php:140
    447447msgid "Settings successfully saved."
    448448msgstr ""
    449449
    450 #: cs-admin-labels.php:299
     450#: cs-admin-labels.php:303
    451451msgid "wp-championship Web-Labels"
    452452msgstr ""
    453453
    454 #: cs-admin-labels.php:308 cs-admin-labels.php:417
     454#: cs-admin-labels.php:312 cs-admin-labels.php:427
    455455msgid "Label column 0 (group)"
    456456msgstr ""
    457457
    458 #: cs-admin-labels.php:310 cs-admin-labels.php:314 cs-admin-labels.php:318
    459 #: cs-admin-labels.php:321 cs-admin-labels.php:324 cs-admin-labels.php:327
    460 #: cs-admin-labels.php:330 cs-admin-labels.php:333 cs-admin-labels.php:336
    461 #: cs-admin-labels.php:353 cs-admin-labels.php:356 cs-admin-labels.php:359
    462 #: cs-admin-labels.php:362 cs-admin-labels.php:365 cs-admin-labels.php:373
    463 #: cs-admin-labels.php:376 cs-admin-labels.php:379 cs-admin-labels.php:382
    464 #: cs-admin-labels.php:385 cs-admin-labels.php:388 cs-admin-labels.php:391
    465 #: cs-admin-labels.php:419 cs-admin-labels.php:423 cs-admin-labels.php:427
    466 #: cs-admin-labels.php:430 cs-admin-labels.php:433 cs-admin-labels.php:436
    467 #: cs-admin-labels.php:439 cs-admin-labels.php:442 cs-admin-labels.php:445
    468 #: cs-admin-labels.php:462 cs-admin-labels.php:465 cs-admin-labels.php:468
    469 #: cs-admin-labels.php:471 cs-admin-labels.php:474 cs-admin-labels.php:483
    470 #: cs-admin-labels.php:486 cs-admin-labels.php:489 cs-admin-labels.php:492
    471 #: cs-admin-labels.php:495 cs-admin-labels.php:498 cs-admin-labels.php:501
     458#: cs-admin-labels.php:314 cs-admin-labels.php:318 cs-admin-labels.php:322
     459#: cs-admin-labels.php:325 cs-admin-labels.php:328 cs-admin-labels.php:331
     460#: cs-admin-labels.php:334 cs-admin-labels.php:337 cs-admin-labels.php:340
     461#: cs-admin-labels.php:357 cs-admin-labels.php:360 cs-admin-labels.php:363
     462#: cs-admin-labels.php:366 cs-admin-labels.php:369 cs-admin-labels.php:377
     463#: cs-admin-labels.php:380 cs-admin-labels.php:383 cs-admin-labels.php:386
     464#: cs-admin-labels.php:389 cs-admin-labels.php:392 cs-admin-labels.php:395
     465#: cs-admin-labels.php:429 cs-admin-labels.php:433 cs-admin-labels.php:437
     466#: cs-admin-labels.php:440 cs-admin-labels.php:443 cs-admin-labels.php:446
     467#: cs-admin-labels.php:449 cs-admin-labels.php:452 cs-admin-labels.php:455
     468#: cs-admin-labels.php:472 cs-admin-labels.php:475 cs-admin-labels.php:478
     469#: cs-admin-labels.php:481 cs-admin-labels.php:484 cs-admin-labels.php:493
     470#: cs-admin-labels.php:496 cs-admin-labels.php:499 cs-admin-labels.php:502
     471#: cs-admin-labels.php:505 cs-admin-labels.php:508 cs-admin-labels.php:511
    472472msgid "hide"
    473473msgstr ""
    474474
    475 #: cs-admin-labels.php:312 cs-admin-labels.php:421
     475#: cs-admin-labels.php:316 cs-admin-labels.php:431
    476476msgid "Label column 1 (Match-Id)"
    477477msgstr ""
    478478
    479 #: cs-admin-labels.php:316 cs-admin-labels.php:425
     479#: cs-admin-labels.php:320 cs-admin-labels.php:435
    480480msgid "Label column (Icon 1)"
    481481msgstr ""
    482482
    483 #: cs-admin-labels.php:319 cs-admin-labels.php:428
     483#: cs-admin-labels.php:323 cs-admin-labels.php:438
    484484msgid "Label column 3 (match)"
    485485msgstr ""
    486486
    487 #: cs-admin-labels.php:322 cs-admin-labels.php:431
     487#: cs-admin-labels.php:326 cs-admin-labels.php:441
    488488msgid "Label column 4 (icon 2)"
    489489msgstr ""
    490490
    491 #: cs-admin-labels.php:325 cs-admin-labels.php:434
     491#: cs-admin-labels.php:329 cs-admin-labels.php:444
    492492msgid "Label column 5 (location)"
    493493msgstr ""
    494494
    495 #: cs-admin-labels.php:328 cs-admin-labels.php:437
     495#: cs-admin-labels.php:332 cs-admin-labels.php:447
    496496msgid "Label column 6 (date/time)"
    497497msgstr ""
    498498
    499 #: cs-admin-labels.php:331 cs-admin-labels.php:440
     499#: cs-admin-labels.php:335 cs-admin-labels.php:450
    500500msgid "Label column 7 (tip/result)"
    501501msgstr ""
    502502
    503 #: cs-admin-labels.php:334 cs-admin-labels.php:443
     503#: cs-admin-labels.php:338 cs-admin-labels.php:453
    504504msgid "Label column 8 (points)"
    505505msgstr ""
    506506
    507 #: cs-admin-labels.php:338 cs-admin-labels.php:447
     507#: cs-admin-labels.php:342 cs-admin-labels.php:457
    508508msgid "Default sort order by column"
    509509msgstr ""
    510510
    511 #: cs-admin-labels.php:349 cs-admin-labels.php:458 cs-admin-stats.php:69
    512 #: cs-userstats.php:206 functions.php:883 functions.php:894
     511#: cs-admin-labels.php:353 cs-admin-labels.php:468 cs-admin-stats.php:69
     512#: cs-userstats.php:206 functions.php:889 functions.php:900
    513513msgid "Current score"
    514514msgstr ""
    515515
    516 #: cs-admin-labels.php:351 cs-admin-labels.php:460
     516#: cs-admin-labels.php:355 cs-admin-labels.php:470
    517517msgid "Label column 1 (placement)"
    518518msgstr ""
    519519
    520 #: cs-admin-labels.php:354 cs-admin-labels.php:463
     520#: cs-admin-labels.php:358 cs-admin-labels.php:473
    521521msgid "Label column 2 (player)"
    522522msgstr ""
    523523
    524 #: cs-admin-labels.php:357 cs-admin-labels.php:466
     524#: cs-admin-labels.php:361 cs-admin-labels.php:476
    525525msgid "Label column 3 (score)"
    526526msgstr ""
    527527
    528 #: cs-admin-labels.php:360 cs-admin-labels.php:469
     528#: cs-admin-labels.php:364 cs-admin-labels.php:479
    529529msgid "Label column 4 (tendency)"
    530530msgstr ""
    531531
    532 #: cs-admin-labels.php:363 cs-admin-labels.php:472
     532#: cs-admin-labels.php:367 cs-admin-labels.php:482
    533533msgid "Label column 5 (championtip)"
    534534msgstr ""
    535535
    536 #: cs-admin-labels.php:369 cs-admin-labels.php:479 wp-championship.php:224
     536#: cs-admin-labels.php:373 cs-admin-labels.php:489 wp-championship.php:224
    537537msgid "Stats"
    538538msgstr ""
    539539
    540 #: cs-admin-labels.php:371 cs-admin-labels.php:481
     540#: cs-admin-labels.php:375 cs-admin-labels.php:491
    541541msgid "Label column 1 (team)"
    542542msgstr ""
    543543
    544 #: cs-admin-labels.php:374 cs-admin-labels.php:484
     544#: cs-admin-labels.php:378 cs-admin-labels.php:494
    545545msgid "Label column 2 (matches)"
    546546msgstr ""
    547547
    548 #: cs-admin-labels.php:377 cs-admin-labels.php:487
     548#: cs-admin-labels.php:381 cs-admin-labels.php:497
    549549msgid "Label column 3 (wins)"
    550550msgstr ""
    551551
    552 #: cs-admin-labels.php:380 cs-admin-labels.php:490
     552#: cs-admin-labels.php:384 cs-admin-labels.php:500
    553553msgid "Label column 4 (draw)"
    554554msgstr ""
    555555
    556 #: cs-admin-labels.php:383 cs-admin-labels.php:493
     556#: cs-admin-labels.php:387 cs-admin-labels.php:503
    557557msgid "Label column 5 (defeats)"
    558558msgstr ""
    559559
    560 #: cs-admin-labels.php:386 cs-admin-labels.php:496
     560#: cs-admin-labels.php:390 cs-admin-labels.php:506
    561561msgid "Label column 6 (goals)"
    562562msgstr ""
    563563
    564 #: cs-admin-labels.php:389 cs-admin-labels.php:499
     564#: cs-admin-labels.php:393 cs-admin-labels.php:509
    565565msgid "Label column 7 (points)"
    566566msgstr ""
    567567
    568 #: cs-admin-labels.php:393
     568#: cs-admin-labels.php:397
    569569msgid "Show all tips in statistic 4 (cs_stats4)"
    570570msgstr ""
    571571
    572 #: cs-admin-labels.php:401 cs-admin-labels.php:507 cs-admin.php:492
     572#: cs-admin-labels.php:400
     573msgid "Sort Tippgroup stats by average (cs-stats8)"
     574msgstr ""
     575
     576#: cs-admin-labels.php:403
     577msgid "Show fullnames in ranking table (cs-userstats)"
     578msgstr ""
     579
     580#: cs-admin-labels.php:411 cs-admin-labels.php:517 cs-admin.php:492
    573581msgid "Save settings"
    574582msgstr ""
    575583
    576 #: cs-admin-labels.php:408
     584#: cs-admin-labels.php:418
    577585msgid "wp-championship XMLRPC-labels"
    578586msgstr ""
     
    603611
    604612#: cs-admin-match.php:235 cs-admin-match.php:264 cs-stats.php:78
    605 #: cs-stats.php:537
     613#: cs-stats.php:536
    606614msgid "Match-Day"
    607615msgstr ""
     
    637645msgstr ""
    638646
    639 #: cs-admin-stats.php:63 cs-stats.php:902 cs-userstats.php:188
     647#: cs-admin-stats.php:63 cs-stats.php:901 cs-userstats.php:188
    640648msgid "The championship winner is:"
    641649msgstr ""
    642650
    643 #: cs-admin-stats.php:74 cs-stats.php:767 cs-stats.php:1494
     651#: cs-admin-stats.php:74 cs-stats.php:766 cs-stats.php:1492
    644652msgid "Number of tips"
    645653msgstr ""
     
    697705#: cs-admin-team.php:251 cs-admin-team.php:275 cs-admin-tippgroup.php:204
    698706#: cs-admin-tippgroup.php:227 cs-admin-users.php:275 cs-admin-users.php:306
    699 #: cs-userstats.php:296
     707#: cs-userstats.php:304
    700708msgid "Penalty"
    701709msgstr ""
     
    805813msgstr ""
    806814
    807 #: cs-admin-users.php:271 cs-admin-users.php:305 cs-stats.php:758
    808 #: cs-usertipp.php:785 functions.php:1010 functions.php:1017
     815#: cs-admin-users.php:271 cs-admin-users.php:305 cs-stats.php:757
     816#: cs-usertipp.php:785 functions.php:1016 functions.php:1023
    809817msgid "Tip Group"
    810818msgstr ""
     
    10551063
    10561064#: cs-groupstats.php:47 cs-matchstats.php:46 cs-stats.php:50 cs-stats.php:121
    1057 #: cs-stats.php:219 cs-stats.php:350 cs-stats.php:509 cs-stats.php:581
    1058 #: cs-stats.php:647 cs-stats.php:714 cs-stats.php:881 cs-userstats.php:51
     1065#: cs-stats.php:219 cs-stats.php:350 cs-stats.php:508 cs-stats.php:580
     1066#: cs-stats.php:646 cs-stats.php:713 cs-stats.php:880 cs-userstats.php:51
    10591067msgid "To attend the guessing game, you need an account at this website"
    10601068msgstr ""
     
    10641072msgstr ""
    10651073
    1066 #: cs-matchstats.php:64 cs-stats.php:1416
     1074#: cs-matchstats.php:64 cs-stats.php:1414
    10671075msgid "Date"
    10681076msgstr ""
    10691077
    1070 #: cs-stats.php:76 cs-stats.php:535
     1078#: cs-stats.php:76 cs-stats.php:534
    10711079msgid "Day of event statistic"
    10721080msgstr ""
     
    10761084msgstr ""
    10771085
    1078 #: cs-stats.php:184 cs-stats.php:285 cs-stats.php:1192
     1086#: cs-stats.php:184 cs-stats.php:285 cs-stats.php:1190
    10791087msgid "No tips entered yet."
    10801088msgstr ""
     
    10841092msgstr ""
    10851093
    1086 #: cs-stats.php:464
     1094#: cs-stats.php:463
    10871095msgid "Player-Tips"
    10881096msgstr ""
    10891097
    1090 #: cs-stats.php:477 functions.php:1239 functions.php:1246
     1098#: cs-stats.php:476 functions.php:1245 functions.php:1252
    10911099msgid "Match"
    10921100msgstr ""
    10931101
    1094 #: cs-stats.php:607
     1102#: cs-stats.php:606
    10951103msgid "Team-Stats"
    10961104msgstr ""
    10971105
    1098 #: cs-stats.php:673
     1106#: cs-stats.php:672
    10991107msgid "Tiper of the month"
    11001108msgstr ""
    11011109
    1102 #: cs-stats.php:675
     1110#: cs-stats.php:674
    11031111msgid "Month"
    11041112msgstr ""
    11051113
    1106 #: cs-stats.php:764 functions.php:1012 functions.php:1017
     1114#: cs-stats.php:763 functions.php:1018 functions.php:1023
    11071115msgid "Average"
    11081116msgstr ""
    11091117
    1110 #: cs-stats.php:770
     1118#: cs-stats.php:769
    11111119msgid "Current scoring of the tip groups"
    11121120msgstr ""
    11131121
    1114 #: cs-stats.php:774
     1122#: cs-stats.php:773
    11151123msgid "Please activate tippgroups to use this statistic."
    11161124msgstr ""
    11171125
    1118 #: cs-stats.php:794
     1126#: cs-stats.php:793
    11191127msgid "You are member of tippgroup"
    11201128msgstr ""
    11211129
    1122 #: cs-stats.php:794 cs-usertipp.php:731
     1130#: cs-stats.php:793 cs-usertipp.php:731
    11231131msgid "points and your current rank is"
    11241132msgstr ""
    11251133
    1126 #: cs-stats.php:885
     1134#: cs-stats.php:884
    11271135msgid "Champion-Tip Score"
    11281136msgstr ""
    11291137
    1130 #: cs-stats.php:895
     1138#: cs-stats.php:894
    11311139msgid "The tournament has not started yet."
    11321140msgstr ""
    11331141
    1134 #: cs-stats.php:904
     1142#: cs-stats.php:903
    11351143msgid "The winner of the championship has not been determined yet."
    11361144msgstr ""
    11371145
    1138 #: cs-stats.php:910 cs-userstats.php:137 cs-userstats.php:174
     1146#: cs-stats.php:909 cs-userstats.php:137 cs-userstats.php:174
    11391147msgid "Champion-Tip"
    11401148msgstr ""
    11411149
    1142 #: cs-stats.php:1025
     1150#: cs-stats.php:1024
    11431151msgid "Tips"
    11441152msgstr ""
    11451153
    1146 #: cs-stats.php:1196
     1154#: cs-stats.php:1194
    11471155msgid "The matches have not started yet."
    11481156msgstr ""
    11491157
    1150 #: cs-stats.php:1490
     1158#: cs-stats.php:1488
    11511159msgid "No results found."
    11521160msgstr ""
    11531161
    1154 #: cs-stats.php:1493
     1162#: cs-stats.php:1491
    11551163msgid "Total points"
    11561164msgstr ""
    11571165
    1158 #: cs-stats.php:1494
     1166#: cs-stats.php:1492
    11591167msgid "Points (month)"
    11601168msgstr ""
     
    12861294msgstr ""
    12871295
    1288 #: functions.php:706
     1296#: functions.php:712
    12891297msgid "Winner"
    12901298msgstr ""
    12911299
    1292 #: functions.php:706
     1300#: functions.php:712
    12931301msgid "Looser"
    12941302msgstr ""
    12951303
    1296 #: functions.php:708
     1304#: functions.php:714
    12971305msgid "Group "
    12981306msgstr ""
    12991307
    1300 #: functions.php:882 functions.php:893 functions.php:1006 functions.php:1015
    1301 #: functions.php:1162 functions.php:1176 functions.php:1236 functions.php:1244
     1308#: functions.php:888 functions.php:899 functions.php:1012 functions.php:1021
     1309#: functions.php:1168 functions.php:1182 functions.php:1242 functions.php:1250
    13021310msgid "Guessing game mail service"
    13031311msgstr ""
    13041312
    1305 #: functions.php:917
     1313#: functions.php:923
    13061314msgid "rising"
    13071315msgstr ""
    13081316
    1309 #: functions.php:920
     1317#: functions.php:926
    13101318msgid "falling"
    13111319msgstr ""
    13121320
    1313 #: functions.php:923
     1321#: functions.php:929
    13141322msgid "constant"
    13151323msgstr ""
    13161324
    1317 #: functions.php:969 functions.php:971 functions.php:1065 functions.php:1067
     1325#: functions.php:975 functions.php:977 functions.php:1071 functions.php:1073
    13181326msgid "the email to "
    13191327msgstr ""
    13201328
    1321 #: functions.php:969 functions.php:1065 functions.php:1192 functions.php:1305
     1329#: functions.php:975 functions.php:1071 functions.php:1198 functions.php:1311
    13221330msgid " was sent."
    13231331msgstr ""
    13241332
    1325 #: functions.php:971 functions.php:1067 functions.php:1194 functions.php:1307
     1333#: functions.php:977 functions.php:1073 functions.php:1200 functions.php:1313
    13261334msgid " could not be sent"
    13271335msgstr ""
    13281336
    1329 #: functions.php:1007 functions.php:1016
     1337#: functions.php:1013 functions.php:1022
    13301338msgid "Current score of the tip groups"
    13311339msgstr ""
    13321340
    1333 #: functions.php:1163 functions.php:1177
     1341#: functions.php:1169 functions.php:1183
    13341342msgid ""
    13351343"Would you like to tip? The following games are starting soon and at least "
     
    13371345msgstr ""
    13381346
    1339 #: functions.php:1192 functions.php:1194
     1347#: functions.php:1198 functions.php:1200
    13401348msgid "The email reminder to "
    13411349msgstr ""
    13421350
    1343 #: functions.php:1237 functions.php:1245
     1351#: functions.php:1243 functions.php:1251
    13441352msgid "Tip confirmation"
    13451353msgstr ""
    13461354
    1347 #: functions.php:1272 functions.php:1275
     1355#: functions.php:1278 functions.php:1281
    13481356msgid "n/a"
    13491357msgstr ""
    13501358
    1351 #: functions.php:1305 functions.php:1307
     1359#: functions.php:1311 functions.php:1313
    13521360msgid "The mail confirmation to "
    13531361msgstr ""
    13541362
    1355 #: functions.php:1625
     1363#: functions.php:1631
    13561364msgid ""
    13571365"If you are looking for instructions or help on wp-championship, please use "
     
    13591367msgstr ""
    13601368
    1361 #: functions.php:1631
     1369#: functions.php:1637
    13621370msgid "English Manual"
    13631371msgstr ""
    13641372
    1365 #: functions.php:1635
     1373#: functions.php:1641
    13661374msgid "German Manual"
    13671375msgstr ""
    13681376
    1369 #: functions.php:1639
     1377#: functions.php:1645
    13701378msgid "Demo-Site"
    13711379msgstr ""
    13721380
    1373 #: functions.php:1643
     1381#: functions.php:1649
    13741382msgid "wp-championship on WordPress.org"
    13751383msgstr ""
    13761384
    1377 #: functions.php:1647
     1385#: functions.php:1653
    13781386msgid "German wp-championship site"
    13791387msgstr ""
    13801388
    1381 #: functions.php:1651
     1389#: functions.php:1657
    13821390msgid "Changelog"
    13831391msgstr ""
    13841392
    1385 #: functions.php:1655
     1393#: functions.php:1661
    13861394msgid "Links open in a new windows/tab."
    13871395msgstr ""
    13881396
    1389 #: functions.php:1664
     1397#: functions.php:1670
    13901398msgid "wp-championship Help"
    13911399msgstr ""
Note: See TracChangeset for help on using the changeset viewer.