mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
30 lines
976 B
PHP
30 lines
976 B
PHP
<?php
|
|
|
|
return [
|
|
'new_adv' => 'Adv i ri',
|
|
'new_category' => 'Kategoria e Re',
|
|
'new_country' => 'Vendi i ri',
|
|
'new_city' => 'Qyteti i ri',
|
|
'new_district' => 'Rrethi i Ri',
|
|
'new_neighborhood' => 'Lagjja e re',
|
|
'new_village' => 'Fshati i Ri',
|
|
'approve' => "miratoj",
|
|
'decline' => 'rënie',
|
|
'extend' => 'shpreh',
|
|
'extend_all' => 'Zgjeroni të gjitha',
|
|
'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',
|
|
'update_category' => [
|
|
'name' => 'Kategoria e azhurnuar'
|
|
],
|
|
];
|