File: wpc_shift_pt.lang

package info (click to toggle)
wings3d 1.4.1-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 23,772 kB
  • sloc: erlang: 90,032; ansic: 1,437; makefile: 830; sh: 294; cpp: 123; objc: 112
file content (22 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%% -*- mode:erlang; erlang-indent-level: 2 -*-
{wpc_shift,
 [
  {adv_submenu,
   [
    {1,"Distribuir (plano)"},
    {2,"Distribuir (esfera)"},
    {3,"Distribuir (cilindro)"}
   ]},
  {menu,
   [
    {1,"Distribuir"}
   ]},
  {submenu_items,
   [
    {1,"Escolha o eixo"},
    {2,"Escolha o ponto"},
    {3,"Escolha o centro"},
    {4,"Escolha o eixo"},
    {5,"Escolha o ponto"}
   ]}
 ]}.