reactos/base/applications/cmdutils/find/lang/lt-LT.rc
Paweł Cholewa 1bd330cd81
[FIND] Rewrite of the find utility. (#1553)
This commit contains a complete rewrite of find console utility.
The goal of it was to make the source code easier to maintain
and to add a missing feature (/offline switch).

Additional changes:
 * now the program operates on Unicode strings;
 * added conutils and shlwapi as program's libraries;
 * added IDS_INVALID_SWITCH string into resources;
 * modified IDS_USAGE string to include /offline switch
   description.

https://ss64.com/nt/find.html was used for reference.
2019-05-14 20:37:38 +02:00

25 lines
976 B
Plaintext

/*
* PROJECT: ReactOS find command
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/applications/cmdutils/find/lang/lt-LT.rc
* PURPOSE: Lithuanian Language File
* TRANSLATOR: Vytis "CMan" Girdžijauskas (cman@cman.us)
* DATE: 2007-09-23
*/
LANGUAGE LANG_LITHUANIAN, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_USAGE "FIND: Spausdina visas bylos eilutes, kuriose yra ieškomas tekstas.\n\n\
FIND [/V] [/C] [/N] [/I] [/OFF[LINE]] ""tekstas"" [byla...]\n\
/V Spausdinti eilutes, kuriose nėra ieškomo teksto.\n\
/C Skaičiuoti eilutes, kuriose yra ieškomas tekstas.\n\
/N Numeruoti vaizduojamas eilutes, pradedant nuo 1.\n\
/I Ignoruoti raidžių dydį.\n\
/OFF[LINE] Do not skip files that have the offline attribute set."
IDS_NO_SUCH_FILE "FIND: %s: Tokios bylos nėra\n"
IDS_CANNOT_OPEN "FIND: %s: Nepavyko atverti bylos\n"
IDS_INVALID_SWITCH "FIND: Invalid switch\n"
END