Blame view

sources/apps/files_trashbin/l10n/sq.php 502 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <?php
  $TRANSLATIONS = array(
  "Couldn't delete %s permanently" => "Nuk munda ta eliminoj përfundimisht %s",
  "Couldn't restore %s" => "Nuk munda ta rivendos %s",
  "Error" => "Veprim i gabuar",
  "restored" => "rivendosur",
  "Nothing in here. Your trash bin is empty!" => "Këtu nuk ka asgjë. Koshi juaj është bosh!",
  "Name" => "Emri",
  "Restore" => "Rivendos",
  "Deleted" => "Eliminuar",
  "Delete" => "Elimino",
  "Deleted Files" => "Skedarë të eliminuar"
  );
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";