mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 14:31:50 +00:00
[TRANSLATIONS] Estonian for various base applications
This commit is contained in:
parent
3ccb48e6c2
commit
cc439606a5
34 changed files with 485 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
|||
#ifdef LANGUAGE_ES_ES
|
||||
#include "lang/es-ES.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_ET_EE
|
||||
#include "lang/et-EE.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_FR_FR
|
||||
#include "lang/fr-FR.rc"
|
||||
#endif
|
||||
|
|
13
base/applications/cmdutils/find/lang/et-EE.rc
Normal file
13
base/applications/cmdutils/find/lang/et-EE.rc
Normal file
|
@ -0,0 +1,13 @@
|
|||
LANGUAGE LANG_ESTONIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_USAGE "FIND: Trükib kõik read failist, mis sisaldavad stringi.\n\n\
|
||||
FIND [ /C ] [ /I ] [ /N ] [ /V ] ""string"" [ file... ]\n\
|
||||
/C Loenda arvuna stringi sisaldavaid ridu\n\
|
||||
/I Tõstutundetult\n\
|
||||
/N Nummerda kuvatud read alustades 1-st\n\
|
||||
/V Trüki read, mis ei sisalda stringi"
|
||||
IDS_NO_SUCH_FILE "FIND: %s: Sellist faili ei leitud\n"
|
||||
IDS_CANNOT_OPEN "FIND: %s: Ei saa faili avada\n"
|
||||
END
|
Loading…
Add table
Add a link
Reference in a new issue