summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/nfsmount.h
blob: 12ffa69a603be0419ed3e61e9503b40ee48e929b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
/*
 * Please do not edit this file.
 * It was generated using rpcgen.
 */

#ifndef _NFSMOUNT_H_RPCGEN
#define _NFSMOUNT_H_RPCGEN

#include <rpc/rpc.h>

int nfsmount_prepare(const char *spec, int *flags, char **mount_opts);


/*
 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
 * unrestricted use provided that this legend is included on all tape
 * media and as a part of the software program in whole or part.  Users
 * may copy or modify Sun RPC without charge, but are not authorized
 * to license or distribute it to anyone else except as part of a product or
 * program developed by the user or with the express written consent of
 * Sun Microsystems, Inc.
 *
 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
 * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
 *
 * Sun RPC is provided with no support and without any obligation on the
 * part of Sun Microsystems, Inc. to assist in its use, correction,
 * modification or enhancement.
 *
 * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
 * OR ANY PART THEREOF.
 *
 * In no event will Sun Microsystems, Inc. be liable for any lost revenue
 * or profits or other special, indirect and consequential damages, even if
 * Sun has been advised of the possibility of such damages.
 *
 * Sun Microsystems, Inc.
 * 2550 Garcia Avenue
 * Mountain View, California  94043
 */
/*
 * Copyright (c) 1985, 1990 by Sun Microsystems, Inc.
 */

/* from @(#)mount.x	1.3 91/03/11 TIRPC 1.0 */
#ifndef _rpcsvc_mount_h
#define _rpcsvc_mount_h
#define MNTPATHLEN 1024
#define MNTNAMLEN 255
#define FHSIZE 32

typedef char fhandle[FHSIZE];
#ifdef __cplusplus 
extern "C" bool_t xdr_fhandle(XDR *, fhandle);
#elif __STDC__ 
extern  bool_t xdr_fhandle(XDR *, fhandle);
#else /* Old Style C */ 
bool_t xdr_fhandle();
#endif /* Old Style C */ 


struct fhstatus {
	u_int fhs_status;
	union {
		fhandle fhs_fhandle;
	} fhstatus_u;
};
typedef struct fhstatus fhstatus;
#ifdef __cplusplus 
extern "C" bool_t xdr_fhstatus(XDR *, fhstatus*);
#elif __STDC__ 
extern  bool_t xdr_fhstatus(XDR *, fhstatus*);
#else /* Old Style C */ 
bool_t xdr_fhstatus();
#endif /* Old Style C */ 


typedef char *dirpath;
#ifdef __cplusplus 
extern "C" bool_t xdr_dirpath(XDR *, dirpath*);
#elif __STDC__ 
extern  bool_t xdr_dirpath(XDR *, dirpath*);
#else /* Old Style C */ 
bool_t xdr_dirpath();
#endif /* Old Style C */ 


typedef char *name;
#ifdef __cplusplus 
extern "C" bool_t xdr_name(XDR *, name*);
#elif __STDC__ 
extern  bool_t xdr_name(XDR *, name*);
#else /* Old Style C */ 
bool_t xdr_name();
#endif /* Old Style C */ 


typedef struct mountbody *mountlist;
#ifdef __cplusplus 
extern "C" bool_t xdr_mountlist(XDR *, mountlist*);
#elif __STDC__ 
extern  bool_t xdr_mountlist(XDR *, mountlist*);
#else /* Old Style C */ 
bool_t xdr_mountlist();
#endif /* Old Style C */ 


struct mountbody {
	name ml_hostname;
	dirpath ml_directory;
	mountlist ml_next;
};
typedef struct mountbody mountbody;
#ifdef __cplusplus 
extern "C" bool_t xdr_mountbody(XDR *, mountbody*);
#elif __STDC__ 
extern  bool_t xdr_mountbody(XDR *, mountbody*);
#else /* Old Style C */ 
bool_t xdr_mountbody();
#endif /* Old Style C */ 


typedef struct groupnode *groups;
#ifdef __cplusplus 
extern "C" bool_t xdr_groups(XDR *, groups*);
#elif __STDC__ 
extern  bool_t xdr_groups(XDR *, groups*);
#else /* Old Style C */ 
bool_t xdr_groups();
#endif /* Old Style C */ 


struct groupnode {
	name gr_name;
	groups gr_next;
};
typedef struct groupnode groupnode;
#ifdef __cplusplus 
extern "C" bool_t xdr_groupnode(XDR *, groupnode*);
#elif __STDC__ 
extern  bool_t xdr_groupnode(XDR *, groupnode*);
#else /* Old Style C */ 
bool_t xdr_groupnode();
#endif /* Old Style C */ 


typedef struct exportnode *exports;
#ifdef __cplusplus 
extern "C" bool_t xdr_exports(XDR *, exports*);
#elif __STDC__ 
extern  bool_t xdr_exports(XDR *, exports*);
#else /* Old Style C */ 
bool_t xdr_exports();
#endif /* Old Style C */ 


struct exportnode {
	dirpath ex_dir;
	groups ex_groups;
	exports ex_next;
};
typedef struct exportnode exportnode;
#ifdef __cplusplus 
extern "C" bool_t xdr_exportnode(XDR *, exportnode*);
#elif __STDC__ 
extern  bool_t xdr_exportnode(XDR *, exportnode*);
#else /* Old Style C */ 
bool_t xdr_exportnode();
#endif /* Old Style C */ 


struct ppathcnf {
	int pc_link_max;
	short pc_max_canon;
	short pc_max_input;
	short pc_name_max;
	short pc_path_max;
	short pc_pipe_buf;
	u_char pc_vdisable;
	char pc_xxx;
	short pc_mask[2];
};
typedef struct ppathcnf ppathcnf;
#ifdef __cplusplus 
extern "C" bool_t xdr_ppathcnf(XDR *, ppathcnf*);
#elif __STDC__ 
extern  bool_t xdr_ppathcnf(XDR *, ppathcnf*);
#else /* Old Style C */ 
bool_t xdr_ppathcnf();
#endif /* Old Style C */ 

#endif /*!_rpcsvc_mount_h*/

#define MOUNTPROG ((u_long)100005)
#define MOUNTVERS ((u_long)1)

#ifdef __cplusplus
#define MOUNTPROC_NULL ((u_long)0)
extern "C" void * mountproc_null_1(void *, CLIENT *);
extern "C" void * mountproc_null_1_svc(void *, struct svc_req *);
#define MOUNTPROC_MNT ((u_long)1)
extern "C" fhstatus * mountproc_mnt_1(dirpath *, CLIENT *);
extern "C" fhstatus * mountproc_mnt_1_svc(dirpath *, struct svc_req *);
#define MOUNTPROC_DUMP ((u_long)2)
extern "C" mountlist * mountproc_dump_1(void *, CLIENT *);
extern "C" mountlist * mountproc_dump_1_svc(void *, struct svc_req *);
#define MOUNTPROC_UMNT ((u_long)3)
extern "C" void * mountproc_umnt_1(dirpath *, CLIENT *);
extern "C" void * mountproc_umnt_1_svc(dirpath *, struct svc_req *);
#define MOUNTPROC_UMNTALL ((u_long)4)
extern "C" void * mountproc_umntall_1(void *, CLIENT *);
extern "C" void * mountproc_umntall_1_svc(void *, struct svc_req *);
#define MOUNTPROC_EXPORT ((u_long)5)
extern "C" exports * mountproc_export_1(void *, CLIENT *);
extern "C" exports * mountproc_export_1_svc(void *, struct svc_req *);
#define MOUNTPROC_EXPORTALL ((u_long)6)
extern "C" exports * mountproc_exportall_1(void *, CLIENT *);
extern "C" exports * mountproc_exportall_1_svc(void *, struct svc_req *);

#elif __STDC__
#define MOUNTPROC_NULL ((u_long)0)
extern  void * mountproc_null_1(void *, CLIENT *);
extern  void * mountproc_null_1_svc(void *, struct svc_req *);
#define MOUNTPROC_MNT ((u_long)1)
extern  fhstatus * mountproc_mnt_1(dirpath *, CLIENT *);
extern  fhstatus * mountproc_mnt_1_svc(dirpath *, struct svc_req *);
#define MOUNTPROC_DUMP ((u_long)2)
extern  mountlist * mountproc_dump_1(void *, CLIENT *);
extern  mountlist * mountproc_dump_1_svc(void *, struct svc_req *);
#define MOUNTPROC_UMNT ((u_long)3)
extern  void * mountproc_umnt_1(dirpath *, CLIENT *);
extern  void * mountproc_umnt_1_svc(dirpath *, struct svc_req *);
#define MOUNTPROC_UMNTALL ((u_long)4)
extern  void * mountproc_umntall_1(void *, CLIENT *);
extern  void * mountproc_umntall_1_svc(void *, struct svc_req *);
#define MOUNTPROC_EXPORT ((u_long)5)
extern  exports * mountproc_export_1(void *, CLIENT *);
extern  exports * mountproc_export_1_svc(void *, struct svc_req *);
#define MOUNTPROC_EXPORTALL ((u_long)6)
extern  exports * mountproc_exportall_1(void *, CLIENT *);
extern  exports * mountproc_exportall_1_svc(void *, struct svc_req *);

