diff options
Diffstat (limited to 'apps/files_versions/l10n/cs_CZ.js')
-rw-r--r-- | apps/files_versions/l10n/cs_CZ.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_versions/l10n/cs_CZ.js b/apps/files_versions/l10n/cs_CZ.js index 0ba87af547f..bd7488fc543 100644 --- a/apps/files_versions/l10n/cs_CZ.js +++ b/apps/files_versions/l10n/cs_CZ.js @@ -4,8 +4,8 @@ OC.L10N.register( "Could not revert: %s" : "Nelze vrátit: %s", "Versions" : "Verze", "Failed to revert {file} to revision {timestamp}." : "Selhalo vrácení souboru {file} na verzi {timestamp}.", - "More versions..." : "Více verzí...", + "Restore" : "Obnovit", "No other versions available" : "Žádné další verze nejsou dostupné", - "Restore" : "Obnovit" + "More versions..." : "Více verzí..." }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |