mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
52 lines
2.6 KiB
Text
52 lines
2.6 KiB
Text
/*
|
|
* Copyright 2005 Mike McCormack
|
|
* Copyright 2009 Michael Stefaniuc
|
|
* 2011 Ștefan Fulea
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
*/
|
|
|
|
#include "windef.h"
|
|
|
|
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
|
|
|
#pragma code_page(65001)
|
|
|
|
STRINGTABLE
|
|
{
|
|
4 "Pachetul de instalare menționat nu a putut fi deschis. Verificați calea și încercați din nou."
|
|
5 "calea %s nu a fost găsită"
|
|
9 "inserați discul %s"
|
|
10 "Instalatorul Windows %s\n\nUtilizare:\nmsiexec command {parametru obligatoriu} [parametru opțional]\n\n" \
|
|
"Instalarea unui produs:\n\t/i {pachet|cod_produs} [proprietate]" \
|
|
"\n\t/package {pachet|cod_produs} [proprietate]" \
|
|
"\n\t/a pachet [proprietate]\n" \
|
|
"Repararea unei instalări:\n\t/f[p|o|e|d|c|a|u|m|s|v] {pachet|cod_produs}\n" \
|
|
"Dezinstalarea unui produs:\n\t/uninstall {pachet|cod_produs} [proprietate]" \
|
|
"\n\t/x {pachet|cod_produs} [proprietate]\n" \
|
|
"Promovarea unui produs:\n\t/j[u|m] pachet [/t transformare] [/g id_limbă]\n" \
|
|
"Aplicarea unui patch:\n\t/p pachet_patch [proprietate]" \
|
|
"\n\t/p pachet_patch /a pachet [proprietate]\n" \
|
|
"Jurnalizare și modificatori de interfață pentru comenzile enumerate:" \
|
|
"\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" \
|
|
"Înregistrarea serviciului MSI:\n\t/y\n" \
|
|
"Excluderea serviciului MSI:\n\t/z\n" \
|
|
"Afișarea acestui manual:\n\t/help\n\t/?\n"
|
|
11 "introduceți fișierul care conține %s"
|
|
12 "lipsește sursa de instalare pentru această caracteristică"
|
|
13 "lipsește unitatea de rețea pentru această caracteristică"
|
|
14 "caracteristică de la:"
|
|
15 "selectați fișierul care conține %s"
|
|
}
|