#else /* Old Style C */ 
#define MOUNTPROC_NULL ((u_long)0)
extern  void * mountproc_null_1();
extern  void * mountproc_null_1_svc();
#define MOUNTPROC_MNT ((u_long)1)
extern  fhstatus * mountproc_mnt_1();
extern  fhstatus * mountproc_mnt_1_svc();
#define MOUNTPROC_DUMP ((u_long)2)
extern  mountlist * mountproc_dump_1();
extern  mountlist * mountproc_dump_1_svc();
#define MOUNTPROC_UMNT ((u_long)3)
extern  void * mountproc_umnt_1();
extern  void * mountproc_umnt_1_svc();
#define MOUNTPROC_UMNTALL ((u_long)4)
extern  void * mountproc_umntall_1();
extern  void * mountproc_umntall_1_svc();
#define MOUNTPROC_EXPORT ((u_long)5)
extern  exports * mountproc_export_1();
extern  exports * mountproc_export_1_svc();
#define MOUNTPROC_EXPORTALL ((u_long)6)
extern  exports * mountproc_exportall_1();
extern  exports * mountproc_exportall_1_svc();
#endif /* Old Style C */ 
#define MOUNTVERS_POSIX ((u_long)2)

#ifdef __cplusplus
extern "C" void * mountproc_null_2(void *, CLIENT *);
extern "C" void * mountproc_null_2_svc(void *, struct svc_req *);
extern "C" fhstatus * mountproc_mnt_2(dirpath *, CLIENT *);
extern "C" fhstatus * mountproc_mnt_2_svc(dirpath *, struct svc_req *);
extern "C" mountlist * mountproc_dump_2(void *, CLIENT *);
extern "C" mountlist * mountproc_dump_2_svc(void *, struct svc_req *);
extern "C" void * mountproc_umnt_2(dirpath *, CLIENT *);
extern "C" void * mountproc_umnt_2_svc(dirpath *, struct svc_req *);
extern "C" void * mountproc_umntall_2(void *, CLIENT *);
extern "C" void * mountproc_umntall_2_svc(void *, struct svc_req *);
extern "C" exports * mountproc_export_2(void *, CLIENT *);
extern "C" exports * mountproc_export_2_svc(void *, struct svc_req *);
extern "C" exports * mountproc_exportall_2(void *, CLIENT *);
extern "C" exports * mountproc_exportall_2_svc(void *, struct svc_req *);
#define MOUNTPROC_PATHCONF ((u_long)7)
extern "C" ppathcnf * mountproc_pathconf_2(dirpath *, CLIENT *);
extern "C" ppathcnf * mountproc_pathconf_2_svc(dirpath *, struct svc_req *);

#elif __STDC__
extern  void * mountproc_null_2(void *, CLIENT *);
extern  void * mountproc_null_2_svc(void *, struct svc_req *);
extern  fhstatus * mountproc_mnt_2(dirpath *, CLIENT *);
extern  fhstatus * mountproc_mnt_2_svc(dirpath *, struct svc_req *);
extern  mountlist * mountproc_dump_2(void *, CLIENT *);
extern  mountlist * mountproc_dump_2_svc(void *, struct svc_req *);
extern  void * mountproc_umnt_2(dirpath *, CLIENT *);
extern  void * mountproc_umnt_2_svc(dirpath *, struct svc_req *);
extern  void * mountproc_umntall_2(void *, CLIENT *);
extern  void * mountproc_umntall_2_svc(void *, struct svc_req *);
extern  exports * mountproc_export_2(void *, CLIENT *);
extern  exports * mountproc_export_2_svc(void *, struct svc_req *);
extern  exports * mountproc_exportall_2(void *, CLIENT *);
extern  exports * mountproc_exportall_2_svc(void *, struct svc_req *);
#define MOUNTPROC_PATHCONF ((u_long)7)
extern  ppathcnf * mountproc_pathconf_2(dirpath *, CLIENT *);
extern  ppathcnf * mountproc_pathconf_2_svc(dirpath *, struct svc_req *);

#else /* Old Style C */ 
extern  void * mountproc_null_2();
extern  void * mountproc_null_2_svc();
extern  fhstatus * mountproc_mnt_2();
extern  fhstatus * mountproc_mnt_2_svc();
extern  mountlist * mountproc_dump_2();
extern  mountlist * mountproc_dump_2_svc();
extern  void * mountproc_umnt_2();
extern  void * mountproc_umnt_2_svc();
extern  void * mountproc_umntall_2();
extern  void * mountproc_umntall_2_svc();
extern  exports * mountproc_export_2();
extern  exports * mountproc_export_2_svc();
extern  exports * mountproc_exportall_2();
extern  exports * mountproc_exportall_2_svc();
#define MOUNTPROC_PATHCONF ((u_long)7)
extern  ppathcnf * mountproc_pathconf_2();
extern  ppathcnf * mountproc_pathconf_2_svc();
#endif /* Old Style C */ 

#endif /* !_NFSMOUNT_H_RPCGEN */
a id='n1481' href='#n1481'>1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785
# translation of DrakX-tl.po to Filipino
# translation of DrakX.po to Filipino
# Copyright (C) 2004 Free Software Foundation, Inc.
# Arys P. Deloso <arys@deloso.org>, 2004.
#
msgid ""
msgstr ""
"Project-Id-Version: DrakX-tl\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-06 18:26+0200\n"
"PO-Revision-Date: 2004-09-15 13:35+0200\n"
"Last-Translator: Arys P. Deloso <arys@deloso.org>\n"
"Language-Team: Filipino <salinpinoy@comitus.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.3\n"

#: drakauth:27 drakauth:29 draksec:279 draksec:328
#, c-format
msgid "Authentication"
msgstr "Pagpapatunay"

#: drakauth:39 drakclock:111 drakclock:125 drakfont:213 drakfont:226
#: drakfont:264 draksplash:169 finish-install:104 logdrake:170 logdrake:445
#: logdrake:450 scannerdrake:59 scannerdrake:101 scannerdrake:142
#: scannerdrake:200 scannerdrake:259 scannerdrake:730 scannerdrake:741
#: scannerdrake:880 scannerdrake:891 scannerdrake:961
#, c-format
msgid "Error"
msgstr "Error"

#: drakboot:53
#, c-format
msgid "No bootloader found, creating a new configuration"
msgstr ""

#: drakboot:88 harddrake2:197 harddrake2:198 logdrake:71
#, c-format
msgid "/_File"
msgstr "/_File"

#: drakboot:89 logdrake:77
#, c-format
msgid "/File/_Quit"
msgstr "/File/_Quit"

#: drakboot:89 harddrake2:198 logdrake:77
#, c-format
msgid "<control>Q"
msgstr "<control>Q"

#: drakboot:129
#, c-format
msgid "Text only"
msgstr ""

#: drakboot:130
#, c-format
msgid "Verbose"
msgstr ""

#: drakboot:131
#, c-format
msgid "Silent"
msgstr ""

#: drakboot:137 drakbug:233 drakfont:682 drakperm:375 drakperm:385 drakups:27
#: harddrake2:516 localedrake:43 notify-x11-free-driver-switch:15
#: scannerdrake:51 scannerdrake:54 scannerdrake:297 scannerdrake:302
#: scannerdrake:955
#, c-format
msgid "Warning"
msgstr "Babala"

#: drakboot:138
#, c-format
msgid ""
"Your system bootloader is not in framebuffer mode. To activate graphical "
"boot, select a graphic video mode from the bootloader configuration tool."
msgstr ""
"Ang inyong system bootloader ay wala sa framebuffer mode. Para paganahin ang "
"graphical boot, pumili ng graphic video mode mula sa bootloader "
"configuration tool."

#: drakboot:139
#, fuzzy, c-format
msgid "Do you want to configure it now?"
msgstr "Gusto ninyo bang subukan ang configuration?"

#: drakboot:148
#, c-format
msgid "Install themes"
msgstr "I-install ang mga theme"

#: drakboot:150
#, c-format
msgid "Graphical boot theme selection"
msgstr "Pagpili ng graphical boot theme"

#: drakboot:153
#, fuzzy, c-format
msgid "Graphical boot mode:"
msgstr "Gamitin ang graphical boot"

#: drakboot:155
#, c-format
msgid "Theme"
msgstr "Theme"

#: drakboot:158
#, c-format
msgid ""
"Display theme\n"
"under console"
msgstr ""
"Ipakita ang theme\n"
"sa ilalim ng console"

#: drakboot:163 draksplash:25
#, c-format
msgid "Create new theme"
msgstr "Gumawa ng bagong theme"

#: drakboot:195
#, c-format
msgid "Default user"
msgstr "Default na user"

#: drakboot:196
#, c-format
msgid "Default desktop"
msgstr "Default na desktop"

#: drakboot:199
#, c-format
msgid "No, I do not want autologin"
msgstr "Hindi, Ayaw ko ng autologin"

#: drakboot:200
#, c-format
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Oo, Gusto ko ng autologin gamit ito (user, desktop)"

#: drakboot:207
#, c-format
msgid "System mode"
msgstr "System mode"

#: drakboot:210
#, c-format
msgid "Launch the graphical environment when your system starts"
msgstr "Ilunsad ang graphical environment kung magsisimula ang inyong sistema"

#: drakboot:262
#, c-format
msgid "Boot Style Configuration"
msgstr "Configuration ng Boot Style"

#: drakboot:264 drakboot:268
#, c-format
msgid "Video mode"
msgstr "Video mode"

#: drakboot:265
#, c-format
msgid ""
"Please choose a video mode, it will be applied to each of the boot entries "
"selected below.\n"
"Be sure your video card supports the mode you choose."
msgstr ""

#: drakbug:65 drakbug:143
#, c-format
msgid "The \"%s\" program has crashed with the following error:"
msgstr ""

#: drakbug:76
#, fuzzy, c-format
msgid "Mandriva Linux Bug Report Tool"
msgstr "Mandriva Bug Report Tool"

#: drakbug:81
#, c-format
msgid "Mandriva Linux Control Center"
msgstr "Mandriva Linux Control Center"

#: drakbug:82
#, c-format
msgid "First Time Wizard"
msgstr "First Time Wizard"

