mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +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
12
base/applications/cmdutils/tree/lang/et-EE.rc
Normal file
12
base/applications/cmdutils/tree/lang/et-EE.rc
Normal file
|
@ -0,0 +1,12 @@
|
|||
LANGUAGE LANG_ESTONIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_USAGE "Kuvab draivi või tee visuaalset kaustastruktuuri.\n\n\
|
||||
TREE [draiv:][tee] [/F] [/A]\n\n\
|
||||
\t/F Kuvab igas kaustas olevate failide nimed.\n\
|
||||
\t/A Kasuta ASCII-d laiendatut tähemärkide asemel.\n"
|
||||
IDS_NO_SUBDIRECTORIES "Ühtegi alamkausta ei ole olemas"
|
||||
IDS_FOLDER_PATH "Kausta PATH nimekiri\n"
|
||||
IDS_VOL_SERIAL "Draivi seerianumber on %x:%x\n"
|
||||
END
|
|
@ -17,6 +17,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
#ifdef LANGUAGE_EN_US
|
||||
#include "lang/en-US.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_ET_EE
|
||||
#include "lang/et-EE.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_FR_FR
|
||||
#include "lang/fr-FR.rc"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue