<?php
$TRANSLATIONS = array(
"Cancel" => "Atcelt",
"Shared by" => "Dalījās",
"Password" => "Parole",
"Name" => "Nosaukums",
"Download" => "Lejupielādēt"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";