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' => 'Διεγραφή Επιτυχής' +);