diff --git a/bl-languages/nl_NL.json b/bl-languages/nl_NL.json index 5acfeada..79e1265f 100644 --- a/bl-languages/nl_NL.json +++ b/bl-languages/nl_NL.json @@ -2,12 +2,10 @@ "language-data": { "native": "Nederlands", "english-name": "Dutch", - "last-update": "25-01-2019", + "last-update": "04-02-2019", "authors": [ "Ray", - "ltGuillaume", - "", - "" + "ltGuillaume" ] }, "dates": { @@ -334,7 +332,7 @@ "the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "De roepnaam wordt gebruikt door thema's om de auteur van de inhoud weer te geven", "allow-unicode": "Unicode toestaan", "allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Sta Unicode-tekens toe in de URL en enkele andere onderdelen van het systeem.", - "variables-allowed": "Variabelen toegestaan", + "variables-allowed": "Ondersteunde variabelen", "tag": "Tag", "drag-and-drop-to-sort-the-plugins": "Plugins sorten met slepen.", "seo": "SEO", @@ -376,6 +374,6 @@ "thumbnail-width-in-pixels": "Breedte voorbeelden in pixels (px).", "thumbnail-height-in-pixels": "Hoogte voorbeelden in pixels (px).", "thumbnail-quality-in-percentage": "Kwaliteit voorbeelden in procenten (%).", - "maximum-load-file-size-allowed:": "Maximum load file size allowed:", - "file-type-is-not-supported": "File type is not supported. Allowed types:" -} \ No newline at end of file + "maximum-load-file-size-allowed:": "Maximale bestandsgrootte voor uploads:", + "file-type-is-not-supported": "Dit bestandstype is niet toegestaan. Wel toegestaan zijn:" +} diff --git a/bl-languages/tr_TR.json b/bl-languages/tr_TR.json index f6263e60..6e60b68c 100644 --- a/bl-languages/tr_TR.json +++ b/bl-languages/tr_TR.json @@ -3,10 +3,9 @@ "native": "Türkçe", "english-name": "Turkish", "locale": "tr, tr_TR", - "last-update": "2018-12-02", + "last-update": "2018-02-06", "authors": [ "Ali Demirtas", - "guleyc", "", "", "" @@ -378,6 +377,6 @@ "thumbnail-width-in-pixels": "Piksel olarak küçük resim genişliği (px).", "thumbnail-height-in-pixels": "Piksel olarak küçük resim yüksekliği (px).", "thumbnail-quality-in-percentage": "Yüzde olarak küçük resim kalitesi (%).", - "maximum-load-file-size-allowed:": "Maximum load file size allowed:", - "file-type-is-not-supported": "File type is not supported. Allowed types:" -} \ No newline at end of file + "maximum-load-file-size-allowed:": "İzin verilen en yüksek dosya yükleme boyutu:", + "file-type-is-not-supported": "Dosya türü desteklenmiyor. İzin verilen türler:" +} diff --git a/bl-plugins/backup/plugin.php b/bl-plugins/backup/plugin.php index fbe700ad..a00a6730 100644 --- a/bl-plugins/backup/plugin.php +++ b/bl-plugins/backup/plugin.php @@ -54,7 +54,7 @@ class pluginBackup extends Plugin { } $html .= '
'; - $html .= ''; + $html .= ''; $html .= '
'; $html .= '
'; @@ -66,10 +66,10 @@ class pluginBackup extends Plugin { $html .= '

'.Date::format($filename, BACKUP_DATE_FORMAT, 'F j, Y, g:i a').'

'; // Allow download if a zip file if ($this->zip) { - $html .= ' '.$L->get('download').''; + $html .= ' '.$L->get('download').''; } - $html .= ''; - $html .= ''; + $html .= ''; + $html .= ''; $html .= ''; $html .= '
'; }