From 8c4d71da2ef1366c8fcd3e7dfb7f4566d2f905f4 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Fri, 5 Jun 2020 20:16:04 +0200 Subject: Add missing translations (#3034) * Add missing translations * Add a simple way to check if an i18n key exists There is a rule in the makefile to access it directly --- app/i18n/nl/feedback.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/nl/feedback.php') diff --git a/app/i18n/nl/feedback.php b/app/i18n/nl/feedback.php index d94a1b667..e9b1d62b0 100644 --- a/app/i18n/nl/feedback.php +++ b/app/i18n/nl/feedback.php @@ -36,6 +36,7 @@ return array( ), 'extensions' => array( 'already_enabled' => '%s is al ingeschakeld', + 'cannot_remove' => '%s cannot be removed', // TODO - Translation 'disable' => array( 'ko' => '%s kan niet worden uitgeschakeld. Controleer FreshRSS log bestanden voor details.', 'ok' => '%s is nu uitgeschakeld', @@ -47,6 +48,7 @@ return array( 'no_access' => 'U hebt geen toegang voor %s', 'not_enabled' => '%s is nog niet ingeschakeld', 'not_found' => '%s bestaat niet', + 'removed' => '%s removed', // TODO - Translation ), 'import_export' => array( 'export_no_zip_extension' => 'ZIP uitbreiding is niet aanwezig op uw server. Exporteer a.u.b. uw bestanden één voor één.', -- cgit v1.2.3