#: drakbug:83
#, c-format
msgid "Synchronization tool"
msgstr "Synchronization tool"

#: drakbug:84 drakbug:195
#, c-format
msgid "Standalone Tools"
msgstr "Mga Standalone Tool"

#: drakbug:86 drakbug:87
#, c-format
msgid "Mandriva Online"
msgstr "Mandriva Online"

#: drakbug:88
#, c-format
msgid "Remote Control"
msgstr "Remote Control"

#: drakbug:89
#, c-format
msgid "Software Manager"
msgstr "Software Manager"

#: drakbug:90
#, c-format
msgid "Windows Migration tool"
msgstr "Windows Migration tool"

#: drakbug:91
#, c-format
msgid "Configuration Wizards"
msgstr "Mga Configuration Wizard"

#: drakbug:113
#, c-format
msgid "Select Mandriva Tool:"
msgstr ""

#: drakbug:114
#, fuzzy, c-format
msgid ""
"or Application Name\n"
"(or Full Path):"
msgstr ""
"Pangalan ng Application\n"
"o Buong Path:"

#: drakbug:117
#, c-format
msgid "Find Package"
msgstr "Hanapin ang Package"

#: drakbug:119
#, c-format
msgid "Package: "
msgstr "Package: "

#: drakbug:120
#, c-format
msgid "Kernel:"
msgstr "Kernel:"

#: drakbug:142
#, c-format
msgid "The \"%s\" program has segfaulted with the following error:"
msgstr ""

#: drakbug:146
#, c-format
msgid "Its gdb trace is:"
msgstr ""

#: drakbug:149
#, fuzzy, c-format
msgid ""
"To submit a bug report, click on the report button.  \n"
"This will open a web browser window on %s where you'll find a form to fill "
"in.  The information displayed above will be transferred to that server.  \n"
"Things useful to include in your report are the output of lspcidrake -v, "
"kernel version, and /proc/cpuinfo."
msgstr ""
"Para magbigay ng ulat sa bug (sira o di inaasahang galaw ng software), i-"
"click ang pindutan na mag-ulat.\n"
"Ito ay magbubukas ng  isang web browser window sa %s\n"
" kung saan makakahanap kayo ng form na pupunuan.  Ang inpormasyon na\n"
"ipinakita sa itaas ay ililipat sa server na iyon."

#: drakbug:152
#, c-format
msgid "Please describe what you were doing when it crashed:"
msgstr ""

#: drakbug:164 drakperm:135 draksec:438 draksec:440 draksec:459 draksec:461
#, c-format
msgid "Help"
msgstr "Tulong"

#: drakbug:168
#, c-format
msgid "Report"
msgstr "Mag-ulat"

#: drakbug:169 drakfont:506
#, c-format
msgid "Close"
msgstr "Isara"

#: drakbug:202
#, c-format
msgid "Not installed"
msgstr "Hindi naka-install"

#: drakbug:215
#, c-format
msgid "Package not installed"
msgstr "Ang package ay hindi naka-install"

#: drakbug:234
#, c-format
msgid ""
"You must type in what you were doing when this bug happened in order to "
"enable us to reproduce this bug and to increase the odds of fixing it"
msgstr ""

#: drakbug:235
#, c-format
msgid "Thanks."
msgstr ""

#: drakclock:30 draksec:334
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr ""

#: drakclock:39
#, c-format
msgid "not defined"
msgstr "hindi naka-define"

#: drakclock:41
#, c-format
msgid "Change Time Zone"
msgstr "Ibahin ang Time Zone"

#: drakclock:44
#, c-format
msgid "Timezone - DrakClock"
msgstr "Timezone - DrakClock"

#: drakclock:44
#, c-format
msgid "Which is your timezone?"
msgstr "Alin ang inyong timezone?"

#: drakclock:45
#, c-format
msgid "GMT - DrakClock"
msgstr "GMT - DrakClock"

#: drakclock:45
#, c-format
msgid "Is your hardware clock set to GMT?"
msgstr "Naka-set ba sa GMT ang inyong hardware clock?"

#: drakclock:70
#, c-format
msgid "Network Time Protocol"
msgstr "Network Time Protocol"

#: drakclock:72
#, c-format
msgid ""
"Your computer can synchronize its clock\n"
" with a remote time server using NTP"
msgstr ""
"Maaaring i-synchronize ng inyong computer ang\n"
"orasan nito sa isang remote time server gamit ang NTP"

#: drakclock:73
#, c-format
msgid "Enable Network Time Protocol"
msgstr "Paganahin ang Network Time Protocol"

#: drakclock:81
#, c-format
msgid "Server:"
msgstr "Server:"

#: drakclock:95
#, c-format
msgid "Timezone"
msgstr "Timezone"

#: drakclock:111
#, fuzzy, c-format
msgid "Please enter a valid NTP server address."
msgstr "Magpasok ng tamang IP address."

#: drakclock:126
#, c-format
msgid "Could not synchronize with %s."
msgstr ""

#: drakclock:127 draksplash:93 logdrake:175 scannerdrake:492
#, c-format
msgid "Quit"
msgstr "Quit"

#: drakclock:128
#, fuzzy, c-format
msgid "Retry"
msgstr "Ibalik"

#: drakclock:151 drakclock:161
#, c-format
msgid "Reset"
msgstr "Reset"

#: drakedm:41
#, c-format
msgid "GDM (GNOME Display Manager)"
msgstr ""

#: drakedm:42
#, c-format
msgid "KDM (KDE Display Manager)"
msgstr ""

#: drakedm:43
#, fuzzy, c-format
msgid "XDM (X Display Manager)"
msgstr "Pumipili ng display manager"

#: drakedm:54
#, c-format
msgid "Choosing a display manager"
msgstr "Pumipili ng display manager"

#: drakedm:55
#, c-format
msgid ""
"X11 Display Manager allows you to graphically log\n"
"into your system with the X Window System running and supports running\n"
"several different X sessions on your local machine at the same time."
msgstr ""
"Ang X11 Display Manager ay nagpapahintulot sa inyong mag-login nang\n"
"graphically sa inyong sistema na nagpapatakbo ng X Window System at\n"
"sumusuporta ito sa pagpapatakbo ng sabay-sabay ng ilang iba't-ibang mga\n"
"X session sa inyong local na makina."

#: drakedm:74
#, c-format
msgid "The change is done, do you want to restart the dm service?"
msgstr "Ang pagbabago ay tapos na, gusto ninyong simulan muli ang dm service ?"

#: drakedm:75
#, c-format
msgid ""
"You are going to close all running programs and lose your current session. "
"Are you really sure that you want to restart the dm service?"
msgstr ""

#: drakfont:187
#, c-format
msgid "Search installed fonts"
msgstr "Hanapin ang mga naka-install na font"

#: drakfont:189
#, c-format
msgid "Unselect fonts installed"
msgstr "Di-piliin ang mga naka-install na font"

#: drakfont:213
#, c-format
msgid "No fonts found"
msgstr "Walang nahanap na font"

#: drakfont:217
#, c-format
msgid "parse all fonts"
msgstr "i-parse lahat ng font"

#: drakfont:222 drakfont:263 drakfont:338 drakfont:379 drakfont:383
#: drakfont:409 drakfont:427 drakfont:435
#, c-format
msgid "done"
msgstr "tapos"

#: drakfont:226
#, c-format
msgid "Could not find any font in your mounted partitions"
msgstr "Hindi nakahanap ng font sa inyong mga naka-mount na partisyon"

#: drakfont:261
#, c-format
msgid "Reselect correct fonts"
msgstr "Piliin muli ang mga tamang font"

#: drakfont:264
#, c-format
msgid "Could not find any font.\n"
msgstr "Hindi nakahanap ng font.\n"

#: drakfont:274
#, c-format
msgid "Search for fonts in installed list"
msgstr "Maghanap ng font sa installed list"

#: drakfont:298
#, c-format
msgid "%s fonts conversion"
msgstr "%s mga font conversion"

#: drakfont:336
#, c-format
msgid "Fonts copy"
msgstr "Mga kopya ng font"

#: drakfont:339
#, c-format
msgid "True Type fonts installation"
msgstr "Pag-i-install ng mga True Type font"

#: drakfont:347
#, c-format
msgid "please wait during ttmkfdir..."
msgstr "maghintay habang ttmkdfdir..."

#: drakfont:348
#, c-format
msgid "True Type install done"
msgstr "Install ng True Type tapos"

#: drakfont:354 drakfont:369
#, c-format
msgid "type1inst building"
msgstr "type1inst binubuo"

#: drakfont:363
#, c-format
msgid "Ghostscript referencing"
msgstr "Ghostscript referencing"

#: drakfont:380
#, c-format
msgid "Suppress Temporary Files"
msgstr "Sugpuin ang mga Temporary File"

#: drakfont:425 drakfont:431
#, c-format
msgid "Suppress Fonts Files"
msgstr "Sugpuin ang mga Font File"

#: drakfont:439
#, c-format
msgid ""
"Before installing any fonts, be sure that you have the right to use and "
"install them on your system.\n"
"\n"
"You can install the fonts the normal way. In rare cases, bogus fonts may "
"hang up your X Server."
msgstr ""
"Bago mag-install ng font, tiyaking mayroon kayong karapatan na gamitin at i-"
"install sila sa inyong sistema.\n"
"\n"
"Makakapag-install kayo ng font sa normal na paraan. Sa pambihirang mga kaso, "
"ang mga bogus font ay maaaring mag \"hang up\" ng inyong X Server."

#: drakfont:478
#, fuzzy, c-format
msgid "Font Installation"
msgstr "Post Install"

#: drakfont:489
#, c-format
msgid "DrakFont"
msgstr "DrakFont"

