From b0e87d967a9495827bd2e2aabcdb591681c5acb6 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 5 Nov 2014 16:08:19 -0500 Subject: [PATCH] Arr! Pirate translations --- app/lang/en-PT/general.php | 10 +++++----- app/lang/en-PT/validation.php | 16 ++++++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app/lang/en-PT/general.php b/app/lang/en-PT/general.php index d954ec382b..4360d630e6 100755 --- a/app/lang/en-PT/general.php +++ b/app/lang/en-PT/general.php @@ -59,10 +59,10 @@ return array( 'name' => 'Name', 'no_depreciation' => 'No Depreciation', 'no_results' => 'No Results.', - 'no' => 'No', + 'no' => 'Nay', 'notes' => 'Notes', 'pending' => 'Pending', - 'people' => 'People', + 'people' => 'Bilge Rats', 'per_page' => 'Results Per Page', 'profile' => 'Your profile', 'ready_to_deploy' => 'Ready to Deploy', @@ -78,13 +78,13 @@ return array( 'total_assets' => 'total assets', 'total_licenses' => 'total licenses', 'undeployable' => 'Un-deployable', - 'unknown_admin' => 'Unknown Admin', + 'unknown_admin' => 'Went to Davey Jones locker', 'user' => 'User', 'viewassets' => 'View Assigned Assets', 'website' => 'Website', - 'welcome' => 'Welcome, :name', + 'welcome' => 'Ahoy, :name', 'years' => 'years', - 'yes' => 'Yes', + 'yes' => 'Aye', 'zip' => 'Zip', ); diff --git a/app/lang/en-PT/validation.php b/app/lang/en-PT/validation.php index 4c6e269ded..71b5d76da3 100755 --- a/app/lang/en-PT/validation.php +++ b/app/lang/en-PT/validation.php @@ -13,15 +13,15 @@ return array( | */ - "accepted" => "The :attribute must be accepted.", - "active_url" => "The :attribute is not a valid URL.", - "after" => "The :attribute must be a date after :date.", - "alpha" => "The :attribute may only contain letters.", - "alpha_dash" => "The :attribute may only contain letters, numbers, and dashes.", - "alpha_num" => "The :attribute may only contain letters and numbers.", - "before" => "The :attribute must be a date before :date.", + "accepted" => "Arrr, ye must accept them thar :attribute.", + "active_url" => "Avast! :attribute be not a valid URL, matey.", + "after" => "Arr, :attribute must be a date after :date.", + "alpha" => "Arr, only letters be allowed in :attribute.", + "alpha_dash" => "Arr, only letters, numbers and dashes be allowed in :attribute.", + "alpha_num" => "Arr, only letters and numbers be allowed in :attribute.", + "before" => "Arr, the :attribute must be a date before :date.", "between" => array( - "numeric" => "The :attribute must be between :min - :max.", + "numeric" => "Arr, the :attribute must be between :min - :max.", "file" => "The :attribute must be between :min - :max kilobytes.", "string" => "The :attribute must be between :min - :max characters.", ),