mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-13 07:00:10 +01:00
- changes string name to show_word_count - changed id of relative layout to notes_relative_layout refs #141
60 lines
3.7 KiB
XML
60 lines
3.7 KiB
XML
<resources>
|
|
<string name="app_name">Simple Notes</string>
|
|
<string name="app_launcher_name">Notas</string>
|
|
<string name="widget_config">Gracias por usar Simple Notes.\nPara más aplicaciones simples, por favor visite SimpleMobileTools.com.</string>
|
|
<string name="cannot_share_empty_text">No se puede compartir una nota vacía</string>
|
|
<string name="simple_note">Nota simple</string>
|
|
<string name="new_note">Añadir una nueva nota</string>
|
|
<string name="no_title">Por favor, asigne un nombre a la nota</string>
|
|
<string name="title_taken">Ya existe una nota con ese nombre</string>
|
|
<string name="open_note">Abrir nota</string>
|
|
<string name="delete_note">Eliminar nota</string>
|
|
<string name="delete_note_prompt_message">¿Está seguro de querer eliminar la nota \"%s\"?</string>
|
|
<string name="pick_a_note">Seleccione una nota</string>
|
|
<string name="rename_note">Renombrar nota</string>
|
|
<string name="general_note">Nota principal</string>
|
|
<string name="create_new_note">Create a new note</string>
|
|
<string name="add_to_note">Add to note</string>
|
|
|
|
<!-- File notes -->
|
|
<string name="open_file">Open file</string>
|
|
<string name="export_as_file">Export as file</string>
|
|
<string name="file_too_large">File too large, the limit is 10MB</string>
|
|
<string name="only_import_file_content">Only import the file content\n(changing the file will not affect the note)</string>
|
|
<string name="update_file_at_note">Update the file itself at updating the note\n(note gets deleted if file gets deleted, or path changes)</string>
|
|
<string name="delete_file_itself">Also delete file \"%s\"</string>
|
|
<string name="note_saved_successfully">Note \"%s\" saved successfully</string>
|
|
<string name="note_exported_successfully">Note \"%s\" exported successfully</string>
|
|
|
|
<!-- Settings -->
|
|
<string name="display_success_message">Display save success messages</string>
|
|
<string name="links_and_emails_clickable">Make links and emails clickable</string>
|
|
<string name="place_cursor_end">Place cursor to the end of note</string>
|
|
<string name="monospaced_font">Use monospaced font</string>
|
|
<string name="show_keyboard">Show keyboard on startup</string>
|
|
<string name="show_word_count">Show word counter</string>
|
|
<string name="alignment">Alineación del texto</string>
|
|
<string name="left">Izquierda</string>
|
|
<string name="center">Centrado</string>
|
|
<string name="right">Derecha</string>
|
|
<string name="widget_note">Nota del widget</string>
|
|
|
|
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
|
<!-- Short description has to have less than 80 chars -->
|
|
<string name="app_short_description">Un simple campo de texto para añadir breves y rápidas notas, sin anuncios.</string>
|
|
<string name="app_long_description">
|
|
¿Necesita tomar nota de algo para comprar, una dirección o una idea? ¡Entonces ésta es la aplicación que estaba buscando! Sin complicadas configuraciones, tan solo escriba lo que quiera. Viene con guardado automático, por tanto usted no descartará ningún cambio por error. Soporta la creación de múltiples notas independientes.
|
|
|
|
Puede acceder rápidamente a la nota desde el widget personalizable y ajustable, el cual abre la aplicación con un simple toque.
|
|
|
|
No contiene anuncios ni permisos innecesarios. Es completamente OpenSource y además provee un tema oscuro.
|
|
|
|
Esta aplicación es tan solo una pequeña parte de una serie de aplicaciones. Puede encontrar el resto en http://www.simplemobiletools.com
|
|
</string>
|
|
|
|
<!--
|
|
Haven't found some strings? There's more at
|
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
|
-->
|
|
</resources>
|