-rw-r--r-- | i18n/pt/sysinfo.ts | 128 |
1 files changed, 125 insertions, 3 deletions
diff --git a/i18n/pt/sysinfo.ts b/i18n/pt/sysinfo.ts index 90f8090..b143fc7 100644 --- a/i18n/pt/sysinfo.ts +++ b/i18n/pt/sysinfo.ts @@ -13,6 +13,10 @@ <source>Type: </source> <translation>Tipo:</translation> </message> + <message> + <source>This page shows how much this device's processor is being used.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>MemoryInfo</name> @@ -36,6 +40,16 @@ <source>Total Memory: %1 kB</source> <translation>Total: %1 kB</translation> </message> + <message> + <source>This page shows how memory (i.e. RAM) is being allocated on your handheld device. +Memory is categorized as follows: + +1. Used - memory used to by Opie and any running applications. +2. Buffers - temporary storage used to improve performance +3. Cached - information that has recently been used, but has not been freed yet. +4. Free - memory not currently used by Opie or any running applications.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ModulesDetail</name> @@ -43,6 +57,18 @@ <source>Send</source> <translation type="unfinished">Enviar</translation> </message> + <message> + <source>Select a command here and then click the Send button to the right to send the command.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>This area shows detailed information about this module.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Click here to send the selected command to this module.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ModulesInfo</name> @@ -62,6 +88,12 @@ <source>Used By</source> <translation type="unfinished"></translation> </message> + <message> + <source>This is a list of all the kernel modules currently loaded on this handheld device. + +Click and hold on a module to see additional information about the module, or to unload it.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>MountInfo</name> @@ -84,6 +116,18 @@ <source>Send</source> <translation>Enviar</translation> </message> + <message> + <source>Select a signal here and then click the Send button to the right to send to this process.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>This area shows detailed information about this process.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Click here to send the selected signal to this process.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProcessInfo</name> @@ -103,20 +147,94 @@ <source>Time</source> <translation>Tempo</translation> </message> + <message> + <source>This is a list of all the processes on this handheld device. + +Click and hold on a process to see additional information about the process, or to send a signal to it.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StorageInfo</name> <message> <source>Hard Disk</source> - <translation>Disco</translation> + <translation type="obsolete">Disco</translation> </message> <message> <source>SCSI Hard Disk</source> - <translation>Disco SCSI</translation> + <translation type="obsolete">Disco SCSI</translation> + </message> + <message> + <source>Int. Storage</source> + <translation type="obsolete">Armazenamento Interno</translation> + </message> + <message> + <source>CF Card: </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Hard Disk </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>SD Card </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Hard Disk /dev/hd </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>SCSI Hard Disk /dev/sd </source> + <translation type="unfinished"></translation> </message> <message> <source>Int. Storage</source> - <translation>Armazenamento Interno</translation> + <translation type="unfinished"></translation> + </message> + <message> + <source>Int. Storage /dev/mtdblock/ </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Int. Storage /dev/mtdblock </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>CF</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>This graph represents how much memory is currently used on this Compact Flash memory card.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ha</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>This graph represents how much storage is currently used on this hard drive.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>SD</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>This graph represents how much memory is currently used on this Secure Digital memory card.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>SC</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>In</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>This graph represents how much memory is currently used of the built-in memory (i.e. Flash memory) on this handheld device.</source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -180,5 +298,9 @@ <source><p>Vendor: </source> <translation type="unfinished"></translation> </message> + <message> + <source>This page shows the current versions of Opie, the Linux kernel and distribution running on this handheld device.</source> + <translation type="unfinished"></translation> + </message> </context> </TS> |