mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
09dde2cff9
To harmonize, to save some bytes, and last but not least for security reasons. This can be understood as an addendum to (#2619).
23 lines
1,006 B
Text
23 lines
1,006 B
Text
/*
|
|
* FILE: base/applications/cmdutils/find/lang/ro-RO.rc
|
|
* ReactOS Project (https://reactos.org)
|
|
* TRANSLATOR: Fulea Ștefan (PM on ReactOS Forum at fulea.stefan)
|
|
* CHANGE LOG: 2011-08-20 initial translation
|
|
* 2011-10-17 diacritics change, other minor changes
|
|
*/
|
|
|
|
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_USAGE "FIND: Tipărește toate rândurile unui fișier ce conțin un șir.\n\n\
|
|
FIND [/V] [/C] [/N] [/I] [/OFF[LINE]] ""șir"" [fișier...]\n\
|
|
/V Tipărește rândurile ce nu conțin șirul.\n\
|
|
/C Numără liniile ce conțin șirul.\n\
|
|
/N Numără rândurile afișate, începând cu 1.\n\
|
|
/I Ignoră diferențele între majuscule și minuscule.\n\
|
|
/OFF[LINE] Do not skip files that have the offline attribute set."
|
|
IDS_NO_SUCH_FILE "FIND: Fișierul «%s» nu există!\n"
|
|
IDS_CANNOT_OPEN "FIND: Fișierul «%s» nu poate fi deschis!\n"
|
|
IDS_INVALID_SWITCH "FIND: Invalid switch\n"
|
|
END
|