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:
612 bytes
|
Line | |
---|
1 | <?php |
---|
2 | //________________________________________________________________ |
---|
3 | // |
---|
4 | // Fitxer d'idiomes php: propiedades_perfilhardwares_cat.php |
---|
5 | // Idioma: Català |
---|
6 | //________________________________________________________________ |
---|
7 | $TbMsg=array(); |
---|
8 | $TbMsg[0]="Sense Opció"; |
---|
9 | $TbMsg[1]="Afegir"; |
---|
10 | $TbMsg[2]="Modificar"; |
---|
11 | $TbMsg[3]="Eliminar"; |
---|
12 | $TbMsg["HARD_TITLE"]="Gestió Perfils Hardware"; |
---|
13 | $TbMsg["HARD_NAME"]="Nom"; |
---|
14 | $TbMsg["HARD_COMMENTS"]="Comentaris"; |
---|
15 | $TbMsg["HARD_COMPUTERS"]="Ordinadors"; |
---|
16 | $TbMsg["HARD_WINBOOT"]="Arrencada Windows"; |
---|
17 | $TbMsg["HARD_REBOOT"]="Reinici (reboot)"; |
---|
18 | $TbMsg["HARD_KEXEC"]="Directe (kexec)"; |
---|
19 | |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.