[MSI]
[reactos.git] / reactos / dll / win32 / msi / msi_Ro.rc
1 /*
2 * Copyright 2005 Mike McCormack
3 * Copyright 2009 Michael Stefaniuc
4 * 2011 Ștefan Fulea
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 */
20
21 #include "windef.h"
22
23 LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
24
25 #pragma code_page(65001)
26
27 STRINGTABLE
28 {
29 4 "Pachetul de instalare menționat nu a putut fi deschis. Verificați calea și încercați din nou."
30 5 "calea %s nu a fost găsită"
31 9 "inserați discul %s"
32 10 "Instalatorul Windows %s\n\nUtilizare:\nmsiexec command {parametru obligatoriu} [parametru opțional]\n\n" \
33 "Instalarea unui produs:\n\t/i {pachet|cod_produs} [proprietate]" \
34 "\n\t/package {pachet|cod_produs} [proprietate]" \
35 "\n\t/a pachet [proprietate]\n" \
36 "Repararea unei instalări:\n\t/f[p|o|e|d|c|a|u|m|s|v] {pachet|cod_produs}\n" \
37 "Dezinstalarea unui produs:\n\t/uninstall {pachet|cod_produs} [proprietate]" \
38 "\n\t/x {pachet|cod_produs} [proprietate]\n" \
39 "Promovarea unui produs:\n\t/j[u|m] pachet [/t transformare] [/g id_limbă]\n" \
40 "Aplicarea unui patch:\n\t/p pachet_patch [proprietate]" \
41 "\n\t/p pachet_patch /a pachet [proprietate]\n" \
42 "Jurnalizare și modificatori de interfață pentru comenzile enumerate:" \
43 "\n\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] fișier_jurnal\n\t/q{|n|b|r|f|n+|b+|b-}\n" \
44 "Înregistrarea serviciului MSI:\n\t/y\n" \
45 "Excluderea serviciului MSI:\n\t/z\n" \
46 "Afișarea acestui manual:\n\t/help\n\t/?\n"
47 11 "introduceți fișierul care conține %s"
48 12 "lipsește sursa de instalare pentru această caracteristică"
49 13 "lipsește unitatea de rețea pentru această caracteristică"
50 14 "caracteristică de la:"
51 15 "selectați fișierul care conține %s"
52 }