mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-01-19 15:52:10 +01:00
25 lines
868 B
PHP
25 lines
868 B
PHP
<?php $TRANSLATIONS = array(
|
|
"No file provided for import" => "Nepateiktas failas importavimui",
|
|
"Unsupported file type for import" => "Netinkamas failo tipas importavimui",
|
|
"Bookmarks" => "Žymekliai",
|
|
"Warning" => "Įspėjimas",
|
|
"Import error" => "Importavimo klaida",
|
|
"Import completed successfully." => "Importavimas baigtas sėkmingai.",
|
|
"Uploading..." => "Įkeliama...",
|
|
"Close" => "Užverti",
|
|
"The title of the page" => "Puslapio antraštė",
|
|
"The address of the page" => "Puslapio adresas",
|
|
"Description of the page" => "Puslapio aprašymas",
|
|
"Save" => "Išsaugoti",
|
|
"Delete" => "Ištrinti",
|
|
"Edit" => "Redaguoti",
|
|
"Cancel" => "Atšaukti",
|
|
"Read later" => "Perskaityti vėliau",
|
|
"Address" => "Adresas",
|
|
"Add" => "Pridėti",
|
|
"Settings" => "Nustatymai",
|
|
"Export & Import" => "Eksportavimas / Importavimas",
|
|
"Export" => "Eksportuoti",
|
|
"Import" => "Importuoti"
|
|
);
|