all
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_models_title' => 'Mayelana namamodeli asefa',
|
||||
'about_models_text' => 'Amamodeli asefa kuyindlela yokuqoqa amafa afanayo. "MBP 2013", "IPhone 6s", njll.',
|
||||
'deleted' => 'This model has been deleted.',
|
||||
'bulk_delete' => 'Bulk Delete Asset Models',
|
||||
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
|
||||
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
|
||||
'restore' => 'Buyisela Isibonelo',
|
||||
'requestable' => 'Abasebenzisi bangacela lesi model',
|
||||
'show_mac_address' => 'Khombisa inkambu yekheli le-MAC kumpahla kule model',
|
||||
'view_deleted' => 'Buka ukususiwe',
|
||||
'view_models' => 'Buka amamodeli',
|
||||
'fieldset' => 'Fieldset',
|
||||
'no_custom_field' => 'Awekho amasimu wangokwezifiso',
|
||||
'add_default_values' => 'Add default values',
|
||||
);
|
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted asset model',
|
||||
'does_not_exist' => 'Isibonelo asikho.',
|
||||
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
|
||||
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||
'assoc_users' => 'Lo modeli okwamanje uhlotshaniswa nefa elilodwa noma ngaphezulu futhi alinakususwa. Sicela ususe amafa, bese uzama ukususa futhi.',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Isibonelo asizange sidalwe, sicela uzame futhi.',
|
||||
'success' => 'Isibonelo sidalwe ngempumelelo.',
|
||||
'duplicate_set' => 'Imodeli yezimpahla ngelo gama, umkhiqizi kanye nenombolo yomodeli kakade ikhona.',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Isibonelo asibuyekezwanga, sicela uzame futhi',
|
||||
'success' => 'Isibonelo sibuyekezwe ngempumelelo.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa le model?',
|
||||
'error' => 'Kube nenkinga yokususa imodeli. Ngicela uzame futhi.',
|
||||
'success' => 'Imodeli isusiwe ngempumelelo.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'Isibonelo asibuyisiwe, sicela uzame futhi',
|
||||
'success' => 'Isibonelo sibuyiselwe ngempumelelo.'
|
||||
),
|
||||
|
||||
'bulkedit' => array(
|
||||
'error' => 'Azikho amasimu ashintshiwe, ngakho akukho lutho olubuyekeziwe.',
|
||||
'success' => 'Model successfully updated. |:model_count models successfully updated.',
|
||||
'warn' => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:',
|
||||
|
||||
),
|
||||
|
||||
'bulkdelete' => array(
|
||||
'error' => 'No models were selected, so nothing was deleted.',
|
||||
'success' => 'Model deleted!|:success_count models deleted!',
|
||||
'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.'
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'create' => 'Dala i-Asset Model',
|
||||
'created_at' => 'Kudalwe ngaso',
|
||||
'eol' => 'I-EOL',
|
||||
'modelnumber' => 'I-Model No.',
|
||||
'name' => 'Igama le-Asset Model',
|
||||
'numassets' => 'Amafa',
|
||||
'title' => 'Amamodeli asefa',
|
||||
'update' => 'Buyekeza i-Asset Model',
|
||||
'view' => 'Buka i-Model Model',
|
||||
'update' => 'Buyekeza i-Asset Model',
|
||||
'clone' => 'I-Clone Model',
|
||||
'edit' => 'Hlela Isibonelo',
|
||||
);
|
Reference in New Issue
Block a user