Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • videostreaming/futopayclientlibraries
  • alex/futopayclientlibraries
2 results
Show changes
Showing
with 306 additions and 41 deletions
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="1500"
android:propertyName="rotation"
android:valueFrom="0"
android:valueTo="360"
android:repeatMode="restart"
android:repeatCount="infinite"
android:interpolator="@android:anim/linear_interpolator" />
\ No newline at end of file
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="2000"
android:propertyName="rotation"
android:valueFrom="0"
android:valueTo="360"
android:repeatMode="restart"
android:repeatCount="infinite"
android:interpolator="@android:anim/linear_interpolator" />
\ No newline at end of file
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="2500"
android:propertyName="rotation"
android:valueFrom="0"
android:valueTo="-360"
android:repeatMode="restart"
android:repeatCount="infinite"
android:interpolator="@android:anim/linear_interpolator" />
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#303030" />
<corners android:radius="4dp" />
<padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#000000" />
<corners android:radius="6dp" />
<padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" />
</shape>
\ No newline at end of file
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="16dp"
android:height="16dp"
android:viewportWidth="16"
android:viewportHeight="16">
<path
android:pathData="M16,1.611L14.389,0L8,6.389L1.611,0L0,1.611L6.389,8L0,14.389L1.611,16L8,9.611L14.389,16L16,14.389L9.611,8L16,1.611Z"
android:fillColor="#ffffff"/>
</vector>
......@@ -4,6 +4,6 @@
android:viewportWidth="960"
android:viewportHeight="960">
<path
android:fillColor="@color/colorPrimary"
android:fillColor="#2D63ED"
android:pathData="M768,840L517,589L574,532L825,783L768,840ZM187,840L130,783L420,493L313,386L290,409L246,365L246,450L222,474L100,352L124,328L210,328L162,280L293,149Q310,132 330,126Q350,120 374,120Q398,120 418,128.5Q438,137 455,154L348,261L396,309L372,333L476,437L598,315Q590,302 585.5,285Q581,268 581,249Q581,196 619.5,157.5Q658,119 711,119Q726,119 736.5,122Q747,125 754,130L669,215L744,290L829,205Q834,213 837.5,224.5Q841,236 841,251Q841,304 802.5,342.5Q764,381 711,381Q693,381 680,378.5Q667,376 656,371L187,840Z"/>
</vector>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="125dp"
android:height="125dp"
android:viewportWidth="280"
android:viewportHeight="280">
<group android:translateX="26"
android:translateY="20">
<group
android:name="rotationGroup1"
android:pivotX="113.0"
android:pivotY="121.0"
android:rotation="0.0">
<path
android:pathData="M57.31,63.67C25.81,94.29 24.91,144.64 55.38,176.37C85.84,208.1 136.19,209.24 168.06,179.01L158.36,168.92C132.07,193.79 90.59,192.83 65.47,166.67C40.36,140.52 41.09,99.03 67.01,73.77L57.31,63.67Z"
android:fillColor="#2D63ED"
android:fillType="evenOdd"/>
</group>
<group
android:name="rotationGroup2"
android:pivotX="113.0"
android:pivotY="121.0"
android:rotation="0.0">
<path
android:pathData="M15.01,136.36C23.41,190.35 73.83,227.51 127.96,219.45C182.09,211.38 219.49,161.13 211.77,107.04L197.93,109.1C204.5,155.55 172.37,198.68 125.9,205.6C79.42,212.53 36.11,180.64 28.86,134.29L15.01,136.36Z"
android:fillColor="#0044C8"
android:fillType="evenOdd"/>
</group>
<group
android:name="rotationGroup3"
android:pivotX="113.0"
android:pivotY="121.0"
android:rotation="0.0">
<path
android:pathData="M96.53,239.8C161.63,249.14 222.15,204.18 231.92,139.04C241.69,73.9 197.01,13.17 132.04,3L129.96,16.85C187.29,25.86 226.69,79.47 218.07,136.96C209.45,194.45 156.06,234.15 98.61,225.95L96.53,239.8Z"
android:fillColor="#0022A6"
android:fillType="evenOdd"/>
</group>
</group>
</vector>
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/ic_loader" >
<target
android:name="rotationGroup1"
android:animation="@animator/rotation_1500_clockwise" />
<target
android:name="rotationGroup2"
android:animation="@animator/rotation_2500_counter_clockwise" />
<target
android:name="rotationGroup3"
android:animation="@animator/rotation_2000_clockwise" />
</animated-vector>
\ No newline at end of file
......@@ -2,7 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto">
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
......@@ -20,7 +21,7 @@
android:layout_height="wrap_content"
android:fontFamily="@font/inter_bold"
android:textSize="14dp"
android:text="License email"
android:text="@string/license_email"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent" />
......@@ -32,7 +33,7 @@
android:textSize="12dp"
android:textColor="#999999"
android:layout_marginTop="2dp"
android:text="Required to send the license key"
android:text="@string/required_to_send_the_license_key"
app:layout_constraintTop_toBottomOf="@id/text_license_email" />
<EditText
......@@ -40,23 +41,36 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:inputType="text"
android:inputType="textEmailAddress"
android:imeOptions="actionDone"
android:singleLine="true"
android:hint="Receipt email (user@domain.com)"
android:hint="@string/receipt_email_user_domain_com"
android:layout_marginTop="2dp"
android:background="@drawable/background_30_round_4dp"
app:layout_constraintTop_toBottomOf="@id/text_email_subtext" />
<EditText
android:id="@+id/edit_email_confirm"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:inputType="textEmailAddress"
android:imeOptions="actionDone"
android:singleLine="true"
android:hint="@string/receipt_email_user_domain_com_confirm"
android:layout_marginTop="2dp"
android:background="@drawable/background_30_round_4dp"
app:layout_constraintTop_toBottomOf="@id/edit_email" />
<TextView
android:id="@+id/text_method_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/inter_bold"
android:textSize="14dp"
android:text="Payment using"
android:text="@string/payment_using"
android:layout_marginTop="10dp"
app:layout_constraintTop_toBottomOf="@id/edit_email"
app:layout_constraintTop_toBottomOf="@id/edit_email_confirm"
app:layout_constraintStart_toStartOf="parent" />
<TextView
android:id="@+id/text_method"
......@@ -64,7 +78,7 @@
android:layout_height="wrap_content"
android:textSize="14dp"
android:fontFamily="@font/inter_light"
android:text="Stripe"
tools:text="Stripe"
app:layout_constraintTop_toBottomOf="@id/text_method_header"
app:layout_constraintStart_toStartOf="parent" />
......@@ -74,7 +88,7 @@
android:layout_height="wrap_content"
android:fontFamily="@font/inter_bold"
android:textSize="12dp"
android:text="Country"
android:text="@string/country"
android:layout_marginTop="10dp"
app:layout_constraintTop_toBottomOf="@id/text_method"
app:layout_constraintStart_toStartOf="parent" />
......@@ -84,7 +98,7 @@
android:layout_height="wrap_content"
android:textSize="12dp"
android:fontFamily="@font/inter_light"
android:text="United States"
tools:text="United States"
app:layout_constraintTop_toBottomOf="@id/text_country_header"
app:layout_constraintStart_toStartOf="parent" />
<FrameLayout
......@@ -101,7 +115,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="@font/inter_medium"
android:text="Change"
android:text="@string/change"
android:textSize="12dp" />
</FrameLayout>
......@@ -111,7 +125,7 @@
android:layout_height="wrap_content"
android:fontFamily="@font/inter_bold"
android:textSize="12dp"
android:text="Currency"
android:text="@string/currency"
android:layout_marginTop="10dp"
app:layout_constraintTop_toBottomOf="@id/text_country"
app:layout_constraintStart_toStartOf="parent" />
......@@ -121,7 +135,7 @@
android:layout_height="wrap_content"
android:textSize="12dp"
android:fontFamily="@font/inter_light"
android:text="USD"
tools:text="USD"
app:layout_constraintTop_toBottomOf="@id/text_currency_header"
app:layout_constraintStart_toStartOf="parent" />
<FrameLayout
......@@ -137,7 +151,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="Change"
android:text="@string/change"
android:textSize="12dp"
android:fontFamily="@font/inter_medium" />
</FrameLayout>
......@@ -148,7 +162,7 @@
android:layout_height="wrap_content"
android:fontFamily="@font/inter_bold"
android:textSize="12dp"
android:text="Postal Code"
android:text="@string/postal_code"
android:layout_marginTop="10dp"
app:layout_constraintTop_toBottomOf="@id/text_currency"
app:layout_constraintStart_toStartOf="parent" />
......@@ -158,7 +172,7 @@
android:layout_height="wrap_content"
android:textSize="12dp"
android:fontFamily="@font/inter_light"
android:text="31313"
tools:text="31313"
app:layout_constraintTop_toBottomOf="@id/text_postal_code_header"
app:layout_constraintStart_toStartOf="parent" />
<FrameLayout
......@@ -174,7 +188,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="Change"
android:text="@string/change"
android:textSize="12dp"
android:fontFamily="@font/inter_medium" />
</FrameLayout>
......@@ -199,7 +213,7 @@
android:layout_height="wrap_content"
android:textSize="12dp"
app:layout_constraintLeft_toLeftOf="parent"
android:text="Grayjay" />
android:text="@string/grayjay" />
<TextView
android:id="@+id/text_product_price"
android:layout_width="match_parent"
......@@ -207,7 +221,7 @@
android:textSize="12dp"
app:layout_constraintLeft_toLeftOf="parent"
android:textAlignment="textEnd"
android:text="$9.40" />
tools:text="$9.40" />
</LinearLayout>
<View
android:layout_width="match_parent"
......@@ -228,20 +242,21 @@
android:layout_height="wrap_content"
android:textSize="12dp"
app:layout_constraintLeft_toLeftOf="parent"
android:text="Sales Tax (" />
android:text="@string/sales_tax" />
<TextView
android:id="@+id/text_tax_percentage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="12dp"
app:layout_constraintLeft_toLeftOf="parent"
android:text="6.25" />
tools:text="6.25" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="12dp"
app:layout_constraintLeft_toLeftOf="parent"
android:text="%)" />
android:text="%)"
tools:ignore="HardcodedText" />
</LinearLayout>
<TextView
android:id="@+id/text_tax"
......@@ -250,7 +265,7 @@
android:textSize="12dp"
app:layout_constraintLeft_toLeftOf="parent"
android:textAlignment="textEnd"
android:text="$0.60" />
tools:text="$0.60" />
</LinearLayout>
<View
android:layout_width="match_parent"
......@@ -267,7 +282,7 @@
android:layout_height="wrap_content"
app:layout_constraintLeft_toLeftOf="parent"
android:textSize="12dp"
android:text="Total" />
android:text="@string/total" />
<TextView
android:id="@+id/text_total"
android:layout_width="match_parent"
......@@ -275,7 +290,7 @@
app:layout_constraintLeft_toLeftOf="parent"
android:textSize="12dp"
android:textAlignment="textEnd"
android:text="$10.00" />
tools:text="$10.00" />
</LinearLayout>
</LinearLayout>
......@@ -299,7 +314,7 @@
android:id="@+id/text_error"
android:layout_width="match_parent"
android:layout_height="100dp"
android:text="Some error"
tools:text="Some error"
android:gravity="center"
android:textColor="#FF0000"
android:fontFamily="@font/inter_regular"
......@@ -319,7 +334,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="Pay"
android:text="@string/pay"
android:textSize="18dp"
android:fontFamily="@font/inter_bold" />
</FrameLayout>
......
......@@ -3,6 +3,7 @@
android:layout_width="match_parent"
android:layout_height="70dp"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:paddingTop="5dp"
android:paddingBottom="5dp">
<androidx.constraintlayout.widget.ConstraintLayout
......@@ -34,14 +35,14 @@
android:layout_height="wrap_content"
android:fontFamily="@font/inter_bold"
android:textSize="14dp"
android:text="US" />
tools:text="US" />
<TextView
android:id="@+id/text_currency_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="12dp"
android:fontFamily="@font/inter_regular"
android:text="United States" />
tools:text="United States" />
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
......
......@@ -3,6 +3,7 @@
android:layout_width="match_parent"
android:layout_height="70dp"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:paddingTop="5dp"
android:paddingBottom="5dp">
<androidx.constraintlayout.widget.ConstraintLayout
......@@ -34,14 +35,14 @@
android:layout_height="wrap_content"
android:fontFamily="@font/inter_bold"
android:textSize="14dp"
android:text="USD" />
tools:text="USD" />
<TextView
android:id="@+id/text_currency_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="12dp"
android:fontFamily="@font/inter_regular"
android:text="United States Dollar" />
tools:text="United States Dollar" />
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
......
......@@ -36,7 +36,7 @@
android:fontFamily="@font/inter_bold"
android:textAlignment="center"
android:textSize="14dp"
android:text="Other" />
android:text="@string/other" />
<TextView
android:id="@+id/text_currency_name"
android:layout_width="match_parent"
......@@ -44,7 +44,7 @@
android:textAlignment="center"
android:textSize="12dp"
android:fontFamily="@font/inter_regular"
android:text="Select another currency" />
android:text="@string/select_another_currency" />
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
......
......@@ -35,14 +35,14 @@
android:layout_height="wrap_content"
android:fontFamily="@font/inter_bold"
android:textSize="12dp"
android:text="Standard Payment Methods" />
android:text="@string/standard_payment_methods" />
<TextView
android:id="@+id/text_method_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="10dp"
android:fontFamily="@font/inter_regular"
android:text="Stripe is a secure online payment service that accepts major credit cards, debit cards, and various localized payment methods." />
android:text="@string/stripe_is_a_secure_online_payment_service_that_accepts_major_credit_cards_debit_cards_and_various_localized_payment_methods" />
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
......
......@@ -35,7 +35,7 @@
android:layout_weight="1"
android:fontFamily="@font/inter_extra_light"
android:textSize="16dp"
android:text="Add to"
android:text="@string/add_to"
android:textColor="@color/white"/>
<TextView
......@@ -53,7 +53,7 @@
android:layout_height="wrap_content"
android:gravity="end"
android:text="@string/ok"
android:textColor="@color/colorPrimary"
android:textColor="@color/primary"
android:layout_marginStart="20dp"
android:padding="10dp" />
</LinearLayout>
......
......@@ -18,7 +18,7 @@
android:inputType="text"
android:imeOptions="actionDone"
android:singleLine="true"
android:hint="ZIP code (36925, ...)"
android:hint="@string/zip_code_36925"
android:layout_marginTop="2dp"
android:background="@drawable/background_30_round_4dp"/>
......@@ -30,7 +30,7 @@
android:textSize="12dp"
android:textColor="#999999"
android:layout_marginTop="2dp"
android:text="Required to accurately calculate the applicable sales tax"/>
android:text="@string/required_to_accurately_calculate_the_applicable_sales_tax"/>
<FrameLayout
android:id="@+id/button_submit"
......@@ -46,7 +46,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="Submit"
android:text="@string/submit"
android:textSize="18dp"
android:fontFamily="@font/inter_bold" />
</FrameLayout>
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="license_email">البريد الإلكتروني للترخيص</string>
<string name="required_to_send_the_license_key">مطلوب لإرسال مفتاح الترخيص</string>
<string name="receipt_email_user_domain_com">البريد الإلكتروني للإيصال (user@domain.com)</string>
<string name="payment_using">الدفع باستخدام</string>
<string name="country">الدولة</string>
<string name="currency">العملة</string>
<string name="postal_code">الرمز البريدي</string>
<string name="change">تغيير</string>
<string name="grayjay">جرايجاي</string>
<string name="sales_tax">ضريبة المبيعات (</string>
<string name="total">المجموع</string>
<string name="pay">دفع</string>
<string name="required_to_accurately_calculate_the_applicable_sales_tax">مطلوب لحساب الضريبة المبيعات المعمول بها بدقة</string>
<string name="zip_code_36925">الرمز البريدي (36925, …)</string>
<string name="submit">إرسال</string>
<string name="standard_payment_methods">طرق الدفع القياسية</string>
<string name="stripe_is_a_secure_online_payment_service_that_accepts_major_credit_cards_debit_cards_and_various_localized_payment_methods">سترايب هو خدمة دفع عبر الإنترنت آمنة تقبل البطاقات الائتمانية الرئيسية وبطاقات الخصم ومختلف طرق الدفع المحلية.</string>
<string name="other">أخرى</string>
<string name="select_another_currency">اختر عملة أخرى</string>
<string name="add_to">أضف إلى</string>
<string name="email_is_invalid">البريد الإلكتروني غير صالح</string>
<string name="missing">مفقود</string>
<string name="value_is_invalid_for">"القيمة غير صالحة لـ "</string>
<string name="enter_zip_code_e_g_12345_or_12345_6789">أدخل الرمز البريدي (مثلاً، 12345 أو 12345–6789)</string>
<string name="enter_postal_code_e_g_a1a_1a1">أدخل الرمز البريدي (مثلاً، A1A 1A1)</string>
<string name="enter_postal_code">أدخل الرمز البريدي</string>
<string name="mobile_carrier_methods">طرق الناقل المحمول</string>
<string name="under_construction">تحت الإنشاء</string>
<string name="crypto_currency_payment">دفع العملة المشفرة</string>
<string name="payment_failed_if_you_are_charged_you_should_always_receive_the_key_in_your_mail">فشل الدفع\nإذا تم محاسبتك، يجب أن تتلقى دائماً المفتاح في بريدك الإلكتروني.</string>
<string name="country_of_residency">دولة الإقامة</string>
<string name="currency_of_payment">عملة الدفع</string>
<string name="failed_to_obtain_price_breakdown_exceptionmessage_try_again_later">فشل في الحصول على تفصيل السعر\n({exceptionMessage})\n حاول مرة أخرى لاحقاً</string>
<string name="failed_to_get_required_payment_data">فشل في الحصول على بيانات الدفع المطلوبة</string>
<string name="checkout">الدفع</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="license_email">Lizenz-E-Mail</string>
<string name="required_to_send_the_license_key">Erforderlich zum Versenden des Lizenzschlüssels</string>
<string name="receipt_email_user_domain_com">Empfangs-E-Mail (user@domain.com)</string>
<string name="payment_using">Zahlungsmethode</string>
<string name="country">Land</string>
<string name="currency">Währung</string>
<string name="postal_code">Postleitzahl</string>
<string name="change">Ändern</string>
<string name="grayjay">Grauschnäpper</string>
<string name="sales_tax">Umsatzsteuer (</string>
<string name="total">Gesamt</string>
<string name="pay">Zahlen</string>
<string name="required_to_accurately_calculate_the_applicable_sales_tax">Erforderlich zur genauen Berechnung der anwendbaren Umsatzsteuer</string>
<string name="zip_code_36925">PLZ (36925, …)</string>
<string name="submit">Absenden</string>
<string name="standard_payment_methods">Standard-Zahlungsmethoden</string>
<string name="stripe_is_a_secure_online_payment_service_that_accepts_major_credit_cards_debit_cards_and_various_localized_payment_methods">Stripe ist ein sicherer Online-Zahlungsdienst, der gängige Kreditkarten, Debitkarten und verschiedene lokalisierte Zahlungsmethoden akzeptiert.</string>
<string name="other">Andere</string>
<string name="select_another_currency">Wähle eine andere Währung</string>
<string name="add_to">Hinzufügen zu</string>
<string name="email_is_invalid">E-Mail ist ungültig</string>
<string name="missing">Fehlt</string>
<string name="value_is_invalid_for">"Wert ist ungültig für "</string>
<string name="enter_zip_code_e_g_12345_or_12345_6789">PLZ eingeben (z.B., 12345 oder 12345–6789)</string>
<string name="enter_postal_code_e_g_a1a_1a1">Postleitzahl eingeben (z.B., A1A 1A1)</string>
<string name="enter_postal_code">Postleitzahl eingeben</string>
<string name="mobile_carrier_methods">Mobilfunkanbieter-Methoden</string>
<string name="under_construction">In Arbeit</string>
<string name="crypto_currency_payment">Kryptowährungszahlung</string>
<string name="payment_failed_if_you_are_charged_you_should_always_receive_the_key_in_your_mail">Zahlung fehlgeschlagen\nWenn Ihnen etwas berechnet wurde, sollten Sie den Schlüssel immer in Ihrer Mail erhalten.</string>
<string name="country_of_residency">Wohnsitzland</string>
<string name="currency_of_payment">Zahlungswährung</string>
<string name="failed_to_obtain_price_breakdown_exceptionmessage_try_again_later">Preisaufstellung konnte nicht ermittelt werden\n({exceptionMessage})\n Versuchen Sie es später erneut</string>
<string name="failed_to_get_required_payment_data">Erforderliche Zahlungsdaten konnten nicht abgerufen werden</string>
<string name="checkout">Kasse</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="license_email">Correo electrónico de licencia</string>
<string name="required_to_send_the_license_key">Necesario para enviar la clave de licencia</string>
<string name="receipt_email_user_domain_com">Correo electrónico de recibo (usuario@dominio.com)</string>
<string name="payment_using">Pago usando</string>
<string name="country">País</string>
<string name="currency">Moneda</string>
<string name="postal_code">Código postal</string>
<string name="change">Cambiar</string>
<string name="grayjay">Grayjay</string>
<string name="sales_tax">Impuesto sobre ventas (</string>
<string name="total">Total</string>
<string name="pay">Pagar</string>
<string name="required_to_accurately_calculate_the_applicable_sales_tax">Necesario para calcular con precisión el impuesto sobre ventas aplicable</string>
<string name="zip_code_36925">Código ZIP (36925, …)</string>
<string name="submit">Enviar</string>
<string name="standard_payment_methods">Métodos de pago estándar</string>
<string name="stripe_is_a_secure_online_payment_service_that_accepts_major_credit_cards_debit_cards_and_various_localized_payment_methods">Stripe es un servicio de pago en línea seguro que acepta tarjetas de crédito principales, tarjetas de débito y varios métodos de pago localizados.</string>
<string name="other">Otro</string>
<string name="select_another_currency">Seleccionar otra moneda</string>
<string name="add_to">Añadir a</string>
<string name="email_is_invalid">El correo electrónico es inválido</string>
<string name="missing">Faltante</string>
<string name="value_is_invalid_for">"El valor es inválido para "</string>
<string name="enter_zip_code_e_g_12345_or_12345_6789">Introduce el código ZIP (p. ej., 12345 o 12345–6789)</string>
<string name="enter_postal_code_e_g_a1a_1a1">Introduce el código postal (p. ej., A1A 1A1)</string>
<string name="enter_postal_code">Introduce el código postal</string>
<string name="mobile_carrier_methods">Métodos de operadoras móviles</string>
<string name="under_construction">En construcción</string>
<string name="crypto_currency_payment">Pago con criptomoneda</string>
<string name="payment_failed_if_you_are_charged_you_should_always_receive_the_key_in_your_mail">El pago ha fallado\nSi se te ha cobrado, siempre deberías recibir la clave en tu correo.</string>
<string name="country_of_residency">País de residencia</string>
<string name="currency_of_payment">Moneda de pago</string>
<string name="failed_to_obtain_price_breakdown_exceptionmessage_try_again_later">Error al obtener el desglose del precio\n({exceptionMessage})\nIntenta de nuevo más tarde</string>
<string name="failed_to_get_required_payment_data">Error al obtener los datos de pago necesarios</string>
<string name="checkout">Finalizar compra</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="license_email">Email de licence</string>
<string name="required_to_send_the_license_key">Nécessaire pour envoyer la clé de licence</string>
<string name="receipt_email_user_domain_com">Email de réception (utilisateur@domaine.com)</string>
<string name="payment_using">Paiement avec</string>
<string name="country">Pays</string>
<string name="currency">Devise</string>
<string name="postal_code">Code postal</string>
<string name="change">Changer</string>
<string name="grayjay">Grayjay</string>
<string name="sales_tax">Taxe de vente (</string>
<string name="total">Total</string>
<string name="pay">Payer</string>
<string name="required_to_accurately_calculate_the_applicable_sales_tax">Nécessaire pour calculer avec précision la taxe de vente applicable</string>
<string name="zip_code_36925">Code ZIP (36925, …)</string>
<string name="submit">Soumettre</string>
<string name="standard_payment_methods">Méthodes de paiement standard</string>
<string name="stripe_is_a_secure_online_payment_service_that_accepts_major_credit_cards_debit_cards_and_various_localized_payment_methods">Stripe est un service de paiement en ligne sécurisé qui accepte les principales cartes de crédit, cartes de débit et divers moyens de paiement localisés.</string>
<string name="other">Autre</string>
<string name="select_another_currency">Sélectionner une autre devise</string>
<string name="add_to">Ajouter à</string>
<string name="email_is_invalid">L\'email est invalide</string>
<string name="missing">Manquant</string>
<string name="value_is_invalid_for">"La valeur est invalide pour "</string>
<string name="enter_zip_code_e_g_12345_or_12345_6789">Entrez le code ZIP (p. ex., 12345 ou 12345–6789)</string>
<string name="enter_postal_code_e_g_a1a_1a1">Entrez le code postal (p. ex., A1A 1A1)</string>
<string name="enter_postal_code">Entrez le code postal</string>
<string name="mobile_carrier_methods">Méthodes de transporteur mobile</string>
<string name="under_construction">En construction</string>
<string name="crypto_currency_payment">Paiement en crypto-monnaie</string>
<string name="payment_failed_if_you_are_charged_you_should_always_receive_the_key_in_your_mail">Échec du paiement\nSi vous êtes débité, vous devriez toujours recevoir la clé dans votre courrier.</string>
<string name="country_of_residency">Pays de résidence</string>
<string name="currency_of_payment">Devise de paiement</string>
<string name="failed_to_obtain_price_breakdown_exceptionmessage_try_again_later">Impossible d\'obtenir la répartition des prix\n({exceptionMessage})\n Réessayez plus tard</string>
<string name="failed_to_get_required_payment_data">Échec de l\'obtention des données de paiement requises</string>
<string name="checkout">Passer à la caisse</string>
</resources>