mirror of https://github.com/tasks/tasks
consolidated arrays file into strings, cleaned up translations in preparation for import
parent
1e8f2e6c63
commit
e87a8df9bf
@ -1,77 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2007 The Android Open Source Project
|
||||
|
||||
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.
|
||||
-->
|
||||
|
||||
<!--
|
||||
Translation Note: Guidelines to those translating the resources
|
||||
|
||||
Dynamic Equivalence not necessary literal translation but
|
||||
capture the idea and create the same desired effect
|
||||
|
||||
Goal: Maximize the chance that users will perform the task while
|
||||
minimizing the annoyance.
|
||||
-->
|
||||
|
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<!-- ==================================================== task values == -->
|
||||
|
||||
<string-array name="TEA_urgency">
|
||||
<!-- urgency: labels for edit page. item #4 -> auto filled -->
|
||||
<item>Specific Day/Time</item>
|
||||
<item>Today</item>
|
||||
<item>Tomorrow</item>
|
||||
<item>(day after)</item>
|
||||
<item>Next Week</item>
|
||||
<item>No Deadline</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="TEA_hideUntil">
|
||||
<!-- hideUntil: labels for edit page. -->
|
||||
<item>Don\'t hide</item>
|
||||
<item>Task is due</item>
|
||||
<item>Day before due</item>
|
||||
<item>Week before due</item>
|
||||
<item>Specific Day</item>
|
||||
</string-array>
|
||||
|
||||
<!-- ==================================================== preferences == -->
|
||||
|
||||
<string-array name="EPr_default_importance">
|
||||
<!-- urgency: default importance labels for preferences. -->
|
||||
<item>!!!! (Highest)</item>
|
||||
<item>!!!</item>
|
||||
<item>!!</item>
|
||||
<item>! (Lowest)</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="EPr_default_urgency">
|
||||
<!-- urgency: default urgency labels for preferences. -->
|
||||
<item>No Deadline</item>
|
||||
<item>Today</item>
|
||||
<item>Tomorrow</item>
|
||||
<item>Day After Tomorrow</item>
|
||||
<item>Next Week</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="EPr_default_hideUntil">
|
||||
<!-- hideUntil: default labels for preferences. -->
|
||||
<item>Don\'t hide</item>
|
||||
<item>Task is due</item>
|
||||
<item>Day before due</item>
|
||||
<item>Week before due</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
Loading…
Reference in New Issue