You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/for.RnQ/RnQStrings.pas

24 lines
520 B
Plaintext

{
This file is part of R&Q.
Under same license
}
unit RnQStrings;
{ $MODE Delphi }
interface
{$I NoRTTI.inc}
const
Str_Message = 'Message';
Str_Unk = 'Unknown';
Str_Error = 'Error';
Str_Unsupported = 'This feature is not currently supported on new protocol';
Str_AuthRequest = 'Please authorize my request and add me to your Contact List.';
Not2Translate: array [0 .. 4] of AnsiString = ('R&Q', 'https://RnQ.ru', 'Massimo Melina', 'Rapid D', 'R&Q Team');
implementation
end.