Blame view
sources/apps/files/l10n/sq.php
4.02 KB
|
31b7f2792
|
1 2 3 4 |
<?php $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "E pa mundur zhvendosja e %s - ekziston nje skedar me te njetin emer", "Could not move %s" => "Nuk mund të zhvendoset %s", |
|
03e52840d
|
5 |
"File name cannot be empty." => "Emri i skedarit nuk mund të jetë bosh.", |
|
6d9380f96
|
6 |
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Emër jo i vlefshëm, '\\', '/', '<', '>', ':', '\"', '|', '?' dhe '*' nuk lejohen.", |
|
31b7f2792
|
7 8 9 10 11 12 13 14 15 16 17 18 19 |
"Unable to set upload directory." => "E pa mundur të vendoset dosja e ngarkimit", "Invalid Token" => "Shenjë e gabuar", "No file was uploaded. Unknown error" => "Asnjë skedar nuk u dërgua. Gabim i pa njohur", "There is no error, the file uploaded with success" => "Skedari u ngarkua me sukses", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Skedari i ngarkuar tejkalon limitin hapsirës së lejuar në php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Skedari i ngarkuar tejlakon vlerën MAX_FILE_SIZE të përcaktuar në formën HTML", "The uploaded file was only partially uploaded" => "Skedari është ngakruar vetëm pjesërisht", "No file was uploaded" => "Asnjë skedar nuk është ngarkuar", "Missing a temporary folder" => "Mungon dosja e përkohshme", "Failed to write to disk" => "Dështoi shkrimi në disk", "Not enough storage available" => "Hapsira e arkivimit e pamjaftueshme", "Invalid directory." => "Dosje e pavlefshme", "Files" => "Skedarë", |
|
31b7f2792
|
20 21 |
"Upload cancelled." => "Ngarkimi u anullua", "File upload is in progress. Leaving the page now will cancel the upload." => "Skedari duke u ngarkuar. Largimi nga faqja do të anullojë ngarkimin", |
|
6d9380f96
|
22 |
"URL cannot be empty" => "URL-i nuk mund të jetë bosh", |
|
31b7f2792
|
23 |
"{new_name} already exists" => "{new_name} është ekzistues ",
|
|
6d9380f96
|
24 |
"Could not create folder" => "I pamundur krijimi i kartelës", |
|
31b7f2792
|
25 26 |
"Share" => "Ndaj", "Delete permanently" => "Fshi përfundimisht", |
|
6d9380f96
|
27 |
"Delete" => "Fshi", |
|
31b7f2792
|
28 |
"Rename" => "Riemëro", |
|
6d9380f96
|
29 |
"Your download is being prepared. This might take some time if the files are big." => "Shkarkimi juaj është duke u përgatitur. Kjo mund të kërkojë kohë nëse skedarët janë të mëdhenj.", |
|
31b7f2792
|
30 |
"Pending" => "Në vijim", |
|
6d9380f96
|
31 32 33 34 35 |
"Error moving file" => "Gabim lëvizjen dokumentave", "Error" => "Gabim", "Name" => "Emri", "Size" => "Madhësia", "Modified" => "Ndryshuar", |
|
31b7f2792
|
36 37 |
"_%n folder_::_%n folders_" => array("%n dosje","%n dosje"),
"_%n file_::_%n files_" => array("%n skedar","%n skedarë"),
|
|
31b7f2792
|
38 |
"_Uploading %n file_::_Uploading %n files_" => array("Po ngarkoj %n skedar","Po ngarkoj %n skedarë"),
|
|
31b7f2792
|
39 40 41 |
"Your storage is full, files can not be updated or synced anymore!" => "Hapsira juaj e arkivimit është plot, skedarët nuk mund të përditësohen ose sinkronizohen!",
"Your storage is almost full ({usedSpacePercent}%)" => "Hapsira juaj e arkivimit është pothuajse në fund ({usedSpacePercent}%)",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Kodifikimi u çaktivizua por skedarët tuaj vazhdojnë të jenë të kodifikuar. Ju lutem shkoni tek parametrat personale për të dekodifikuar skedarët tuaj.",
|
|
6d9380f96
|
42 |
"{dirs} and {files}" => "{dirs} dhe {files}",
|
|
31b7f2792
|
43 |
"%s could not be renamed" => "Nuk është i mundur riemërtimi i %s", |
|
31b7f2792
|
44 45 46 |
"File handling" => "Trajtimi i Skedarëve", "Maximum upload size" => "Madhësia maksimale e nagarkimit", "max. possible: " => "maks i mundshëm", |
|
03e52840d
|
47 |
"Save" => "Ruaj", |
|
6d9380f96
|
48 |
"WebDAV" => "WebDAV", |
|
31b7f2792
|
49 50 |
"New" => "E re", "Text file" => "Skedar tekst", |
|
6d9380f96
|
51 |
"New folder" => "Dosje e're", |
|
03e52840d
|
52 53 |
"Folder" => "Dosje", "From link" => "Nga lidhja", |
|
31b7f2792
|
54 |
"Nothing in here. Upload something!" => "Këtu nuk ka asgje. Ngarko dicka", |
|
03e52840d
|
55 |
"Download" => "Shkarko", |
|
31b7f2792
|
56 57 |
"Upload too large" => "Ngarkimi shumë i madh", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Skedarët që po mundoheni të ngarkoni e tejkalojnë madhësinë maksimale të lejuar nga serveri.", |
|
6d9380f96
|
58 |
"Files are being scanned, please wait." => "Skanerizimi i skedarit në proces. Ju lutem prisni." |
|
03e52840d
|
59 |
); |
|
31b7f2792
|
60 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |