taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

strings.xml (5549B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <resources>
      3     <string name="project_name">GNU Taler</string>
      4     <string name="menu_order">Pedidos</string>
      5     <string name="menu_history">Histórico</string>
      6     <string name="menu_settings">Ajustes</string>
      7     <string name="order_label_title">Pedido #%s</string>
      8     <string name="order_total">Total: %s</string>
      9     <string name="order_restart">Reiniciar</string>
     10     <string name="order_undo">Deshacer</string>
     11     <string name="order_previous">Anterior</string>
     12     <string name="order_next">Siguiente</string>
     13     <string name="order_complete">Completar</string>
     14     <string name="config_label">Ajustes comerciante</string>
     15     <string name="config_username">Nombre de usuario</string>
     16     <string name="config_password">Contraseña</string>
     17     <string name="config_ok">Obtener configuración</string>
     18     <string name="config_auth_error">Error: Usuario o contraseña inválido</string>
     19     <string name="config_error_category">Error: No se encontró ninguna categoría de producto válida</string>
     20     <string name="config_error_malformed">Error: La configuración JSON está malformada</string>
     21     <string name="config_error_product_category_id">Error: Producto %1$s referencia categoría desconocida ID %2$d</string>
     22     <string name="config_error_product_zero">Error: No se encontraron productos válidos</string>
     23     <string name="config_error_unknown">Error: Configuración inválida</string>
     24     <string name="config_fetching">Obteniendo configuración…</string>
     25     <string name="config_save_password">Recordar contraseña</string>
     26     <string name="config_forget_password">Olvidar</string>
     27     <string name="config_fetching_label">Obteniendo configuración</string>
     28     <string name="payment_intro_nfc">Por favor permite al cliente escanear el código QR o usar NFC para pagar.</string>
     29     <string name="payment_intro">Por favor permite al cliente escanear el código QR para pagar.</string>
     30     <string name="payment_cancel">Cancelar pago</string>
     31     <string name="payment_received">Pago recibido</string>
     32     <string name="payment_back_button">Continuar</string>
     33     <string name="payment_order_id">Recibo #%s</string>
     34     <string name="payment_process_label">Pago requerido</string>
     35     <string name="payment_canceled">Pago cancelado</string>
     36     <string name="history_label">Historial de pagos</string>
     37     <string name="history_unpaid">Impagado</string>
     38     <string name="history_refund">Reembolso</string>
     39     <string name="refund_amount">Cantidad</string>
     40     <string name="refund_reason">Razón del reembolso</string>
     41     <string name="refund_abort">Cancelar</string>
     42     <string name="refund_complete">Recibido</string>
     43     <string name="refund_confirm">Aprobar reembolso</string>
     44     <string name="refund_error_invalid_amount">Cantidad inválida</string>
     45     <string name="refund_error_zero">Debe ser una cantidad positiva</string>
     46     <string name="refund_error_backend">Error procesando el reembolso</string>
     47     <string name="refund_error_deadline">El plazo del reembolso ha vencido</string>
     48     <string name="refund_error_already_refunded">Ya reembolsado</string>
     49     <string name="refund_intro">Por favor permite al cliente escanear código QR para ofrecer un reembolso</string>
     50     <string name="refund_order_ref">Referencia de compra : %1$s
     51 \n
     52 \n%2$s</string>
     53     <string name="error_payment">Error: Pago no recibido</string>
     54     <string name="error_timeout">No se ha realizado ningún pago dentro del periodo de pago, ¡inténtalo de nuevo!</string>
     55     <string name="error_cancelled">Pago cancelado</string>
     56     <string name="error_history">Error obteniendo el historial de pedidos</string>
     57     <string name="toast_back_to_exit">Haz clic en «atrás» de nuevo para salir</string>
     58     <string name="app_name">GNU Taler Punto de Venta</string>
     59     <string name="app_name_short">Terminal de comercio</string>
     60     <string name="config_url">Configuración URL</string>
     61     <string name="config_error_network">Error: No se pudo conectar al servidor de configuración</string>
     62     <string name="config_error_currency">Error: Producto %1$s tiene una divisa %2$s, pero %3$s esperada</string>
     63     <string name="config_changed">Cambiado al nuevo comercio usando %s</string>
     64     <string name="config_docs">Por favor consulta <a href="https://docs.taler.net/taler-merchant-pos-terminal.html#apis-and-data-formats">la documentación</a> para la configuración del formato.</string>
     65     <string name="refund_error_max_amount">Mayor que la cantidad del pedido de %s</string>
     66     <string name="refund_intro_nfc">Por favor permite al cliente escanear el código QR o usar NFC para ofrecer un reembolso</string>
     67     <string name="payment_claimed">A la espera de que el cliente confirme el pago…</string>
     68     <string name="order_custom_product">Nombre de producto personalizado</string>
     69     <string name="order_custom_product_default">Consejo</string>
     70     <string name="order_custom_add_button">Añadir</string>
     71     <string name="order_custom">Añadir producto personalizado</string>
     72     <string name="config_old_label">Archivo JSON (antiguo)</string>
     73     <string name="config_old_deprecation">Este método de configuración está obsoleto, por favor usa la nueva configuración API para vendedor.</string>
     74     <string name="config_merchant_url">URL de vendedor</string>
     75     <string name="config_setup_password">Vendedor (nuevo)</string>
     76     <string name="config_token">Contraseña</string>
     77     <string name="host_apdu_service_desc">Pagos NFC en Taler Merchant</string>
     78 </resources>