Skip to content

Commit

Permalink
created values-es
Browse files Browse the repository at this point in the history
  • Loading branch information
franco999 committed Nov 22, 2015
1 parent c1cf418 commit 18ac7fa
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
45 changes: 45 additions & 0 deletions app/src/main/res/values-es/licenses.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="license_title_fab">Floating Action Button</string>
<string name="license_author_fab">Oleksandr Melnykov</string>
<string name="license_content_fab">
The MIT License (MIT)
\n\nCopyright 2014 Oleksandr Melnykov

\n\nPermission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

\n\nThe above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</string>

<string name="license_title_tabs">PagerSlidingTabStrip</string>
<string name="license_author_tabs">Andreas Stuetz</string>
<string name="license_content_tabs">
Copyright 2013 Andreas Stuetz

\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>
</resources>
42 changes: 42 additions & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<!-- Toolbar -->
<string name="app_name">Sound Recorder</string>
<string name="action_licenses">Licencias</string>
<string name="action_settings">Ajustes</string>
<string name="tab_title_record">Grabar</string>
<string name="tab_title_saved_recordings">Guardar grabaciones</string>

<!-- Toasts -->
<string name="toast_recording_start">Grabación iniciada</string>
<string name="toast_recording_finish">Grabación guardada en</string>
<string name="toast_file_delete">Se eliminó %1$s con éxito</string>
<string name="toast_file_exists">El archivo %1$s ya existe. Elija un nombre de archivo diferente.</string>

<!-- Notifications -->
<string name="notification_recording">Grabando...</string>

<!-- Dialogs -->
<string name="dialog_title_delete">Confirmar eliminación...</string>
<string name="dialog_text_delete">¿Está seguro que desea eliminar el archivo?</string>
<string name="dialog_title_licenses">Licencias de Código Abierto</string>
<string name="dialog_title_rename">Renombrar archivo</string>
<string name="dialog_title_options">Opciones</string>

<string name="dialog_file_rename">Renombrar archivo</string>
<string name="dialog_file_delete">Eliminar archivo</string>
<string name="dialog_action_cancel">Cancelar</string>
<string name="dialog_action_ok">Aceptar</string>
<string name="dialog_action_yes">Sí</string>
<string name="dialog_action_no">No</string>

<string name="no_saved_recordings_message">Sin grabaciones guardadas</string>
<string name="pause_recording_button">Pausar</string>
<string name="resume_recording_button">Continuar</string>
<string name="default_file_name">Mi grabación</string>
<string name="record_prompt">Pulse el botón para iniciar la grabación</string>
<string name="record_in_progress">Grabando</string>

</resources>

0 comments on commit 18ac7fa

Please sign in to comment.