nextcloud/apps/files_versions/l10n/sl.php

6 lines
135 B
PHP
Raw Normal View History

2012-08-16 04:09:15 +04:00
<?php $TRANSLATIONS = array(
2013-03-09 03:06:34 +04:00
"Could not revert: %s" => "Ni mogoče povrniti: %s",
"Versions" => "Različice",
2013-07-27 10:03:03 +04:00
"Restore" => "Obnovi"
2012-08-16 04:09:15 +04:00
);