snipe-it/resources/lang/mk/admin/models/table.php
2018-05-02 14:32:50 -07:00

18 lines
800 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'create' => 'Креирај модел на основно средство',
'created_at' => 'Креиран во',
'eol' => 'EOL',
'modelnumber' => 'Модел бр.',
'name' => 'Име на модел на основно средство',
'numassets' => 'Основни средства',
'title' => 'Модели на основни средства',
'update' => 'Ажурирај модел на основни средства',
'view' => 'Преглед на модел на основни средства',
'update' => 'Ажурирај модел на основни средства',
'clone' => 'Клонирај модел',
'edit' => 'Ажурирај модел',
);