diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-24 23:12:18 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-24 23:12:18 +0200 |
commit | 700ac755655698d43e9c66f1aeca70680c43c807 (patch) | |
tree | f81954f381609867104ff9607b9656521d1549ce /l10n/templates/files.pot | |
parent | a54ea3246cb2d20e3527211d3413f5d3a8dd529f (diff) | |
download | nextcloud-server-700ac755655698d43e9c66f1aeca70680c43c807.tar.gz nextcloud-server-700ac755655698d43e9c66f1aeca70680c43c807.zip |
updated translations
Diffstat (limited to 'l10n/templates/files.pot')
-rw-r--r-- | l10n/templates/files.pot | 48 |
1 files changed, 37 insertions, 11 deletions
diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index c34cbf55d5b..5b57ccec9a2 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-09-23 20:34+0200\n" +"POT-Creation-Date: 2011-09-24 23:05+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,6 +17,32 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" +#: ajax/upload.php:24 +msgid "There is no error, the file uploaded with success" +msgstr "" + +#: ajax/upload.php:25 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "" + +#: ajax/upload.php:26 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "" + +#: ajax/upload.php:27 +msgid "The uploaded file was only partially uploaded" +msgstr "" + +#: ajax/upload.php:28 +msgid "No file was uploaded" +msgstr "" + +#: ajax/upload.php:29 +msgid "Missing a temporary folder" +msgstr "" + #: appinfo/app.php:7 msgid "Files" msgstr "" @@ -25,43 +51,43 @@ msgstr "" msgid "Maximum upload size" msgstr "" -#: templates/index.php:9 +#: templates/index.php:10 msgid "Upload" msgstr "" -#: templates/index.php:16 +#: templates/index.php:17 msgid "New Folder" msgstr "" -#: templates/index.php:24 +#: templates/index.php:31 msgid "Nothing in here. Upload something!" msgstr "" -#: templates/index.php:31 +#: templates/index.php:39 msgid "Name" msgstr "" -#: templates/index.php:33 +#: templates/index.php:41 msgid "Download" msgstr "" -#: templates/index.php:37 +#: templates/index.php:45 msgid "Size" msgstr "" -#: templates/index.php:38 +#: templates/index.php:46 msgid "Modified" msgstr "" -#: templates/index.php:38 +#: templates/index.php:46 msgid "Delete" msgstr "" -#: templates/index.php:46 +#: templates/index.php:54 msgid "Upload too large" msgstr "" -#: templates/index.php:48 +#: templates/index.php:56 msgid "" "The files you are trying to upload exceed the maximum size for file uploads " "on this server." |