1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/lt_LT.php

33 lines
1.2 KiB
PHP
Raw Normal View History

2012-08-23 02:07:35 +02:00
<?php $TRANSLATIONS = array(
2013-10-30 08:43:24 +01:00
"No file provided for import" => "Nepateiktas failas importavimui",
"Unsupported file type for import" => "Netinkamas failo tipas importavimui",
2012-11-02 00:03:14 +01:00
"Bookmarks" => "Žymekliai",
2013-11-27 18:21:50 +01:00
"Tags" => "Žymės",
"Filter by tag" => "Filtruoti pagal žymę",
"Edit bookmark" => "Redaguoti žymeles",
2012-11-02 00:03:14 +01:00
"Warning" => "Įspėjimas",
2013-10-30 08:43:24 +01:00
"Import error" => "Importavimo klaida",
"Import completed successfully." => "Importavimas baigtas sėkmingai.",
2013-09-14 04:43:43 +02:00
"Uploading..." => "Įkeliama...",
2013-11-27 18:21:50 +01:00
"Bookm." => "Žym.",
"Add a bookmark" => "Pridėti žymelę",
2012-11-02 00:03:14 +01:00
"Close" => "Užverti",
2013-10-30 08:43:24 +01:00
"The title of the page" => "Puslapio antraštė",
"The address of the page" => "Puslapio adresas",
"Description of the page" => "Puslapio aprašymas",
2012-11-02 00:03:14 +01:00
"Save" => "Išsaugoti",
"Delete" => "Ištrinti",
2012-11-08 00:03:47 +01:00
"Edit" => "Redaguoti",
2012-11-02 00:03:14 +01:00
"Cancel" => "Atšaukti",
2013-11-27 18:21:50 +01:00
"Add to ownCloud" => "Pridėti į ownCloud",
2012-11-02 00:03:14 +01:00
"Address" => "Adresas",
2012-11-09 00:03:56 +01:00
"Add" => "Pridėti",
2013-11-27 18:21:50 +01:00
"Related Tags" => "Susijusios žymelės",
2012-11-02 00:03:14 +01:00
"Settings" => "Nustatymai",
2013-11-27 18:21:50 +01:00
"You have no bookmarks" => "Jūs neturite žymelių",
"You can also try to import a bookmark file" => "Tai pat galite bandyti importuoti žymelių failą",
2013-10-30 08:43:24 +01:00
"Export & Import" => "Eksportavimas / Importavimas",
2012-11-04 00:03:02 +01:00
"Export" => "Eksportuoti",
"Import" => "Importuoti"
2012-08-23 02:07:35 +02:00
);