Skip to content

Commit

Permalink
updated to spree-1.3-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
greendog committed Dec 28, 2012
1 parent 3d9025d commit 764e54c
Show file tree
Hide file tree
Showing 41 changed files with 3,018 additions and 1,726 deletions.
3 changes: 2 additions & 1 deletion .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ tmp
nbproject
pkg
*.sw?
spec/dummy
spec/dummy
.rvmrc
38 changes: 19 additions & 19 deletions config/locales/ca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,6 @@ ca:
spree/option_type:
name: Name
presentation: Presentation
spree/order/bill_address:
address1: "Billing address street"
city: "Billing address city"
firstname: "Billing address first name"
lastname: "Billing address last name"
phone: "Billing address phone"
state: "Billing address state"
zipcode: "Billing address zipcode"
spree/order/ship_address:
address1: "Shipping address street"
city: "Shipping address city"
firstname: "Shipping address first name"
lastname: "Shipping address last name"
phone: "Shipping address phone"
state: "Shipping address state"
zipcode: "Shipping address zipcode"
spree/order:
checkout_complete: "Comanda completada"
completed_at: "Completat el"
Expand All @@ -78,7 +62,23 @@ ca:
special_instructions: "Instruccions especials"
state: Estat
total: Total
spree/payment_method:
spree/order/bill_address:
address1: "Billing address street"
city: "Billing address city"
firstname: "Billing address first name"
lastname: "Billing address last name"
phone: "Billing address phone"
state: "Billing address state"
zipcode: "Billing address zipcode"
spree/order/ship_address:
address1: "Shipping address street"
city: "Shipping address city"
firstname: "Shipping address first name"
lastname: "Shipping address last name"
phone: "Shipping address phone"
state: "Shipping address state"
zipcode: "Shipping address zipcode"
spree/payment_method:
name: Name
spree/product:
available_on: "Disponible en"
Expand Down Expand Up @@ -1078,10 +1078,10 @@ ca:
spree:
spree/order:
coupon_code: Coupon Code
date: Data
date: Date
date_picker:
format: 'yy/mm/dd'
time: Hora
time: Time
spree_alert_checking: "Check for Spree security and release alerts"
spree_alert_not_checking: "Not checking for Spree security and release alerts"
spree_gateway_error_flash_for_checkout: "va haver-hi un problema amb la seva informació de pagament. Per favor, revisi-la i intenti-ho de nou."
Expand Down
38 changes: 19 additions & 19 deletions config/locales/cs-CZ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,6 @@ cs-CZ:
spree/option_type:
name: Name
presentation: Presentation
spree/order/bill_address:
address1: "Billing address street"
city: "Billing address city"
firstname: "Billing address first name"
lastname: "Billing address last name"
phone: "Billing address phone"
state: "Billing address state"
zipcode: "Billing address zipcode"
spree/order/ship_address:
address1: "Shipping address street"
city: "Shipping address city"
firstname: "Shipping address first name"
lastname: "Shipping address last name"
phone: "Shipping address phone"
state: "Shipping address state"
zipcode: "Shipping address zipcode"
spree/order:
checkout_complete: "Checkout Complete"
completed_at: "Completed At"
Expand All @@ -77,7 +61,23 @@ cs-CZ:
special_instructions: "Special Instructions"
state: State
total: Total
spree/payment_method:
spree/order/bill_address:
address1: "Billing address street"
city: "Billing address city"
firstname: "Billing address first name"
lastname: "Billing address last name"
phone: "Billing address phone"
state: "Billing address state"
zipcode: "Billing address zipcode"
spree/order/ship_address:
address1: "Shipping address street"
city: "Shipping address city"
firstname: "Shipping address first name"
lastname: "Shipping address last name"
phone: "Shipping address phone"
state: "Shipping address state"
zipcode: "Shipping address zipcode"
spree/payment_method:
name: Name
spree/product:
available_on: "Available On"
Expand Down Expand Up @@ -1077,10 +1077,10 @@ cs-CZ:
spree:
spree/order:
coupon_code: Coupon Code
date: Datum
date: Date
date_picker:
format: 'yy/mm/dd'
time: "Čas"
time: Time
spree_alert_checking: "Check for Spree security and release alerts"
spree_alert_not_checking: "Not checking for Spree security and release alerts"
spree_gateway_error_flash_for_checkout: "There was a problem with your payment information. Please check your information and try again."
Expand Down
Loading

0 comments on commit 764e54c

Please sign in to comment.