Last change
on this file since 5d05b06 was
50b2715,
checked in by Irina Gómez <irinagomez@…>, 7 years ago
|
#870 You can search for computers whitout repository.
|
-
Property mode set to
100644
|
File size:
708 bytes
|
Rev | Line | |
---|
[043e67d] | 1 | <?php |
---|
[cd3ebe2] | 2 | //________________________________________________ |
---|
| 3 | // |
---|
[beebc19] | 4 | // Php language file: buscar_eng.php |
---|
| 5 | // Language: English |
---|
[cd3ebe2] | 6 | //________________________________________________ |
---|
| 7 | $TbMsg=array(); |
---|
| 8 | $TbMsg["SEARCH_TITLE"]="SEARCH COMPUTERS"; |
---|
| 9 | $TbMsg["SEARCH_CRITERIA"]="Search criteria"; |
---|
| 10 | $TbMsg["SEARCH_RESULTS"]="Search results"; |
---|
| 11 | $TbMsg["SEARCH_LAB"]="Lab."; |
---|
| 12 | $TbMsg["SEARCH_NAME"]="Hostname"; |
---|
| 13 | $TbMsg["SEARCH_IP"]="IP address"; |
---|
| 14 | $TbMsg["SEARCH_MAC"]="MAC address"; |
---|
| 15 | $TbMsg["SEARCH_DUPLICATES"]="Duplicates"; |
---|
[beebc19] | 16 | $TbMsg["SEARCH_NOMATCHES"]="No matches"; |
---|
| 17 | $TbMsg["SEARCH_NOVALUE"]="You must enter a search criteria value."; |
---|
[aaf6857] | 18 | $TbMsg["SEARCH_PROFESSOR"]="Professor's computers"; |
---|
[50b2715] | 19 | $TbMsg["SEARCH_NOREPO"]="Computers without repository"; |
---|
Note: See
TracBrowser
for help on using the repository browser.