FossifyGallery/app/src/main/res/values-pt-rPT/strings.xml

126 lines
10 KiB
XML
Raw Normal View History

2016-10-02 23:49:13 +02:00
<resources>
<string name="app_name">Simple Gallery</string>
<string name="app_launcher_name">Galeria</string>
<string name="share_via">Partilhar via</string>
<string name="no_permissions">É necessário o acesso ao armazenamento para a galeria ter utilidade</string>
2016-11-10 00:14:36 +01:00
<string name="delete">Apagar</string>
<string name="deleting">A apagar</string>
<string name="rename">Renomear</string>
<string name="edit">Editar</string>
2016-10-02 23:49:13 +02:00
<string name="undo">Desfazer</string>
<string name="share">Partilhar</string>
<string name="properties">Propriedades</string>
2016-10-02 23:49:13 +02:00
<string name="rename_file">Renomear ficheiro</string>
<string name="rename_folder">Renomear pasta</string>
<string name="rename_file_error">Não foi possível renomear o ficheiro</string>
<string name="rename_folder_error">Não foi possível renomear a pasta</string>
2016-11-10 00:14:36 +01:00
<string name="rename_folder_empty">O nome da pasta não pode estar vazio</string>
2016-10-02 23:49:13 +02:00
<string name="rename_folder_ok">A pasta foi renomeada com sucesso</string>
<string name="renaming_folder">A renomear pasta</string>
2016-11-10 00:14:36 +01:00
<string name="filename_cannot_be_empty">O nome do ficheiro não pode estar vazio</string>
<string name="filename_invalid_characters">O nome do ficheiro contém caracteres inválidos</string>
2016-10-02 23:49:13 +02:00
<string name="extension">Extensão</string>
2016-11-10 00:14:36 +01:00
<string name="file_deleted">Ficheiro apagado</string>
2016-10-02 23:49:13 +02:00
<string name="open_camera">Abrir câmara</string>
<string name="unknown_error">Ocorreu um erro desconhecido</string>
<string name="sort_by">Ordenar por</string>
<string name="name">Nome</string>
<string name="size">Tamanho</string>
<string name="date">Data</string>
<string name="ascending">Ascendente</string>
<string name="descending">Descendente</string>
<string name="ok">OK</string>
<string name="cancel">Cancelar</string>
2016-11-10 00:14:36 +01:00
<string name="open_with">Abrir com</string>
<string name="no_app_found">Nenhuma aplicação encontrada</string>
<string name="hide_folder">Ocultar pasta</string>
<string name="unhide_folder">Mostrar pasta</string>
<string name="hidden">(oculta)</string>
<string name="confirm_storage_access_title">Confirmção de acesso ao armazenamento externo</string>
<string name="confirm_storage_access_text">Por favor escolha a pasta raiz do cartão SD para conceder o acesso de escrita no próximo ecrã</string>
<string name="save_as">Guardar como</string>
<string name="file_saved">Ficheiro guardado com sucesso</string>
<string name="copy">Copiar</string>
<string name="move">Mover</string>
2016-11-10 00:14:36 +01:00
<string name="copy_move">Copiar/mover para</string>
<string name="copy_item">Copiar item</string>
<string name="copy_items">Copiar itens</string>
<string name="source">Origem</string>
<string name="destination">Destino</string>
2016-11-10 00:14:36 +01:00
<string name="select_destination">Selecione o destino</string>
<string name="invalid_destination">Não foi possível escrever no destino selecionado</string>
<string name="please_select_destination">Por favor selecione um destino</string>
2016-11-10 00:14:36 +01:00
<string name="source_and_destination_same">A origem e o destino não podem ser iguais</string>
<string name="copy_failed">Não foi possível copiar os ficheiros</string>
<string name="copying">A copiar</string>
<string name="copying_success">Files copied successfully</string>
<string name="copying_failed">An error occurred during the copy</string>
2016-11-10 00:14:36 +01:00
<string name="already_exists">Já existe um ficheiro com este nome</string>
2016-10-02 23:49:13 +02:00
<plurals name="folders_deleted">
2016-11-10 00:14:36 +01:00
<item quantity="one">1 pasta apagada</item>
<item quantity="other">%1$d pastas apagadas</item>
2016-10-02 23:49:13 +02:00
</plurals>
<plurals name="files_deleted">
2016-11-10 00:14:36 +01:00
<item quantity="one">1 ficheiro apagado</item>
<item quantity="other">%1$d ficheiros apagadas</item>
2016-10-02 23:49:13 +02:00
</plurals>
2016-10-05 22:07:32 +02:00
<!-- Editor -->
<string name="editor">Editor</string>
2016-11-10 00:14:36 +01:00
<string name="save">Guardar</string>
<string name="rotate">Rodar</string>
<string name="invalid_image_path">Caminho inválido</string>
<string name="image_editing_failed">Falha de edição de imagem</string>
<string name="edit_image_with">Editar imagem com:</string>
<string name="no_editor_found">Editor não encontrado</string>
<string name="unknown_file_location">Localização desconhecida</string>
<string name="error_saving_file">Não foi possível substituir o ficheiro original</string>
2016-10-05 22:07:32 +02:00
<!-- Set wallpaper -->
<string name="simple_wallpaper">Simple Wallpaper</string>
2016-11-10 00:14:36 +01:00
<string name="set_as_wallpaper">Definir como fundo do ecrã</string>
<string name="set_as_wallpaper_failed">Falha ao definir como fundo de ecrã</string>
2016-11-10 00:14:36 +01:00
<string name="set_as_wallpaper_with">Definir como fundo com:</string>
<string name="no_wallpaper_setter_found">Aplicação não encontrada</string>
<string name="setting_wallpaper">A definir como fundo de ecrã&#8230;</string>
2016-11-10 00:14:36 +01:00
<string name="wallpaper_set_successfully">Fundo definido com sucesso</string>
2016-10-02 23:49:13 +02:00
<!-- About -->
2016-11-10 00:14:36 +01:00
<string name="about">Acerca</string>
<string name="website">Mais aplicações Simple e código fonte em:\nhttp://simplemobiletools.com</string>
2016-10-02 23:49:13 +02:00
<string name="email_label">Envie os seus comentários ou sugestões para:</string>
2016-11-10 00:14:36 +01:00
<string name="email" translatable="false">hello@simplemobiletools.com</string>
2016-10-02 23:49:13 +02:00
<string name="third_party_licences_underlined"><u>Licenças de terceiros</u></string>
<string name="invite_friends_underlined"><u>Convidar amigos</u></string>
2016-11-10 00:14:36 +01:00
<string name="share_text">Olá, experimenta %1$s em %2$s</string>
2016-10-02 23:49:13 +02:00
<string name="invite_via">Convidar via</string>
2016-11-10 00:14:36 +01:00
<string name="rate_us_underlined"><u>Avalie-nos na Play Store</u></string>
2016-10-02 23:49:13 +02:00
<string name="follow_us">Siga-nos:</string>
2016-11-10 00:14:36 +01:00
<string name="copyright">V %1$s\nCopyright © Simple Mobile Tools %2$d</string>
2016-10-02 23:49:13 +02:00
<!-- Settings -->
<string name="settings">Definições</string>
<string name="dark_theme">Tema escuro</string>
2016-11-10 00:14:36 +01:00
<string name="same_sorting">Mesma ordenação para ficheiros e pastas</string>
<string name="show_hidden_folders">Mostrar pastas ocultas</string>
<string name="autoplay_videos">Reproduzir vídeos automaticamente</string>
2016-10-02 23:49:13 +02:00
2016-10-03 23:32:24 +02:00
<!-- License -->
2016-10-02 23:49:13 +02:00
<string name="notice">Esta aplicação usa as seguintes bibliotecas de terceiros para facilitar a minha vida. Obrigado.</string>
<string name="third_party_licences">Licenças de terceiros</string>
2016-11-10 00:14:36 +01:00
<string name="butterknife_title"><u>Butter Knife (injetor de vistas)</u></string>
<string name="butterknife_text" translatable="false">Copyright 2013 Jake Wharton\n\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.</string>
<string name="butterknife_url" translatable="false">https://github.com/JakeWharton/butterknife</string>
<string name="photoview_title"><u>PhotoView (ampliação de imagens)</u></string>
<string name="photoview_text" translatable="false">Copyright 2011,2012 Chris Banes\n\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.</string>
<string name="photoview_url" translatable="false">https://github.com/chrisbanes/PhotoView</string>
2016-10-02 23:49:13 +02:00
<string name="glide_title"><u>Glide (carregamento e cache de imagens)</u></string>
2016-11-10 00:14:36 +01:00
<string name="glide_text" translatable="false">Copyright 2014 Google, Inc. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY GOOGLE, INC. ``AS IS\'\' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE, INC. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</string>
<string name="glide_url" translatable="false">https://github.com/bumptech/glide</string>
<string name="cropper_title"><u>Android Image Cropper</u></string>
2016-11-10 00:14:36 +01:00
<string name="cropper_text" translatable="false">Copyright 2016, Arthur Teplitzki, 2013, Edmodo, Inc.\n\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</string>
<string name="cropper_url" translatable="false">https://github.com/ArthurHub/Android-Image-Cropper</string>
2016-10-02 23:49:13 +02:00
</resources>