Blame view

sources/apps/activity/l10n/lv.php 401 Bytes
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
4
5
6
7
  <?php
  $TRANSLATIONS = array(
  "Files" => "Datnes",
  "_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_::_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_" => array("","",""),
  "_%s and %n more_::_%s and %n more_" => array("","",""),
  "Daily" => "Katru dienu",
  "Weekly" => "Katru nedēļu"
d1bafeea1   Kload   [fix] Upgrade to ...
8
  );
6d9380f96   Cédric Dupont   Update sources OC...
9
  $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";