summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/cs_CZ.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/l10n/cs_CZ.php')
-rw-r--r--apps/files_versions/l10n/cs_CZ.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_versions/l10n/cs_CZ.php b/apps/files_versions/l10n/cs_CZ.php
index bc6f4cf4a19..a2fc76d443d 100644
--- a/apps/files_versions/l10n/cs_CZ.php
+++ b/apps/files_versions/l10n/cs_CZ.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Could not revert: %s" => "Nelze navrátit: %s",
"Versions" => "Verze",
"Failed to revert {file} to revision {timestamp}." => "Selhalo navrácení souboru {file} na verzi {timestamp}.",
@@ -6,3 +7,4 @@
"No other versions available" => "Žádné další verze nejsou dostupné",
"Restore" => "Obnovit"
);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";