nextcloud/apps/files/l10n/lv.php

69 lines
4.6 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-11 03:04:49 +04:00
"Could not move %s - File with this name already exists" => "Nevarēja pārvietot %s — jau eksistē datne ar tādu nosaukumu",
"Could not move %s" => "Nevarēja pārvietot %s",
2013-10-27 15:27:22 +04:00
"File name cannot be empty." => "Datnes nosaukums nevar būt tukšs.",
2013-08-19 23:14:38 +04:00
"Unable to set upload directory." => "Nevar uzstādīt augšupielādes mapi.",
"Invalid Token" => "Nepareiza pilnvara",
2013-02-04 03:05:52 +04:00
"No file was uploaded. Unknown error" => "Netika augšupielādēta neviena datne. Nezināma kļūda",
2013-04-27 04:24:29 +04:00
"There is no error, the file uploaded with success" => "Viss kārtībā, datne augšupielādēta veiksmīga",
2013-02-04 03:05:52 +04:00
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Augšupielādētā datne pārsniedz upload_max_filesize norādījumu php.ini datnē:",
"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",
2012-11-23 03:03:17 +04:00
"Missing a temporary folder" => "Trūkst pagaidu mapes",
2013-02-04 03:05:52 +04:00
"Failed to write to disk" => "Neizdevās saglabāt diskā",
2013-02-11 03:04:49 +04:00
"Not enough storage available" => "Nav pietiekami daudz vietas",
2013-02-04 03:05:52 +04:00
"Invalid directory." => "Nederīga direktorija.",
"Files" => "Datnes",
2013-06-29 04:09:10 +04:00
"Not enough space available" => "Nepietiek brīvas vietas",
"Upload cancelled." => "Augšupielāde ir atcelta.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Notiek augšupielāde. Pametot lapu tagad, tiks atcelta augšupielāde.",
2013-10-27 10:32:11 +04:00
"{new_name} already exists" => "{new_name} jau eksistē",
2013-04-24 20:31:36 +04:00
"Share" => "Dalīties",
2013-02-08 03:13:16 +04:00
"Delete permanently" => "Dzēst pavisam",
2013-02-04 03:05:52 +04:00
"Rename" => "Pārsaukt",
2013-02-10 03:10:29 +04:00
"Pending" => "Gaida savu kārtu",
2013-02-04 03:05:52 +04:00
"replaced {new_name} with {old_name}" => "aizvietoja {new_name} ar {old_name}",
2013-03-04 03:07:35 +04:00
"undo" => "atsaukt",
2013-08-30 17:38:20 +04:00
"_%n folder_::_%n folders_" => array("%n mapes","%n mape","%n mapes"),
"_%n file_::_%n files_" => array("%n faili","%n fails","%n faili"),
2013-08-19 23:14:38 +04:00
"_Uploading %n file_::_Uploading %n files_" => array("%n","Augšupielāde %n failu","Augšupielāde %n failus"),
2013-02-04 03:05:52 +04:00
"'.' is an invalid file name." => "'.' ir nederīgs datnes nosaukums.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nederīgs nosaukums, nav atļauti '\\', '/', '<', '>', ':', '\"', '|', '?' un '*'.",
"Your storage is full, files can not be updated or synced anymore!" => "Jūsu krātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhronizēt!",
"Your storage is almost full ({usedSpacePercent}%)" => "Jūsu krātuve ir gandrīz pilna ({usedSpacePercent}%)",
2013-08-24 04:17:08 +04:00
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Šifrēšana tika atslēgta, tomēr jūsu faili joprojām ir šifrēti. Atšifrēt failus var Personiskajos uzstādījumos.",
2013-02-04 03:05:52 +04:00
"Your download is being prepared. This might take some time if the files are big." => "Tiek sagatavota lejupielāde. Tas var aizņemt kādu laiciņu, ja datnes ir lielas.",
2013-10-27 10:32:11 +04:00
"Error" => "Kļūda",
2012-09-26 15:22:37 +04:00
"Name" => "Nosaukums",
2012-07-27 04:04:26 +04:00
"Size" => "Izmērs",
2013-02-04 03:05:52 +04:00
"Modified" => "Mainīts",
2013-08-19 23:14:38 +04:00
"%s could not be renamed" => "%s nevar tikt pārsaukts",
2013-02-04 03:05:52 +04:00
"Upload" => "Augšupielādēt",
"File handling" => "Datņu pārvaldība",
"Maximum upload size" => "Maksimālais datņu augšupielādes apjoms",
"max. possible: " => "maksimālais iespējamais:",
"Needed for multi-file and folder downloads." => "Vajadzīgs vairāku datņu un mapju lejupielādēšanai.",
"Enable ZIP-download" => "Aktivēt ZIP lejupielādi",
2012-08-31 04:07:19 +04:00
"0 is unlimited" => "0 ir neierobežots",
2013-02-04 03:05:52 +04:00
"Maximum input size for ZIP files" => "Maksimālais ievades izmērs ZIP datnēm",
2012-11-23 03:03:17 +04:00
"Save" => "Saglabāt",
2013-02-04 03:05:52 +04:00
"New" => "Jauna",
"Text file" => "Teksta datne",
2012-08-31 04:07:19 +04:00
"Folder" => "Mape",
2013-02-04 03:05:52 +04:00
"From link" => "No saites",
2013-02-16 03:05:50 +04:00
"Deleted files" => "Dzēstās datnes",
2013-02-04 03:05:52 +04:00
"Cancel upload" => "Atcelt augšupielādi",
"Nothing in here. Upload something!" => "Te vēl nekas nav. Rīkojies, sāc augšupielādēt!",
"Download" => "Lejupielādēt",
2013-02-10 03:10:29 +04:00
"Unshare" => "Pārtraukt dalīšanos",
2013-08-16 09:32:30 +04:00
"Delete" => "Dzēst",
2013-02-04 03:05:52 +04:00
"Upload too large" => "Datne ir par lielu, lai to augšupielādētu",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Augšupielādējamās datnes pārsniedz servera pieļaujamo datņu augšupielādes apjomu",
"Files are being scanned, please wait." => "Datnes šobrīd tiek caurskatītas, lūdzu, uzgaidiet.",
"Current scanning" => "Šobrīd tiek caurskatīts",
"Upgrading filesystem cache..." => "Uzlabo datņu sistēmas kešatmiņu..."
2012-07-27 04:04:26 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";