From 293209447b4e0c6c494623ad2a73943deedee8c9 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Wed, 30 Jan 2019 23:22:02 +0100 Subject: [PATCH 1/4] Consistent button layout with Contents --- bl-plugins/backup/plugin.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 .= '
'; } From d5e3e110f8e82bea814c5155af37217e06f4de04 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Mon, 4 Feb 2019 22:14:40 +0100 Subject: [PATCH 2/4] Dutch --- bl-languages/nl_NL.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/bl-languages/nl_NL.json b/bl-languages/nl_NL.json index 5acfeada..e83b9c98 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": { @@ -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:" +} From 1b20c10513d2131688648959d8e1cce8afbe4a8a Mon Sep 17 00:00:00 2001 From: Guillaume Date: Wed, 6 Feb 2019 08:37:18 +0100 Subject: [PATCH 3/4] Update nl_NL.json --- bl-languages/nl_NL.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-languages/nl_NL.json b/bl-languages/nl_NL.json index e83b9c98..79e1265f 100644 --- a/bl-languages/nl_NL.json +++ b/bl-languages/nl_NL.json @@ -332,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", From db3db63f359631c86fdda721ed7ce4fbaf70eb0c Mon Sep 17 00:00:00 2001 From: Ali Demirtas Date: Wed, 6 Feb 2019 11:33:32 +0300 Subject: [PATCH 4/4] Update tr_TR.json Updated. --- bl-languages/tr_TR.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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:" +}