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.
16 lines
1.2 KiB
16 lines
1.2 KiB
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$BookingSystem = "Система за резервации";
|
|
$ResourceList = "Списък с ресурсите";
|
|
$GoTo = "Към";
|
|
$ResourceTypeName = "Вид на ресурса";
|
|
$ResourceType = "Вид на ресурса";
|
|
$Notes = "Бележки";
|
|
$ResourceName = "Ресурс";
|
|
$AddNewResource = "Добавяне на ресурс";
|
|
$Resource = "Ресурс";
|
|
$DeleteResource = "Изтриване на ресурса";
|
|
$NoItems = "Няма ресурси.";
|
|
$Resources = "Ресурси";
|
|
?>
|