Blame view
sources/apps/files_external/l10n/sk.php
206 Bytes
|
6d9380f96
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Location" => "Poloha", "Share" => "Zdieľať", "Personal" => "Osobné", "Delete" => "Odstrániť" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |