mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
13 lines
409 B
Plaintext
13 lines
409 B
Plaintext
/* Bundle display name */
|
||
"CFBundleDisplayName" = "添加到订阅";
|
||
|
||
/* Bundle name */
|
||
"CFBundleName" = "添加到订阅";
|
||
|
||
/* Copyright (human-readable) */
|
||
"NSHumanReadableCopyright" = "Copyright © 2019-2022 Brent Simmons. All rights reserved.";
|
||
|
||
/* Human readable description */
|
||
"NSHumanReadableDescription" = "此扩展会为Safari添加一个工具栏按钮,方便添加当前页面的订阅源。";
|
||
|