From b375088f23bc71575ede39846753d45bcf5cddb2 Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Sat, 10 Aug 2019 00:11:37 +0000 Subject: [PATCH 1/2] Automatically generated installer lang files --- install/lang/fr_wp/langconfig.php | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 install/lang/fr_wp/langconfig.php 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'; From e11d0e35de71a2c2bbcfc2ebc5c7f4fda45d4a9a Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Thu, 15 Aug 2019 00:13:11 +0000 Subject: [PATCH 2/2] Automatically generated installer lang files --- install/lang/el/error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] = 'Κάποιο απαιτούμενο πεδίο λείπει';