Blame view
sources/apps/files_versions/l10n/sl.php
451 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Could not revert: %s" => "Ni mogoče povrniti: %s", |
|
03e52840d
|
4 |
"Versions" => "Različice", |
|
31b7f2792
|
5 6 7 8 |
"Failed to revert {file} to revision {timestamp}." => "Povrnitev datoteke {file} na objavo {timestamp} je spodletelo.",
"More versions..." => "Več različic",
"No other versions available" => "Ni drugih različic",
"Restore" => "Obnovi"
|
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; |