blob: 693f91d3b5c92e50ab117722f7ece033f41ddeef (
plain)
1
2
3
4
5
6
7
|
<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "Dalījās {owner}",
"Password" => "Parole",
"Download" => "Lejupielādēt"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";
|