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.
24 lines
875 B
24 lines
875 B
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$Inbox = "Priėmimo dėžutė";
|
|
$Messages = "Žinutės";
|
|
$SendMessage = "Siūsti žinutę";
|
|
$NewMessage = "Nauja žinutė";
|
|
$ComposeMessage = "Rašyti žinutę";
|
|
$DeleteSelectedMessages = "Ištrinti pasirinktas žinutes";
|
|
$SelectAll = "Pažymėti visas";
|
|
$DeselectAll = "Atžymėti visas";
|
|
$ReplyToMessage = "Atsakyti";
|
|
$BackToInbox = "Atgal į priėmimo dėžutę";
|
|
$MessageSentTo = "Žinutė išsiųsta ";
|
|
$SendMessageTo = "Siųsti kam";
|
|
$Myself = "man";
|
|
$From = "Nuo";
|
|
$To = "Kam";
|
|
$Date = "Data";
|
|
$InvalidMessageId = "Žinutė, į kurią norima atsakyti, neegzistuoja.";
|
|
$ErrorSendingMessage = "Klaida bandant išsiųsti žinutę.";
|
|
$SureYouWantToDeleteSelectedMessages = "Ar tikrai norite ištrinti pažymėtas žinutes?";
|
|
$SelectedMessagesDeleted = "The selected messages have been deleted";
|
|
?>
|