xref: /reactos/dll/win32/avifil32/lang/avifile_Ro.rc (revision c2c66aff)
1/*
2 * avifil32.dll (Romanian resources)
3 *
4 * Copyright 2002 Michael Günnewig
5 *           2009 Paul Chitescu
6 *           2012 Fulea Ștefan
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 */
22
23LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
24
25STRINGTABLE
26{
27  IDS_WAVESTREAMFORMAT	"Forma de undă: %s"
28  IDS_WAVEFILETYPE	"Formă de undă"
29  IDS_ALLMULTIMEDIA	"Toate fișierele multimedia"
30  IDS_ALLFILES		"Toate fișierele (*.*)"
31  IDS_VIDEO		"video"
32  IDS_AUDIO		"audio"
33  IDS_AVIFILETYPE	"Tratare implicită Wine pentru AVI"
34  IDS_UNCOMPRESSED      "necomprimat"
35}
36
37IDD_SAVEOPTIONS DIALOGEX  43, 37, 226, 82
38STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
39CAPTION "Opțiuni de compresie"
40FONT 8, "MS Shell Dlg"
41BEGIN
42    LTEXT           "&Alegeți un flux:",-1,5,5,154,10
43    COMBOBOX        IDC_STREAM,5,18,154,61,CBS_DROPDOWNLIST | WS_VSCROLL |
44                    WS_TABSTOP
45    PUSHBUTTON      "&Opțiuni…",IDC_OPTIONS,170,17,50,14
46    AUTOCHECKBOX    "Înt&rețese fiecare",IDC_INTERLEAVE,5,42,85,11,WS_TABSTOP
47    EDITTEXT        IDC_INTERLEAVEEVERY,91,41,32,12,ES_AUTOHSCROLL
48    LTEXT           "cadre",-1,129,43,36,9
49    LTEXT           "Formatul curent:",-1,5,56,73,9
50    LTEXT           "Spațiu disponibil",IDC_FORMATTEXT,80,56,88,26
51    DEFPUSHBUTTON   "Con&firmă",IDOK,170,42,50,14
52    PUSHBUTTON      "A&nulează",IDCANCEL,170,61,50,14
53END
54