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

15 lines
336 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",
"Edit" => "Redaguoti",
"Delete" => "Ištrinti",
"Cancel" => "Atšaukti",
"Address" => "Adresas",
"List" => "Sąrašas",
"Settings" => "Nustatymai",
"Import" => "Importuoti",
"Export" => "Eksportuoti"
2012-08-23 02:07:35 +02:00
);