~esnet-graphite/graphite/almanac-integration-old

« back to all changes in this revision

Viewing changes to webapp/content/js/timeline/timeline_js/scripts/l10n/en/timeline.js

  • Committer: Andrew Wang
  • Date: 2009-07-23 01:42:32 UTC
  • Revision ID: awang@student3.es.net-20090723014232-g4744s51gp8xbu3c
Add a timeline to the bottom of the composer.  Right now it is hard-coded to hit a local almanac on port 7000.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*==================================================
 
2
 *  Common localization strings
 
3
 *==================================================
 
4
 */
 
5
 
 
6
Timeline.strings["en"] = {
 
7
    wikiLinkLabel:  "Discuss"
 
8
};
 
9