forked from federicoiosue/Omni-Notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94f4f7a
commit 52e9b96
Showing
6 changed files
with
349 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--Generated by crowdin.net--> | ||
<!-- | ||
Copyright 2014 Federico Iosue ([email protected]) | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<resources> | ||
<string-array name="navigation_list"> | ||
<item>記事</item> | ||
<item>歸檔</item> | ||
<item>提醒</item> | ||
<item>回收站</item> | ||
</string-array> | ||
<string-array name="sortable_columns_human_readable"> | ||
<item>標題</item> | ||
<item>創建日期</item> | ||
<item>最後修改日期</item> | ||
<item>提醒日期</item> | ||
</string-array> | ||
<string-array name="checked_items_behavior"> | ||
<item>保持原位</item> | ||
<item>移動至所有事項末尾</item> | ||
<item>取消勾選後移動至未勾選事項頂端</item> | ||
</string-array> | ||
<string-array name="colors_app"> | ||
<item>禁用</item> | ||
<item>僅條狀顏色標識</item> | ||
<item>僅記事列表全彩</item> | ||
<item>全彩</item> | ||
</string-array> | ||
<string-array name="colors_widget"> | ||
<item>禁用</item> | ||
<item>僅條狀顏色標識</item> | ||
<item>記事列表全彩</item> | ||
</string-array> | ||
<string-array name="text_size"> | ||
<item>最小字體</item> | ||
<item>小字體</item> | ||
<item>默認</item> | ||
<item>大字體</item> | ||
<item>最大字體</item> | ||
</string-array> | ||
</resources> |
Oops, something went wrong.