1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/lv.php

40 lines
1.5 KiB
PHP
Raw Normal View History

2012-11-16 00:04:07 +01:00
<?php $TRANSLATIONS = array(
2013-07-05 00:56:50 +02:00
"No file was uploaded. Unknown error" => "Netika augšupielādēta neviena datne. Nezināma kļūda",
"There is no error, the file uploaded with success" => "Viss kārtībā, datne augšupielādēta veiksmīga",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Augšupielādētā datne pārsniedz MAX_FILE_SIZE norādi, kas ir norādīta HTML formā",
"The uploaded file was only partially uploaded" => "Augšupielādētā datne ir tikai daļēji augšupielādēta",
"No file was uploaded" => "Neviena datne netika augšupielādēta",
"Missing a temporary folder" => "Trūkst pagaidu mapes",
"Failed to write to disk" => "Neizdevās saglabāt diskā",
"Not enough storage available" => "Nav pietiekami daudz vietas",
"Contacts" => "Kontakti",
"Save" => "Saglabāt",
"Uploading..." => "Augšupielādē...",
"Cancel" => "Atcelt",
"OK" => "Labi",
"Add" => "Pievienot",
"Error" => "Kļūda",
"Download" => "Lejupielādēt",
"Edit" => "Rediģēt",
"Delete" => "Dzēst",
"Other" => "Cits",
"Work" => "Darbs",
"Home" => "Mājas",
"Text" => "Teksts",
"Import" => "Importēt",
"Groups" => "Grupas",
"Close" => "Aizvērt",
"Title" => "Nosaukums",
"Birthday" => "Dzimšanas diena",
"Email" => "E-pasts",
"Address" => "Adrese",
"Note" => "Piezīme",
"Share" => "Dalīties",
"Export" => "Eksportēt",
"more info" => "vairāk informācijas",
"Primary address (Kontact et al)" => "Primārā adrese",
"iOS/OS X" => "iOS/OS X",
"Name" => "Nosaukums",
"Description" => "Apraksts"
2012-11-16 00:04:07 +01:00
);