diff options
| author | Mustapha Senhaji <moos@rockbox.org> | 2011-01-04 21:09:42 +0000 |
|---|---|---|
| committer | Mustapha Senhaji <moos@rockbox.org> | 2011-01-04 21:09:42 +0000 |
| commit | 4ee5ef0588f1bbba12b689aee1747911ca068efe (patch) | |
| tree | 551363f5703f93812622568afbd9d247f752fe59 | |
| parent | 1a43dc67c86c66d30d31cf8b73015ea61c66833f (diff) | |
| download | rockbox-4ee5ef0588f1bbba12b689aee1747911ca068efe.zip rockbox-4ee5ef0588f1bbba12b689aee1747911ca068efe.tar.gz rockbox-4ee5ef0588f1bbba12b689aee1747911ca068efe.tar.bz2 rockbox-4ee5ef0588f1bbba12b689aee1747911ca068efe.tar.xz | |
Update the portugues translation by Gabriel Maia FS#11857.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28967 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/portugues.lang | 46 | ||||
| -rw-r--r-- | docs/CREDITS | 1 |
2 files changed, 47 insertions, 0 deletions
diff --git a/apps/lang/portugues.lang b/apps/lang/portugues.lang index b09f239..b4b8f7d 100644 --- a/apps/lang/portugues.lang +++ b/apps/lang/portugues.lang @@ -18,6 +18,7 @@ # - Joao (FS#446) # - Rui Marinho # - Rui Araújo +# - Gabriel Maia <phrase> id: LANG_SET_BOOL_YES desc: bool true representation @@ -12583,3 +12584,48 @@ *: "Tamanho de Ficheiro" </voice> </phrase> +<phrase> + id: LANG_AUTORESUME_ENABLE_YES + desc: resume settings menu + user: core + <source> + *: "Yes (requires initialized database)" + </source> + <dest> + *: "Sim (requer base de dados inicializada)" + </dest> + <voice> + *: "Sim (requer base de dados inicializada)" + </voice> +</phrase> +<phrase> + id: LANG_FM_RSSI + desc: Signal strength of a received FM station + user: core + <source> + *: none + radio: "Signal strength:" + </source> + <dest> + *: none + radio: "Força do sinal:" + </dest> + <voice> + *: none + radio: "Força do sinal:" + </voice> +</phrase> +<phrase> + id: LANG_AUTORESUME_ENABLE + desc: resume settings menu + user: core + <source> + *: "Enable automatic resume" + </source> + <dest> + *: "Habilitar retoma da reprodução automática" + </dest> + <voice> + *: "Habilitar retoma da reprodução automática" + </voice> +</phrase> diff --git a/docs/CREDITS b/docs/CREDITS index 8ff7fb1..b5b1a47 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -578,6 +578,7 @@ Ryan Sawhill Thomas Jarosch Will Sowerbutts Łukasz Stelmach +Gabriel Maia The libmad team The wavpack team |