lgromero-new-oglive
Last change
on this file was
b6ec162,
checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago
|
#834: Remove all redundant PHP closing tags.
|
-
Property mode set to
100644
|
File size:
732 bytes
|
Rev | Line | |
---|
[043e67d] | 1 | <?php |
---|
[cd3ebe2] | 2 | //________________________________________________ |
---|
| 3 | // |
---|
| 4 | // Fichero de idiomas php: buscar_cat.php |
---|
| 5 | // Idioma: Català |
---|
| 6 | //________________________________________________ |
---|
| 7 | $TbMsg=array(); |
---|
[ca0f67c6] | 8 | $TbMsg["SEARCH_TITLE"]="CERCAR EQUIPS"; |
---|
[cd3ebe2] | 9 | $TbMsg["SEARCH_CRITERIA"]="Criteri de cerca"; |
---|
[ca0f67c6] | 10 | $TbMsg["SEARCH_RESULTS"]="Resultats de la cerca"; |
---|
[cd3ebe2] | 11 | $TbMsg["SEARCH_LAB"]="Aula"; |
---|
| 12 | $TbMsg["SEARCH_NAME"]="Nom"; |
---|
| 13 | $TbMsg["SEARCH_IP"]="Adreça IP"; |
---|
| 14 | $TbMsg["SEARCH_MAC"]="Adreça MAC"; |
---|
| 15 | $TbMsg["SEARCH_DUPLICATES"]="Duplicats"; |
---|
| 16 | $TbMsg["SEARCH_NOMATCHES"]="No es troben resultats"; |
---|
[ca0f67c6] | 17 | $TbMsg["SEARCH_NOVALUE"]="Ha d\'introduir un valor pel criteri de cerca"; |
---|
[aaf6857] | 18 | $TbMsg["SEARCH_PROFESSOR"]="Ordenadores de profesor"; |
---|
[50b2715] | 19 | $TbMsg["SEARCH_NOREPO"]="Ordenadores sin repositorio"; |
---|
[b6ec162] | 20 | |
---|
[cd3ebe2] | 21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.