summaryrefslogtreecommitdiff
path: root/web/viewsjs/texts.js.erb
blob: 5d0f37f2684c658db1b2cdb4b2a35eb6d48042e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
var texts = <%=
        {
            :flexigrid => {
                :pagetext => @trans.t.flexigrid.pagetext,
                :pagestat => @trans.t.flexigrid.pagestat,
                :outof    => @trans.t.flexigrid.outof,
                :findtext => @trans.t.flexigrid.findtext,
                :procmsg  => @trans.t.flexigrid.procmsg,
                :nomsg    => @trans.t.flexigrid.nomsg,
                :errormsg => @trans.t.flexigrid.errormsg,
            },
            :misc => {
                :values_less_than_one_percent => @trans.t.misc.values_less_than_one_percent,
                :empty_string => @trans.t.misc.empty_string,
                :all => @trans.t.misc.all,
                :help => @trans.t.misc.help,
                :search_for => @trans.t.misc.search_for,
                :no_image => @trans.t.misc.no_image,
            },
            :osm => {
                :key => @trans.t.osm.key,
                :keys => @trans.t.osm.keys,
                :value => @trans.t.osm.value,
                :values => @trans.t.osm.values,
                :tag => @trans.t.osm.tag,
                :tags => @trans.t.osm.tags,
                :node => @trans.t.osm.node,
                :nodes => @trans.t.osm.nodes,
                :way => @trans.t.osm.way,
                :ways => @trans.t.osm.ways,
                :relation => @trans.t.osm.relation,
                :relations => @trans.t.osm.relations,
                :all => @trans.t.osm.all
            },
        }.to_json
%>;