typo fixed in bin5 info strings
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 26 Sep 2013 05:42:44 +0000 (07:42 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 26 Sep 2013 05:42:44 +0000 (07:42 +0200)
TODO.txt
web/briskin5/Obj/briskin5.phh

index b6f9053..d361949 100644 (file)
--- 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
index 525f4d8..4bf9f70 100644 (file)
@@ -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 &egrave; 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',