2021-09-12 22:52:19 +00:00
|
|
|
/*
|
2013-11-28 21:52:17 +00:00
|
|
|
* FILE: base/applications/cmdutils/more/lang/ro-RO.rc
|
|
|
|
* ReactOS Project (http://www.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
|
[TRANSLATION]
Fulea Stefan <fulea.stefan> at <gmail.com> :
* Mega Romanian translation commit. Bugs 6422, 6424, 6425, 6426, 6427, 6428, 6429, 6430, 6432, 6438, 6442, 6446, 6450 and 6451.
svn path=/trunk/; revision=53511
2011-08-31 20:56:02 +00:00
|
|
|
*/
|
2013-11-28 21:52:17 +00:00
|
|
|
|
2011-12-04 14:53:17 +00:00
|
|
|
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
[TRANSLATION]
Fulea Stefan <fulea.stefan> at <gmail.com> :
* Mega Romanian translation commit. Bugs 6422, 6424, 6425, 6426, 6427, 6428, 6429, 6430, 6432, 6438, 6442, 6446, 6450 and 6451.
svn path=/trunk/; revision=53511
2011-08-31 20:56:02 +00:00
|
|
|
|
2013-10-13 22:31:17 +00:00
|
|
|
STRINGTABLE
|
[TRANSLATION]
Fulea Stefan <fulea.stefan> at <gmail.com> :
* Mega Romanian translation commit. Bugs 6422, 6424, 6425, 6426, 6427, 6428, 6429, 6430, 6432, 6438, 6442, 6446, 6450 and 6451.
svn path=/trunk/; revision=53511
2011-08-31 20:56:02 +00:00
|
|
|
BEGIN
|
2021-06-10 00:34:23 +00:00
|
|
|
IDS_USAGE "Afișează date pe ecran, pagină-cu-pagină.\n\
|
|
|
|
\n\
|
|
|
|
MORE [/E [options]] < [drive:][path]filename\n\
|
|
|
|
command | MORE [/E [options]]\n\
|
|
|
|
\n\
|
|
|
|
[drive:][path]filename A file whose contents are to be displayed.\n\
|
|
|
|
command A command whose output is to be displayed.\n\
|
|
|
|
\n\
|
|
|
|
When Extended Features are enabled, the following form is supported:\n\
|
|
|
|
MORE [/E] [options] [files]\n\
|
|
|
|
\n\
|
2021-06-09 14:30:30 +00:00
|
|
|
Options:\n\
|
2021-06-10 00:34:23 +00:00
|
|
|
/E Enable Extended Features.\n\
|
|
|
|
The default state of the Extended Features is controlled by the default\n\
|
|
|
|
registry settings for CMD.EXE. For more details on how to change these\n\
|
|
|
|
settings, see the section ""Command Extensions"" in CMD.EXE help.\n\
|
|
|
|
\n\
|
|
|
|
When Extended Features are enabled, the following options are available:\n\
|
|
|
|
/C Clear the screen before displaying a page.\n\
|
|
|
|
/P Expand Form-Feed characters.\n\
|
|
|
|
/S Shrink successive blank lines to a single line.\n\
|
|
|
|
/Tn Expand tabs to n spaces (default: 8).\n\
|
|
|
|
\n\
|
|
|
|
These options can be specified in the MORE environment variable.\n\
|
|
|
|
\n\
|
|
|
|
+n Start displaying the first file at line n.\n\
|
|
|
|
files List of files to display, separated by blanks.\n\
|
|
|
|
\n\
|
|
|
|
When Extended Features are enabled, the following commands are available\n\
|
|
|
|
at the ""-- Continue --"" prompt:\n\
|
|
|
|
\n\
|
|
|
|
P n Display the next n lines.\n\
|
|
|
|
S n Skip the next n lines.\n\
|
|
|
|
F Display the next file.\n\
|
|
|
|
Q Quit.\n\
|
|
|
|
= Show the line number.\n\
|
|
|
|
? Show the help line.\n\
|
|
|
|
<Space> Display the next page.\n\
|
|
|
|
<Enter> Display the next line.\n"
|
2021-06-09 14:30:30 +00:00
|
|
|
|
2021-06-10 02:10:55 +00:00
|
|
|
IDS_BAD_FLAG "Invalid argument - '%s'\n"
|
2016-10-22 22:07:28 +00:00
|
|
|
IDS_FILE_ACCESS "Fișierul «%s» nu poate fi accesat!\n"
|
2021-06-10 02:10:55 +00:00
|
|
|
IDS_CONTINUE_PROMPT "-- Continuă%1%2%3 --%4"
|
|
|
|
IDS_CONTINUE_PERCENT " (%d%%)"
|
|
|
|
IDS_CONTINUE_LINE_AT " [Line: %d]"
|
|
|
|
IDS_CONTINUE_OPTIONS " [Options: psfq=<Space><Enter>]"
|
|
|
|
IDS_CONTINUE_LINES " Lines: "
|
[TRANSLATION]
Fulea Stefan <fulea.stefan> at <gmail.com> :
* Mega Romanian translation commit. Bugs 6422, 6424, 6425, 6426, 6427, 6428, 6429, 6430, 6432, 6438, 6442, 6446, 6450 and 6451.
svn path=/trunk/; revision=53511
2011-08-31 20:56:02 +00:00
|
|
|
END
|