Blame view

sources/apps/external/l10n/sq.php 217 Bytes
6d9380f96   Cédric Dupont   Update sources OC...
1
2
  <?php
  $TRANSLATIONS = array(
d1bafeea1   Kload   [fix] Upgrade to ...
3
4
5
6
7
8
  "External Sites" => "Vendndodhje të jashtme",
  "Name" => "Emri",
  "URL" => "URL-i",
  "Remove site" => "Hiqe vendndodhjen",
  "Add" => "Shto"
  );
6d9380f96   Cédric Dupont   Update sources OC...
9
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";