#: drakfont:490 drakfont:642
#, c-format
msgid "Font List"
msgstr "Talaan ng Font"

#: drakfont:493
#, c-format
msgid "Get Windows Fonts"
msgstr ""

#: drakfont:499
#, c-format
msgid "About"
msgstr "Tungkol sa"

#: drakfont:500 drakfont:541
#, c-format
msgid "Options"
msgstr "Mga option"

#: drakfont:501 drakfont:721
#, c-format
msgid "Uninstall"
msgstr "I-uninstall"

#: drakfont:502
#, c-format
msgid "Import"
msgstr "Mag-import"

#: drakfont:520
#, fuzzy, c-format
msgid "Drakfont"
msgstr "DrakFont"

#: drakfont:522 harddrake2:235
#, c-format
msgid "Copyright (C) %s by Mandriva"
msgstr ""

#: drakfont:524
#, fuzzy, c-format
msgid "Font installer."
msgstr "Hindi naka-install"

#: drakfont:526 harddrake2:239
#, c-format
msgid "Mandriva Linux"
msgstr "Mandriva Linux"

#. -PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>")
#. -PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>")
#: drakfont:533 harddrake2:244
#, c-format
msgid "_: Translator(s) name(s) & email(s)\n"
msgstr "Arys P. Deloso <arys@deloso.org>\n"

#: drakfont:543
#, c-format
msgid "Choose the applications that will support the fonts:"
msgstr "Piliin ang mga application na susuporta sa mga font:"

#: drakfont:554
#, c-format
msgid "Ghostscript"
msgstr "Ghostscript"

#: drakfont:555
#, c-format
msgid "OpenOffice.org"
msgstr ""

#: drakfont:556
#, c-format
msgid "Abiword"
msgstr "Abiword"

#: drakfont:557
#, c-format
msgid "Generic Printers"
msgstr "Mga Generic na Printer"

#: drakfont:562 drakfont:572 draksplash:180 drakups:210
#, c-format
msgid "Ok"
msgstr "Ok"

#: drakfont:571
#, c-format
msgid "Select the font file or directory and click on 'Add'"
msgstr "Piliin ang font file o directory at i-click ang 'Magdagdag'"

#: drakfont:572
#, c-format
msgid "File Selection"
msgstr "Pagpili ng File"

#: drakfont:572 drakfont:652 drakfont:736 draksplash:180 drakups:217
#: logdrake:175
#, c-format
msgid "Cancel"
msgstr "I-cancel"

#: drakfont:576
#, c-format
msgid "Fonts"
msgstr "Mga Font"

#: drakfont:640 draksec:330
#, c-format
msgid "Import fonts"
msgstr "Mag-import ng mga font"

#: drakfont:646 drakups:299 drakups:361 drakups:381
#, c-format
msgid "Add"
msgstr "Magdagdag"

#: drakfont:647 drakfont:735 drakups:301 drakups:363 drakups:383
#, c-format
msgid "Remove"
msgstr "Magtanggal"

#: drakfont:653
#, c-format
msgid "Install"
msgstr "I-install"

#: drakfont:684
#, c-format
msgid "Are you sure you want to uninstall the following fonts?"
msgstr ""

#: drakfont:688 draksec:59 harddrake2:324
#, c-format
msgid "Yes"
msgstr "Oo"

#: drakfont:690 draksec:58 harddrake2:325
#, c-format
msgid "No"
msgstr "Hindi"

#: drakfont:729
#, c-format
msgid "Unselect All"
msgstr "Di-nakapili Lahat"

#: drakfont:732
#, c-format
msgid "Select All"
msgstr "Pinili Lahat"

#: drakfont:749
#, c-format
msgid "Importing fonts"
msgstr "Ini-import ang mga font"

#: drakfont:753 drakfont:773
#, c-format
msgid "Initial tests"
msgstr "Mag pasimulang pagsubok"

#: drakfont:754
#, c-format
msgid "Copy fonts on your system"
msgstr "Sipiin ang mga font sa inyong sistema"

#: drakfont:755
#, c-format
msgid "Install & convert Fonts"
msgstr "Mag-install & mag-convert ng mga Font"

#: drakfont:756
#, c-format
msgid "Post Install"
msgstr "Post Install"

#: drakfont:768
#, fuzzy, c-format
msgid "Removing fonts"
msgstr "Ini-import ang mga font"

#: drakfont:774
#, c-format
msgid "Remove fonts on your system"
msgstr "Alisin ang mga font sa inyong sistema"

#: drakfont:775
#, c-format
msgid "Post Uninstall"
msgstr "Post Uninstall"

#: drakhelp:17
#, c-format
msgid ""
" drakhelp 0.1\n"
"Copyright (C) %s Mandriva.\n"
"This is free software and may be redistributed under the terms of the GNU "
"GPL.\n"
"\n"
"Usage: \n"
msgstr ""
" drakhelp 0.1\n"
"Copyright (C) %s Mandriva.\n"
"Ito ay libreng software at maaaring muling ipamahagi sa ilalim ng mga "
"nasasaad sa GNU GPL.\n"
"\n"
"Paggamit: \n"

#: drakhelp:22
#, c-format
msgid " --help                - display this help     \n"
msgstr " --help                - ipakita ang help (tulong) na ito     \n"

#: drakhelp:23
#, c-format
msgid ""
" --id <id_label>       - load the html help page which refers to id_label\n"
msgstr ""
" --id <id_label>       - i-load ang html help page na tumuturo sa id_label\n"

#: drakhelp:24
#, c-format
msgid ""
" --doc <link>          - link to another web page ( for WM welcome "
"frontend)\n"
msgstr ""
" --doc <link>          - link sa ibang web page ( para sa WM welcome "
"frontend)\n"

#: drakhelp:52
#, fuzzy, c-format
msgid "Mandriva Linux Help Center"
msgstr "Mandriva Control Center"

#: drakhelp:52
#, c-format
msgid "No Help entry for %s\n"
msgstr ""

#: drakperm:23
#, c-format
msgid "System settings"
msgstr "System settings"

#: drakperm:24
#, c-format
msgid "Custom settings"
msgstr "Custom settings"

#: drakperm:25
#, c-format
msgid "Custom & system settings"
msgstr "Custom & system settings"

#: drakperm:33
#, fuzzy, c-format
msgid "Security Permissions"
msgstr "Mga Permission"

#: drakperm:45
#, c-format
msgid "Editable"
msgstr "Nae-edit"

#: drakperm:50 drakperm:319
#, c-format
msgid "Path"
msgstr "Path"

#: drakperm:50 drakperm:248
#, c-format
msgid "User"
msgstr "User"

#: drakperm:50 drakperm:248
#, c-format
msgid "Group"
msgstr "Group"

#: drakperm:50 drakperm:331
#, c-format
msgid "Permissions"
msgstr "Mga Permission"

#: drakperm:60
#, c-format
msgid "Add a new rule"
msgstr ""

#: drakperm:67 drakperm:102 drakperm:127
#, c-format
msgid "Edit current rule"
msgstr "I-edit ang kasalukuyang rule"

#: drakperm:109
#, c-format
msgid ""
"Here you can see files to use in order to fix permissions, owners, and "
"groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
"Dito makikita ninyo ang mga file na gagamitin para ayusin ang mga "
"permission, owner, at group\n"
"via msec. Maaari ninyo ring i-edit ang inyong sariling mga rule na sasapawan "
"ang mga default na rule."

#: drakperm:111
#, c-format
msgid ""
"The current security level is %s.\n"
"Select permissions to see/edit"
msgstr ""
"Ang kasalukuyang level ng seguridad ay %s.\n"
"Piliin ang mga permission para tingnan/i-edit"

#: drakperm:123
#, c-format
msgid "Up"
msgstr "Taas"

#: drakperm:123
#, c-format
msgid "Move selected rule up one level"
msgstr "Pataasin ng isang level ang napiling rule"

#: drakperm:124
#, c-format
msgid "Down"
msgstr "Baba"

#: drakperm:124
#, c-format
msgid "Move selected rule down one level"
msgstr "Pababain ng isang level ang napiling rule"

#: drakperm:125
#, c-format
msgid "Add a rule"
msgstr "Magdagdag ng rule"

#: drakperm:125
#, c-format
msgid "Add a new rule at the end"
msgstr "Magdagdag ng rule sa dulo"

#: drakperm:126
#, c-format
msgid "Delete"
msgstr "Tanggalin"

#: drakperm:126
#, c-format
msgid "Delete selected rule"
msgstr "Alisin ang napiling rule"

#: drakperm:127 drakups:300 drakups:362 drakups:382
#, c-format
msgid "Edit"
msgstr "I-edit"

#: drakperm:240
#, c-format
msgid "browse"
msgstr "i-browse"

#: drakperm:245
#, fuzzy, c-format
msgid "user"
msgstr "gamitin"

#: drakperm:245
#, fuzzy, c-format
msgid "group"
msgstr "Group"

#: drakperm:245
#, fuzzy, c-format
msgid "other"
msgstr "Ang iba"

#: drakperm:248
#, c-format
msgid "Other"
msgstr "Ang iba"

#: drakperm:250
#, c-format
msgid "Read"
msgstr "Read"

#. -PO: here %s will be either "user", "group" or "other"
#: drakperm:253
#, c-format
msgid "Enable \"%s\" to read the file"
msgstr "Payagan ang \"%s\" na basahin ang file"

#: drakperm:257
#, c-format
msgid "Write"
msgstr "Write"

#. -PO: here %s will be either "user", "group" or "other"
#: drakperm:260
#, c-format
msgid "Enable \"%s\" to write the file"
msgstr "Payagan ang \"%s\" na sulatan ang file"

