File: wpc_arc_intersect_fr.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 (35 lines) | stat: -rw-r--r-- 730 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
23
24
25
26
27
28
29
30
31
32
33
34
35
%% -*- mode:erlang; erlang-indent-level: 2 -*-
{wpc_arc_intersect,
 [
  {arc_intersect_menu,
   [
    {1,"Rotation à la cible"},
    {2,"Rotate around specified center from Point A to Point B"},
    {3,"Rotate Point to Plane"},
    {4,"Rotate around specified center by an angle defined by Vector A and Vector B"}
   ]},
  {arc_intersect_mode_help,
   [
    {1,"[1] "}
   ]},
  {flip_help,
   [
    {1,"  [5] "}
   ]},
  {flip_help_1,
   [
    {1,"Flip Angle"},
    {2,"Flip Back"}
   ]},
  {selection_ask,
   [
    {1,"Pick rotation axis"},
    {2,"Pick center of rotation"},
    {3,"Pick Point A"},
    {4,"Pick Point B"},
    {5,"Pick Vector A"},
    {6,"Pick Vector B"},
    {7,"Pick Point"},
    {8,"Pick Plane"}
   ]}
 ]}.