-rw-r--r-- | i18n/pt_BR/login.ts | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/i18n/pt_BR/login.ts b/i18n/pt_BR/login.ts new file mode 100644 index 0000000..d9f63d4 --- a/dev/null +++ b/i18n/pt_BR/login.ts @@ -0,0 +1,30 @@ +<!DOCTYPE TS><TS> +<codec>iso8859-1</codec> +<context> + <name>QDMDialogImpl</name> + <message> + <source>Do you really want to shut +the system down now?</source> + <translation>Você realmente deseja desligar +o sistema ?</translation> + </message> + <message> + <source>The given password is incorrect</source> + <translation>A senha fornecida está incorreta</translation> + </message> + <message> + <source>Do you really want to go +to sleep mode now?</source> + <translation>Você realmente deseja ir +para o modo de descanso ?</translation> + </message> + <message> + <source>Cancel</source> + <translation>Cancelar</translation> + </message> + <message> + <source>Password wrong</source> + <translation>Senha incorreta</translation> + </message> +</context> +</TS> |