#: drakperm:264
#, c-format
msgid "Execute"
msgstr "Execute"

#. -PO: here %s will be either "user", "group" or "other"
#: drakperm:267
#, c-format
msgid "Enable \"%s\" to execute the file"
msgstr "Payagan ang \"%s\" na i-execute ang file"

#: drakperm:270
#, c-format
msgid "Sticky-bit"
msgstr "Sticky-bit"

#: drakperm:270
#, c-format
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
"Ginagamit para sa directory:\n"
" ang owner lamang ng directory o file sa directory na ito ang makakaalis nito"

#: drakperm:271
#, c-format
msgid "Set-UID"
msgstr "Set-UID"

#: drakperm:271
#, c-format
msgid "Use owner id for execution"
msgstr "Gamitin ang owner id para sa pag-execute"

#: drakperm:272
#, c-format
msgid "Set-GID"
msgstr "Set-GID"

#: drakperm:272
#, c-format
msgid "Use group id for execution"
msgstr "Gamitin ang group id para sa pag-execute"

#: drakperm:289
#, c-format
msgid "User:"
msgstr "User:"

#: drakperm:290
#, c-format
msgid "Group:"
msgstr "Group:"

#: drakperm:294
#, c-format
msgid "Current user"
msgstr "Kasalukuyang user"

#: drakperm:295
#, c-format
msgid "When checked, owner and group will not be changed"
msgstr "Kung naka-check, ang owner at group ay hindi babaguhin"

#: drakperm:305
#, c-format
msgid "Path selection"
msgstr "Pagpili ng path"

#: drakperm:325
#, c-format
msgid "Property"
msgstr "Property"

#: drakperm:375
#, c-format
msgid ""
"The first character of the path must be a slash (\"/\"):\n"
"\"%s\""
msgstr ""

#: drakperm:385
#, c-format
msgid "Both the username and the group must valid!"
msgstr ""

#: drakperm:386
#, c-format
msgid "User: %s"
msgstr ""

#: drakperm:387
#, c-format
msgid "Group: %s"
msgstr ""

#: draksec:53
#, c-format
msgid "ALL"
msgstr "LAHAT"

#: draksec:54
#, c-format
msgid "LOCAL"
msgstr "LOCAL"

#: draksec:55
#, c-format
msgid "NONE"
msgstr "WALA"

#: draksec:56
#, c-format
msgid "Default"
msgstr "Default"

#: draksec:57
#, c-format
msgid "Ignore"
msgstr "Di-pansinin"

#: draksec:72 drakups:99 harddrake2:370 scannerdrake:66 scannerdrake:70
#: scannerdrake:78 scannerdrake:319 scannerdrake:368 scannerdrake:505
#: scannerdrake:509 scannerdrake:531 service_harddrake:259
#, c-format
msgid "Please wait"
msgstr "Maghintay lamang"

#. -PO: Do not alter the <span ..> and </span> tags.
#. -PO: Translate the security levels (Poor, Standard, High, Higher and Paranoid) in the same way, you translated these individuals words.
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX.
#: draksec:93
#, fuzzy, c-format
msgid ""
"Here, you can setup the security level and administrator of your machine.\n"
"\n"
"\n"
"The '<span weight=\"bold\">Security Administrator</span>' is the one who "
"will receive security alerts if the\n"
"'<span weight=\"bold\">Security Alerts</span>' option is set. It can be a "
"username or an email.\n"
"\n"
"\n"
"The '<span weight=\"bold\">Security Level</span>' menu allows you to select "
"one of the six preconfigured security levels\n"
"provided with msec. These levels range from '<span weight=\"bold\">poor</"
"span>' security and ease of use, to\n"
"'<span weight=\"bold\">paranoid</span>' config, suitable for very sensitive "
"server applications:\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">Poor</span>: This is a totally unsafe but "
"very\n"
"easy to use security level. It should only be used for machines not "
"connected to\n"
"any network and that are not accessible to everybody.\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">Standard</span>: This is the standard "
"security\n"
"recommended for a computer that will be used to connect to the Internet as "
"a\n"
"client.\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">High</span>: There are already some\n"
"restrictions, and more automatic checks are run every night.\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">Higher</span>: The security is now high "
"enough\n"
"to use the system as a server which can accept connections from many "
"clients. If\n"
"your machine is only a client on the Internet, you should choose a lower "
"level.\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">Paranoid</span>: This is similar to the "
"previous\n"
"level, but the system is entirely closed and security features are at their\n"
"maximum"
msgstr ""
"Dito, maise-setup ninyo ang level at tagapamahala ng seguridad ng inyong "
"makina.\n"
"\n"
"\n"
"Ang Tagapamahala ng Seguridad (Security Administrator) ay siyang "
"makakatanggap ng mga\n"
"security alert kung naka-set ang 'Security Alerts' na option. Maaari itong "
"username o email.\n"
"\n"
"\n"
"Ang Level ng Seguridad na menu ay papayagan kayong pumili ng isa sa anim na "
"preconfigured\n"
"na mga level ng seguridad na kasama sa msec. Ang mga level na ito ay "
"nagmumula sa mababang\n"
"seguridad at madaling paggamit, hanggang praning na configuration, na angkop "
"para sa mga\n"
"masyadong sensitibong server application:\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">Mababa</span>: Ito ay ganap na hindi ligtas "
"pero masyadong\n"
"madaling gamitin na level ng seguridad. Dapat lamang itong gamitin para sa "
"mga makinang hindi\n"
"nakakabit sa kahit anong network at hindi maa-access ng lahat.\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">Standard</span>: Ito ang standard na "
"seguridad na nirerekomenda\n"
"para sa isang computer na gagamitin sa pag-connect sa Internet bilang isang "
"client.\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">Mataas</span>: Mayroon ng ilang mga "
"restriction, at mas maraming\n"
"automatic na pagsusuri ang pinapatakbo gabi-gabi.\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">Mas Mataas</span>: Ang seguridad ay ngayon "
"sapat na ang taas\n"
"para gamitin ang sistema bilang isang server na makakatanggap ng mga "
"connection mula sa maraming\n"
"client. Kung ang inyong makina ay client lamang sa Internet, dapat kayong "
"pumili ng mas mababang\n"
"level.\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">Praning</span>: Ito ay hawig sa nakaraang "
"level, pero ang sistema\n"
"ay ganap na sarado at ang mga katangian ng seguridad ay nasa kanilang maximum"

#: draksec:147 harddrake2:214
#, c-format
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
"Paglalarawan ng mga field:\n"
"\n"

#: draksec:161
#, c-format
msgid "(default value: %s)"
msgstr "(default na halaga: %s)"

#: draksec:166
#, fuzzy, c-format
msgid "Security Level and Checks"
msgstr "Level ng Seguridad:"

#: draksec:203
#, c-format
msgid "Security Level:"
msgstr "Level ng Seguridad:"

#: draksec:206
#, c-format
msgid "Security Alerts:"
msgstr "Mga Security Alert:"

#: draksec:210
#, c-format
msgid "Security Administrator:"
msgstr "Tagapamahala ng Seguridad:"

#: draksec:212
#, c-format
msgid "Basic options"
msgstr "Mga Basic Option"

#: draksec:226
#, c-format
msgid "Network Options"
msgstr "Mga Network Option"

#: draksec:226
#, c-format
msgid "System Options"
msgstr "Mga System Option"

#: draksec:261
#, c-format
msgid "Periodic Checks"
msgstr "Tuwinang Pagsusuri"

#: draksec:282
#, c-format
msgid "No password"
msgstr "Walang password"

#: draksec:283
#, c-format
msgid "Root password"
msgstr ""

#: draksec:284
#, c-format
msgid "User password"
msgstr ""

#: draksec:314 draksec:360
#, c-format
msgid "Software Management"
msgstr "Pangangasiwa ng Software"

#: draksec:315
#, fuzzy, c-format
msgid "Mandriva Update"
msgstr "Mandriva Online"

#: draksec:316
#, c-format
msgid "Software Media Manager"
msgstr "Tagapangasiwa ng Software Media"

#: draksec:317
#, fuzzy, c-format
msgid "Configure 3D Desktop effects"
msgstr "I-configure ang web server"

#: draksec:318
#, fuzzy, c-format
msgid "Graphical Server Configuration"
msgstr "Mail alert configuration"

#: draksec:319
#, fuzzy, c-format
msgid "Mouse Configuration"
msgstr "Mano-manong pag-configure"

#: draksec:320
#, fuzzy, c-format
msgid "Keyboard Configuration"
msgstr "Configuration ng Network"

#: draksec:321
#, fuzzy, c-format
msgid "UPS Configuration"
msgstr "UPS driver configuration"

#: draksec:322
#, fuzzy, c-format
msgid "Network Configuration"
msgstr "Alert configuration"

#: draksec:323
#, c-format
msgid "Hosts definitions"
msgstr ""

#: draksec:324
#, fuzzy, c-format
msgid "Network Center"
msgstr "Network at Internet"

#: draksec:325
#, c-format
msgid "VPN"
msgstr ""

#: draksec:326
#, c-format
msgid "Proxy Configuration"
msgstr "Configuration ng Proxy"

#: draksec:327
#, fuzzy, c-format
msgid "Connection Sharing"
msgstr "Koneksiyon"

#: draksec:329
#, c-format
msgid "Backups"
msgstr "Mga backup"

#: draksec:331 logdrake:52
#, c-format
msgid "Logs"
msgstr "Mga Log"

#: draksec:332
#, c-format
msgid "Services"
msgstr "Mga serbisyo"

#: draksec:333
#, fuzzy, c-format
msgid "Users"
msgstr "User"

#: draksec:335
#, fuzzy, c-format
msgid "Boot Configuration"
msgstr "Alert configuration"

