author | davipt <davipt> | 2002-06-20 19:10:03 (UTC) |
---|---|---|
committer | davipt <davipt> | 2002-06-20 19:10:03 (UTC) |
commit | 8c55fec6394ca27aebf49692c643d71db32b7ebf (patch) (side-by-side diff) | |
tree | 652f92eb31431ddae39fa6e7cb58e8f1e8b9d5af /i18n/pt_BR/libcardmonapplet.ts | |
parent | e3b199e4b3ad71cb8d046e33e792402250a8faec (diff) | |
download | opie-8c55fec6394ca27aebf49692c643d71db32b7ebf.zip opie-8c55fec6394ca27aebf49692c643d71db32b7ebf.tar.gz opie-8c55fec6394ca27aebf49692c643d71db32b7ebf.tar.bz2 |
Fix cardmon applet visibility (now visible is some card is plugged) and added
popup on succesfull ejection or insertion of a card.
Diffstat (limited to 'i18n/pt_BR/libcardmonapplet.ts') (more/less context) (ignore whitespace changes)
-rw-r--r-- | i18n/pt_BR/libcardmonapplet.ts | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/i18n/pt_BR/libcardmonapplet.ts b/i18n/pt_BR/libcardmonapplet.ts index f2aee65..38dd9b8 100644 --- a/i18n/pt_BR/libcardmonapplet.ts +++ b/i18n/pt_BR/libcardmonapplet.ts @@ -1,22 +1,62 @@ <!DOCTYPE TS><TS> <defaultcodec>iso8859-1</defaultcodec> <context> <name>CardMonitor</name> <message> <source>&OK</source> <translation>&OK</translation> </message> <message> <source>CardMonitor</source> <translation>Monitor de Cartão</translation> </message> <message> <source>Eject card</source> - <translation>Desativar cartão</translation> + <translation type="obsolete">Desativar cartão</translation> </message> <message> <source>Card eject failed!</source> - <translation>Falhou ao desativar o cartão!</translation> + <translation type="obsolete">Falhou ao desativar o cartão!</translation> + </message> + <message> + <source>Eject SD/ MMC card</source> + <translation type="obsolete"></translation> + </message> + <message> + <source>Eject %1 (0)</source> + <translation type="obsolete"></translation> + </message> + <message> + <source>Eject %1 (1)</source> + <translation type="obsolete"></translation> + </message> + <message> + <source>CF/PCMCIA card eject failed!</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>SD/MMC card eject failed!</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>New card: </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Ejected: </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Eject SD/MMC card</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Eject card 0: %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Eject card 1: %1</source> + <translation type="unfinished"></translation> </message> </context> </TS> |