~hartmut-php/eventum/history-timeline

« back to all changes in this revision

Viewing changes to htdocs/js/timeline/scripts/l10n/vi/timeline.js

  • Committer: Hartmut Holzgraefe
  • Date: 2011-06-05 19:25:02 UTC
  • Revision ID: hartmut@mysql.com-20110605192502-azofrp3n7igr9oib
Added Simile Timeline javascript component 

Simile Timeline homepage: http://www.simile-widgets.org/timeline/

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*==================================================
 
2
 *  Common localization strings
 
3
 *==================================================
 
4
 */
 
5
 
 
6
Timeline.strings["vi"] = {
 
7
    wikiLinkLabel:  "Bàn luận"
 
8
};
 
9