mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 16:31:09 +00:00
60 lines
1.7 KiB
Text
60 lines
1.7 KiB
Text
# ADDON js_upload
|
|
# Copyright (C)
|
|
# This file is distributed under the same license as the Friendica js_upload addon package.
|
|
#
|
|
#
|
|
# Translators:
|
|
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014
|
|
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2021
|
|
# Ulf Rompe <transifex.com@rompe.org>, 2019
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: friendica\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2021-03-23 23:53-0400\n"
|
|
"PO-Revision-Date: 2014-06-23 08:46+0000\n"
|
|
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2021\n"
|
|
"Language-Team: German (http://app.transifex.com/Friendica/friendica/language/de/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Language: de\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#: js_upload.php:34
|
|
msgid "Select files for upload"
|
|
msgstr "Dateien für den Upload auswählen"
|
|
|
|
#: js_upload.php:35
|
|
msgid "Drop files here to upload"
|
|
msgstr "Ziehe die Dateien hierher, die du hochladen willst"
|
|
|
|
#: js_upload.php:36
|
|
msgid "Cancel"
|
|
msgstr "Abbrechen"
|
|
|
|
#: js_upload.php:37
|
|
msgid "Failed"
|
|
msgstr "Fehlgeschlagen"
|
|
|
|
#: js_upload.php:215
|
|
msgid "No files were uploaded."
|
|
msgstr "Keine Dateien hochgeladen."
|
|
|
|
#: js_upload.php:221
|
|
msgid "Uploaded file is empty"
|
|
msgstr "Hochgeladene Datei ist leer"
|
|
|
|
#: js_upload.php:233
|
|
#, php-format
|
|
msgid "Image exceeds size limit of %s"
|
|
msgstr "Bildgröße überschreitet das Limit von %s"
|
|
|
|
#: js_upload.php:245
|
|
#, php-format
|
|
msgid "File has an invalid extension, it should be one of %s."
|
|
msgstr "Die Dateiextension ist nicht erlaubt, sie muss eine der folgenden sein %s."
|
|
|
|
#: js_upload.php:256
|
|
msgid "Upload was cancelled, or server error encountered"
|
|
msgstr "Upload abgebrochen oder Serverfehler aufgetreten"
|