From 52ba72d89cb542d343938dc6281448dffb63417e Mon Sep 17 00:00:00 2001 From: eptapsyxos Date: Thu, 13 Mar 2014 23:57:06 +0200 Subject: [PATCH] payments.php ok --- modules/Settings/Payments.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/Settings/Payments.php b/modules/Settings/Payments.php index 1a5dbae..018ecad 100644 --- a/modules/Settings/Payments.php +++ b/modules/Settings/Payments.php @@ -10,9 +10,9 @@ ************************************************************************************/ $languageStrings = array( - 'LBL_RIGHT_CLICK_COPY' => 'Right click and copy' + 'LBL_RIGHT_CLICK_COPY' => 'Δεξί Κλίκ και Αντιγραφή' ); $jsLanguageStrings = array( - 'JS_SAVED_SUCCESSFULLY' => 'Saved Successfully', - 'JS_DELETED_SUCCESSFULLY' => 'Deleted Successfully' -); \ No newline at end of file + 'JS_SAVED_SUCCESSFULLY' => 'Επιτυχής Αποθήκευση', + 'JS_DELETED_SUCCESSFULLY' => 'Διεγραφή Επιτυχής' +);