Changeset 12550 for main/waeup.ikoba/trunk
- Timestamp:
- 2 Feb 2015, 08:20:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/payments/paypal_currencies.py
r12541 r12550 1 # -*- coding: utf-8 -*- 1 2 # $Id$ 2 3 # … … 49 50 'NZD': (_(u'New Zealand dollar'), False, True), 50 51 'PHP': (_(u'Philippine peso'), False, True), 51 'PLN': (_(u'Polish z loty'), False, True),52 'PLN': (_(u'Polish złoty'), False, True), 52 53 'SEK': (_(u'Swedish krona'), False, True), 53 54 'SGD': (_(u'Singapore dollar'), False, True),
Note: See TracChangeset for help on using the changeset viewer.