snipe-it/resources/lang/sl/admin/consumables/message.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

37 lines
1.2 KiB
PHP

<?php
return array(
'does_not_exist' => 'Potrošni material ne obstaja.',
'create' => array(
'error' => 'Potrošni material ni bil ustvarjen, poskusite znova.',
'success' => 'Potrošni material uspešno ustvarjen.'
),
'update' => array(
'error' => 'Potrošni material ni bil posodobljen, poskusite znova',
'success' => 'Potrošni material uspešno posodobljen.'
),
'delete' => array(
'confirm' => 'Ali ste prepričani, da želite izbrisati ta potrošni material?',
'error' => 'Prišlo je do težave z brisanjem potrošnega materiala. Prosim poskusite ponovno.',
'success' => 'Potrošni material je bil uspešno izbrisan.'
),
'checkout' => array(
'error' => 'Potrošni material ni bil izdan, poskusite znova',
'success' => 'Potrošni material uspešno izdan.',
'user_does_not_exist' => 'Ta uporabnik ni veljaven. Prosim poskusite ponovno.'
),
'checkin' => array(
'error' => 'Potrošni material ni bil prevzet, poskusite znova',
'success' => 'Potrošni material uspešno prevzet.',
'user_does_not_exist' => 'Ta uporabnik ni veljaven. Prosim poskusite ponovno.'
)
);