nextcloud/settings/l10n/sq.php

17 lines
770 B
PHP

<?php
$TRANSLATIONS = array(
"Authentication error" => "Veprim i gabuar gjatë vërtetimit të identitetit",
"Error" => "Veprim i gabuar",
"undo" => "anulo",
"Delete" => "Elimino",
"Security Warning" => "Paralajmërim sigurie",
"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Serveri web i juaji nuk është konfiguruar akoma për të lejuar sinkronizimin e skedarëve sepse ndërfaqja WebDAV mund të jetë e dëmtuar.",
"Update" => "Azhurno",
"Get the apps to sync your files" => "Merrni app-et për sinkronizimin e skedarëve tuaj",
"Password" => "Kodi",
"New password" => "Kodi i ri",
"Email" => "Email-i",
"Username" => "Përdoruesi"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";