diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-04 16:00:32 +1100 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-04 16:00:32 +1100 |
commit | c57926d7996fc3f90bb35b02912cf26900517c84 (patch) | |
tree | 558f143d608386519cd1db15216e3991f7a8ca38 /view | |
parent | 77a03e376c5b39d26c1bb5bc5f442b5e7fa1437e (diff) | |
parent | b21f6fd619625403b7760d91422639956b5ea863 (diff) | |
download | volse-hubzilla-c57926d7996fc3f90bb35b02912cf26900517c84.tar.gz volse-hubzilla-c57926d7996fc3f90bb35b02912cf26900517c84.tar.bz2 volse-hubzilla-c57926d7996fc3f90bb35b02912cf26900517c84.zip |
Merge pull request #119 from sasiflo/master
Some small rebranding for Hubzilla transition from Red Matrix
Diffstat (limited to 'view')
-rw-r--r-- | view/de/htconfig.tpl | 2 | ||||
-rw-r--r-- | view/de/update_fail_eml.tpl | 6 | ||||
-rw-r--r-- | view/fr/htconfig.tpl | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/view/de/htconfig.tpl b/view/de/htconfig.tpl index 550b018fe..928694769 100644 --- a/view/de/htconfig.tpl +++ b/view/de/htconfig.tpl @@ -30,7 +30,7 @@ $default_timezone = '{{$timezone}}'; // What is your site name? $a->config['system']['baseurl'] = '{{$siteurl}}'; -$a->config['system']['sitename'] = "Red Matrix"; +$a->config['system']['sitename'] = "Hubzilla"; $a->config['system']['location_hash'] = '{{$site_id}}'; diff --git a/view/de/update_fail_eml.tpl b/view/de/update_fail_eml.tpl index ca1a4985d..d28bed717 100644 --- a/view/de/update_fail_eml.tpl +++ b/view/de/update_fail_eml.tpl @@ -1,13 +1,13 @@ Hallo,
ich bin der Webserver für {{$sitename}};
-Die RedMatrix-Entwickler haben kürzlich das Update {{$update}} veröffentlicht,
+Die Hubzilla-Entwickler haben kürzlich das Update {{$update}} veröffentlicht,
aber als ich versuchte, es zu installieren, ging irgendwas furchtbar schief.
Das muss so bald als möglich gelöst werden und erfordert einen manuellen Eingriff.
-Bitte kontaktiere einen Red-Entwickler, wenn Du nicht weißt, wie Du das Problem
+Bitte kontaktiere einen Hubzilla-Entwickler, wenn Du nicht weißt, wie Du das Problem
selbst beheben kannst. Meine Datenbank ist eventuell ungültig.
Die Fehlermeldung ist '{{$error}}'.
Bitte entschuldige die Unannehmlichkeit,
- Dein Web-Server auf {{$siteurl}}
\ No newline at end of file + Dein Hubzilla-Server auf {{$siteurl}}
diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index a3b4c0644..430d97a47 100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl @@ -31,7 +31,7 @@ $default_timezone = '{{$timezone}}'; // Quel sera le nom de votre site? $a->config['system']['baseurl'] = '{{$siteurl}}'; -$a->config['system']['sitename'] = "Matrice Rouge"; +$a->config['system']['sitename'] = "Hubzilla"; $a->config['system']['location_hash'] = '{{$site_id}}'; // Vos choix sont REGISTER_OPEN, REGISTER_APPROVE, ou REGISTER_CLOSED. |