Skip to content

Commit

Permalink
Added 'Sort channels' to translate items
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed May 30, 2020
1 parent 475de93 commit 2492d8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Client/TeamTalkClassic/TeamTalk.rc
Expand Up @@ -297,7 +297,7 @@ BEGIN
LTEXT "Maximum text length",IDC_STATIC_LIMITTEXT,134,136,77,8
EDITTEXT IDC_EDIT_LIMITTEXT,208,133,35,14,ES_AUTOHSCROLL | ES_NUMBER
CONTROL "",IDC_SPIN_TEXTLEN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_HOTTRACK,232,133,11,14
LTEXT "Sort channels",IDC_STATIC,134,154,59,8
LTEXT "Sort channels",IDC_STATIC_SORTCHANNELS,134,154,59,8
COMBOBOX IDC_COMBO_SORTCHANNELS,195,152,48,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
END

Expand Down
1 change: 1 addition & 0 deletions Client/TeamTalkClassic/lng_classic/Danish.lng
Expand Up @@ -364,6 +364,7 @@
<item id="1465">Krypteret server</item>
<item id="1468">Gem serverinformation</item>
<item id="1469">KBytes</item>
<item id="1470">Sorter kanaler</item>
<item id="1473">Dagens besked</item>
<item id="1474">KBytes/sek (0 = fra)</item>
<item id="1475">Lydformat:</item>
Expand Down
1 change: 1 addition & 0 deletions Client/TeamTalkClassic/lng_classic/English.lng
Expand Up @@ -417,6 +417,7 @@
<item id="1465">Encrypted server</item>
<item id="1468">Save server information</item>
<item id="1469">KBytes</item>
<item id="1470">Sort channels</item>
<item id="1473">Message of the day</item>
<item id="1474">KBytes/sec (0 = disabled)</item>
<item id="1475">Audio format:</item>
Expand Down
1 change: 1 addition & 0 deletions Client/TeamTalkClassic/resource.h
Expand Up @@ -592,6 +592,7 @@
#define IDC_CHECK_ENCRYPTED 1465
#define IDC_STATIC_SAVESERVERINFO 1468
#define IDC_STATIC_KBPS5 1469
#define IDC_STATIC_SORTCHANNELS 1470
#define IDC_STATIC_AUDIOFORMAT 1471
#define IDC_STATIC_VIDEOFORMAT 1472
#define IDC_STATIC_MOTD_TEXT 1473
Expand Down

0 comments on commit 2492d8e

Please sign in to comment.