Blame view
sources/apps/files_trashbin/l10n/sq.php
501 Bytes
|
31b7f2792
|
1 2 3 4 |
<?php $TRANSLATIONS = array( "Couldn't delete %s permanently" => "Nuk munda ta eliminoj përfundimisht %s", "Couldn't restore %s" => "Nuk munda ta rivendos %s", |
|
6d9380f96
|
5 6 |
"Deleted files" => "Skedarë të fshirë ", "Restore" => "Rivendos", |
|
31b7f2792
|
7 8 9 10 |
"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", |
|
31b7f2792
|
11 |
"Deleted" => "Eliminuar", |
|
6d9380f96
|
12 |
"Delete" => "Elimino" |
|
31b7f2792
|
13 14 |
); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |