* finish task #7199.
This commit is contained in:
+11
-10
@@ -46,14 +46,15 @@ $lang->file->extra = 'Extra';
|
||||
|
||||
$lang->file->dragFile = 'Bitte hier ablegen.';
|
||||
$lang->file->childTaskTips = 'It\'s a child task if there is a \'>\' before the name.';
|
||||
$lang->file->errorNotExists = "<span class='text-red'>'%s' wurde nicht gefunden.</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='text-red'>'%s' ist nicht beschreibbar. Bitte passen Sie die Berechtigungen an. Befehl <span class='code'>sudo chmod -R 777 '%s'</span></span> in Linux.";
|
||||
$lang->file->confirmDelete = " Möchten Sie das wirklich löschen?";
|
||||
$lang->file->errorFileSize = " Die Dateigröße übersteigt das Limit. Upload nicht möglich!";
|
||||
$lang->file->errorFileUpload = " Upload fehlgeschlagen. Die Dateigröße übersteigt das Limit.";
|
||||
$lang->file->errorFileFormate = " Upload fehlgeschlagen, Das Dateiformat ist nicht erlaubt.";
|
||||
$lang->file->errorFileMove = " Upload fehlgeschlagen, die Datei konnte nicht verschoben werden.";
|
||||
$lang->file->dangerFile = " Die Datei wurde aus Sicherheitsgründen abgelehnt.";
|
||||
$lang->file->errorSuffix = 'Format ist falsch. Nur .zip Dateien!';
|
||||
$lang->file->errorExtract = 'Entpacken fehlgeschlagen. Die Datei ist vermutlich defekt.';
|
||||
$lang->file->uploadImagesExplain = 'Hinweis: Beim Upload von .jpg, .jpeg, .gif, und .png Dateien. Der Dateiname wird als Titel der Story genutzt und das Bild als der Inhalt.';
|
||||
|
||||
$lang->file->errorNotExists = "<span class='text-red'>'%s' wurde nicht gefunden.</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='text-red'>'%s' ist nicht beschreibbar. Bitte passen Sie die Berechtigungen an. Befehl <span class='code'>sudo chmod -R 777 '%s'</span></span> in Linux.";
|
||||
$lang->file->confirmDelete = " Möchten Sie das wirklich löschen?";
|
||||
$lang->file->errorFileSize = " Die Dateigröße übersteigt das Limit. Upload nicht möglich!";
|
||||
$lang->file->errorFileUpload = " Upload fehlgeschlagen. Die Dateigröße übersteigt das Limit.";
|
||||
$lang->file->errorFileFormate = " Upload fehlgeschlagen, Das Dateiformat ist nicht erlaubt.";
|
||||
$lang->file->errorFileMove = " Upload fehlgeschlagen, die Datei konnte nicht verschoben werden.";
|
||||
$lang->file->dangerFile = " Die Datei wurde aus Sicherheitsgründen abgelehnt.";
|
||||
$lang->file->errorSuffix = 'Format ist falsch. Nur .zip Dateien!';
|
||||
$lang->file->errorExtract = 'Entpacken fehlgeschlagen. Die Datei ist vermutlich defekt.';
|
||||
|
||||
+12
-11
@@ -46,15 +46,16 @@ $lang->file->extra = 'Comment';
|
||||
|
||||
$lang->file->dragFile = 'Drag images here.';
|
||||
$lang->file->childTaskTips = 'It\'s a child task if there is a \'>\' before the name.';
|
||||
$lang->file->errorNotExists = "<span class='text-red'>'%s' is not found.</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='text-red'>'%s' is not writable. Please change its permission. Enter <span class='code'>sudo chmod -R 777 '%s'</span></span> in Linux.";
|
||||
$lang->file->confirmDelete = " Do you want to delete it?";
|
||||
$lang->file->errorFileSize = " File size exceeds the limit. It cannot be uploaded!";
|
||||
$lang->file->errorFileUpload = " Uploading failed. The file size might exceeds the limit.";
|
||||
$lang->file->errorFileFormate = " Uploading failed. The file format is not in the prescribed scope.";
|
||||
$lang->file->errorFileMove = " Uploading failed. An error prompts when moving file.";
|
||||
$lang->file->dangerFile = " The file failed to be uploaded for security reasons.";
|
||||
$lang->file->errorSuffix = 'Format is incorrect. .zip files ONLY!';
|
||||
$lang->file->errorExtract = 'Extracting files failed. Files might be damaged or there might be invalid files in the zip package.';
|
||||
$lang->file->uploadImagesExplain = 'Note: upload .jpg, .jpeg, .gif, or .png images. The image name will be the name of the story and the image will be the description.';
|
||||
$lang->file->fileNotFound = 'The file was not found. The physical file might have been deleted!';
|
||||
|
||||
$lang->file->errorNotExists = "<span class='text-red'>'%s' is not found.</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='text-red'>'%s' is not writable. Please change its permission. Enter <span class='code'>sudo chmod -R 777 '%s'</span></span> in Linux.";
|
||||
$lang->file->confirmDelete = " Do you want to delete it?";
|
||||
$lang->file->errorFileSize = " File size exceeds the limit. It cannot be uploaded!";
|
||||
$lang->file->errorFileUpload = " Uploading failed. The file size might exceeds the limit.";
|
||||
$lang->file->errorFileFormate = " Uploading failed. The file format is not in the prescribed scope.";
|
||||
$lang->file->errorFileMove = " Uploading failed. An error prompts when moving file.";
|
||||
$lang->file->dangerFile = " The file failed to be uploaded for security reasons.";
|
||||
$lang->file->errorSuffix = 'Format is incorrect. .zip files ONLY!';
|
||||
$lang->file->errorExtract = 'Extracting files failed. Files might be damaged or there might be invalid files in the zip package.';
|
||||
$lang->file->fileNotFound = 'The file was not found. The physical file might have been deleted!';
|
||||
|
||||
+12
-11
@@ -46,15 +46,16 @@ $lang->file->extra = 'Commentaires';
|
||||
|
||||
$lang->file->dragFile = 'Faites glisser images ici.';
|
||||
$lang->file->childTaskTips = 'Il s\'agit d\'une sous-tâche s\'il y a un \'>\' devant le nom.';
|
||||
$lang->file->errorNotExists = "<span class='text-red'>'%s' non trouvé.</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='text-red'>'%s' non inscriptible. Changez les permissions. Entre <span class='code'>sudo chmod -R 777 '%s'</span></span> dans Linux.";
|
||||
$lang->file->confirmDelete = " Voulez-vous le supprimer ?";
|
||||
$lang->file->errorFileSize = " Taille du fichier excédant la limite. Il ne peut être chargé !";
|
||||
$lang->file->errorFileUpload = " Echec du chargement. La taille du fichier peut excéder la limte.";
|
||||
$lang->file->errorFileFormate = " Echec du chargement. Le format du fichier est non autorisé.";
|
||||
$lang->file->errorFileMove = " Echec du chargement. Une erreur est survenue lors du chargement.";
|
||||
$lang->file->dangerFile = " Le fichier n'a pas pu être chargé pour des raisons de sécurité.";
|
||||
$lang->file->errorSuffix = 'Format incorrect. Fichiers .zip SEULEMENT !';
|
||||
$lang->file->errorExtract = "Echec de l'extraction des fichiers. Les fichiers peuvent être endommagé ou il y a un fichier invalide dans le zip.";
|
||||
$lang->file->uploadImagesExplain = "Note : Chargez images au format .jpg, .jpeg, .gif, ou .png. Le nom de l'image sera le nom de la Story et l'image en sera sa description.";
|
||||
$lang->file->fileNotFound = 'Fichier non trouvé. Le fichier physique a peut-être été supprimé par innadvertance !';
|
||||
|
||||
$lang->file->errorNotExists = "<span class='text-red'>'%s' non trouvé.</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='text-red'>'%s' non inscriptible. Changez les permissions. Entre <span class='code'>sudo chmod -R 777 '%s'</span></span> dans Linux.";
|
||||
$lang->file->confirmDelete = " Voulez-vous le supprimer ?";
|
||||
$lang->file->errorFileSize = " Taille du fichier excédant la limite. Il ne peut être chargé !";
|
||||
$lang->file->errorFileUpload = " Echec du chargement. La taille du fichier peut excéder la limte.";
|
||||
$lang->file->errorFileFormate = " Echec du chargement. Le format du fichier est non autorisé.";
|
||||
$lang->file->errorFileMove = " Echec du chargement. Une erreur est survenue lors du chargement.";
|
||||
$lang->file->dangerFile = " Le fichier n'a pas pu être chargé pour des raisons de sécurité.";
|
||||
$lang->file->errorSuffix = 'Format incorrect. Fichiers .zip SEULEMENT !';
|
||||
$lang->file->errorExtract = "Echec de l'extraction des fichiers. Les fichiers peuvent être endommagé ou il y a un fichier invalide dans le zip.";
|
||||
$lang->file->fileNotFound = 'Fichier non trouvé. Le fichier physique a peut-être été supprimé par innadvertance !';
|
||||
|
||||
+12
-11
@@ -46,15 +46,16 @@ $lang->file->extra = 'Nhận xét';
|
||||
|
||||
$lang->file->dragFile = 'Drag images here.';
|
||||
$lang->file->childTaskTips = 'It\'s a child task if there is a \'>\' before the name.';
|
||||
$lang->file->errorNotExists = "<span class='text-red'>'%s' không là found.</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='text-red'>'%s' không thể ghi. Vui lòng change its permission. Enter <span class='code'>sudo chmod -R 777 '%s'</span></span> in Linux.";
|
||||
$lang->file->confirmDelete = " Bạn có muốn xóa nó?";
|
||||
$lang->file->errorFileSize = " File size exceeds the limit. It cannot be uploaded!";
|
||||
$lang->file->errorFileUpload = " Uploading failed. The file size might exceeds the limit.";
|
||||
$lang->file->errorFileFormate = " Uploading failed. The file format không là in the prescribed scope.";
|
||||
$lang->file->errorFileMove = " Uploading failed. An error prompts when moving file.";
|
||||
$lang->file->dangerFile = " The file failed to be uploaded for security reasons.";
|
||||
$lang->file->errorSuffix = 'Format is incorrect. .zip files ONLY!';
|
||||
$lang->file->errorExtract = 'Extracting files failed. Files might be damaged or there might be invalid files in the zip package.';
|
||||
$lang->file->uploadImagesExplain = 'Ghi chú: upload .jpg, .jpeg, .gif, or .png images. The image name will be the name of the story and the image will be the description.';
|
||||
$lang->file->fileNotFound = 'Tập tin was not found. The physical file might have been deleted!';
|
||||
|
||||
$lang->file->errorNotExists = "<span class='text-red'>'%s' không là found.</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='text-red'>'%s' không thể ghi. Vui lòng change its permission. Enter <span class='code'>sudo chmod -R 777 '%s'</span></span> in Linux.";
|
||||
$lang->file->confirmDelete = " Bạn có muốn xóa nó?";
|
||||
$lang->file->errorFileSize = " File size exceeds the limit. It cannot be uploaded!";
|
||||
$lang->file->errorFileUpload = " Uploading failed. The file size might exceeds the limit.";
|
||||
$lang->file->errorFileFormate = " Uploading failed. The file format không là in the prescribed scope.";
|
||||
$lang->file->errorFileMove = " Uploading failed. An error prompts when moving file.";
|
||||
$lang->file->dangerFile = " The file failed to be uploaded for security reasons.";
|
||||
$lang->file->errorSuffix = 'Format is incorrect. .zip files ONLY!';
|
||||
$lang->file->errorExtract = 'Extracting files failed. Files might be damaged or there might be invalid files in the zip package.';
|
||||
$lang->file->fileNotFound = 'Tập tin was not found. The physical file might have been deleted!';
|
||||
|
||||
+12
-11
@@ -46,17 +46,18 @@ $lang->file->extra = '备注';
|
||||
|
||||
$lang->file->dragFile = '请拖拽文件到此处';
|
||||
$lang->file->childTaskTips = "任务名称前有'>'标记的为子任务";
|
||||
$lang->file->errorNotExists = "<span class='text-red'>文件夹 '%s' 不存在</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='text-red'>文件夹 '%s' 不可写,请改变文件夹的权限。在linux中输入指令: <span class='code'>sudo chmod -R 777 %s</span></span>";
|
||||
$lang->file->confirmDelete = " 您确定删除该附件吗?";
|
||||
$lang->file->errorFileSize = " 文件大小已经超过%s,可能不能成功上传!";
|
||||
$lang->file->errorFileUpload = " 文件上传失败,文件大小可能超出限制";
|
||||
$lang->file->errorFileFormate = " 文件上传失败,文件格式不在规定范围内";
|
||||
$lang->file->errorFileMove = " 文件上传失败,移动文件时出错";
|
||||
$lang->file->dangerFile = " 您选择的文件存在安全风险,系统将不予上传。";
|
||||
$lang->file->errorSuffix = '压缩包格式错误,只能上传zip压缩包!';
|
||||
$lang->file->errorExtract = '解压缩失败!可能文件已经损坏,或压缩包里含有非法上传文件。';
|
||||
$lang->file->uploadImagesExplain = '注:请上传"jpg, jpeg, gif, png"格式的图片,程序会以文件名作为标题,以图片作为内容。';
|
||||
$lang->file->fileNotFound = '未找到该文件,可能物理文件已被删除!';
|
||||
$lang->file->saveAndNext = '保存并跳转下一页';
|
||||
$lang->file->importPager = '共有<strong>%s</strong>条记录,当前第<strong>%s</strong>页,共有<strong>%s</strong>页';
|
||||
|
||||
$lang->file->errorNotExists = "<span class='text-red'>文件夹 '%s' 不存在</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='text-red'>文件夹 '%s' 不可写,请改变文件夹的权限。在linux中输入指令: <span class='code'>sudo chmod -R 777 %s</span></span>";
|
||||
$lang->file->confirmDelete = " 您确定删除该附件吗?";
|
||||
$lang->file->errorFileSize = " 文件大小已经超过%s,可能不能成功上传!";
|
||||
$lang->file->errorFileUpload = " 文件上传失败,文件大小可能超出限制";
|
||||
$lang->file->errorFileFormate = " 文件上传失败,文件格式不在规定范围内";
|
||||
$lang->file->errorFileMove = " 文件上传失败,移动文件时出错";
|
||||
$lang->file->dangerFile = " 您选择的文件存在安全风险,系统将不予上传。";
|
||||
$lang->file->errorSuffix = '压缩包格式错误,只能上传zip压缩包!';
|
||||
$lang->file->errorExtract = '解压缩失败!可能文件已经损坏,或压缩包里含有非法上传文件。';
|
||||
$lang->file->fileNotFound = '未找到该文件,可能物理文件已被删除!';
|
||||
|
||||
Reference in New Issue
Block a user