Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<?php /*
|
|
|
|
|
for more information: see languages.txt in the lang folder.
|
|
|
|
|
*/
|
|
|
|
|
$Inbox = "Vstupn<EFBFBD> schr<EFBFBD>nka (Inbox)";
|
|
|
|
|
$Messages = "Zpr<EFBFBD>vy";
|
|
|
|
|
$SendMessage = "Poslat spr<EFBFBD>vu";
|
|
|
|
|
$NewMessage = "Nov<EFBFBD> spr<EFBFBD>va";
|
|
|
|
|
$ComposeMessage = "Napsat spr<EFBFBD>vu";
|
|
|
|
|
$DeleteSelectedMessages = "Smazat vybran<EFBFBD> spr<EFBFBD>vy";
|
|
|
|
|
$SelectAll = "Označit v<EFBFBD>echno";
|
|
|
|
|
$DeselectAll = "Zru<EFBFBD>it v<EFBFBD>echno";
|
|
|
|
|
$ReplyToMessage = "Odpovědět";
|
|
|
|
|
$BackToInbox = "Zpět do vstupn<EFBFBD> schr<EFBFBD>nky";
|
|
|
|
|
$MessageSentTo = "Zpr<EFBFBD>va byla odesl<EFBFBD>na na";
|
|
|
|
|
$SendMessageTo = "Odeslat na";
|
|
|
|
|
$Myself = "mně";
|
|
|
|
|
$From = "Od";
|
|
|
|
|
$To = "Komu";
|
|
|
|
|
$Date = "Datum";
|
|
|
|
|
$InvalidMessageId = "Neplatn<EFBFBD> ID spr<EFBFBD>vy pro odeslan<EFBFBD>.";
|
|
|
|
|
$ErrorSendingMessage = "Při pokusu o zasl<EFBFBD>n<EFBFBD> spr<EFBFBD>vy nastala chyba.";
|
|
|
|
|
$SureYouWantToDeleteSelectedMessages = "Opravdu chcete smazat vybran<EFBFBD> spr<EFBFBD>vy?";
|
|
|
|
|
?>
|