diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-30 01:55:11 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-30 01:55:11 -0400 |
commit | 929882a32a020b6c05605f416fa55024b9a60d33 (patch) | |
tree | 4cdaf3de8a8bc39e7231f9a66552113acd27b027 /l10n/es_PY | |
parent | 5cd0fd2559c12d3407cbc4791a14404c10de9677 (diff) | |
download | nextcloud-server-929882a32a020b6c05605f416fa55024b9a60d33.tar.gz nextcloud-server-929882a32a020b6c05605f416fa55024b9a60d33.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/es_PY')
-rw-r--r-- | l10n/es_PY/core.po | 71 |
1 files changed, 48 insertions, 23 deletions
diff --git a/l10n/es_PY/core.po b/l10n/es_PY/core.po index 64944db09e0..0e27cc4443e 100644 --- a/l10n/es_PY/core.po +++ b/l10n/es_PY/core.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-20 01:54-0400\n" -"PO-Revision-Date: 2013-04-26 08:00+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2014-05-30 01:54-0400\n" +"PO-Revision-Date: 2014-05-30 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Spanish (Paraguay) (http://www.transifex.com/projects/p/owncloud/language/es_PY/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,6 +38,11 @@ msgstr "" msgid "Updated database" msgstr "" +#: ajax/update.php:24 +#, php-format +msgid "Disabled incompatible apps: %s" +msgstr "" + #: avatar/controller.php:62 msgid "No image or file provided" msgstr "" @@ -134,59 +139,59 @@ msgstr "" msgid "December" msgstr "" -#: js/js.js:483 +#: js/js.js:487 msgid "Settings" msgstr "" -#: js/js.js:583 +#: js/js.js:587 msgid "Saving..." msgstr "" -#: js/js.js:1240 +#: js/js.js:1211 msgid "seconds ago" msgstr "" -#: js/js.js:1241 +#: js/js.js:1212 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1242 +#: js/js.js:1213 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1243 +#: js/js.js:1214 msgid "today" msgstr "" -#: js/js.js:1244 +#: js/js.js:1215 msgid "yesterday" msgstr "" -#: js/js.js:1245 +#: js/js.js:1216 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1246 +#: js/js.js:1217 msgid "last month" msgstr "" -#: js/js.js:1247 +#: js/js.js:1218 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1248 +#: js/js.js:1219 msgid "last year" msgstr "" -#: js/js.js:1249 +#: js/js.js:1220 msgid "years ago" msgstr "" @@ -464,18 +469,19 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" -#: js/update.js:8 +#: js/update.js:30 +msgid "Updating {productName} to version {version}, this may take a while." +msgstr "" + +#: js/update.js:43 msgid "Please reload the page." msgstr "" -#: js/update.js:17 -msgid "" -"The update was unsuccessful. Please report this issue to the <a " -"href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud " -"community</a>." +#: js/update.js:52 +msgid "The update was unsuccessful." msgstr "" -#: js/update.js:21 +#: js/update.js:61 msgid "The update was successful. Redirecting you to ownCloud now." msgstr "" @@ -805,7 +811,26 @@ msgstr "" #: templates/update.admin.php:3 #, php-format -msgid "Updating ownCloud to version %s, this may take a while." +msgid "%s will be updated to version %s." +msgstr "" + +#: templates/update.admin.php:7 +msgid "The following apps will be disabled:" +msgstr "" + +#: templates/update.admin.php:17 +#, php-format +msgid "The theme %s has been disabled." +msgstr "" + +#: templates/update.admin.php:21 +msgid "" +"Please make sure that the database, the config folder and the data folder " +"have been backed up before proceeding." +msgstr "" + +#: templates/update.admin.php:23 +msgid "Start update" msgstr "" #: templates/update.user.php:3 |