From 7dda6d817a66d504cdb4498f25820d51ff331d4d Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 28 Apr 2013 04:09:35 +0000 Subject: [PATCH] Add confirm-copy translate --- app/gateways/app_languages.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/gateways/app_languages.php b/app/gateways/app_languages.php index 658ae93aef..426f572c7d 100644 --- a/app/gateways/app_languages.php +++ b/app/gateways/app_languages.php @@ -222,6 +222,9 @@ $text['confirm-delete']['en-us'] = 'Do you really want to delete this?'; $text['confirm-delete']['pt-pt'] = ''; + $text['confirm-copy']['en-us'] = 'Do you really want to copy this?'; + $text['confirm-copy']['pt-pt'] = ''; + $text['message-add']['en-us'] = 'Add Completed'; $text['message-add']['pt-pt'] = '';