Donation button and responsibility
This commit is contained in:
@@ -6,14 +6,13 @@ de:
|
||||
logo: Logo der Initiative
|
||||
title_html: Ja, ich will <strong class="text-success">Cannabis</strong> in der Schweiz <strong class="text-success">legalisieren</strong>
|
||||
topnavigation:
|
||||
donation: Spenden
|
||||
sign_in: Anmelden
|
||||
sign_out: Abmelden
|
||||
initiative_text: Der Initiativtext im Wortlaut
|
||||
initiative: Die Initiative
|
||||
arguments: Argumentarium
|
||||
faq: Fragen und Antworten
|
||||
sponsoring: Sponsoren & Spenden
|
||||
sponsoring: Sponsoren
|
||||
numbers: Zahlen
|
||||
statementes: Statements
|
||||
|
||||
@@ -26,7 +25,7 @@ de:
|
||||
amount_of_supporters: Zurzeit haben wir %{amount} Unterstützer.
|
||||
|
||||
input_error: Deine Eingaben konnte nicht gespeichert werden. Überprüfe deine Eingaben.
|
||||
|
||||
donation: Deine Spende
|
||||
welcome_email:
|
||||
subject: Besten Dank für deine Unterstützung!
|
||||
|
||||
@@ -109,7 +108,8 @@ de:
|
||||
initiative_text: initiativtext
|
||||
arguments: argumentarium
|
||||
faq: fragen_und_antworten
|
||||
sponsoring: sponsoren_und_spenden
|
||||
sponsoring: sponsoren
|
||||
donation: spenden
|
||||
numbers: zahlen
|
||||
statementes: statements
|
||||
|
||||
|
||||
@@ -11,21 +11,21 @@ fr:
|
||||
logo: Logo de l'initiative
|
||||
title_html: Oui, je veux <strong class="text-success">légaliser le cannabis</strong> en Suisse.
|
||||
topnavigation:
|
||||
donation: Donation
|
||||
sign_out: déconnecter
|
||||
sign_in: Connexion
|
||||
initiative: l' initiative
|
||||
initiative_text: L'initiative propose (en allemand)
|
||||
arguments: Arguments (en allemand)
|
||||
faq: Questions et réponses (en allemand)
|
||||
sponsoring: Donation et Sponsors (en allemand)
|
||||
sponsoring: Sponsors (en allemand)
|
||||
numbers: Chiffres (en allemand)
|
||||
statements: Déclarations
|
||||
|
||||
are_you_sure: Tu es sûre?
|
||||
edit: Éditer
|
||||
save: Sauver
|
||||
|
||||
|
||||
donation: Donation
|
||||
welcome_email:
|
||||
subject: Merci beaucoup pour ton soutien!
|
||||
|
||||
@@ -104,7 +104,8 @@ fr:
|
||||
initiative_text: l_initiative_propose
|
||||
arguments: arguments
|
||||
faq: questions_et_reponses
|
||||
sponsoring: donation_et_sponsor
|
||||
sponsoring: sponsor
|
||||
donation: donation
|
||||
numbers: chiffres
|
||||
statements: declarations
|
||||
|
||||
|
||||
@@ -8,14 +8,13 @@ it:
|
||||
logo: Logo dell'iniziativa
|
||||
title_html: Si, voglio <strong class="text-success">legalizzare</strong> la <strong class="text-success">cannabis in Svizzera</strong>
|
||||
topnavigation:
|
||||
donation: Donazione
|
||||
sign_out: Disconnettersi
|
||||
sign_in: Registro
|
||||
initiative_text: Il testo dell’iniziativa
|
||||
initiative: l'iniziativa
|
||||
arguments: Argomentazioni
|
||||
faq: Domande e risposte (in tedesco)
|
||||
sponsoring: Donazione e Sponsor
|
||||
sponsoring: Sponsor
|
||||
numbers: Numeri (in tedesco)
|
||||
statements: Dichiarazioni
|
||||
|
||||
@@ -26,7 +25,7 @@ it:
|
||||
are_you_sure: Sei sicuro?
|
||||
edit: Modifica
|
||||
save: Salvare
|
||||
|
||||
donation: Donazione
|
||||
welcome_email:
|
||||
subject: Grazie mille per il tuo sostegno!
|
||||
|
||||
@@ -108,7 +107,8 @@ it:
|
||||
initiative_text: il_testo_dell_iniziativa
|
||||
arguments: argomentazioni
|
||||
faq: domande_e_risposte
|
||||
sponsoring: donazione_e_sponsor
|
||||
sponsoring: sponsor
|
||||
donation: donazione
|
||||
numbers: numeri
|
||||
statements: dichiarazioni
|
||||
|
||||
|
||||
+1
-1
@@ -16,6 +16,7 @@ Rails.application.routes.draw do
|
||||
get '/faq', to: 'pages#show', as: :faq, page: 'faq'
|
||||
get '/terms_and_conditions', to: 'pages#show', as: :terms_and_conditions, page: 'terms_and_conditions'
|
||||
get '/sponsoring', to: 'pages#show', as: :sponsoring, page: 'sponsoring'
|
||||
get '/donation', to: 'pages#show', as: :donation, page: 'donation'
|
||||
get '/numbers', to: 'pages#show', as: :numbers, page: 'numbers'
|
||||
get '/statements', to: 'pages#show', as: :statements, page: 'statements'
|
||||
end
|
||||
@@ -26,7 +27,6 @@ Rails.application.routes.draw do
|
||||
resources :supporters
|
||||
resource :publicity
|
||||
get '/thanks', to: 'pages#thanks', as: :thanks
|
||||
get '/spenden', to: 'pages#spenden', as: :spenden
|
||||
end
|
||||
|
||||
mount RailsAdmin::Engine => '/admin', as: 'rails_admin'
|
||||
|
||||
Reference in New Issue
Block a user