forked from friendica/friendica-addons
Merge pull request #1087 from MrPetovan/task/translation
[js_upload] Update main translation file after string change
This commit is contained in:
commit
d1a90e02f0
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
|
"POT-Creation-Date: 2021-03-23 23:53-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -17,38 +17,40 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: js_upload.php:33
|
#: js_upload.php:34
|
||||||
msgid "Select files for upload"
|
msgid "Select files for upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js_upload.php:34
|
#: js_upload.php:35
|
||||||
msgid "Drop files here to upload"
|
msgid "Drop files here to upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js_upload.php:35
|
#: js_upload.php:36
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js_upload.php:36
|
#: js_upload.php:37
|
||||||
msgid "Failed"
|
msgid "Failed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js_upload.php:214
|
#: js_upload.php:215
|
||||||
msgid "No files were uploaded."
|
msgid "No files were uploaded."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js_upload.php:220
|
#: js_upload.php:221
|
||||||
msgid "Uploaded file is empty"
|
msgid "Uploaded file is empty"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js_upload.php:232
|
#: js_upload.php:233
|
||||||
msgid "Image exceeds size limit of "
|
#, php-format
|
||||||
|
msgid "Image exceeds size limit of %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js_upload.php:246
|
#: js_upload.php:245
|
||||||
msgid "File has an invalid extension, it should be one of "
|
#, php-format
|
||||||
|
msgid "File has an invalid extension, it should be one of %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js_upload.php:257
|
#: js_upload.php:256
|
||||||
msgid "Upload was cancelled, or server error encountered"
|
msgid "Upload was cancelled, or server error encountered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Loading…
Reference in a new issue