From 1b3288166a653de17eef01f1e5333f4c80674307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Panu=20Tulim=C3=A4ki?= Date: Tue, 22 Nov 2016 07:52:12 -0800 Subject: [PATCH 1/2] Update Finnish translations --- shuup_checkoutfi/locale/fi/LC_MESSAGES/django.po | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/shuup_checkoutfi/locale/fi/LC_MESSAGES/django.po b/shuup_checkoutfi/locale/fi/LC_MESSAGES/django.po index b02c264..d94469f 100644 --- a/shuup_checkoutfi/locale/fi/LC_MESSAGES/django.po +++ b/shuup_checkoutfi/locale/fi/LC_MESSAGES/django.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-25 21:19+0000\n" +"POT-Creation-Date: 2016-11-22 15:48+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" msgid "Checkout.fi Payments Addon" @@ -39,6 +39,7 @@ msgstr "Arvoja puuttuu" msgid "Payment canceled. Try again." msgstr "Peruit maksamisen. Yritä uudestaan." +#, python-brace-format msgid "Checkout.fi {payment_id} (ref {order_reference})" msgstr "Checkout.fi {payment_id} (viite {order_reference})" @@ -54,9 +55,13 @@ msgstr "Siirry maksamaan Checkoutissa" #, python-format msgid "" -"Accept credit cards using Checkout.fi" +"Accept credit cards using Checkout.fi. " +"Checkout.fi is one of the largest Finnish payment service providers and " +"supports bank payments, Visa, and Mastercard." msgstr "" -"Hyväksy luottokortti linkistä Checkout.fi" +"Hyväksy verkkomaksut Checkout.fi. " +"Checkout.fi on Suomen johtava kotimainen maksuvälittäjä ja sisältää " +"pankkien maksupainikkeet sekä Visa- ja Mastercard-kortit." msgid "Don't have an account?" msgstr "Ei tiliä?" From a52762733ab18b1638c86ea2e9ce89f5e7470d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Panu=20Tulim=C3=A4ki?= Date: Tue, 22 Nov 2016 07:52:53 -0800 Subject: [PATCH 2/2] Bump version to 0.5.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index abdd628..c4a6e5c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ shuup_setup_utils = None -VERSION = '0.5.3' +VERSION = '0.5.4' TOPDIR = os.path.abspath(os.path.dirname(__file__)) VERSION_FILE = os.path.join(TOPDIR, 'shuup_checkoutfi', '_version.py')