summaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/sq.php
blob: 01fa6770fd7ae6e3f83a2c690c387b3c6f21bf85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$TRANSLATIONS = array(
"Location" => "Vendndodhja",
"Host" => "Pritësi",
"Username" => "Përdoruesi",
"Password" => "fjalëkalim",
"Share" => "Ndaj",
"URL" => "URL-i",
"Personal" => "Personale",
"Name" => "Emri",
"Groups" => "Grupet",
"Users" => "Përdoruesit",
"Delete" => "Elimino"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";