aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/sk/feedback.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2020-06-05 20:16:04 +0200
committerGravatar GitHub <noreply@github.com> 2020-06-05 20:16:04 +0200
commit8c4d71da2ef1366c8fcd3e7dfb7f4566d2f905f4 (patch)
tree91c820081a54f8f4fd8f5832a02c4f5e83fc6cde /app/i18n/sk/feedback.php
parent36bda2e715ed822cc495ff419ad565084e241f43 (diff)
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
Diffstat (limited to 'app/i18n/sk/feedback.php')
-rw-r--r--app/i18n/sk/feedback.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/sk/feedback.php b/app/i18n/sk/feedback.php
index ed880f1c8..04017c95c 100644
--- a/app/i18n/sk/feedback.php
+++ b/app/i18n/sk/feedback.php
@@ -36,6 +36,7 @@ return array(
),
'extensions' => array(
'already_enabled' => '%s už je povolené',
+ 'cannot_remove' => '%s cannot be removed', // TODO - Translation
'disable' => array(
'ko' => '%s sa nepodarilo nainštalovať. <a href="%s">Prečítajte si záznamy FreshRSS</a>, ak chcete poznať podrobnosti.',
'ok' => '%s je teraz zakázaný',
@@ -47,6 +48,7 @@ return array(
'no_access' => 'Nemáte prístup k %s',
'not_enabled' => '%s nie je povolený',
'not_found' => '%s neexistuje',
+ 'removed' => '%s removed', // TODO - Translation
),
'import_export' => array(
'export_no_zip_extension' => 'ZIP rozšírenie sa na vašom serveri nenachádza. Prosím, skúste exportovať súbory pojednom.',