ok
This commit is contained in:
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Birgja eytt',
|
||||
'does_not_exist' => 'Þessi birgir er ekki til.',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Þessi birgir var ekki skráður. Vinsamlegast reyndu aftur.',
|
||||
'success' => 'Supplier created successfully.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Þessi birgi var ekki skráður. Vinsamlegast reyndu aftur',
|
||||
'success' => 'Supplier updated successfully.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Ertu viss um að þú viljir afskrá þennan birgi?',
|
||||
'error' => 'There was an issue deleting the supplier. Please try again.',
|
||||
'success' => 'Supplier was deleted successfully.',
|
||||
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_suppliers_title' => 'Um birgja',
|
||||
'about_suppliers_text' => 'Birgjar eru notaðir til að rekja uppruna hluta',
|
||||
'address' => 'Heimilisfang birgja',
|
||||
'assets' => 'Eignir',
|
||||
'city' => 'Borg',
|
||||
'contact' => 'Nafn tengiliðar',
|
||||
'country' => 'Land',
|
||||
'create' => 'Skrá birgja',
|
||||
'email' => 'Netfang',
|
||||
'fax' => 'Fax',
|
||||
'id' => 'ID',
|
||||
'licenses' => 'Leyfi',
|
||||
'name' => 'Heiti birgja',
|
||||
'notes' => 'Athugasemdir',
|
||||
'phone' => 'Sími',
|
||||
'state' => 'Fylki',
|
||||
'suppliers' => 'Birgjar',
|
||||
'update' => 'Update Supplier',
|
||||
'view' => 'Skoða birgja',
|
||||
'view_assets_for' => 'View Assets for',
|
||||
'zip' => 'Póstnúmer',
|
||||
|
||||
);
|
Reference in New Issue
Block a user