nextcloud/settings/l10n/sq.php

17 lines
770 B
PHP
Raw Normal View History

2013-08-09 08:06:31 -04:00
<?php
$TRANSLATIONS = array(
2013-04-08 20:14:02 -04:00
"Authentication error" => "Veprim i gabuar gjatë vërtetimit të identitetit",
2013-04-02 18:04:02 -04:00
"Error" => "Veprim i gabuar",
2013-04-10 20:10:41 -04:00
"undo" => "anulo",
2013-04-08 20:14:02 -04:00
"Delete" => "Elimino",
2013-04-03 18:06:51 -04:00
"Security Warning" => "Paralajmërim sigurie",
2013-04-05 18:05:32 -04:00
"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.",
2013-04-08 20:14:02 -04:00
"Update" => "Azhurno",
2013-04-12 20:15:54 -04:00
"Get the apps to sync your files" => "Merrni app-et për sinkronizimin e skedarëve tuaj",
2013-04-02 18:04:02 -04:00
"Password" => "Kodi",
2013-04-29 19:59:18 -04:00
"New password" => "Kodi i ri",
2013-06-21 02:53:57 -04:00
"Email" => "Email-i",
"Username" => "Përdoruesi"
2013-04-02 18:04:02 -04:00
);
2013-08-09 08:06:31 -04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";