chematelegram | 62ad901 | 2021-11-04 00:06:41 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2018 The Dirty Unicorns Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 18 | <string name="dialog_color_picker">Selector de color</string> |
| 19 | <string name="press_color_to_apply">Presione el color de abajo para aplicar</string> |
| 20 | <string name="arrow_right">→</string> |
| 21 | <string name="arrow_down">↓</string> |
| 22 | <string name="hex">Hex:</string> |
| 23 | <string name="hex_hint">#ff000000</string> |
| 24 | <string name="set">Establecer</string> |
| 25 | <string name="color_default">Predeterminado</string> |
| 26 | |
| 27 | <string name="active_edge_app_select_title">Seleccionar aplicación</string> |
| 28 | <string name="active_edge_activity_select_title">Seleccionar actividad</string> |
| 29 | |
| 30 | <string name="edit_hint">Valor</string> |
| 31 | <string name="seek_value_edit_label">Establecer valor</string> |
| 32 | <string name="ok">OK</string> |
| 33 | <string name="cancel">Cancelar</string> |
chematelegram | 9047e61 | 2021-12-17 02:52:22 +0100 | [diff] [blame] | 34 | |
| 35 | <string name="custom_seekbar_value">Valor: <xliff:g id="v">%s</xliff:g></string> |
| 36 | <string name="custom_seekbar_default_value">Predeterminado</string> |
| 37 | <string name="custom_seekbar_default_value_to_set">Valor predeterminado: <xliff:g id="v">%s</xliff:g>\nPulsación larga para establecer</string> |
| 38 | <string name="custom_seekbar_default_value_is_set">Valor predeterminado establecido</string> |
chematelegram | 62ad901 | 2021-11-04 00:06:41 +0100 | [diff] [blame] | 39 | </resources> |