#: draksec:361
#, c-format
msgid "Hardware"
msgstr "Hardware"

#: draksec:362
#, fuzzy, c-format
msgid "Network"
msgstr "Mga Network Option"

#: draksec:363
#, c-format
msgid "System"
msgstr "Sistema"

#: draksec:364
#, c-format
msgid "Boot"
msgstr "Boot"

#: draksec:389
#, c-format
msgid "Please wait, setting security level..."
msgstr "Maghintay, sine-set ang level ng seguridad..."

#: draksec:395
#, c-format
msgid "Please wait, setting security options..."
msgstr "Maghintay, sine-set ang mga option ng seguridad..."

#: draksound:48
#, c-format
msgid "No Sound Card detected!"
msgstr "Walang natiktikang sound card!"

#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: draksound:51
#, c-format
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
"\n"
"\n"
"You can visit our hardware database at:\n"
"\n"
"\n"
"http://www.mandrivalinux.com/en/hardware.php3"
msgstr ""
"Walang Sound Card na natiktikan sa inyong makina. Paki-verify na may "
"nakapasak ng tama na Sound Card na suportado ng Linux.\n"
"\n"
"\n"
"Maaari kayong dumalaw sa aming database ng hardware sa:\n"
"\n"
"\n"
"http://www.mandrivalinux.com/en/hardware.php3"

#: draksound:58
#, c-format
msgid ""
"\n"
"\n"
"\n"
"Note: if you've an ISA PnP sound card, you'll have to use the alsaconf or "
"the sndconfig program.  Just type \"alsaconf\" or \"sndconfig\" in a console."
msgstr ""
"\n"
"\n"
"\n"
"Tandaan: kung kayo ay mayroong ISA PnP sound card, kailangan ninyong gamitin "
"ang alsaconf o ang sndconfig na program.  I-type lamang ang \"alsaconf\" o "
"\"sndconfig\" sa console."

#: draksplash:32
#, c-format
msgid "X coordinate of text box"
msgstr ""

#: draksplash:33
#, c-format
msgid "Y coordinate of text box"
msgstr ""

#: draksplash:34
#, c-format
msgid "Text box width"
msgstr ""

#: draksplash:35
#, c-format
msgid "Text box height"
msgstr "Taas ng text box"

#: draksplash:36
#, c-format
msgid ""
"The progress bar X coordinate\n"
"of its upper left corner"
msgstr ""
"Ang X coordinate ng progress bar\n"
"sa kaliwang taas na sulok"

#: draksplash:37
#, c-format
msgid ""
"The progress bar Y coordinate\n"
"of its upper left corner"
msgstr ""
"Ang Y coordinate ng progress bar\n"
"sa kaliwang taas na sulok"

#: draksplash:38
#, c-format
msgid "The width of the progress bar"
msgstr "Ang lapad ng progress bar"

#: draksplash:39
#, c-format
msgid "The height of the progress bar"
msgstr "Ang taas ng progress bar"

#: draksplash:40
#, c-format
msgid "X coordinate of the text"
msgstr ""

#: draksplash:41
#, c-format
msgid "Y coordinate of the text"
msgstr ""

#: draksplash:42
#, c-format
msgid "Text box transparency"
msgstr ""

#: draksplash:43
#, c-format
msgid "Progress box transparency"
msgstr ""

#: draksplash:44
#, c-format
msgid "Text size"
msgstr ""

#: draksplash:61
#, c-format
msgid "Choose progress bar color 1"
msgstr ""

#: draksplash:62
#, c-format
msgid "Choose progress bar color 2"
msgstr ""

#: draksplash:63
#, c-format
msgid "Choose progress bar background"
msgstr ""

#: draksplash:64
#, c-format
msgid "Gradient type"
msgstr ""

#: draksplash:65
#, c-format
msgid "Choose text color"
msgstr ""

#: draksplash:67 draksplash:74
#, c-format
msgid "Choose picture"
msgstr ""

#: draksplash:68
#, c-format
msgid "Silent bootsplash"
msgstr ""

#: draksplash:71
#, c-format
msgid "Choose text zone color"
msgstr ""

#: draksplash:72
#, c-format
msgid "Text color"
msgstr ""

#: draksplash:73
#, c-format
msgid "Background color"
msgstr ""

#: draksplash:75
#, c-format
msgid "Verbose bootsplash"
msgstr ""

#: draksplash:81
#, c-format
msgid "Theme name"
msgstr "Pangalan ng theme"

#: draksplash:84
#, c-format
msgid "Final resolution"
msgstr "Ultimong resolution"

#: draksplash:87
#, c-format
msgid "Display logo on Console"
msgstr "Itanghal ang logo sa Console"

#: draksplash:92
#, c-format
msgid "Save theme"
msgstr "I-save ang theme"

#: draksplash:154
#, fuzzy, c-format
msgid "Please enter a theme name"
msgstr "Pakipasok ang mga wireless parameter para sa card na ito:"

#: draksplash:157
#, fuzzy, c-format
msgid "Please select a splash image"
msgstr "Pakipili ang model ng UPS mo:"

#: draksplash:160
#, c-format
msgid "saving Bootsplash theme..."
msgstr "sine-save ang Bootsplash theme..."

#: draksplash:169
#, c-format
msgid "Unable to load image file %s"
msgstr ""

#: draksplash:180
#, c-format
msgid "choose image"
msgstr "pumili ng image"

#: draksplash:195
#, c-format
msgid "Color selection"
msgstr ""

#: drakups:71
#, c-format
msgid "Connected through a serial port or an usb cable"
msgstr "Nakakonekta sa pamamagitan ng serial port o usb cable"

#: drakups:72
#, c-format
msgid "Manual configuration"
msgstr "Mano-manong pag-configure"

#: drakups:78
#, c-format
msgid "Add an UPS device"
msgstr "Magdagdag ng UPS device"

#: drakups:81
#, c-format
msgid ""
"Welcome to the UPS configuration utility.\n"
"\n"
"Here, you'll add a new UPS to your system.\n"
msgstr ""
"Maligayang pagdating sa kagamitang pang-configure ng UPS.\n"
"\n"
"Dito, maaari kang magdagdag ng UPS sa iyong sistema.\n"

#: drakups:88
#, c-format
msgid ""
"We're going to add an UPS device.\n"
"\n"
"Do you want to autodetect UPS devices connected to this machine or to "
"manually select them?"
msgstr ""
"Magdadagdag tayo ng UPS device.\n"
"\n"
"Nais mo bang automatic na tiktikan ang UPS device na nakakabit sa makinang "
"ito o ?"

#: drakups:91
#, c-format
msgid "Autodetection"
msgstr "Automatic na pagtiktik"

#: drakups:99 harddrake2:370
#, c-format
msgid "Detection in progress"
msgstr "Tumatakbo ang pagtitiktik"

#: drakups:118 drakups:157 logdrake:457 logdrake:463
#, c-format
msgid "Congratulations"
msgstr "Maligayang bati"

#: drakups:119
#, c-format
msgid "The wizard successfully added the following UPS devices:"
msgstr "Matagumpay na naidagdag ng wizard ang mga sumusunod na UPS device:"

#: drakups:121
#, c-format
msgid "No new UPS devices was found"
msgstr "Walang nahanap na bagong UPS device"

#: drakups:126 drakups:138
#, c-format
msgid "UPS driver configuration"
msgstr "UPS driver configuration"

#: drakups:126
#, c-format
msgid "Please select your UPS model."
msgstr "Pakipili ang model ng UPS mo:"

#: drakups:127
#, c-format
msgid "Manufacturer / Model:"
msgstr "Tagagawa / Model:"

#: drakups:138
#, c-format
msgid ""
"We are configuring the \"%s\" UPS from \"%s\".\n"
"Please fill in its name, its driver and its port."
msgstr ""
"Kino-configure natin ang \"%s\" na UPS mula sa \"%s\".\n"
"Pakilagay ang pangalan, driver at port nito."

#: drakups:143
#, c-format
msgid "Name:"
msgstr "Pangalan:"

#: drakups:143
#, c-format
msgid "The name of your ups"
msgstr "Ang pangalan ng UPS mo"

#: drakups:144
#, c-format
msgid "Driver:"
msgstr "Driver:"

#: drakups:144
#, c-format
msgid "The driver that manages your ups"
msgstr "Ang driver na nangangasiwa ng UPS mo"

#: drakups:145
#, c-format
msgid "Port:"
msgstr "Port:"

#: drakups:147
#, c-format
msgid "The port on which is connected your ups"
msgstr "Ang port kung saan nakakabit ang UPS mo"

#: drakups:157
#, c-format
msgid "The wizard successfully configured the new \"%s\" UPS device."
msgstr "Matagumpay na na-configure ng wizard ang bagong \"%s\" na UPS device."

#: drakups:248
#, c-format
msgid "UPS devices"
msgstr "Mga UPS device"

#: drakups:249 drakups:268 drakups:284 harddrake2:88 harddrake2:114
#: harddrake2:121
#, c-format
msgid "Name"
msgstr "Pangalan"

#: drakups:249 harddrake2:136
#, c-format
msgid "Driver"
msgstr "Driver"

#: drakups:249 harddrake2:54
#, c-format
msgid "Port"
msgstr "Port"

#: drakups:267
#, c-format
msgid "UPS users"
msgstr "Mga user ng UPS"

#: drakups:283
#, c-format
msgid "Access Control Lists"
msgstr "Mga Talaan ng Kontrol sa Access"

#: drakups:284
#, c-format
msgid "IP address"
msgstr "IP address"

#: drakups:284
#, c-format
msgid "IP mask"
msgstr "IP mask"

