6 lines
157 B
PHP
6 lines
157 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Cancel" => "Zrušiť",
|
|
"Download" => "Stiahnuť"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
|