Skip to content

Commit

Permalink
Strings in Portuguese
Browse files Browse the repository at this point in the history
Same spelling for word Web
História  instead of Historia
Oralidade instead of Oral
  • Loading branch information
dinism authored and lucaboesch committed Jan 2, 2020
1 parent 859ddb6 commit 7903b7f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions db/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -7039,8 +7039,8 @@ function xmldb_local_differentiator_install() {
'pwcid' => 3,
'lang' => 'pt',
'timecreated' => $time,
'pwcetitle' => 'Oral',
'pwcetext' => 'Oral',
'pwcetitle' => 'Oralidade',
'pwcetext' => 'Oralidade',
]);
$DB->insert_record('local_differentiator_pwce', [
'pwcid' => 4,
Expand Down Expand Up @@ -7307,7 +7307,7 @@ function xmldb_local_differentiator_install() {
'pwid' => 36,
'lang' => 'pt',
'timecreated' => $time,
'pwetitle' => 'Página web',
'pwetitle' => 'Página Web',
'pwetext' => 'uma página Web',
]);
$DB->insert_record('local_differentiator_pwe', [
Expand Down Expand Up @@ -7363,7 +7363,7 @@ function xmldb_local_differentiator_install() {
'pwid' => 44,
'lang' => 'pt',
'timecreated' => $time,
'pwetitle' => 'Historia infantil',
'pwetitle' => 'História infantil',
'pwetext' => 'uma história infantil',
]);
$DB->insert_record('local_differentiator_pwe', [
Expand Down Expand Up @@ -7398,8 +7398,8 @@ function xmldb_local_differentiator_install() {
'pwid' => 49,
'lang' => 'pt',
'timecreated' => $time,
'pwetitle' => 'História num novo género',
'pwetext' => 'uma história num novo género',
'pwetitle' => 'História num género novo',
'pwetext' => 'uma história num género novo',
]);

// Table local_differentiator_rwce.
Expand Down

0 comments on commit 7903b7f

Please sign in to comment.