diff options
Diffstat (limited to 'l10n-zh-CN/toolkit/chrome/mozapps/downloads')
-rwxr-xr-x | l10n-zh-CN/toolkit/chrome/mozapps/downloads/downloads.properties | 6 | ||||
-rwxr-xr-x | l10n-zh-CN/toolkit/chrome/mozapps/downloads/unknownContentType.properties | 23 |
2 files changed, 29 insertions, 0 deletions
diff --git a/l10n-zh-CN/toolkit/chrome/mozapps/downloads/downloads.properties b/l10n-zh-CN/toolkit/chrome/mozapps/downloads/downloads.properties new file mode 100755 index 0000000000..588f311395 --- /dev/null +++ b/l10n-zh-CN/toolkit/chrome/mozapps/downloads/downloads.properties @@ -0,0 +1,6 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Desktop folder name for downloaded files +downloadsFolder=下载 diff --git a/l10n-zh-CN/toolkit/chrome/mozapps/downloads/unknownContentType.properties b/l10n-zh-CN/toolkit/chrome/mozapps/downloads/unknownContentType.properties new file mode 100755 index 0000000000..2bcd26b6c1 --- /dev/null +++ b/l10n-zh-CN/toolkit/chrome/mozapps/downloads/unknownContentType.properties @@ -0,0 +1,23 @@ +# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +title=正在打开 %S +saveDialogTitle=请输入要保存的文件名… +defaultApp=%S (默认) +chooseAppFilePickerTitle=选择助手应用程序 +badApp=无法找到您选择的应用程序 ("%S")。请检查文件名或者选择其他应用程序。 +badApp.title=找不到应用程序 +badPermissions=无法保存文件,因为您没有相应的权限。请另选保存目录。 +badPermissions.title=保存权限无效 +unknownAccept.label=保存文件 +unknownCancel.label=取消 +fileType=%S 文件 +# LOCALIZATION NOTE (orderedFileSizeWithType): first %S is type, second %S is size, and third %S is unit +orderedFileSizeWithType=%1$S (%2$S %3$S) +avifExtHandlerDescription=AV1 图像文件(AVIF) +pdfExtHandlerDescription=便携式文档格式(PDF) +svgExtHandlerDescription=可缩放矢量图形(SVG) +webpExtHandlerDescription=WebP 图像 +xmlExtHandlerDescription=可扩展标记语言(XML) |