Blame view

sources/apps/files/l10n/eo.php 3.9 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
  <?php $TRANSLATIONS = array(
  "Could not move %s - File with this name already exists" => "Ne eblis movi %s: dosiero kun ĉi tiu nomo jam ekzistas",
  "Could not move %s" => "Ne eblis movi %s",
  "Unable to rename file" => "Ne eblis alinomigi dosieron",
  "No file was uploaded. Unknown error" => "Neniu dosiero alŝutiĝis. Nekonata eraro.",
  "There is no error, the file uploaded with success" => "Ne estas eraro, la dosiero alŝutiĝis sukcese",
  "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "La dosiero alŝutita superas la regulon upload_max_filesize el php.ini: ",
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "La dosiero alŝutita superas la regulon MAX_FILE_SIZE, kiu estas difinita en la HTML-formularo",
  "The uploaded file was only partially uploaded" => "La alŝutita dosiero nur parte alŝutiĝis",
  "No file was uploaded" => "Neniu dosiero estas alŝutita",
  "Missing a temporary folder" => "Mankas tempa dosierujo",
  "Failed to write to disk" => "Malsukcesis skribo al disko",
  "Invalid directory." => "Nevalida dosierujo.",
  "Files" => "Dosieroj",
  "Share" => "Kunhavigi",
  "Delete" => "Forigi",
  "Rename" => "Alinomigi",
  "Pending" => "Traktotaj",
  "{new_name} already exists" => "{new_name} jam ekzistas",
  "replace" => "anstataŭigi",
  "suggest name" => "sugesti nomon",
  "cancel" => "nuligi",
  "replaced {new_name} with {old_name}" => "anstataŭiĝis {new_name} per {old_name}",
  "undo" => "malfari",
  "'.' is an invalid file name." => "'.' ne estas valida dosiernomo.",
  "File name cannot be empty." => "Dosiernomo devas ne malpleni.",
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nevalida nomo: “\\”, “/”, “<”, “>”, “:”, “\"”, “|”, “?” kaj “*” ne permesatas.",
  "Your download is being prepared. This might take some time if the files are big." => "Via elŝuto pretiĝatas. Ĉi tio povas daŭri iom da tempo se la dosieroj grandas.",
  "Unable to upload your file as it is a directory or has 0 bytes" => "Ne eblis alŝuti vian dosieron ĉar ĝi estas dosierujo aŭ havas 0 duumokojn",
  "Upload Error" => "Alŝuta eraro",
  "Close" => "Fermi",
  "1 file uploading" => "1 dosiero estas alŝutata",
  "{count} files uploading" => "{count} dosieroj alŝutatas",
  "Upload cancelled." => "La alŝuto nuliĝis.",
  "File upload is in progress. Leaving the page now will cancel the upload." => "Dosieralŝuto plenumiĝas. Lasi la paĝon nun nuligus la alŝuton.",
  "URL cannot be empty." => "URL ne povas esti malplena.",
  "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Nevalida dosierujnomo. Uzo de “Shared” rezervatas de Owncloud.",
  "Name" => "Nomo",
  "Size" => "Grando",
  "Modified" => "Modifita",
  "1 folder" => "1 dosierujo",
  "{count} folders" => "{count} dosierujoj",
  "1 file" => "1 dosiero",
  "{count} files" => "{count} dosierujoj",
  "Upload" => "Alŝuti",
  "File handling" => "Dosieradministro",
  "Maximum upload size" => "Maksimuma alŝutogrando",
  "max. possible: " => "maks. ebla: ",
  "Needed for multi-file and folder downloads." => "Necesa por elŝuto de pluraj dosieroj kaj dosierujoj.",
  "Enable ZIP-download" => "Kapabligi ZIP-elŝuton",
  "0 is unlimited" => "0 signifas senlime",
  "Maximum input size for ZIP files" => "Maksimuma enirgrando por ZIP-dosieroj",
  "Save" => "Konservi",
  "New" => "Nova",
  "Text file" => "Tekstodosiero",
  "Folder" => "Dosierujo",
  "From link" => "El ligilo",
  "Cancel upload" => "Nuligi alŝuton",
  "Nothing in here. Upload something!" => "Nenio estas ĉi tie. Alŝutu ion!",
  "Download" => "Elŝuti",
  "Unshare" => "Malkunhavigi",
  "Upload too large" => "Elŝuto tro larĝa",
  "The files you are trying to upload exceed the maximum size for file uploads on this server." => "La dosieroj, kiujn vi provas alŝuti, transpasas la maksimuman grandon por dosieralŝutoj en ĉi tiu servilo.",
  "Files are being scanned, please wait." => "Dosieroj estas skanataj, bonvolu atendi.",
  "Current scanning" => "Nuna skano"
  );