Changeset 2866
- Timestamp:
- 01/14/12 07:33:49 (4 months ago)
- Location:
- trunk/site
- Files:
-
- 3 modified
-
includes/strings.inc (modified) (6 diffs)
-
map.class.php (modified) (1 diff)
-
myboat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/site/includes/strings.inc
r2865 r2866 155 155 'bestvmgengaged' => 'Best VMG', 156 156 'bestwptime' => 'Time of the best boat : %dd, %dh, %dm. ', 157 'blackout' => 'Position blackout is active until ==>',157 'blackout' => 'Position blackout is active until', 158 158 'boat' => 'Boat', 159 159 'boat(s)' => 'boat(s)', … … 614 614 'bestvmgengaged' => 'Meilleur VMG', 615 615 'bestwptime' => 'Temps de passage du meilleur : %dj, %dh, %dm.', 616 'blackout' => 'Blackout des positions en cours ==>',616 'blackout' => 'Blackout des positions en cours', 617 617 'boat' => 'Voilier', 618 618 'boat(s)' => 'bateau(x)', … … 1042 1042 'bestvmgengaged' => 'Miglior VMG', 1043 1043 'bestwptime' => 'Barca che ha fatto migior tempo al WP : %dg, %dh, %dm.', 1044 'blackout' => 'Posizione blackout ==>',1044 'blackout' => 'Posizione blackout', 1045 1045 'boat' => 'Barca', 1046 1046 'boatdescription' => 'Descrizione della barca', … … 1435 1435 'bestvmgengaged' => 'Mejor VMG', 1436 1436 'bestwptime' => 'Tiempo del mejor barco : %dd, %dh, %dm. ', 1437 'blackout' => 'Posiciones escondidas hasta ==>',1437 'blackout' => 'Posiciones escondidas hasta', 1438 1438 'boat' => 'Barco', 1439 1439 'boat(s)' => 'barco(s)', … … 1866 1866 'bestvmgengaged' => 'Bester VMG', 1867 1867 'bestwptime' => 'Beste Zwischenzeit: %d Tag(e), %d Stunde(n), %d Minute(n).', 1868 'blackout' => 'Blackout der laufenden Positionen ==>',1868 'blackout' => 'Blackout der laufenden Positionen', 1869 1869 'boat' => 'Segelboot', 1870 1870 'boatdescription' => 'Beschreibung des Bootes', … … 2197 2197 'bestvmgengaged' => 'Melhor VMG', 2198 2198 'bestwptime' => 'Tempo do melhor barco : %dd, %dh, %dm. ', 2199 'blackout' => 'Posição blackout ==>',2199 'blackout' => 'Posição blackout', 2200 2200 'boat' => 'Barco', 2201 2201 'boatdescription' => 'Boat description', -
trunk/site/map.class.php
r2859 r2866 896 896 //FIXME what is this $font var ? (I guess it's zero, this the font size is 15) 897 897 imagestring ( $this->mapImage, $font+15, 10, $this->ySize - 40 , 898 getLocalizedString("blackout"). gmdate(getLocalizedString("dateClassificationFormat"),898 getLocalizedString("blackout").' ==> '.gmdate(getLocalizedString("dateClassificationFormat"), 899 899 $this->fullRacesObj->races->boend), 900 900 $this->colorWarning); 901 901 imagestring ( $this->mapImage, $font+15, 9, $this->ySize - 39 , 902 getLocalizedString("blackout"). gmdate(getLocalizedString("dateClassificationFormat"),902 getLocalizedString("blackout").' ==> '.gmdate(getLocalizedString("dateClassificationFormat"), 903 903 $this->fullRacesObj->races->boend), 904 904 $this->colorBlack); -
trunk/site/myboat.php
r2845 r2866 436 436 } 437 437 if ( $now > $myRace->bobegin && $now < $myRace->boend ) { 438 $msg = getLocalizedString("blackout") . " : <b>". gmdate(getLocalizedString("dateClassificationFormat") . "</b>",438 $msg = getLocalizedString("blackout") . ' ===> '. " : <b>". gmdate(getLocalizedString("dateClassificationFormat") . "</b>", 439 439 $myRace->boend); 440 440 $messages[] = Array("id" => "activebo", "txt" => $msg, "class" => "ic", "url" => $ichref);
