nextcloud/apps/files_versions/l10n/sk_SK.php

6 lines
131 B
PHP
Raw Normal View History

2012-09-24 04:04:10 +04:00
<?php $TRANSLATIONS = array(
2013-02-11 18:42:41 +04:00
"Could not revert: %s" => "Nemožno obnoviť: %s",
2013-07-28 09:58:28 +04:00
"Versions" => "Verzie",
"Restore" => "Obnoviť"
2012-09-24 04:04:10 +04:00
);