summaryrefslogtreecommitdiffstats
path: root/l10n/sk_SK.php
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/sk_SK.php')
-rw-r--r--l10n/sk_SK.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/sk_SK.php b/l10n/sk_SK.php
index 50ede1d2c..a02b13262 100644
--- a/l10n/sk_SK.php
+++ b/l10n/sk_SK.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Can not add feed: Exists already" => "Nemožno pridať kanál: Už existuje",
"Can not add feed: URL does not exist, SSL Certificate can not be validated or feed has invalid xml" => "Nemožno pridať kanál: URL neexistuje, SSL certifikát nemožno overiť alebo obsahuje neplatné xml",
"Articles without feed" => "Články bez zdroja",
@@ -39,3 +40,4 @@
"Unread/Starred Articles" => "Neprečítané články s hviezdičkou",
"Error when importing: file does not contain valid JSON" => "Chyba pri importe: súbor neobsahuje platný JSON"
);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";