File: about.js

package info (click to toggle)
openrefine 3.9.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,440 kB
  • sloc: javascript: 106,758; java: 91,946; xml: 6,634; sh: 614; makefile: 78; python: 71; sql: 59
file content (7 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7

$("#about-openrefine").text($.i18n('core-index/about') + " OpenRefine");
$("#contributors").text($.i18n('core-about/contributors'));
$("#definition").text($.i18n('core-about/definition'));
$("#history-openrefine").html($.i18n('core-about/history' ,'http://www.metaweb.com/' ,'Metaweb Technologies,Inc.', 'http://www.google.com/','Google' ));
$("#thanks").text($.i18n('core-about/thanks'));
$('#app-home-button').attr('title', $.i18n('core-index/navigate-home'));