diff --git a/install/lang/el/error.php b/install/lang/el/error.php index bf4b25dd8b6..e391454dd70 100644 --- a/install/lang/el/error.php +++ b/install/lang/el/error.php @@ -40,7 +40,7 @@ $string['cannotsavemd5file'] = 'Αδυναμία αποθήκευσης αρχε $string['cannotsavezipfile'] = 'Αδυναμία αποθήκευσης συμπιεσμένου αρχείου'; $string['cannotunzipfile'] = 'Αδυναμία αποσυμπίεσης αρχείου'; $string['componentisuptodate'] = 'Το στοιχείο λογισμικού είναι ενημερωμένο.'; -$string['dmlexceptiononinstall'] = '

Παρουσιάστηκε σφάλμα βάσης δεδομένων [{$a->errorcode}].
{$a->debuginfo}

'; +$string['dmlexceptiononinstall'] = '

Παρουσιάστηκε κάποιο σφάλμα βάσης δεδομένων [{$a->errorcode}].
{$a->debuginfo}

'; $string['downloadedfilecheckfailed'] = 'Αποτυχία ελέγχου αρχείου που έγινε λήψη'; $string['invalidmd5'] = 'Μη έγκυρο md5'; $string['missingrequiredfield'] = 'Κάποιο απαιτούμενο πεδίο λείπει'; diff --git a/install/lang/fr_wp/langconfig.php b/install/lang/fr_wp/langconfig.php new file mode 100644 index 00000000000..7c85fcfcc90 --- /dev/null +++ b/install/lang/fr_wp/langconfig.php @@ -0,0 +1,34 @@ +. + +/** + * Automatically generated strings for Moodle installer + * + * Do not edit this file manually! It contains just a subset of strings + * needed during the very first steps of installation. This file was + * generated automatically by export-installer.php (which is part of AMOS + * {@link http://docs.moodle.org/dev/Languages/AMOS}) using the + * list of strings defined in /install/stringnames.txt. + * + * @package installer + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$string['parentlanguage'] = 'fr'; +$string['thislanguage'] = 'Français pour Workplace';