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

14 lines
313 B
PHP
Raw Normal View History

2012-08-23 02:07:35 +02:00
<?php $TRANSLATIONS = array(
2012-11-02 00:03:14 +01:00
"Bookmarks" => "Žymekliai",
"Warning" => "Įspėjimas",
"Close" => "Užverti",
"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",
"Address" => "Adresas",
"Settings" => "Nustatymai",
2012-11-04 00:03:02 +01:00
"Export" => "Eksportuoti",
"Import" => "Importuoti"
2012-08-23 02:07:35 +02:00
);