Blame view

sources/apps/files/l10n/lv.php 4.62 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
  "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",
31b7f2792   Kload   Upgrade to ownclo...
5
6
7
  "File name cannot be empty." => "Datnes nosaukums nevar būt tukšs.",
  "Unable to set upload directory." => "Nevar uzstādīt augšupielādes mapi.",
  "Invalid Token" => "Nepareiza pilnvara",
03e52840d   Kload   Init
8
  "No file was uploaded. Unknown error" => "Netika augšupielādēta neviena datne. Nezināma kļūda",
31b7f2792   Kload   Upgrade to ownclo...
9
  "There is no error, the file uploaded with success" => "Viss kārtībā, datne augšupielādēta veiksmīga",
03e52840d   Kload   Init
10
11
12
13
14
15
16
17
18
  "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",
  "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",
  "Invalid directory." => "Nederīga direktorija.",
  "Files" => "Datnes",
31b7f2792   Kload   Upgrade to ownclo...
19
20
21
22
  "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.",
  "{new_name} already exists" => "{new_name} jau eksistē",
03e52840d   Kload   Init
23
24
  "Share" => "Dalīties",
  "Delete permanently" => "Dzēst pavisam",
03e52840d   Kload   Init
25
26
  "Rename" => "Pārsaukt",
  "Pending" => "Gaida savu kārtu",
03e52840d   Kload   Init
27
28
  "replaced {new_name} with {old_name}" => "aizvietoja {new_name} ar {old_name}",
  "undo" => "atsaukt",
31b7f2792   Kload   Upgrade to ownclo...
29
30
31
  "_%n folder_::_%n folders_" => array("%n mapes","%n mape","%n mapes"),
  "_%n file_::_%n files_" => array("%n faili","%n fails","%n faili"),
  "_Uploading %n file_::_Uploading %n files_" => array("%n","Augšupielāde %n failu","Augšupielāde %n failus"),
03e52840d   Kload   Init
32
  "'.' is an invalid file name." => "'.' ir nederīgs datnes nosaukums.",
03e52840d   Kload   Init
33
34
35
  "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}%)",
31b7f2792   Kload   Upgrade to ownclo...
36
  "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.",
03e52840d   Kload   Init
37
  "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.",
31b7f2792   Kload   Upgrade to ownclo...
38
  "Error" => "Kļūda",
03e52840d   Kload   Init
39
40
41
  "Name" => "Nosaukums",
  "Size" => "Izmērs",
  "Modified" => "Mainīts",
31b7f2792   Kload   Upgrade to ownclo...
42
  "%s could not be renamed" => "%s nevar tikt pārsaukts",
03e52840d   Kload   Init
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
  "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",
  "0 is unlimited" => "0 ir neierobežots",
  "Maximum input size for ZIP files" => "Maksimālais ievades izmērs ZIP datnēm",
  "Save" => "Saglabāt",
  "New" => "Jauna",
  "Text file" => "Teksta datne",
  "Folder" => "Mape",
  "From link" => "No saites",
  "Deleted files" => "Dzēstās datnes",
  "Cancel upload" => "Atcelt augšupielādi",
03e52840d   Kload   Init
58
59
  "Nothing in here. Upload something!" => "Te vēl nekas nav. Rīkojies, sāc augšupielādēt!",
  "Download" => "Lejupielādēt",
0f30ed153   Kload   RC4
60
  "Unshare" => "Pārtraukt dalīšanos",
31b7f2792   Kload   Upgrade to ownclo...
61
  "Delete" => "Dzēst",
03e52840d   Kload   Init
62
63
64
65
66
67
  "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..."
  );
31b7f2792   Kload   Upgrade to ownclo...
68
  $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";