File: wpc_shift_pl.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 (37 lines) | stat: -rw-r--r-- 868 bytes parent folder | download | duplicates (10)
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
37
%%                      -*- mode:erlang; erlang-indent-level: 2 -*-
%%  wpc_shift_pl.lang --
%%
%%     Polish language strings for Shift.
%%
%%  Copyright (c) 2005 Andrzej Giniewicz
%%
%%  See the file "license.terms" for information on usage and redistribution
%%  of this file, and for a DISCLAIMER OF ALL WARRANTIES.
%%
%%     $Id: wpc_shift_pl.lang,v 1.1 2005/10/04 20:31:15 giniu Exp $
%%
%%  Translation:  Andrzej Giniewicz
%%  Correction:   Małgorzata Napiontek
%%  Verification: Krzysztof Giniewicz
%%
{wpc_shift,
 [
  {adv_submenu,
   [
    {1,"Przemieść po płaszczyźnie"},
    {2,"Przemieść po sferze"},
    {3,"Przemieść po walcu"}
   ]},
  {menu,
   [
    {1,"Przemieść"}
   ]},
  {submenu_items,
   [
    {1,"Wybierz kierunek"},
    {2,"Wybierz punkt"},
    {3,"Wybierz środek"},
    {4,"Wybierz kierunek"},
    {5,"Wybierz punkt"}
   ]}
 ]}.