nextcloud/apps/files_external/l10n/sq.php

14 lines
297 B
PHP
Raw Normal View History

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