1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-22 18:52:10 +01:00

39 lines
1.9 KiB
PHP
Raw Normal View History

2014-10-27 16:18:24 -04:00
<?php
$TRANSLATIONS = array(
2015-10-14 02:10:39 -04:00
"Bookmarks" => "Faqerojtës",
"Bookm." => "Faqer.",
"No file provided for import" => "Su dha kartelë për importim",
"Unsupported file type for import" => "Lloj i pambuluar kartele për importim",
"Bookmark added. You can close the window now." => "Faerojtësi u shtua. Tani mund ta mbyllni dritaren.",
"Bookmark added successfully" => "Faqerojtësi u shtua me sukses.",
"Some Error happened." => "Ndodhi i njëjti Gabim.",
"Error" => "Gabim",
"Tags" => "Etiketa",
"Filter by tag" => "Filtroji sipas etiketash",
"Are you sure you want to remove this bookmark?" => "Jeni i sigurt se doni të hiqet ky faqerojtës?",
"Warning" => "Kujdes",
"Are you sure you want to remove this tag from every entry?" => "Jeni i sigurt se doni të hiqet kjo etiketë nga çdo zë?",
"Import error" => "Gabim importimi",
"Import completed successfully." => "Importimi u plotësua me sukses.",
"Uploading..." => "Po ngarkohet...",
"Add a bookmark" => "Shtoni faqerojtës",
"This URL is already bookmarked! Overwrite?" => "Kjo URL është faqeruajtur tashmë! Të mbishkruhet?",
"The title of the page" => "Titulli i faqes",
"The address of the page" => "Adresa e faqes",
"Description of the page" => "Përshkrim i faqes",
"Save" => "Ruaje",
"Delete" => "Fshije",
"Edit" => "Përpunojeni",
"Cancel" => "Anuloje",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Tërhiqeni këtë te faqerojtësit e shfletuesit tuaj dhe klikojeni kur doni të faqeruani shpejt e shpejt një faqe:",
"Add to ownCloud" => "Shtoje te ownCloud",
"Address" => "Adresë",
"Filterable Tags" => "Etiketa të Filtrueshme",
"You have no bookmarks" => "Skeni faqerojtës",
"You can also import a bookmark file" => "Mundeni edhe të importoni një kartelë faqerojtësish",
"Export & Import" => "Imporoni & Eksportoni",
2013-09-10 10:46:10 -04:00
"Export" => "Eksporto",
"Import" => "Importo"
2013-04-16 02:18:25 +02:00
);
2014-10-27 16:18:24 -04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";