; This file contains all strings that are used in IChat
;
; How can you add support for your language?
;
; It's very easy now.
;
; 1. Make copy of this file and translate it
; 3. In language.ini:
; 1. Increate value of "Count" in main section on 1.
; 2. Create section with name Language<count> like it made for other languages.
; 3. Set name of your language like it's done for other languages
; 4. Set name of the INI file that you translated like it's done for other languages.
;
; After this your language will appear in the list of languages.
; You can select it and chat will use it.
;
; Some comments to the translation:
; 1. Before equal sign it's a identificator.
; Don't change anything in it.
; Leave it like it is.
; 2. Don't care about length of string in English and your language.
; Chat will change position on the form and it will look good.
; 3. If you need to use " in the begging of the string then put # before it.
; In other case it will cut it.
; Example:
; 10039=#"Name
; 4. If you need to use " in the end of the string then put " after it.
; In other case it will cut it.
; Example:
; 10039=Name"#
; 5. If you need to use space in the begging of the string then put " before it.
; In other case it will cut it.
; Example:
; 10039=# Name
; 6. If you need to use space in the end of the string then put " after it.
; In other case it will cut it.
; Example:
; 10039=Name #
; 7. Sometimes it's mecessary to cut message of some lines. For example how
; help message (/? command) looks:
;
; 9000=Alert has been arrived\rPrivate chat has been created\rLine has been created\rMessage board has been updated\rMessage in common chat has been arrived\rMessage in line has been arrived\rMessage in private chat has been arrived\rMass private message has been arrived\rPrivate message has been arrived\rUser has connected\rUser has disconnected\rUser has renamed
;
; Then you can use \r and \n combinations. Test after \r\n will be moved on the
; next line.
; 8. If string contains %s or %d it means that these combinations will be changed
; to something. For example command that is show in user menu:
;
; 11031=Insert "%s:" in message
;
; In this case %s will be changed to the name of the user that is selected in
; the list. For all such strings you have to put all these %s or %d in the right
; place in your language sentense. So that sentense will be right and will be
; understood right.
;
; DON'T DELETE THEM FROM THE SENTENSE. CHAT WILL GERNERATE EXCEPTION IF IT WILL NOT FIND THEM.
;
; I will give explanations for all such cases before them.
; 9. Some of the strings are list of values for the combobox or tree. Such lists
; in the begging and in the # end always contain ". Leave like it is.
; Values in such lists are separated by ,.
; If one of the values is more then one word then such values are taken in "
; You have to do the same if value on your language will contains more then one
rgAlertAction.Caption=Ak je u₧φvate╛ (poΦφtaΦ) pripojen²:
rgAlertAction.Items=#"Aktivuj Chat na popredie","PoÜli upozornenie (sprßvu) u₧φvate╛ovi","PoÜli upozornenie (sprßvu) mne"#
rgAlertSendType.Caption=Pou₧i:
rgAlertSendType.Items=#"Iba raz",V₧dy#
[TFrmPrivateChat]
pmnuMessagesMainSelectAll.Caption=Vyber vÜetko
pmnuMessagesMainCut.Caption=Vystrihni do schrßnky
pmnuMessagesMainCopy.Caption=Kopφruj do schrßnky
pmnuMessagesMainDelete.Caption=Vyma₧
pmnuMessagesMainClear.Caption=VyΦisti
pmnuMessagesClose.Caption=Zavri okno
[TFrmPrivateChatParams]
Caption=Parametre
LabelName.Caption=Meno:
LabelPassword.Caption=Heslo:
edName.Hint=Nßzov novej diskusie
edPassword.Hint=Heslo potrebnΘ k vstupu do diskusie
btnOk.Caption=Potvrdi¥
btnCancel.Caption=Odvola¥
[TFrmSelectGroup]
Caption=Vyber pracovn· skupinu/domΘnu
BitBtnAddAll.Caption=Prida¥ vÜetko
BitBtnAdd.Caption=Prida¥
BitBtnCancel.Caption=Odvola¥
[TFrmSelectMessage]
Caption=Automatickß odpove∩
btnOk.Caption=Potvr∩i¥
btnCancel.Caption=Odvola¥
btnDelete.Caption=Vyma₧
btnAdd.Caption=Prida¥
[TFrmSelectSound]
tsSpeaker.Caption=Intern² PC reproduktor
LabelFrequency.Caption=Frekvencia:
LabelDuration.Caption=Trvanie:
tsFile.Caption=s·bor WAV
LabelFile.Caption=S·bor:
btnOk.Caption=Potvrdi¥
btnCancel.Caption=Odvola¥
btnTest.Caption=Test
[TFrmShowMessage]
btnReply.Caption=Odpove∩
btnOk.Caption=OK
btnIgnore.Caption=Ignorova¥
pmnuIgnore.Caption=Ignorova¥ u₧φvate╛a
pmnuIgnore2.Caption=KompletnΘ ignorovanie
[Resources]
9000=DoÜlo upozornenie\rVytvoril sa privßtny chat\rVytvorila sa diskusia\rNßstenka sa zmenila\rPriÜla novß sprßva do vÜeobecnej diskusie\rPriÜla novß sprßva do diskusie\rPriÜla novß sprßva do privßtnej diskusie\rHromadnß privßtna sprßva prijatß\rPrivßtna sprßva prijatß\rU₧φvate╛ sa pripojil\rU₧φvate╛ sa odpojil\rU₧φvate╛ sa premenoval
9001=Bola vytvorenß privßtna diskusia\rBola vytvorenß diskusia\rNßstenka bola aktualizovanß\rU₧φvate╛ sa pripojil\rU₧φvate╛ sa odpojil\rU₧φvate╛ sa premenoval