File: wpc_turnedge_tr.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 (25 lines) | stat: -rw-r--r-- 625 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
%% -*- mode:erlang; erlang-indent-level: 2 -*-
{wpc_turnedge,
 [
  {command_help,
   [
    {turn_ccw,"Kenarı saat yönünün tersine döndür"},
    {turn_cw,"Kenarı saat yönünde döndür"},
    {turn_optimized,"Kenarı eğer yeni kenar daha kısa olacaksa saat yönünde döndür"}
   ]},
  {command_name,
   [
    {turn,"Döndür"},
    {turn_ccw,"Saat Yönünün Tersine Döndür"},
    {turn_cw,"Saat Yönünde Döndür"},
    {turn_optimized,"En Uygun Şekilde Döndür"}
   ]},
  {menu_entry,
   [
    {turn,"Döndür"}
   ]},
  {validate_edges,
   [
    {1,"Seçili kenarlar aynı yüzeyde olmamalı."}
   ]}
 ]}.