07bb1f28f8aadabb2814373817b2a2f7c4147c38
[reactos.git] / reactos / base / applications / sndrec32 / lang / ro-RO.rc
1 /*
2 * FILE: base/applications/sndrec32/lang/ro-RO.rc
3 * ReactOS Project (http://www.reactos.org)
4 * TRANSLATOR: Fulea Ștefan (PM on ReactOS Forum to fulea.stefan)
5 * CHANGE LOG: 2011-08-25 initial translation
6 * 2011-08-30 technical correction (icon)
7 * 2011-10-30 minor changes
8 */
9
10 LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
11
12 IDC_REACTOS_SNDREC32 ACCELERATORS
13 BEGIN
14 "?", IDM_ABOUT, ASCII, ALT
15 "/", IDM_ABOUT, ASCII, ALT
16 END
17
18 IDD_ABOUTBOX DIALOGEX 0, 0, 196, 75
19 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
20 CAPTION "Despre înregistratorul audio"
21 FONT 8, "MS Shell Dlg", 0, 0, 0x1
22 BEGIN
23 ICON IDI_SNDREC32, -1, 19, 14, 21, 20
24 LTEXT "Înregistrator audio, versiunea 1.0", IDC_STATIC, 56, 16, 114, 8, SS_NOPREFIX
25 LTEXT "Drept de autor (C) 2009", IDC_STATIC, 56, 25, 114, 8
26 DEFPUSHBUTTON "Î&nchide", IDOK, 139, 54, 50, 14, WS_GROUP
27 END
28
29 IDR_MENU1 MENU
30 BEGIN
31 POPUP "&Fișier"
32 BEGIN
33 MENUITEM "&Nou", ID_FILE_NEW
34 MENUITEM "&Deschidere…", ID_FILE_OPEN
35 MENUITEM "Pă&strează", ID_FILE_SAVE, GRAYED
36 MENUITEM "&Păstrare în…", ID_FILE_SAVEAS, GRAYED
37 MENUITEM "Restore...", ID_FILE_RESTORE, GRAYED
38 MENUITEM "Properties", ID_FILE_PROPERTIES
39 MENUITEM SEPARATOR
40 MENUITEM "I&eșire", ID_FILE_EXIT
41 END
42 POPUP "&Edit"
43 BEGIN
44 MENUITEM "&Copy", ID_EDIT_COPY
45 MENUITEM "&Paste Insert", ID_EDIT_PASTE, GRAYED
46 MENUITEM "Paste Mi&x", ID_EDIT_PASTEMIX, GRAYED
47 MENUITEM SEPARATOR
48 MENUITEM "&Insert File...", ID_EDIT_INSERTFILE
49 MENUITEM "&Mix with File...", ID_EDIT_MIXFILE
50 MENUITEM SEPARATOR
51 MENUITEM "Delete &Before Current Position",ID_EDIT_DELETEBEFORE, GRAYED
52 MENUITEM "Delete &After Current Position",ID_EDIT_DELETEAFTER, GRAYED
53 MENUITEM SEPARATOR
54 MENUITEM "A&udio Properties", ID_EDIT_AUDIOPROPS
55 END
56 POPUP "Effect&s"
57 BEGIN
58 MENUITEM "&Increase Volume (by 25%)", ID_EFFECTS_INCVOL
59 MENUITEM "&Decrease Volume", ID_EFFECTS_DECVOL
60 MENUITEM SEPARATOR
61 MENUITEM "&Increase Speed (by 100%)", ID_EFFECTS_INCSPD
62 MENUITEM "&Decrease Speed", ID_EFFECTS_DECSPD
63 MENUITEM SEPARATOR
64 MENUITEM "&Add Echo", ID_EFFECTS_ECHO
65 MENUITEM "&Reverse", ID_EFFECTS_REVERSE
66 END
67 POPUP "&?"
68 BEGIN
69 MENUITEM "&Despre…", ID_ABOUT
70 END
71 END
72
73 STRINGTABLE
74 BEGIN
75 IDS_APP_TITLE "Înregistrator audio"
76 IDC_REACTOS_SNDREC32 "REACTOS_SNDREC32"
77 END
78
79 STRINGTABLE
80 BEGIN
81 IDS_STRPOS "Poziție: %.2f s"
82 IDS_STRDUR "Lungime: %.2f s"
83 IDS_STRBUF "Memorie: %.2f kb"
84 IDS_STRFMT "%.1f kHz %u biți"
85 IDS_STRMONO "mono"
86 IDS_STRSTEREO "stereo"
87 IDS_STRCHAN "%s"
88 END