mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
01e5cb0c04
[CMDUTILS/AT] Fix missing translation strings in certain files. [NOTEPAD] Fix SUBLANG code to brazillian. [RAPPS] Fix missing translation strings in certain files. [FDEBUG] Fix translation string ID. [CPL/INPUT] Fix missing translation strings in certain files. [ACPPAGE] Fix incorrect resource IDs. [NETSHELL] Fix incorrect resource IDs. [DEVMGR] Fix missing translation strings in certain files. [LSASRV] Fix missing translation strings in certain files. [RASDLG] Fix missing translation strings in certain files. [SHELL32] Fix missing translation strings and incorrect resource IDs. [TAPIUI] Fix missing translation strings in certain files. [WINFILE] Fix incorrect resource IDs. [NTVDM] Fix missing translation strings in certain files. [USERSRV] Fix missing translation strings in certain files. [BROWSEUI] One more missing string. [FLTMC] Fix missing translation strings in certain files. Detected using the TransDiffer tool (early alpha). This doesn't include everything anymore, but I wanted to get the PR out of the way.
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
/* TRANSLATOR: 2016 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net) */
|
||
|
||
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
IDS_USAGE "\nGeçerli komutlar:\n\
|
||
load Bir süzgeç sürücüsünü yükler\n\
|
||
unload Bir süzgeç sürücüsünü kaldırır\n\
|
||
filters Dizgede şimdilik kayıtlı süzgeçleri dizelgeler\n\n\
|
||
volumes Lists all volumes\n\n"
|
||
|
||
IDS_USAGE_LOAD "Bir süzgeç sürücüsünü yükler\n"
|
||
IDS_USAGE_UNLOAD "Bir süzgeç sürücüsünü kaldırır\n"
|
||
IDS_USAGE_FILTERS "Kayıtlı tüm süzgeçleri dizelgeler\n"
|
||
IDS_USAGE_VOLUMES "Lists all volumes\n"
|
||
END
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
IDS_DISPLAY_FILTERS1 "Süzgeç Adı Örnek Sayısı Yükseklik Kare\n"
|
||
IDS_DISPLAY_FILTERS2 "Süzgeç Adı Örnek Sayısı Kare\n"
|
||
IDS_DISPLAY_VOLUMES "Dos Name Volume Name FileSystem Status\n"
|
||
END
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
IDS_ERROR_PRIV "Sürücü yüklemesi ayrıcalığı ayarlama başarısız (0x%X)\n"
|
||
IDS_ERROR_FILTERS "Süzgeçleri dizelgeleme başarısız (0x%X)\n"
|
||
IDS_ERROR_LOAD "Süzgeçleri yükleme başarısız (0x%X)\n"
|
||
IDS_ERROR_UNLOAD "Süzgeçleri kaldırma başarısız (0x%X)\n"
|
||
IDS_ERROR_VOLUMES "Failed to list the volumes (0x%X)\n"
|
||
END
|