lib.po 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: ownCloud\n"
  9. "Report-Msgid-Bugs-To: translations@owncloud.org\n"
  10. "POT-Creation-Date: 2014-06-29 01:54-0400\n"
  11. "PO-Revision-Date: 2014-06-29 05:54+0000\n"
  12. "Last-Translator: I Robot\n"
  13. "Language-Team: Spanish (United States) (http://www.transifex.com/projects/p/owncloud/language/es_US/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: es_US\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. #: base.php:187 base.php:194
  20. msgid "Cannot write into \"config\" directory!"
  21. msgstr ""
  22. #: base.php:188
  23. msgid ""
  24. "This can usually be fixed by giving the webserver write access to the config"
  25. " directory"
  26. msgstr ""
  27. #: base.php:190
  28. #, php-format
  29. msgid "See %s"
  30. msgstr ""
  31. #: base.php:195 private/util.php:413
  32. #, php-format
  33. msgid ""
  34. "This can usually be fixed by %sgiving the webserver write access to the "
  35. "config directory%s."
  36. msgstr ""
  37. #: base.php:675
  38. msgid "You are accessing the server from an untrusted domain."
  39. msgstr ""
  40. #: base.php:676
  41. msgid ""
  42. "Please contact your administrator. If you are an administrator of this "
  43. "instance, configure the \"trusted_domain\" setting in config/config.php. An "
  44. "example configuration is provided in config/config.sample.php."
  45. msgstr ""
  46. #: private/app.php:366
  47. msgid "Help"
  48. msgstr ""
  49. #: private/app.php:379
  50. msgid "Personal"
  51. msgstr ""
  52. #: private/app.php:390
  53. msgid "Settings"
  54. msgstr ""
  55. #: private/app.php:402
  56. msgid "Users"
  57. msgstr ""
  58. #: private/app.php:415
  59. msgid "Admin"
  60. msgstr ""
  61. #: private/app.php:987
  62. #, php-format
  63. msgid "Failed to upgrade \"%s\"."
  64. msgstr ""
  65. #: private/app.php:1144
  66. #, php-format
  67. msgid ""
  68. "App \\\"%s\\\" can't be installed because it is not compatible with this "
  69. "version of ownCloud."
  70. msgstr ""
  71. #: private/app.php:1156
  72. msgid "No app name specified"
  73. msgstr ""
  74. #: private/avatar.php:66
  75. msgid "Unknown filetype"
  76. msgstr ""
  77. #: private/avatar.php:71
  78. msgid "Invalid image"
  79. msgstr ""
  80. #: private/defaults.php:38
  81. msgid "web services under your control"
  82. msgstr ""
  83. #: private/installer.php:77
  84. msgid "App directory already exists"
  85. msgstr ""
  86. #: private/installer.php:90
  87. #, php-format
  88. msgid "Can't create app folder. Please fix permissions. %s"
  89. msgstr ""
  90. #: private/installer.php:235
  91. msgid "No source specified when installing app"
  92. msgstr ""
  93. #: private/installer.php:242
  94. msgid "No href specified when installing app from http"
  95. msgstr ""
  96. #: private/installer.php:247
  97. msgid "No path specified when installing app from local file"
  98. msgstr ""
  99. #: private/installer.php:261
  100. #, php-format
  101. msgid "Archives of type %s are not supported"
  102. msgstr ""
  103. #: private/installer.php:275
  104. msgid "Failed to open archive when installing app"
  105. msgstr ""
  106. #: private/installer.php:313
  107. msgid "App does not provide an info.xml file"
  108. msgstr ""
  109. #: private/installer.php:319
  110. msgid "App can't be installed because of not allowed code in the App"
  111. msgstr ""
  112. #: private/installer.php:325
  113. msgid ""
  114. "App can't be installed because it is not compatible with this version of "
  115. "ownCloud"
  116. msgstr ""
  117. #: private/installer.php:331
  118. msgid ""
  119. "App can't be installed because it contains the <shipped>true</shipped> tag "
  120. "which is not allowed for non shipped apps"
  121. msgstr ""
  122. #: private/installer.php:344
  123. msgid ""
  124. "App can't be installed because the version in info.xml/version is not the "
  125. "same as the version reported from the app store"
  126. msgstr ""
  127. #: private/json.php:29
  128. msgid "Application is not enabled"
  129. msgstr ""
  130. #: private/json.php:40 private/json.php:62 private/json.php:87
  131. msgid "Authentication error"
  132. msgstr ""
  133. #: private/json.php:51
  134. msgid "Token expired. Please reload page."
  135. msgstr ""
  136. #: private/json.php:74
  137. msgid "Unknown user"
  138. msgstr ""
  139. #: private/setup/abstractdatabase.php:26
  140. #, php-format
  141. msgid "%s enter the database username."
  142. msgstr ""
  143. #: private/setup/abstractdatabase.php:29
  144. #, php-format
  145. msgid "%s enter the database name."
  146. msgstr ""
  147. #: private/setup/abstractdatabase.php:32
  148. #, php-format
  149. msgid "%s you may not use dots in the database name"
  150. msgstr ""
  151. #: private/setup/mssql.php:20
  152. #, php-format
  153. msgid "MS SQL username and/or password not valid: %s"
  154. msgstr ""
  155. #: private/setup/mssql.php:21 private/setup/mysql.php:13
  156. #: private/setup/oci.php:114 private/setup/postgresql.php:31
  157. #: private/setup/postgresql.php:84
  158. msgid "You need to enter either an existing account or the administrator."
  159. msgstr ""
  160. #: private/setup/mysql.php:12
  161. msgid "MySQL/MariaDB username and/or password not valid"
  162. msgstr ""
  163. #: private/setup/mysql.php:67 private/setup/oci.php:54
  164. #: private/setup/oci.php:121 private/setup/oci.php:144
  165. #: private/setup/oci.php:151 private/setup/oci.php:162
  166. #: private/setup/oci.php:169 private/setup/oci.php:178
  167. #: private/setup/oci.php:186 private/setup/oci.php:195
  168. #: private/setup/oci.php:201 private/setup/postgresql.php:103
  169. #: private/setup/postgresql.php:112 private/setup/postgresql.php:129
  170. #: private/setup/postgresql.php:139 private/setup/postgresql.php:148
  171. #, php-format
  172. msgid "DB Error: \"%s\""
  173. msgstr ""
  174. #: private/setup/mysql.php:68 private/setup/oci.php:55
  175. #: private/setup/oci.php:122 private/setup/oci.php:145
  176. #: private/setup/oci.php:152 private/setup/oci.php:163
  177. #: private/setup/oci.php:179 private/setup/oci.php:187
  178. #: private/setup/oci.php:196 private/setup/postgresql.php:104
  179. #: private/setup/postgresql.php:113 private/setup/postgresql.php:130
  180. #: private/setup/postgresql.php:140 private/setup/postgresql.php:149
  181. #, php-format
  182. msgid "Offending command was: \"%s\""
  183. msgstr ""
  184. #: private/setup/mysql.php:85
  185. #, php-format
  186. msgid "MySQL/MariaDB user '%s'@'localhost' exists already."
  187. msgstr ""
  188. #: private/setup/mysql.php:86
  189. msgid "Drop this user from MySQL/MariaDB"
  190. msgstr ""
  191. #: private/setup/mysql.php:91
  192. #, php-format
  193. msgid "MySQL/MariaDB user '%s'@'%%' already exists"
  194. msgstr ""
  195. #: private/setup/mysql.php:92
  196. msgid "Drop this user from MySQL/MariaDB."
  197. msgstr ""
  198. #: private/setup/oci.php:34
  199. msgid "Oracle connection could not be established"
  200. msgstr ""
  201. #: private/setup/oci.php:41 private/setup/oci.php:113
  202. msgid "Oracle username and/or password not valid"
  203. msgstr ""
  204. #: private/setup/oci.php:170 private/setup/oci.php:202
  205. #, php-format
  206. msgid "Offending command was: \"%s\", name: %s, password: %s"
  207. msgstr ""
  208. #: private/setup/postgresql.php:30 private/setup/postgresql.php:83
  209. msgid "PostgreSQL username and/or password not valid"
  210. msgstr ""
  211. #: private/setup.php:28
  212. msgid "Set an admin username."
  213. msgstr ""
  214. #: private/setup.php:31
  215. msgid "Set an admin password."
  216. msgstr ""
  217. #: private/setup.php:170
  218. msgid ""
  219. "Your web server is not yet properly setup to allow files synchronization "
  220. "because the WebDAV interface seems to be broken."
  221. msgstr ""
  222. #: private/setup.php:171
  223. #, php-format
  224. msgid "Please double check the <a href='%s'>installation guides</a>."
  225. msgstr ""
  226. #: private/share/mailnotifications.php:91
  227. #: private/share/mailnotifications.php:137
  228. #, php-format
  229. msgid "%s shared »%s« with you"
  230. msgstr ""
  231. #: private/share/share.php:494
  232. #, php-format
  233. msgid "Sharing %s failed, because the file does not exist"
  234. msgstr ""
  235. #: private/share/share.php:501
  236. #, php-format
  237. msgid "You are not allowed to share %s"
  238. msgstr ""
  239. #: private/share/share.php:531
  240. #, php-format
  241. msgid "Sharing %s failed, because the user %s is the item owner"
  242. msgstr ""
  243. #: private/share/share.php:537
  244. #, php-format
  245. msgid "Sharing %s failed, because the user %s does not exist"
  246. msgstr ""
  247. #: private/share/share.php:546
  248. #, php-format
  249. msgid ""
  250. "Sharing %s failed, because the user %s is not a member of any groups that %s"
  251. " is a member of"
  252. msgstr ""
  253. #: private/share/share.php:559 private/share/share.php:587
  254. #, php-format
  255. msgid "Sharing %s failed, because this item is already shared with %s"
  256. msgstr ""
  257. #: private/share/share.php:567
  258. #, php-format
  259. msgid "Sharing %s failed, because the group %s does not exist"
  260. msgstr ""
  261. #: private/share/share.php:574
  262. #, php-format
  263. msgid "Sharing %s failed, because %s is not a member of the group %s"
  264. msgstr ""
  265. #: private/share/share.php:627
  266. msgid ""
  267. "You need to provide a password to create a public link, only protected links"
  268. " are allowed"
  269. msgstr ""
  270. #: private/share/share.php:653
  271. #, php-format
  272. msgid "Sharing %s failed, because sharing with links is not allowed"
  273. msgstr ""
  274. #: private/share/share.php:660
  275. #, php-format
  276. msgid "Share type %s is not valid for %s"
  277. msgstr ""
  278. #: private/share/share.php:860
  279. #, php-format
  280. msgid ""
  281. "Setting permissions for %s failed, because the permissions exceed "
  282. "permissions granted to %s"
  283. msgstr ""
  284. #: private/share/share.php:921
  285. #, php-format
  286. msgid "Setting permissions for %s failed, because the item was not found"
  287. msgstr ""
  288. #: private/share/share.php:1046
  289. #, php-format
  290. msgid "Sharing backend %s must implement the interface OCP\\Share_Backend"
  291. msgstr ""
  292. #: private/share/share.php:1053
  293. #, php-format
  294. msgid "Sharing backend %s not found"
  295. msgstr ""
  296. #: private/share/share.php:1059
  297. #, php-format
  298. msgid "Sharing backend for %s not found"
  299. msgstr ""
  300. #: private/share/share.php:1476
  301. #, php-format
  302. msgid "Sharing %s failed, because the user %s is the original sharer"
  303. msgstr ""
  304. #: private/share/share.php:1485
  305. #, php-format
  306. msgid ""
  307. "Sharing %s failed, because the permissions exceed permissions granted to %s"
  308. msgstr ""
  309. #: private/share/share.php:1501
  310. #, php-format
  311. msgid "Sharing %s failed, because resharing is not allowed"
  312. msgstr ""
  313. #: private/share/share.php:1513
  314. #, php-format
  315. msgid ""
  316. "Sharing %s failed, because the sharing backend for %s could not find its "
  317. "source"
  318. msgstr ""
  319. #: private/share/share.php:1527
  320. #, php-format
  321. msgid ""
  322. "Sharing %s failed, because the file could not be found in the file cache"
  323. msgstr ""
  324. #: private/tags.php:183
  325. #, php-format
  326. msgid "Could not find category \"%s\""
  327. msgstr ""
  328. #: private/template/functions.php:134
  329. msgid "seconds ago"
  330. msgstr ""
  331. #: private/template/functions.php:135
  332. msgid "%n minute ago"
  333. msgid_plural "%n minutes ago"
  334. msgstr[0] ""
  335. msgstr[1] ""
  336. #: private/template/functions.php:136
  337. msgid "%n hour ago"
  338. msgid_plural "%n hours ago"
  339. msgstr[0] ""
  340. msgstr[1] ""
  341. #: private/template/functions.php:137
  342. msgid "today"
  343. msgstr ""
  344. #: private/template/functions.php:138
  345. msgid "yesterday"
  346. msgstr ""
  347. #: private/template/functions.php:140
  348. msgid "%n day go"
  349. msgid_plural "%n days ago"
  350. msgstr[0] ""
  351. msgstr[1] ""
  352. #: private/template/functions.php:142
  353. msgid "last month"
  354. msgstr ""
  355. #: private/template/functions.php:143
  356. msgid "%n month ago"
  357. msgid_plural "%n months ago"
  358. msgstr[0] ""
  359. msgstr[1] ""
  360. #: private/template/functions.php:145
  361. msgid "last year"
  362. msgstr ""
  363. #: private/template/functions.php:146
  364. msgid "years ago"
  365. msgstr ""
  366. #: private/user/manager.php:238
  367. msgid ""
  368. "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", "
  369. "\"0-9\", and \"_.@-\""
  370. msgstr ""
  371. #: private/user/manager.php:243
  372. msgid "A valid username must be provided"
  373. msgstr ""
  374. #: private/user/manager.php:247
  375. msgid "A valid password must be provided"
  376. msgstr ""
  377. #: private/user/manager.php:252
  378. msgid "The username is already being used"
  379. msgstr ""
  380. #: private/util.php:398
  381. msgid "No database drivers (sqlite, mysql, or postgresql) installed."
  382. msgstr ""
  383. #: private/util.php:405
  384. #, php-format
  385. msgid ""
  386. "Permissions can usually be fixed by %sgiving the webserver write access to "
  387. "the root directory%s."
  388. msgstr ""
  389. #: private/util.php:412
  390. msgid "Cannot write into \"config\" directory"
  391. msgstr ""
  392. #: private/util.php:425
  393. msgid "Cannot write into \"apps\" directory"
  394. msgstr ""
  395. #: private/util.php:426
  396. #, php-format
  397. msgid ""
  398. "This can usually be fixed by %sgiving the webserver write access to the apps"
  399. " directory%s or disabling the appstore in the config file."
  400. msgstr ""
  401. #: private/util.php:440
  402. #, php-format
  403. msgid "Cannot create \"data\" directory (%s)"
  404. msgstr ""
  405. #: private/util.php:441
  406. #, php-format
  407. msgid ""
  408. "This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the "
  409. "webserver write access to the root directory</a>."
  410. msgstr ""
  411. #: private/util.php:457
  412. #, php-format
  413. msgid "Setting locale to %s failed"
  414. msgstr ""
  415. #: private/util.php:460
  416. msgid ""
  417. "Please install one of theses locales on your system and restart your "
  418. "webserver."
  419. msgstr ""
  420. #: private/util.php:464
  421. msgid "Please ask your server administrator to install the module."
  422. msgstr ""
  423. #: private/util.php:468 private/util.php:475 private/util.php:482
  424. #: private/util.php:496 private/util.php:503 private/util.php:510
  425. #: private/util.php:517 private/util.php:524 private/util.php:531
  426. #: private/util.php:546
  427. #, php-format
  428. msgid "PHP module %s not installed."
  429. msgstr ""
  430. #: private/util.php:538
  431. #, php-format
  432. msgid "PHP %s or higher is required."
  433. msgstr ""
  434. #: private/util.php:539
  435. msgid ""
  436. "Please ask your server administrator to update PHP to the latest version. "
  437. "Your PHP version is no longer supported by ownCloud and the PHP community."
  438. msgstr ""
  439. #: private/util.php:556
  440. msgid ""
  441. "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work "
  442. "properly."
  443. msgstr ""
  444. #: private/util.php:557
  445. msgid ""
  446. "PHP Safe Mode is a deprecated and mostly useless setting that should be "
  447. "disabled. Please ask your server administrator to disable it in php.ini or "
  448. "in your webserver config."
  449. msgstr ""
  450. #: private/util.php:564
  451. msgid ""
  452. "Magic Quotes is enabled. ownCloud requires that it is disabled to work "
  453. "properly."
  454. msgstr ""
  455. #: private/util.php:565
  456. msgid ""
  457. "Magic Quotes is a deprecated and mostly useless setting that should be "
  458. "disabled. Please ask your server administrator to disable it in php.ini or "
  459. "in your webserver config."
  460. msgstr ""
  461. #: private/util.php:579
  462. msgid "PHP modules have been installed, but they are still listed as missing?"
  463. msgstr ""
  464. #: private/util.php:580
  465. msgid "Please ask your server administrator to restart the web server."
  466. msgstr ""
  467. #: private/util.php:609
  468. msgid "PostgreSQL >= 9 required"
  469. msgstr ""
  470. #: private/util.php:610
  471. msgid "Please upgrade your database version"
  472. msgstr ""
  473. #: private/util.php:617
  474. msgid "Error occurred while checking PostgreSQL version"
  475. msgstr ""
  476. #: private/util.php:618
  477. msgid ""
  478. "Please make sure you have PostgreSQL >= 9 or check the logs for more "
  479. "information about the error"
  480. msgstr ""
  481. #: private/util.php:680
  482. msgid ""
  483. "Please change the permissions to 0770 so that the directory cannot be listed"
  484. " by other users."
  485. msgstr ""
  486. #: private/util.php:689
  487. #, php-format
  488. msgid "Data directory (%s) is readable by other users"
  489. msgstr ""
  490. #: private/util.php:710
  491. #, php-format
  492. msgid "Data directory (%s) is invalid"
  493. msgstr ""
  494. #: private/util.php:711
  495. msgid ""
  496. "Please check that the data directory contains a file \".ocdata\" in its "
  497. "root."
  498. msgstr ""
  499. #: public/files/locknotacquiredexception.php:39
  500. #, php-format
  501. msgid "Could not obtain lock type %d on \"%s\"."
  502. msgstr ""