#: drakups:296
#, c-format
msgid "Rules"
msgstr "Mga Rule"

#: drakups:297
#, c-format
msgid "Action"
msgstr "Aksyon"

#: drakups:297 harddrake2:85
#, c-format
msgid "Level"
msgstr "Level"

#: drakups:297
#, c-format
msgid "ACL name"
msgstr "Pangalan ng ACL"

#: drakups:297 finish-install:156
#, c-format
msgid "Password"
msgstr "Password"

#: drakups:329
#, fuzzy, c-format
msgid "UPS Management"
msgstr "Pangangasiwa ng Printer \n"

#: drakups:333 drakups:342
#, c-format
msgid "DrakUPS"
msgstr "DrakUPS"

#: drakups:339
#, c-format
msgid "Welcome to the UPS configuration tools"
msgstr "Maligayang pagdating sa mga kasangkapang pang-configure ng UPS"

#: drakxtv:67
#, c-format
msgid "No TV Card detected!"
msgstr "Walang natiktikang TV Card!"

#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: drakxtv:69
#, c-format
msgid ""
"No TV Card has been detected on your machine. Please verify that a Linux-"
"supported Video/TV Card is correctly plugged in.\n"
"\n"
"\n"
"You can visit our hardware database at:\n"
"\n"
"\n"
"http://www.mandrivalinux.com/en/hardware.php3"
msgstr ""
"Walang natiktikang TV Card sa inyong makina. Paki-verify na may nakapasak ng "
"tama na Video/TV Card na suportado ng Linux.\n"
"\n"
"\n"
"Maaari kayong dumalaw sa aming database ng hardware sa:\n"
"\n"
"\n"
"http://www.mandrivalinux.com/en/hardware.php3"

#: finish-install:55
#, c-format
msgid "Keyboard"
msgstr "Keyboard"

#: finish-install:56
#, c-format
msgid "Please, choose your keyboard layout."
msgstr "Pakiusap, piliin ang layout ng inyong keyboard."

#: finish-install:154 finish-install:172 finish-install:184
#, c-format
msgid "Encrypted home partition"
msgstr ""

#: finish-install:154
#, c-format
msgid "Please enter a password for the %s user"
msgstr ""

#: finish-install:157
#, c-format
msgid "Password (again)"
msgstr "Password (ulit)"

#: finish-install:172
#, c-format
msgid "Creating encrypted home partition"
msgstr ""

#: finish-install:184
#, c-format
msgid "Formatting encrypted home partition"
msgstr ""

#: harddrake2:28
#, c-format
msgid "Alternative drivers"
msgstr "Mga alternatibong driver"

#: harddrake2:29
#, c-format
msgid "the list of alternative drivers for this sound card"
msgstr "ang talaan ng mga alternatibong driver para sa sound card na ito"

#: harddrake2:31 harddrake2:123
#, c-format
msgid "Bus"
msgstr "Bus"

#: harddrake2:32
#, c-format
msgid ""
"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
"ito ang physical bus kung saan nakapasak ang device (e.g. PCI, USB, ...)"

#: harddrake2:34 harddrake2:149
#, c-format
msgid "Bus identification"
msgstr "Bus identification"

#: harddrake2:35
#, c-format
msgid ""
"- PCI and USB devices: this lists the vendor, device, subvendor and "
"subdevice PCI/USB ids"
msgstr ""
"- mga PCI at USB device: nililista nito ang mga PCI/USB ID ng vendor, "
"device, subvendor at subdevice"

#: harddrake2:37
#, c-format
msgid "Location on the bus"
msgstr "Kinaroroonan sa bus"

#: harddrake2:38
#, c-format
msgid ""
"- pci devices: this gives the PCI slot, device and function of this card\n"
"- eide devices: the device is either a slave or a master device\n"
"- scsi devices: the scsi bus and the scsi device ids"
msgstr ""
"- mga pci device: binibigay nito ang PCI slot, device at function ng card na "
"ito\n"
"- mga eide device: ang device ay isang slave o isang master device lamang\n"
"- mga scsi device: ang mga ID ng scsi bus at ng scsi device"

#: harddrake2:41
#, c-format
msgid "Drive capacity"
msgstr "Drive capacity"

#: harddrake2:41
#, c-format
msgid "special capacities of the driver (burning ability and or DVD support)"
msgstr "mga natatanging kakayahan ng driver (nakaka-burn at/o suporta sa DVD)"

#: harddrake2:42
#, c-format
msgid "Description"
msgstr "Paglalarawan"

#: harddrake2:42
#, c-format
msgid "this field describes the device"
msgstr "ang field na ito ay naglalarawan sa device"

#: harddrake2:43
#, c-format
msgid "Old device file"
msgstr "Lumang device file"

#: harddrake2:44
#, c-format
msgid "old static device name used in dev package"
msgstr "lumang static device name na ginagamit sa dev package"

#. -PO: here "module" is the "jargon term" for a kernel driver
#: harddrake2:47
#, c-format
msgid "Module"
msgstr "Module"

#: harddrake2:47
#, c-format
msgid "the module of the GNU/Linux kernel that handles the device"
msgstr "ang module ng GNU/Linux kernel na humahawak sa device"

#: harddrake2:48
#, fuzzy, c-format
msgid "Extended partitions"
msgstr "Gumawa ng bagong partisyon"

#: harddrake2:48
#, fuzzy, c-format
msgid "the number of extended partitions"
msgstr "ang bilang ng processor"

#: harddrake2:49
#, fuzzy, c-format
msgid "Geometry"
msgstr "Subukan muli"

#: harddrake2:49
#, c-format
msgid "Cylinder/head/sectors geometry of the disk"
msgstr ""

#: harddrake2:50
#, fuzzy, c-format
msgid "Disk controller"
msgstr "SMBus controller"

#: harddrake2:50
#, c-format
msgid "the disk controller on the host side"
msgstr ""

#: harddrake2:51
#, fuzzy, c-format
msgid "Identifier"
msgstr "Aking identifier"

#: harddrake2:51
#, c-format
msgid "usually the device serial number"
msgstr ""

#: harddrake2:52
#, c-format
msgid "Media class"
msgstr "Media class"

#: harddrake2:52
#, c-format
msgid "class of hardware device"
msgstr "class ng hardware device"

#: harddrake2:53 harddrake2:86
#, c-format
msgid "Model"
msgstr "Model"

#: harddrake2:53
#, c-format
msgid "hard disk model"
msgstr "hard disk model"

#: harddrake2:54
#, c-format
msgid "network printer port"
msgstr "network printer port"

#: harddrake2:55
#, fuzzy, c-format
msgid "Primary partitions"
msgstr "I-format ang mga partisyon"

#: harddrake2:55
#, fuzzy, c-format
msgid "the number of the primary partitions"
msgstr "ang bilang ng processor"

#: harddrake2:56 harddrake2:91
#, c-format
msgid "Vendor"
msgstr "Vendor"

#: harddrake2:56
#, c-format
msgid "the vendor name of the device"
msgstr "ang pangalan ng vendor ng device"

#: harddrake2:57
#, c-format
msgid "PCI domain"
msgstr ""

#: harddrake2:57
#, fuzzy, c-format
msgid "the PCI domain of the device"
msgstr "ang pangalan ng vendor ng device"

#: harddrake2:58
#, c-format
msgid "Bus PCI #"
msgstr ""

#: harddrake2:58
#, fuzzy, c-format
msgid "the PCI bus on which the device is plugged"
msgstr ""
"ito ang physical bus kung saan nakapasak ang device (e.g. PCI, USB, ...)"

#: harddrake2:59
#, fuzzy, c-format
msgid "PCI device #"
msgstr "Mga UPS device"

#: harddrake2:59
#, fuzzy, c-format
msgid "PCI device number"
msgstr "Lifetime number"

#: harddrake2:60
#, c-format
msgid "PCI function #"
msgstr ""

#: harddrake2:60
#, fuzzy, c-format
msgid "PCI function number"
msgstr "Pangalan ng koneksyon"

#: harddrake2:61
#, fuzzy, c-format
msgid "Vendor ID"
msgstr "Vendor"

#: harddrake2:61
#, c-format
msgid "this is the standard numerical identifier of the vendor"
msgstr ""

#: harddrake2:62
#, fuzzy, c-format
msgid "Device ID"
msgstr "Device: "

#: harddrake2:62
#, fuzzy, c-format
msgid "this is the numerical identifier of the device"
msgstr "ang pangalan ng vendor ng device"

#: harddrake2:63
#, c-format
msgid "Sub vendor ID"
msgstr ""

#: harddrake2:63
#, c-format
msgid "this is the minor numerical identifier of the vendor"
msgstr ""

#: harddrake2:64
#, fuzzy, c-format
msgid "Sub device ID"
msgstr "Mga UPS device"

#: harddrake2:64
#, fuzzy, c-format
msgid "this is the minor numerical identifier of the device"
msgstr "ang pangalan ng vendor ng device"

#: harddrake2:65
#, fuzzy, c-format
msgid "Device USB ID"
msgstr "Device: "

#: harddrake2:65
#, c-format
msgid ".."
msgstr ""

#: harddrake2:69
#, c-format
msgid "Bogomips"
msgstr "Bogomips"

#: harddrake2:69
#, c-format
msgid ""
"the GNU/Linux kernel needs to run a calculation loop at boot time to "
"initialize a timer counter.  Its result is stored as bogomips as a way to "
"\"benchmark\" the cpu."
msgstr ""
"ang GNU/Linux kernel ay kailangang magpatakbo ng calculation loop sa oras ng "
"boot para maka-initialize ng timer counter.  Ang resulta nito ay nakaimbak "
"bilang bogomips bilang isang paraan na ma-\"benchmark\" ang CPU."

