You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

en_GB.js 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. OC.L10N.register(
  2. "files",
  3. {
  4. "File could not be found" : "File could not be found",
  5. "Move or copy" : "Move or copy",
  6. "Download" : "Download",
  7. "Delete" : "Delete",
  8. "Tags" : "Tags",
  9. "Show list view" : "Show list view",
  10. "Show grid view" : "Show grid view",
  11. "Home" : "Home",
  12. "Close" : "Close",
  13. "Favorites" : "Favourites",
  14. "Could not create folder \"{dir}\"" : "Could not create folder \"{dir}\"",
  15. "This will stop your current uploads." : "This will stop your current uploads.",
  16. "Upload cancelled." : "Upload cancelled.",
  17. "Processing files …" : "Processing files …",
  18. "…" : "…",
  19. "Unable to upload {filename} as it is a directory or has 0 bytes" : "Unable to upload {filename} as it is a directory or has 0 bytes",
  20. "Not enough free space, you are uploading {size1} but only {size2} is left" : "Not enough free space, you are uploading {size1} but only {size2} is left",
  21. "Target folder \"{dir}\" does not exist any more" : "Target folder \"{dir}\" does not exist any more",
  22. "Not enough free space" : "Not enough free space",
  23. "An unknown error has occurred" : "An unknown error has occurred",
  24. "File could not be uploaded" : "File could not be uploaded",
  25. "Uploading …" : "Uploading …",
  26. "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
  27. "Uploading that item is not supported" : "Uploading that item is not supported",
  28. "Target folder does not exist any more" : "Target folder does not exist any more",
  29. "Operation is blocked by access control" : "Operation is blocked by access control",
  30. "Error when assembling chunks, status code {status}" : "Error when assembling chunks, status code {status}",
  31. "Actions" : "Actions",
  32. "Rename" : "Rename",
  33. "Move" : "Move",
  34. "Copy" : "Copy",
  35. "Choose target folder" : "Choose target folder",
  36. "Edit locally" : "Edit locally",
  37. "Open" : "Open",
  38. "Delete file" : "Delete file",
  39. "Delete folder" : "Delete folder",
  40. "Disconnect storage" : "Disconnect storage",
  41. "Leave this share" : "Leave this share",
  42. "Could not load info for file \"{file}\"" : "Could not load info for file \"{file}\"",
  43. "Files" : "Files",
  44. "Details" : "Details",
  45. "Please select tag(s) to add to the selection" : "Please select tag(s) to add to the selection",
  46. "Apply tag(s) to selection" : "Apply tag(s) to selection",
  47. "Select directory \"{dirName}\"" : "Select directory \"{dirName}\"",
  48. "Select file \"{fileName}\"" : "Select file \"{fileName}\"",
  49. "Pending" : "Pending",
  50. "Unable to determine date" : "Unable to determine date",
  51. "This operation is forbidden" : "This operation is forbidden",
  52. "This directory is unavailable, please check the logs or contact the administrator" : "This directory is unavailable, please check the logs or contact the administrator",
  53. "Storage is temporarily not available" : "Storage is temporarily not available",
  54. "Could not move \"{file}\", target exists" : "Could not move \"{file}\", target exists",
  55. "Could not move \"{file}\"" : "Could not move \"{file}\"",
  56. "copy" : "copy",
  57. "Could not copy \"{file}\", target exists" : "Could not copy \"{file}\", target exists",
  58. "Could not copy \"{file}\"" : "Could not copy \"{file}\"",
  59. "Copied {origin} inside {destination}" : "Copied {origin} inside {destination}",
  60. "Copied {origin} and {nbfiles} other files inside {destination}" : "Copied {origin} and {nbfiles} other files inside {destination}",
  61. "Failed to redirect to client" : "Failed to redirect to client",
  62. "{newName} already exists" : "{newName} already exists",
  63. "Could not rename \"{fileName}\", it does not exist any more" : "Could not rename \"{fileName}\", it does not exist any more",
  64. "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name.",
  65. "Could not rename \"{fileName}\"" : "Could not rename \"{fileName}\"",
  66. "Could not create file \"{file}\"" : "Could not create file \"{file}\"",
  67. "Could not create file \"{file}\" because it already exists" : "Could not create file \"{file}\" because it already exists",
  68. "Could not create folder \"{dir}\" because it already exists" : "Could not create folder \"{dir}\" because it already exists",
  69. "Could not fetch file details \"{file}\"" : "Could not fetch file details \"{file}\"",
  70. "Error deleting file \"{fileName}\"." : "Error deleting file \"{fileName}\".",
  71. "No search results in other folders for {tag}{filter}{endtag}" : "No search results in other folders for {tag}{filter}{endtag}",
  72. "Enter more than two characters to search in other folders" : "Enter more than two characters to search in other folders",
  73. "Name" : "Name",
  74. "Size" : "Size",
  75. "Modified" : "Modified",
  76. "_%n folder_::_%n folders_" : ["%n folder","%n folders"],
  77. "_%n file_::_%n files_" : ["%n file","%n files"],
  78. "{dirs} and {files}" : "{dirs} and {files}",
  79. "_including %n hidden_::_including %n hidden_" : ["including %n hidden","including %n hidden"],
  80. "You do not have permission to upload or create files here" : "You do not have permission to upload or create files here",
  81. "_Uploading %n file_::_Uploading %n files_" : ["Uploading %n file","Uploading %n files"],
  82. "New file/folder menu" : "New file/folder menu",
  83. "Select file range" : "Select file range",
  84. "{used}%" : "{used}%",
  85. "{used} of {quota} used" : "{used} of {quota} used",
  86. "{used} used" : "{used} used",
  87. "\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.",
  88. "File name cannot be empty." : "File name cannot be empty.",
  89. "\"/\" is not allowed inside a file name." : "\"/\" is not allowed inside a file name.",
  90. "\"{name}\" is not an allowed filetype" : "\"{name}\" is not an allowed filetype",
  91. "Storage of {owner} is full, files cannot be updated or synced anymore!" : "Storage of {owner} is full, files cannot be updated or synced anymore!",
  92. "Group folder \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "Group folder \"{mountPoint}\" is full, files cannot be updated or synced anymore!",
  93. "External storage \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "External storage \"{mountPoint}\" is full, files cannot be updated or synced anymore!",
  94. "Your storage is full, files cannot be updated or synced anymore!" : "Your storage is full, files cannot be updated or synced anymore!",
  95. "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Storage of {owner} is almost full ({usedSpacePercent}%).",
  96. "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%).",
  97. "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%).",
  98. "Your storage is almost full ({usedSpacePercent}%)." : "Your storage is almost full ({usedSpacePercent}%).",
  99. "_matches \"{filter}\"_::_match \"{filter}\"_" : ["matches \"{filter}\"","match \"{filter}\""],
  100. "View in folder" : "View in folder",
  101. "Direct link was copied (only works for users who have access to this file/folder)" : "Direct link was copied (only works for users who have access to this file/folder)",
  102. "Path" : "Path",
  103. "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
  104. "Favorited" : "Favourited",
  105. "Favorite" : "Favourite",
  106. "Copy direct link (only works for users who have access to this file/folder)" : "Copy direct link (only works for users who have access to this file/folder)",
  107. "You can only favorite a single file or folder at a time" : "You can only favourite a single file or folder at a time",
  108. "New folder" : "New folder",
  109. "Upload file" : "Upload file",
  110. "Recent" : "Recent",
  111. "Not favorited" : "Not favourited",
  112. "Remove from favorites" : "Remove from favourites",
  113. "Add to favorites" : "Add to favourites",
  114. "An error occurred while trying to update the tags" : "An error occurred whilst trying to update the tags",
  115. "Added to favorites" : "Added to favourites",
  116. "Removed from favorites" : "Removed from favourites",
  117. "You added {file} to your favorites" : "You added {file} to your favourites",
  118. "You removed {file} from your favorites" : "You removed {file} from your favourites",
  119. "File changes" : "File changes",
  120. "Created by {user}" : "Created by {user}",
  121. "Changed by {user}" : "Changed by {user}",
  122. "Deleted by {user}" : "Deleted by {user}",
  123. "Restored by {user}" : "Restored by {user}",
  124. "Renamed by {user}" : "Renamed by {user}",
  125. "Moved by {user}" : "Moved by {user}",
  126. "\"remote user\"" : "\"remote user\"",
  127. "You created {file}" : "You created {file}",
  128. "You created an encrypted file in {file}" : "You created an encrypted file in {file}",
  129. "{user} created {file}" : "{user} created {file}",
  130. "{user} created an encrypted file in {file}" : "{user} created an encrypted file in {file}",
  131. "{file} was created in a public folder" : "{file} was created in a public folder",
  132. "You changed {file}" : "You changed {file}",
  133. "You changed an encrypted file in {file}" : "You changed an encrypted file in {file}",
  134. "{user} changed {file}" : "{user} changed {file}",
  135. "{user} changed an encrypted file in {file}" : "{user} changed an encrypted file in {file}",
  136. "You deleted {file}" : "You deleted {file}",
  137. "You deleted an encrypted file in {file}" : "You deleted an encrypted file in {file}",
  138. "{user} deleted {file}" : "{user} deleted {file}",
  139. "{user} deleted an encrypted file in {file}" : "{user} deleted an encrypted file in {file}",
  140. "You restored {file}" : "You restored {file}",
  141. "{user} restored {file}" : "{user} restored {file}",
  142. "You renamed {oldfile} (hidden) to {newfile} (hidden)" : "You renamed {oldfile} (hidden) to {newfile} (hidden)",
  143. "You renamed {oldfile} (hidden) to {newfile}" : "You renamed {oldfile} (hidden) to {newfile}",
  144. "You renamed {oldfile} to {newfile} (hidden)" : "You renamed {oldfile} to {newfile} (hidden)",
  145. "You renamed {oldfile} to {newfile}" : "You renamed {oldfile} to {newfile}",
  146. "{user} renamed {oldfile} (hidden) to {newfile} (hidden)" : "{user} renamed {oldfile} (hidden) to {newfile} (hidden)",
  147. "{user} renamed {oldfile} (hidden) to {newfile}" : "{user} renamed {oldfile} (hidden) to {newfile}",
  148. "{user} renamed {oldfile} to {newfile} (hidden)" : "{user} renamed {oldfile} to {newfile} (hidden)",
  149. "{user} renamed {oldfile} to {newfile}" : "{user} renamed {oldfile} to {newfile}",
  150. "You moved {oldfile} to {newfile}" : "You moved {oldfile} to {newfile}",
  151. "{user} moved {oldfile} to {newfile}" : "{user} moved {oldfile} to {newfile}",
  152. "A file has been added to or removed from your <strong>favorites</strong>" : "A file has been added to or removed from your <strong>favourites</strong>",
  153. "A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>",
  154. "A favorite file or folder has been <strong>changed</strong>" : "A favourite file or folder has been <strong>changed</strong>",
  155. "All files" : "All files",
  156. "Upload (max. %s)" : "Upload (max. %s)",
  157. "Accept" : "Accept",
  158. "Reject" : "Reject",
  159. "Incoming ownership transfer from {user}" : "Incoming ownership transfer from {user}",
  160. "Do you want to accept {path}?\n\nNote: The transfer process after accepting may take up to 1 hour." : "Do you want to accept {path}?\n\nNote: The transfer process after accepting may take up to 1 hour.",
  161. "Ownership transfer failed" : "Ownership transfer failed",
  162. "Your ownership transfer of {path} to {user} failed." : "Your ownership transfer of {path} to {user} failed.",
  163. "The ownership transfer of {path} from {user} failed." : "The ownership transfer of {path} from {user} failed.",
  164. "Ownership transfer done" : "Ownership transfer done",
  165. "Your ownership transfer of {path} to {user} has completed." : "Your ownership transfer of {path} to {user} has completed.",
  166. "The ownership transfer of {path} from {user} has completed." : "The ownership transfer of {path} from {user} has completed.",
  167. "in %s" : "in %s",
  168. "File Management" : "File Management",
  169. "Storage informations" : "Storage informations",
  170. "{usedQuotaByte} used" : "{usedQuotaByte} used",
  171. "{relative}% used" : "{relative}% used",
  172. "Could not refresh storage stats" : "Could not refresh storage stats",
  173. "Transfer ownership of a file or folder" : "Transfer ownership of a file or folder",
  174. "Choose file or folder to transfer" : "Choose file or folder to transfer",
  175. "Change" : "Change",
  176. "New owner" : "New owner",
  177. "Search users" : "Search users",
  178. "Choose a file or folder to transfer" : "Choose a file or folder to transfer",
  179. "Transfer" : "Transfer",
  180. "Transfer {path} to {userid}" : "Transfer {path} to {userid}",
  181. "Invalid path selected" : "Invalid path selected",
  182. "Unknown error" : "Unknown error",
  183. "Ownership transfer request sent" : "Ownership transfer request sent",
  184. "Cannot transfer ownership of a file or folder you do not own" : "Cannot transfer ownership of a file or folder you do not own",
  185. "Open the files app settings" : "Open the files app settings",
  186. "Files settings" : "Files settings",
  187. "Show hidden files" : "Show hidden files",
  188. "Crop image previews" : "Crop image previews",
  189. "Additional settings" : "Additional settings",
  190. "Webdav" : "Webdav",
  191. "Copy to clipboard" : "Copy to clipboard",
  192. "Use this address to access your Files via WebDAV" : "Use this address to access your Files via WebDAV",
  193. "Clipboard is not available" : "Clipboard is not available",
  194. "Webdav URL copied to clipboard" : "Webdav URL copied to clipboard",
  195. "Unable to change the favourite state of the file" : "Unable to change the favourite state of the file",
  196. "Error while loading the file data" : "Error while loading the file data",
  197. "Pick a template for {name}" : "Pick a template for {name}",
  198. "Cancel" : "Cancel",
  199. "Create" : "Create",
  200. "Create a new file with the selected template" : "Create a new file with the selected template",
  201. "Creating file" : "Creating file",
  202. "Blank" : "Blank",
  203. "Unable to create new file from template" : "Unable to create new file from template",
  204. "Set up templates folder" : "Set up templates folder",
  205. "Templates" : "Templates",
  206. "Unable to initialize the templates directory" : "Unable to initialize the templates directory",
  207. "Toggle %1$s sublist" : "Toggle %1$s sublist",
  208. "Toggle grid view" : "Toggle grid view",
  209. "No files in here" : "No files in here",
  210. "Upload some content or sync with your devices!" : "Upload some content or sync with your devices!",
  211. "No entries found in this folder" : "No entries found in this folder",
  212. "Select all" : "Select all",
  213. "Upload too large" : "Upload too large",
  214. "The files you are trying to upload exceed the maximum size for file uploads on this server." : "The files you are trying to upload exceed the maximum size for file uploads on this server.",
  215. "No favorites yet" : "No favourites yet",
  216. "Files and folders you mark as favorite will show up here" : "Files and folders you mark as favourite will show up here",
  217. "Deleted files" : "Deleted files",
  218. "Shares" : "Shares",
  219. "Shared with others" : "Shared with others",
  220. "Shared with you" : "Shared with you",
  221. "Shared by link" : "Shared by link",
  222. "Deleted shares" : "Deleted shares",
  223. "Pending shares" : "Pending shares",
  224. "Text file" : "Text file",
  225. "New text file.txt" : "New text file.txt",
  226. "Storage invalid" : "Storage invalid",
  227. "Select" : "Select",
  228. "You don’t have permission to upload or create files here" : "You don’t have permission to upload or create files here",
  229. "New" : "New",
  230. "Copied!" : "Copied!",
  231. "Unlimited" : "Unlimited",
  232. "Cannot transfer ownership of a file or folder you don't own" : "Cannot transfer ownership of a file or folder you don't own",
  233. "%s used" : "%s used",
  234. "%s%%" : "%s%%",
  235. "%1$s of %2$s used" : "%1$s of %2$s used",
  236. "Settings" : "Settings",
  237. "WebDAV" : "WebDAV"
  238. },
  239. "nplurals=2; plural=(n != 1);");