2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
2017-04-06 21:36:33 -07:00
|
|
|
'about_locations_title' => 'Σχετικά με τις τοποθεσίες',
|
2016-12-03 17:10:05 -08:00
|
|
|
'about_locations' => 'Locations are used to track location information for users, assets, and other items',
|
2017-04-06 21:36:33 -07:00
|
|
|
'assets_rtd' => 'Πάγια', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
2016-12-03 17:10:05 -08:00
|
|
|
'assets_checkedout' => 'Assets Assigned',
|
|
|
|
'id' => 'ID',
|
2017-04-06 21:36:33 -07:00
|
|
|
'city' => 'Πόλη',
|
|
|
|
'state' => 'Κατάσταση',
|
|
|
|
'country' => 'Χώρα',
|
|
|
|
'create' => 'Δημιουργία τοποθεσίας',
|
|
|
|
'update' => 'Ανανέωση τοποθεσίας',
|
|
|
|
'name' => 'Όνομα τοποθεσίας',
|
|
|
|
'address' => 'Διεύθυνση',
|
|
|
|
'zip' => 'Ταχυδρομικός Κώδικας',
|
|
|
|
'locations' => 'Τοποθεσίες',
|
2016-12-03 17:10:05 -08:00
|
|
|
'parent' => 'Parent',
|
2017-04-06 21:36:33 -07:00
|
|
|
'currency' => 'Τοπικό νόμισμα',
|
|
|
|
'ldap_ou' => 'LDAP Search OU',
|
2016-12-03 17:10:05 -08:00
|
|
|
);
|