server/apps/files_external/l10n/sq.php

14 lines
297 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-04-30 05:57:53 +00:00
"Location" => "Vendndodhja",
2014-05-17 05:57:38 +00:00
"Host" => "Pritësi",
2014-04-30 05:57:53 +00:00
"Username" => "Përdoruesi",
"Password" => "fjalëkalim",
"Share" => "Ndaj",
2014-05-16 05:55:55 +00:00
"URL" => "URL-i",
2013-10-27 06:32:11 +00:00
"Groups" => "Grupet",
2013-04-09 00:14:02 +00:00
"Users" => "Përdoruesit",
"Delete" => "Elimino"
2013-04-02 22:04:02 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";