ajout app
This commit is contained in:
11
SNIPE-IT/resources/lang/sl-SI/admin/consumables/general.php
Normal file
11
SNIPE-IT/resources/lang/sl-SI/admin/consumables/general.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'checkout' => 'Izdaja potrošnega materiala uporabniku',
|
||||
'consumable_name' => 'Ime potrošnega materiala',
|
||||
'create' => 'Ustvari potrošni material',
|
||||
'item_no' => 'Št.',
|
||||
'remaining' => 'Preostanek',
|
||||
'total' => 'Skupaj',
|
||||
'update' => 'Posodobi potrošni material',
|
||||
);
|
37
SNIPE-IT/resources/lang/sl-SI/admin/consumables/message.php
Normal file
37
SNIPE-IT/resources/lang/sl-SI/admin/consumables/message.php
Normal file
@ -0,0 +1,37 @@
|
||||
<?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.',
|
||||
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
|
||||
),
|
||||
|
||||
'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.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'Ime potrošnega materiala',
|
||||
);
|
Reference in New Issue
Block a user