From 57022841a24fb476ae5410cae9742a30cbe44222 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 26 Sep 2013 07:42:44 +0200 Subject: [PATCH] typo fixed in bin5 info strings --- TODO.txt | 9 ++++++--- web/briskin5/Obj/briskin5.phh | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/TODO.txt b/TODO.txt index b6f9053..d361949 100644 --- a/TODO.txt +++ b/TODO.txt @@ -4,11 +4,14 @@ FEATURES | ----------+ - CONTINUE FEATURE - . save points every game - . modify points calculation to include order and mazzo - . exclude not standard types from statistics + DONE . save points every game + DONE . modify points calculation to include order and mazzo + HALF . exclude not standard types from statistics + DONE . daily reports + . monthly stats . add command to continue + . investigate user reordering - WEBSOCKET TRANSPORT . refactoring $enc attribute management diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index 525f4d8..4bf9f70 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -56,10 +56,10 @@ $mlang_bin5_bin5 = array( 'en' => 'lost'), // br, hr, b, /b, win_name - 'info_alon' => array( 'it' => 'Nell\'ultima partita %3$s%5$s%4$s si è chiamato in mano,%1$s', + 'info_alon' => array( 'it' => 'Nell\'ultima partita %3$s%5$s%4$s si è chiamato in mano,%1$s', 'en' => 'In the last hand %3$s%5$s%4$s play alone against each other,%1$s'), // br, hr, b, /b, old_asta_pnt, old_pnt, winornot - 'info_aleaa' => array( 'it' => 'doveva fare %3$salmeno %5$d%4$s punti e ne ha fatti %3$s%6$d%4$s: ha %6$s.%1$s', + 'info_aleaa' => array( 'it' => 'doveva fare %3$salmeno %5$d%4$s punti e ne ha fatti %3$s%6$d%4$s: ha %3$s%7$s%4$s.%1$s', 'en' => 'he/she had to do %3$sat least %5$d%4$s points and they had made %3$s%6$d%4$s: he/she had %3$s%7$s%4$s.%1$s'), // br, hr, b, /b, old_pnt, winornot 'info_morea' => array( 'it' => 'doveva fare %3$spiù di 60%4$s punti e ne ha fatti %3$s%5$d%4$s: ha %3$s%6$s%4$s.%1$s', -- 2.17.1