From d71043a2bab54e27ddc8e09dccc458a6b914cf85 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 16 Nov 2014 23:27:02 +0200 Subject: [PATCH] Text changes --- README.md | 5 +++++ app/lang/da/texts.php | 2 +- app/lang/de/texts.php | 2 +- app/lang/en/texts.php | 2 +- app/lang/es/texts.php | 2 +- app/lang/fr/texts.php | 2 +- app/lang/it/texts.php | 2 +- app/lang/lt/texts.php | 2 +- app/lang/nb_NO/texts.php | 2 +- app/lang/nl/texts.php | 2 +- app/lang/pt_BR/texts.php | 2 +- app/views/header.blade.php | 4 ++-- 12 files changed, 17 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d8746a3a687f..058476396306 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,11 @@ Developed by [@hillelcoren](https://twitter.com/hillelcoren) | Designed by [kant * [Zapier](https://zapier.com/) integration * [D3.js](http://d3js.org/) visualizations +### Upgrades + +* $10 - White label license +* $20 - Six additional invoice designs + ### Contributors * [Troels Liebe Bentsen](https://github.com/tlbdk) diff --git a/app/lang/da/texts.php b/app/lang/da/texts.php index a0b5aae3a827..594f9815f3ee 100644 --- a/app/lang/da/texts.php +++ b/app/lang/da/texts.php @@ -470,7 +470,7 @@ return array( 'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.', 'id_number' => 'ID Number', - 'white_label_link' => 'Purchase white label license', + 'white_label_link' => 'Click to white label', 'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.', 'white_label_header' => 'White Label', 'bought_white_label' => 'Successfully enabled white label license', diff --git a/app/lang/de/texts.php b/app/lang/de/texts.php index fa5a784f1f35..f5f5d1ebef7d 100644 --- a/app/lang/de/texts.php +++ b/app/lang/de/texts.php @@ -460,7 +460,7 @@ return array( 'vat_number' => 'Vat Number', 'id_number' => 'ID Number', - 'white_label_link' => 'Purchase white label license', + 'white_label_link' => 'Click to white label', 'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.', 'white_label_header' => 'White Label', 'bought_white_label' => 'Successfully enabled white label license', diff --git a/app/lang/en/texts.php b/app/lang/en/texts.php index 5d586edadf0c..d84f79079e3a 100644 --- a/app/lang/en/texts.php +++ b/app/lang/en/texts.php @@ -468,7 +468,7 @@ return array( 'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.', 'id_number' => 'ID Number', - 'white_label_link' => 'Purchase white label license', + 'white_label_link' => 'Click to white label', 'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.', 'white_label_header' => 'White Label', 'bought_white_label' => 'Successfully enabled white label license', diff --git a/app/lang/es/texts.php b/app/lang/es/texts.php index ad847a751124..8194011f4190 100644 --- a/app/lang/es/texts.php +++ b/app/lang/es/texts.php @@ -440,7 +440,7 @@ return array( 'vat_number' => 'Vat Number', 'id_number' => 'ID Number', - 'white_label_link' => 'Purchase white label license', + 'white_label_link' => 'Click to white label', 'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.', 'white_label_header' => 'White Label', 'bought_white_label' => 'Successfully enabled white label license', diff --git a/app/lang/fr/texts.php b/app/lang/fr/texts.php index 49b5968e8010..9547306e4e36 100644 --- a/app/lang/fr/texts.php +++ b/app/lang/fr/texts.php @@ -461,7 +461,7 @@ return array( 'vat_number' => 'Vat Number', 'id_number' => 'ID Number', - 'white_label_link' => 'Purchase white label license', + 'white_label_link' => 'Click to white label', 'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.', 'white_label_header' => 'White Label', 'bought_white_label' => 'Successfully enabled white label license', diff --git a/app/lang/it/texts.php b/app/lang/it/texts.php index 451ebfe010ed..ee157ed6495c 100644 --- a/app/lang/it/texts.php +++ b/app/lang/it/texts.php @@ -462,7 +462,7 @@ return array( 'vat_number' => 'Vat Number', 'id_number' => 'ID Number', - 'white_label_link' => 'Purchase white label license', + 'white_label_link' => 'Click to white label', 'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.', 'white_label_header' => 'White Label', 'bought_white_label' => 'Successfully enabled white label license', diff --git a/app/lang/lt/texts.php b/app/lang/lt/texts.php index d8483f3c355d..23b93b7bfa47 100644 --- a/app/lang/lt/texts.php +++ b/app/lang/lt/texts.php @@ -471,7 +471,7 @@ return array( 'vat_number' => 'Vat Number', 'id_number' => 'ID Number', - 'white_label_link' => 'Purchase white label license', + 'white_label_link' => 'Click to white label', 'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.', 'white_label_header' => 'White Label', 'bought_white_label' => 'Successfully enabled white label license', diff --git a/app/lang/nb_NO/texts.php b/app/lang/nb_NO/texts.php index 8ce2ab40ac14..e18e73c4e1a8 100644 --- a/app/lang/nb_NO/texts.php +++ b/app/lang/nb_NO/texts.php @@ -469,7 +469,7 @@ return array( 'vat_number' => 'Vat Number', 'id_number' => 'ID Number', - 'white_label_link' => 'Purchase white label license', + 'white_label_link' => 'Click to white label', 'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.', 'white_label_header' => 'White Label', 'bought_white_label' => 'Successfully enabled white label license', diff --git a/app/lang/nl/texts.php b/app/lang/nl/texts.php index 3c7998aefd3b..160a4a6ddaf7 100644 --- a/app/lang/nl/texts.php +++ b/app/lang/nl/texts.php @@ -463,7 +463,7 @@ return array( 'vat_number' => 'Vat Number', 'id_number' => 'ID Number', - 'white_label_link' => 'Purchase white label license', + 'white_label_link' => 'Click to white label', 'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.', 'white_label_header' => 'White Label', 'bought_white_label' => 'Successfully enabled white label license', diff --git a/app/lang/pt_BR/texts.php b/app/lang/pt_BR/texts.php index 604be613b8df..91a09a6c58e6 100644 --- a/app/lang/pt_BR/texts.php +++ b/app/lang/pt_BR/texts.php @@ -451,7 +451,7 @@ return array( 'vat_number' => 'Vat Number', 'id_number' => 'ID Number', - 'white_label_link' => 'Purchase white label license', + 'white_label_link' => 'Click to white label', 'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.', 'white_label_header' => 'White Label', 'bought_white_label' => 'Successfully enabled white label license', diff --git a/app/views/header.blade.php b/app/views/header.blade.php index 85381d1bcca7..0173e7733e53 100755 --- a/app/views/header.blade.php +++ b/app/views/header.blade.php @@ -345,7 +345,7 @@ Want something changed? We're {{ link_to('https://github.com/hillelcoren/invoice {{-- Per our license, please do not remove or modify this link. --}} @if (Utils::isNinjaDev() || !Utils::isNinja())
- {{ trans('texts.powered_by') }} InvoiceNinja.com - + {{ trans('texts.powered_by') }} InvoiceNinja.com | @if (Auth::user()->account->isWhiteLabel()) {{ trans('texts.white_labeled') }} @else @@ -360,7 +360,7 @@ Want something changed? We're {{ link_to('https://github.com/hillelcoren/invoice
-

{{ trans('texts.white_label_text')}}

+

{{ trans('texts.white_label_text')}}