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

11 lines
227 B
PHP
Raw Normal View History

2012-11-02 00:03:14 +01:00
<?php $TRANSLATIONS = array(
2013-02-04 00:04:10 +01:00
"Close" => "Aizvērt",
2013-01-18 00:02:37 +01:00
"Save" => "Saglabāt",
2012-11-02 00:03:14 +01:00
"Delete" => "Izdzēst",
2013-01-28 00:04:23 +01:00
"Edit" => "Rediģēt",
"Cancel" => "Atcelt",
"Settings" => "Iestatījumi",
"Export" => "Eksportēt",
"Import" => "Importēt"
2012-11-02 00:03:14 +01:00
);