~daggerstab/stellarium/oculars-gui-improvement

« back to all changes in this revision

Viewing changes to plugins/Satellites/src/Satellites.cpp

  • Committer: Bogdan Marinov
  • Date: 2011-11-10 23:39:52 UTC
  • mfrom: (4948.1.52 stellarium)
  • Revision ID: bogdan.marinov84@gmail.com-20111110233952-d44bk1q756mybt1k
merged in trunk at revision 5000

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
                StelPluginInfo info;
66
66
                info.id = "Satellites";
67
 
                info.displayedName = q_("Satellites");
 
67
                info.displayedName = N_("Satellites");
68
68
                info.authors = "Matthew Gates, Jose Luis Canales";
69
69
                info.contact = "http://stellarium.org/";
70
 
                info.description = q_("Prediction of artificial satellite positions in Earth orbit based on NORAD TLE data");
 
70
                info.description = N_("Prediction of artificial satellite positions in Earth orbit based on NORAD TLE data");
71
71
                return info;
72
72
}
73
73
 
403
403
        conf->setValue("tle_url4", "http://celestrak.com/NORAD/elements/visual.txt");
404
404
        conf->setValue("tle_url5", "http://celestrak.com/NORAD/elements/amateur.txt");
405
405
        conf->setValue("tle_url6", "http://celestrak.com/NORAD/elements/iridium.txt");
 
406
        conf->setValue("tle_url7", "http://celestrak.com/NORAD/elements/geo.txt");
406
407
        conf->setValue("update_frequency_hours", 72);
407
408
        conf->setValue("orbit_line_flag", true);
408
409
        conf->setValue("orbit_line_segments", 90);