summaryrefslogtreecommitdiff
path: root/i18n/pt_BR/sysinfo.ts
Unidiff
Diffstat (limited to 'i18n/pt_BR/sysinfo.ts') (more/less context) (ignore whitespace changes)
-rw-r--r--i18n/pt_BR/sysinfo.ts124
1 files changed, 121 insertions, 3 deletions
diff --git a/i18n/pt_BR/sysinfo.ts b/i18n/pt_BR/sysinfo.ts
index 7c9d950..39681ac 100644
--- a/i18n/pt_BR/sysinfo.ts
+++ b/i18n/pt_BR/sysinfo.ts
@@ -11,12 +11,16 @@
11 <translation>Uso de CPU pelo sistema (%)</translation> 11 <translation>Uso de CPU pelo sistema (%)</translation>
12 </message> 12 </message>
13 <message> 13 <message>
14 <source>Application CPU usage (%)</source> 14 <source>Application CPU usage (%)</source>
15 <translation>Uso de CPU por aplicações (%)</translation> 15 <translation>Uso de CPU por aplicações (%)</translation>
16 </message> 16 </message>
17 <message>
18 <source>This page shows how much this device&apos;s processor is being used.</source>
19 <translation type="unfinished"></translation>
20 </message>
17</context> 21</context>
18<context> 22<context>
19 <name>MemoryInfo</name> 23 <name>MemoryInfo</name>
20 <message> 24 <message>
21 <source>Total Memory: %1 kB</source> 25 <source>Total Memory: %1 kB</source>
22 <translation>Memória Total: %1 kB</translation> 26 <translation>Memória Total: %1 kB</translation>
@@ -34,19 +38,41 @@
34 <translation>Livre (%1 kB)</translation> 38 <translation>Livre (%1 kB)</translation>
35 </message> 39 </message>
36 <message> 40 <message>
37 <source>Used (%1 kB)</source> 41 <source>Used (%1 kB)</source>
38 <translation>Usado (%1 kB)</translation> 42 <translation>Usado (%1 kB)</translation>
39 </message> 43 </message>
44 <message>
45 <source>This page shows how memory (i.e. RAM) is being allocated on your handheld device.
46Memory is categorized as follows:
47
481. Used - memory used to by Opie and any running applications.
492. Buffers - temporary storage used to improve performance
503. Cached - information that has recently been used, but has not been freed yet.
514. Free - memory not currently used by Opie or any running applications.</source>
52 <translation type="unfinished"></translation>
53 </message>
40</context> 54</context>
41<context> 55<context>
42 <name>ModulesDetail</name> 56 <name>ModulesDetail</name>
43 <message> 57 <message>
44 <source>Send</source> 58 <source>Send</source>
45 <translation type="unfinished">Envia</translation> 59 <translation type="unfinished">Envia</translation>
46 </message> 60 </message>
61 <message>
62 <source>Select a command here and then click the Send button to the right to send the command.</source>
63 <translation type="unfinished"></translation>
64 </message>
65 <message>
66 <source>This area shows detailed information about this module.</source>
67 <translation type="unfinished"></translation>
68 </message>
69 <message>
70 <source>Click here to send the selected command to this module.</source>
71 <translation type="unfinished"></translation>
72 </message>
47</context> 73</context>
48<context> 74<context>
49 <name>ModulesInfo</name> 75 <name>ModulesInfo</name>
50 <message> 76 <message>
51 <source>Module</source> 77 <source>Module</source>
52 <translation type="unfinished"></translation> 78 <translation type="unfinished"></translation>
@@ -60,12 +86,18 @@
60 <translation type="unfinished"></translation> 86 <translation type="unfinished"></translation>
61 </message> 87 </message>
62 <message> 88 <message>
63 <source>Used By</source> 89 <source>Used By</source>
64 <translation type="unfinished"></translation> 90 <translation type="unfinished"></translation>
65 </message> 91 </message>
92 <message>
93 <source>This is a list of all the kernel modules currently loaded on this handheld device.
94
95Click and hold on a module to see additional information about the module, or to unload it.</source>
96 <translation type="unfinished"></translation>
97 </message>
66</context> 98</context>
67<context> 99<context>
68 <name>MountInfo</name> 100 <name>MountInfo</name>
69 <message> 101 <message>
70 <source>Available (%1 kB)</source> 102 <source>Available (%1 kB)</source>
71 <translation>Disponível (%1 kB)</translation> 103 <translation>Disponível (%1 kB)</translation>
@@ -82,12 +114,24 @@
82<context> 114<context>
83 <name>ProcessDetail</name> 115 <name>ProcessDetail</name>
84 <message> 116 <message>
85 <source>Send</source> 117 <source>Send</source>
86 <translation>Envia</translation> 118 <translation>Envia</translation>
87 </message> 119 </message>
120 <message>
121 <source>Select a signal here and then click the Send button to the right to send to this process.</source>
122 <translation type="unfinished"></translation>
123 </message>
124 <message>
125 <source>This area shows detailed information about this process.</source>
126 <translation type="unfinished"></translation>
127 </message>
128 <message>
129 <source>Click here to send the selected signal to this process.</source>
130 <translation type="unfinished"></translation>
131 </message>
88</context> 132</context>
89<context> 133<context>
90 <name>ProcessInfo</name> 134 <name>ProcessInfo</name>
91 <message> 135 <message>
92 <source>PID</source> 136 <source>PID</source>
93 <translation>PID</translation> 137 <translation>PID</translation>
@@ -101,25 +145,95 @@
101 <translation>Estado</translation> 145 <translation>Estado</translation>
102 </message> 146 </message>
103 <message> 147 <message>
104 <source>Command</source> 148 <source>Command</source>
105 <translation>Comando</translation> 149 <translation>Comando</translation>
106 </message> 150 </message>
151 <message>
152 <source>This is a list of all the processes on this handheld device.
153
154Click and hold on a process to see additional information about the process, or to send a signal to it.</source>
155 <translation type="unfinished"></translation>
156 </message>
107</context> 157</context>
108<context> 158<context>
109 <name>StorageInfo</name> 159 <name>StorageInfo</name>
110 <message> 160 <message>
111 <source>SCSI Hard Disk</source> 161 <source>SCSI Hard Disk</source>
112 <translation>Disco Rígido SCSI</translation> 162 <translation type="obsolete">Disco Rígido SCSI</translation>
113 </message> 163 </message>
114 <message> 164 <message>
115 <source>Hard Disk</source> 165 <source>Hard Disk</source>
116 <translation>Disco Rígido</translation> 166 <translation type="obsolete">Disco Rígido</translation>
167 </message>
168 <message>
169 <source>CF Card: </source>
170 <translation type="unfinished"></translation>
171 </message>
172 <message>
173 <source>Hard Disk </source>
174 <translation type="unfinished"></translation>
117 </message> 175 </message>
118 <message> 176 <message>
119 <source>Int. Storage</source> 177 <source>SD Card </source>
178 <translation type="unfinished"></translation>
179 </message>
180 <message>
181 <source>Hard Disk /dev/hd </source>
182 <translation type="unfinished"></translation>
183 </message>
184 <message>
185 <source>SCSI Hard Disk /dev/sd </source>
186 <translation type="unfinished"></translation>
187 </message>
188 <message>
189 <source>Int. Storage </source>
190 <translation type="unfinished"></translation>
191 </message>
192 <message>
193 <source>Int. Storage /dev/mtdblock/ </source>
194 <translation type="unfinished"></translation>
195 </message>
196 <message>
197 <source>Int. Storage /dev/mtdblock </source>
198 <translation type="unfinished"></translation>
199 </message>
200 <message>
201 <source>CF</source>
202 <translation type="unfinished"></translation>
203 </message>
204 <message>
205 <source>This graph represents how much memory is currently used on this Compact Flash memory card.</source>
206 <translation type="unfinished"></translation>
207 </message>
208 <message>
209 <source>Ha</source>
210 <translation type="unfinished"></translation>
211 </message>
212 <message>
213 <source>This graph represents how much storage is currently used on this hard drive.</source>
214 <translation type="unfinished"></translation>
215 </message>
216 <message>
217 <source>SD</source>
218 <translation type="unfinished"></translation>
219 </message>
220 <message>
221 <source>This graph represents how much memory is currently used on this Secure Digital memory card.</source>
222 <translation type="unfinished"></translation>
223 </message>
224 <message>
225 <source>SC</source>
226 <translation type="unfinished"></translation>
227 </message>
228 <message>
229 <source>In</source>
230 <translation type="unfinished"></translation>
231 </message>
232 <message>
233 <source>This graph represents how much memory is currently used of the built-in memory (i.e. Flash memory) on this handheld device.</source>
120 <translation type="unfinished"></translation> 234 <translation type="unfinished"></translation>
121 </message> 235 </message>
122</context> 236</context>
123<context> 237<context>
124 <name>SystemInfo</name> 238 <name>SystemInfo</name>
125 <message> 239 <message>
@@ -178,8 +292,12 @@
178 <translation type="unfinished"></translation> 292 <translation type="unfinished"></translation>
179 </message> 293 </message>
180 <message> 294 <message>
181 <source>&lt;p&gt;Vendor: </source> 295 <source>&lt;p&gt;Vendor: </source>
182 <translation type="unfinished"></translation> 296 <translation type="unfinished"></translation>
183 </message> 297 </message>
298 <message>
299 <source>This page shows the current versions of Opie, the Linux kernel and distribution running on this handheld device.</source>
300 <translation type="unfinished"></translation>
301 </message>
184</context> 302</context>
185</TS> 303</TS>