--- android/TrainInfo/src/dk/thoerup/traininfo/TimetableList.java 2011/04/04 18:33:27 1260 +++ android/TrainInfo/src/dk/thoerup/traininfo/TimetableList.java 2011/04/05 13:00:34 1265 @@ -73,7 +73,10 @@ note = note.replace("Eksterne forhold", this.getString(R.string.timetablelist_externalconditions) ); note = note.replace("Teknisk fejl på et signal", this.getString(R.string.timetablelist_technicalerroronsignal) ); note = note.replace("Materielforhold", this.getString(R.string.timetablelist_equipmentcircumstances) ); - + + // TODO: missing translations: + // * Forventet rettidig afgang fra + // * Forventet rettidig afgang. ((TextView)findViewById(R.id.Status)).setText(status); ((TextView)findViewById(R.id.Note)).setText(note); @@ -183,7 +186,7 @@ super.onPostExecute(result); dismissDialog(DLG_PROGRESS); - + //TODO: differentiate between a communication error and a downed bane.dk site if (timetables != null) { commFailCounter = 0; TimetableList.this.getListView().invalidateViews();