[WLAN-BRINGUP]
[reactos.git] / base / applications / cmdutils / reg / Ro.rc
1 /*
2 * REG.EXE - Wine-compatible reg program.
3 *
4 * Copyright 2008 Andrew Riedi
5 * Copyright 2010 Claudia Cotună
6 * Michael Stefaniuc
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
23 #include "reg.h"
24
25 LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
26
27 #pragma code_page(65001)
28
29 STRINGTABLE
30 {
31 STRING_USAGE, "Sintaxa acestei comenzi este:\n\nREG [ ADD | DELETE | QUERY ]\nREG comandă /?\n"
32 STRING_ADD_USAGE, "REG ADD nume_cheie [/v nume_valoare | /ve] [/t tip] [/s separator] [/d date] [/f]\n"
33 STRING_DELETE_USAGE, "REG DELETE nume_cheie [/v nume_valoare | /ve | /va] [/f]\n"
34 STRING_QUERY_USAGE, "REG QUERY nume_cheie [/v nume_valoare | /ve] [/s]\n"
35 STRING_SUCCESS, "Operațiunea a fost finalizată cu succes\n"
36 STRING_INVALID_KEY, "Eroare: Nume de cheie nevalid\n"
37 STRING_INVALID_CMDLINE, "Eroare: Parametri nevalizi pentru linia de comandă\n"
38 STRING_NO_REMOTE, "Eroare: Nu se pot adăuga chei pe calculatorul de la distanță\n"
39 STRING_CANNOT_FIND, "Eroare: Sistemul nu a putut găsi cheia sau valoarea de registru specificată\n"
40 }