2014-01-05 10:55:53 +04:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2014-07-09 09:55:51 +04:00
|
|
|
"Cancel" => "Zrušiť",
|
2014-06-14 09:55:24 +04:00
|
|
|
"Download" => "Stiahnuť"
|
2014-01-05 10:55:53 +04:00
|
|
|
);
|
|
|
|
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
|