mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
35 lines
1.1 KiB
PHP
35 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'new_adv' => 'Njoftime i Ri',
|
|
'new_category' => 'Kategoria e Re',
|
|
'new_country' => 'Shteti i Ri',
|
|
'new_city' => 'Qyteti i Ri',
|
|
'new_district' => 'Rrethi i Ri',
|
|
'new_neighborhood' => 'Lagjja e re',
|
|
'new_village' => 'Fshati i Ri',
|
|
'edit' => "Redakto",
|
|
'approve' => "Miratoj",
|
|
'decline' => 'Anulo',
|
|
'extend' => 'Shpreh',
|
|
'extend_all' => 'Zgjeroni të Gjitha',
|
|
'convert_currency' => 'Kembimi Valutor',
|
|
'categories' => 'Kategoritë',
|
|
'sub_category' => 'Nënkategoritë',
|
|
'add_sub_category' => 'Shtoni Nën Kategorinë',
|
|
'sub_cities' => 'Qytetet nën-qytet',
|
|
'add_sub_cities' => 'Shtoni Nën Qytetin',
|
|
'add_sub_districts' => 'Shtoni nën-rrethin',
|
|
'add_sub_neighborhoods' => 'Shtoni lagjen nën',
|
|
'add_sub_village' => 'Shtoni Nën Fshatin',
|
|
'sub_districts' => 'Nën Rrethet',
|
|
'sub_neighborhoods' => 'Nën lagjet',
|
|
'sub_village' => 'Nën Fshat',
|
|
'general_settings' => 'Cilësimet e Përgjithshme',
|
|
'save_category' => 'Ruaj Kategorinë',
|
|
'change_owner' => 'Ndrysho Pronarin',
|
|
'update_category' => [
|
|
'name' => 'Kategoria Azhornimeve'
|
|
],
|
|
];
|