#: harddrake2:70
#, c-format
msgid "Cache size"
msgstr "Laki ng cache"

#: harddrake2:70
#, c-format
msgid "size of the (second level) cpu cache"
msgstr "laki ng (pangalawang level) cpu cache"

#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: harddrake2:73
#, c-format
msgid "Coma bug"
msgstr "Coma bug"

#: harddrake2:73
#, c-format
msgid "whether this cpu has the Cyrix 6x86 Coma bug"
msgstr "kung ang CPU na ito ay may Cyrix 6x86 Coma bug"

#: harddrake2:74
#, c-format
msgid "Cpuid family"
msgstr "Pamilya ng cpuid"

#: harddrake2:74
#, c-format
msgid "family of the cpu (eg: 6 for i686 class)"
msgstr "pamilya ng cpu (e.g. 6 para sa i686 na klase)"

#: harddrake2:75
#, c-format
msgid "Cpuid level"
msgstr "Level ng cpuid"

#: harddrake2:75
#, c-format
msgid "information level that can be obtained through the cpuid instruction"
msgstr "level ng inpormasyon na makukuha sa pamamagitan ng cpuid instruction"

#: harddrake2:76
#, c-format
msgid "Frequency (MHz)"
msgstr "Frequency (MHz)"

#: harddrake2:76
#, c-format
msgid ""
"the CPU frequency in MHz (Megahertz which in first approximation may be "
"coarsely assimilated to number of instructions the cpu is able to execute "
"per second)"
msgstr ""
"ang CPU frequency sa MHz (Megahertz na humigit-kumulang ay ang bilang ng "
"instruction na kayang i-execute ng cpu sa loob ng isang segundo)"

#: harddrake2:77
#, c-format
msgid "Flags"
msgstr "Flags"

#: harddrake2:77
#, c-format
msgid "CPU flags reported by the kernel"
msgstr "CPU flags na iniulat ng kernel"

#: harddrake2:78
#, c-format
msgid "Fdiv bug"
msgstr "Fdiv bug"

#: harddrake2:79
#, c-format
msgid ""
"Early Intel Pentium chips manufactured have a bug in their floating point "
"processor which did not achieve the required precision when performing a "
"Floating point DIVision (FDIV)"
msgstr ""
"Ang mga naunang nagawang Intel Pentium chip ay may \"bug\" sa kanilang "
"floating point processor na hindi naaabot ang kinakailangang precision kung "
"nagsasagawa ng Floating point DIVision (FDIV)"

#: harddrake2:80
#, c-format
msgid "Is FPU present"
msgstr "May FPU ba"

#: harddrake2:80
#, c-format
msgid "yes means the processor has an arithmetic coprocessor"
msgstr "ibig sabihin ng 'oo' ay may arithmetic coprocessor ang processor"

#: harddrake2:81
#, c-format
msgid "Whether the FPU has an irq vector"
msgstr "Kung ang FPU ay may irq vector"

#: harddrake2:81
#, c-format
msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
"ibig sabihin ng 'oo' ay may nakakabit na exception vector sa arithmetic "
"coprocessor"

#: harddrake2:82
#, c-format
msgid "F00f bug"
msgstr "F00f bug"

#: harddrake2:82
#, c-format
msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
"ang mga naunang pentium ay maraming \"bug\" at humihinto kung nagde-decode "
"ng F00F na bytecode"

#: harddrake2:83
#, c-format
msgid "Halt bug"
msgstr "Halt bug"

#: harddrake2:84
#, c-format
msgid ""
"Some of the early i486DX-100 chips cannot reliably return to operating mode "
"after the \"halt\" instruction is used"
msgstr ""
"Ilan sa mga naunang i486DX-100 chip ay hindi maasahang bumalik sa operating "
"mode matapos gamitin ang \"halt\" instruction"

#: harddrake2:85
#, c-format
msgid "sub generation of the cpu"
msgstr "sub generation ng CPU"

#: harddrake2:86
#, c-format
msgid "generation of the cpu (eg: 8 for Pentium III, ...)"
msgstr "generation ng CPU (e.g: 8 para sa Pentium III, ...)"

#: harddrake2:87
#, c-format
msgid "Model name"
msgstr "Pangalan ng model"

#: harddrake2:87
#, c-format
msgid "official vendor name of the cpu"
msgstr "opisyal na pangalan ng vendor ng CPU"

#: harddrake2:88
#, c-format
msgid "the name of the CPU"
msgstr "ang pangalan ng CPU"

#: harddrake2:89
#, c-format
msgid "Processor ID"
msgstr "Processor ID"

#: harddrake2:89
#, c-format
msgid "the number of the processor"
msgstr "ang bilang ng processor"

#: harddrake2:90
#, c-format
msgid "Model stepping"
msgstr "Model stepping"

#: harddrake2:90
#, c-format
msgid "stepping of the cpu (sub model (generation) number)"
msgstr "stepping ng CPU (sub model (generation) number)"

#: harddrake2:91
#, c-format
msgid "the vendor name of the processor"
msgstr "ang pangalan ng vendor ng processor"

#: harddrake2:92
#, c-format
msgid "Write protection"
msgstr "Proteksyon laban sa pagsulat"

#: harddrake2:92
#, c-format
msgid ""
"the WP flag in the CR0 register of the cpu enforce write protection at the "
"memory page level, thus enabling the processor to prevent unchecked kernel "
"accesses to user memory (aka this is a bug guard)"
msgstr ""
"ang WP flag sa CR0 register ng CPU ay nagpapatupad ng proteksyon laban sa "
"pagsulat sa level ng memory page, sumakatuwid, ini-enable ang processor na "
"iwasan ang mga hindi nasuring kernel access sa user memory (aka \"bug guard"
"\")"

#: harddrake2:96
#, c-format
msgid "Floppy format"
msgstr "Floppy format"

#: harddrake2:96
#, c-format
msgid "format of floppies supported by the drive"
msgstr "format ng mga floppy na suportado ng drive"

#: harddrake2:100
#, c-format
msgid "Channel"
msgstr "Channel"

#: harddrake2:100
#, c-format
msgid "EIDE/SCSI channel"
msgstr "EIDE/SCSI channel"

#: harddrake2:101
#, fuzzy, c-format
msgid "Disk identifier"
msgstr "Aking identifier"

#: harddrake2:101
#, c-format
msgid "usually the disk serial number"
msgstr ""

#: harddrake2:102
#, fuzzy, c-format
msgid "Logical unit number"
msgstr "Pangalan ng logical volume "

#: harddrake2:102
#, c-format
msgid ""
"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
"identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""

#. -PO: here, "size" is the size of the ram chip (eg: 128Mo, 256Mo, ...)
#: harddrake2:109
#, fuzzy, c-format
msgid "Installed size"
msgstr "I-install ang sistema"

#: harddrake2:109
#, c-format
msgid "Installed size of the memory bank"
msgstr ""

#: harddrake2:110
#, fuzzy, c-format
msgid "Enabled Size"
msgstr "Paganahin"

#: harddrake2:110
#, c-format
msgid "Enabled size of the memory bank"
msgstr ""

#: harddrake2:111 harddrake2:120
#, c-format
msgid "Type"
msgstr "Uri"

#: harddrake2:111
#, fuzzy, c-format
msgid "type of the memory device"
msgstr "Pangalan ng peers certificate"

#: harddrake2:112
#, c-format
msgid "Speed"
msgstr ""

#: harddrake2:112
#, c-format
msgid "Speed of the memory bank"
msgstr ""

#: harddrake2:113
#, fuzzy, c-format
msgid "Bank connections"
msgstr "Pangasiwaan ang mga koneksyon"

#: harddrake2:114
#, c-format
msgid "Socket designation of the memory bank"
msgstr ""

#: harddrake2:118
#, fuzzy, c-format
msgid "Device file"
msgstr "Lumang device file"

#: harddrake2:118
#, c-format
msgid ""
"the device file used to communicate with the kernel driver for the mouse"
msgstr ""

#: harddrake2:119
#, c-format
msgid "Emulated wheel"
msgstr ""

#: harddrake2:119
#, fuzzy, c-format
msgid "whether the wheel is emulated or not"
msgstr "may Wheel emulation"

#: harddrake2:120
#, fuzzy, c-format
msgid "the type of the mouse"
msgstr "Pakisubok ang mouse"

#: harddrake2:121
#, fuzzy, c-format
msgid "the name of the mouse"
msgstr "ang pangalan ng CPU"

#: harddrake2:122
#, c-format
msgid "Number of buttons"
msgstr "Bilang ng mga button"

#: harddrake2:122
#, c-format
msgid "the number of buttons the mouse has"
msgstr "bilang ng mga button na mayroon ang mouse"

#: harddrake2:123
#, c-format
msgid "the type of bus on which the mouse is connected"
msgstr "ang uri ng bus kung saan nakakabit ang mouse"

#: harddrake2:124
#, c-format
msgid "Mouse protocol used by X11"
msgstr ""

#: harddrake2:124
#, c-format
msgid "the protocol that the graphical desktop use with the mouse"
msgstr ""

#: harddrake2:131 harddrake2:140 harddrake2:147 harddrake2:155 harddrake2:335
#, fuzzy, c-format
msgid "Identification"
msgstr "Bus identification"

#: harddrake2:132 harddrake2:148
#, c-format
msgid "Connection"
msgstr "Koneksiyon"

#: harddrake2:141
#, fuzzy, c-format
msgid "Performances"
msgstr "Mga preference"

#: harddrake2:142
#, fuzzy, c-format
msgid "Bugs"
msgstr "Bus"

#: harddrake2:143
#, c-format
msgid "FPU"
msgstr ""

#: harddrake2:150
#, c-format
msgid "Device"