Skip to content

Commit

Permalink
translate
Browse files Browse the repository at this point in the history
  • Loading branch information
ediathome committed Jul 18, 2019
1 parent ac0c020 commit ea352c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion prestacollege.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public function getContent()
}

if($action!='' && in_array($action, $this->fullscreen_functions())) {
$output .= "<a href='".$this->admin_link()."'><< Go back…</a>";
$output .= "<a href='".$this->admin_link()."'><< ".$this->l('Go back')."…</a>";
} else {
$output .= $this->context->smarty->fetch($this->local_path.'views/templates/admin/panel.tpl');
}
Expand Down
1 change: 1 addition & 0 deletions translations/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
$_MODULE['<{prestacollege}prestashop>prestacollege_5b11c873c726e78c4a4679eda0a03f9b'] = 'Die Datei konnte nicht gelöscht werden.';
$_MODULE['<{prestacollege}prestashop>prestacollege_5e1d90a30b4c4fa0de011cf178d7bfbe'] = 'Snapshot erfolgreich hochgeladen';
$_MODULE['<{prestacollege}prestashop>prestacollege_e2bd1bfc183641d485c2cc622f269c23'] = 'Es gab einen Fehler beim Upload der Datei. Bitte stellen Sie sicher, dass die max_upload_size und post_max_size Parameter in Ihrer php.ini und in Ihren Prestashop-Einstellungen für größere Uploads eingestellt sind!';
$_MODULE['<{prestacollege}prestashop>prestacollege_22b653bd8d2edcebb9e0036b4ac79262'] = 'Zurück';
$_MODULE['<{prestacollege}prestashop>prestacollege_dbf373dd3565accf2d2fd19700f6a5ae'] = 'Ungültige Aktion';
$_MODULE['<{prestacollege}prestashop>db_snapshot_39829b743afb70ed8dd83d4f83e50702'] = 'Datenbank-Snapshots verwalten';
$_MODULE['<{prestacollege}prestashop>db_snapshot_2fe28f2a54c5b034e1339213e06f2f35'] = 'Diese Aktion importiert einen Datenbank-Snapshot, der mit PrestaCollege erstellt wurde. Dies wird die meisten Daten in der Datenbank ÜBERSCHREIBEN!';
Expand Down

0 comments on commit ea352c5

Please sign in to comment.