Delete strings.xml

This commit is contained in:
Tibor Kaputa 2022-06-05 23:11:16 +02:00 committed by GitHub
parent 8f09448d42
commit d11dd8abd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 76 deletions

View File

@ -1,76 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simple Camera</string>
<string name="app_launcher_name">Câmera</string>
<string name="camera_unavailable">Câmera indisponível</string>
<string name="camera_open_error">Ocorreu um erro ao acessar a câmera</string>
<string name="video_creating_error">Ocorreu um erro ao criar o arquivo de vídeo</string>
<string name="video_mode_error">Falha ao mudar para o modo de vídeo</string>
<string name="save_error_internal_storage">Erro! A pasta para guardar arquivos foi alterada para o armazenamento interno</string>
<string name="camera_switch_error">Falha ao mudar de câmera</string>
<string name="click_to_resume_preview">Clique na imagem para resumir a pré-visualização</string>
<string name="photo_not_saved">A foto não pôde ser salva</string>
<string name="setting_resolution_failed">Falha no ajuste da resolução</string>
<string name="video_recording_failed">Falha na gravação de vídeo. Tente alterar a resoluçãon</string>
<!-- Other aspect ratio -->
<string name="other">outra</string>
<!-- FAQ -->
<string name="faq_1_title">Que qualidade de compressão de imagem devo definir?</string>
<string name="faq_1_text">Depende de seu objetivo. Para fins genéricos, aconselha-se o uso de 75%-80%, no qual a imagem ainda apresenta boa qualidade, porém tamanho drasticamente reduzido em comparação a 100%.</string>
<!-- Settings -->
<string name="save_photos">Salvar fotos e vídeos em</string>
<string name="show_preview">Mostrar pré-visualização após a captura</string>
<string name="shutter_sound">Som do obturador</string>
<string name="back_camera">Resoluções da câmera traseira</string>
<string name="front_camera">Resoluções da câmera frontal</string>
<string name="photo">Foto</string>
<string name="video">Vídeo</string>
<string name="focus_before_capture">Focar antes da captura</string>
<string name="volume_buttons_as_shutter">Usar botões de volume para tirar fotos</string>
<string name="turn_flash_off_at_startup">Desligar o flash no início</string>
<string name="flip_front_camera_photos_horizontally">Girar as fotos da câmera frontal horizontalmente</string>
<string name="keep_settings_visible">Manter o botão de configurações visível</string>
<string name="always_open_back_camera">Sempre abrir o app com a câmera traseira</string>
<string name="save_photo_metadata">Salvar metadados exif com a foto</string>
<string name="photo_compression_quality">Qualidade de compresão de imagem</string>
<string name="shutter">Obturador</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Câmera simples - Capture fotos e vídeos</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Criar memórias nunca foi tão fácil. Com uma interface agradável, sem anúncios.</string>
<string name="app_long_description">
This handy camera is usable for both easy photo taking and video recording. You can quickly switch between the front and rear camera, modify the save path or limit the resolution. You will never miss the important moments of your life. There are many helpful settings available to make it even more personal, suited for your needs. Let\'s list some of them.
The flash can be turned on and off or used as a useful flashlight, which is not seen often. You can pinch the screen to zoom in and out or toggle horizontal image swapping during capturing fantastic portrait photos.
You can easily change the output resolution, quality, or aspect ratio with a few clicks, as you would expect from a modern camera app. This applies to both photos and videos.
After taking a picture you will see the new photo thumbnail, by pressing which you can quickly open it in your preferred gallery. You will see a clear indication of when the photo gets captured, guaranteeing that the file has been saved.
If you want to launch this easy camera at pressing your devices\' hardware camera button, you might have to disable the built in Camera app in Settings -&gt; Apps -&gt; Camera -&gt; Disable.
In case you prefer quality over speed, you can enable an option for always focusing the camera in before taking a picture, to make sure the result is crystal clear.
You can configure it to use volume buttons as a shutter, or to turn on flashlight by default at startup.
It has multiple other settings related to the shutter sound, flash, photo metadata, photo quality etc. The output file path can be customized, so you can decide where you want your media saved. It supports both the internal storage and SD cards.
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
Não contém anúncios, nem permissões desnecessárias. Disponibiliza um tema escuro, e é totalmente \'open source\'.
<b>Check out the full suite of Simple Tools here:</b>
https://www.simplemobiletools.com
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Não encontrou todas as cadeias a traduzir? Existem mais algumas em:
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>