2014-10-27 21:18:24 +01:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2015-11-06 08:10:51 +01:00
|
|
|
"Bookmarks" => "Žymekliai",
|
|
|
|
"Bookm." => "Žym.",
|
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",
|
2015-12-06 08:10:20 +01:00
|
|
|
"Some Error happened." => "Įvyko keletas klaidų.",
|
2015-11-06 08:10:51 +01:00
|
|
|
"Error" => "Klaida",
|
2013-11-27 18:21:50 +01:00
|
|
|
"Tags" => "Žymės",
|
|
|
|
"Filter by tag" => "Filtruoti pagal žymę",
|
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
|
|
|
"Add a bookmark" => "Pridėti žymelę",
|
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",
|
2013-11-27 18:21:50 +01:00
|
|
|
"You have no bookmarks" => "Jūs neturite žymelių",
|
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
|
|
|
);
|
2014-10-27 21:18:24 +01:00
|
|
|
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);";
|