Updated pot with new updated strings

pull/14/head
Tim Su 14 years ago
parent d0acc5fa3f
commit a943385ef6

@ -71,7 +71,7 @@ function export_xml2po
echo "Concatenating strings into single XML"
${catxml} "${android_xml_files_res_dir}"/"${resource_file}"-*.xml > "${launchpad_pot_file_dir}/${resource_file}".xml
echo "Exporting .xml to .pot: $resource_file"
echo ${xml2po} -a -l en -o \
${xml2po} -a -l en -o \
"${launchpad_pot_file_dir}/${resource_file}".pot \
"${launchpad_pot_file_dir}/${resource_file}.xml"

File diff suppressed because it is too large Load Diff

@ -2,6 +2,27 @@
<!-- See the file "LICENSE" for the full license governing this code. -->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Resources for built-in timers plug-in -->
<!-- Task Edit Activity: Container Label -->
<string name="alarm_ACS_label">Alarms</string>
<!-- Task Edit Activity: Add New Alarn -->
<string name="alarm_ACS_button">Add an Alarm</string>
<!-- Task Detail for Alarms (%s -> time)-->
<string name="alarm_ADE_detail">Alarm %s</string>
<string-array name="reminders_alarm">
<!-- reminders related to alarm -->
<item>Alarm!</item>
</string-array>
<!-- See the file "LICENSE" for the full license governing this code. -->
<!-- Resources for built-in backup plug-in -->
<!-- ================================================= BackupPreferences == -->
@ -215,6 +236,9 @@ File %s contained %s.\n\n
<!-- Progress dialog shown when doing something slow -->
<string name="DLG_wait">Please wait...</string>
<!-- Progress dialog shown when upgrading -->
<string name="DLG_upgrading">Upgrading your tasks...</string>
<!-- Title for dialog selecting a time (hours and minutes) -->
<string name="DLG_hour_minutes">Time (hours : minutes)</string>
@ -477,10 +501,16 @@ to the plugin creator for fastest service.
<!-- Preference: Task List Font Size Title -->
<string name="EPr_fontSize_title">Task List Size</string>
<!-- Preference: Task List Font Size Description -->
<string name="EPr_fontSize_desc">Font size on the main listing page</string>
<!-- Preference: Task List Show Notes -->
<string name="EPr_showNotes_title">Show Notes In Task</string>
<!-- Preference: Task List Show Notes Description (disabled) -->
<string name="EPr_showNotes_desc_disabled">Notes will be displayed when you tap a task</string>
<!-- Preference: Task List Show Notes Description (enabled) -->
<string name="EPr_showNotes_desc_enabled">Notes will always displayed</string>
<!-- Preference Category: Defaults Title -->
<string name="EPr_defaults_header">New Task Defaults</string>
@ -700,7 +730,7 @@ you get stuff done. It features reminders, tags, sync, a widget and more.
<string name="TEA_reminder_label">Remind me...</string>
<!-- Task Edit: Reminder @ deadline -->
<string name="TEA_reminder_due">... when it\'s time to start the task</string>
<string name="TEA_reminder_due">... when task is due</string>
<!-- Task Edit: Reminder after deadline -->
<string name="TEA_reminder_overdue">... when task is overdue</string>
@ -1154,10 +1184,13 @@ Error Message: %s
<string name="tag_FEx_header">Tags</string>
<!-- filter header for tags, sorted by size -->
<string name="tag_FEx_by_size">By Size</string>
<string name="tag_FEx_by_size">Active</string>
<!-- filter header for tags of completed tasks -->
<string name="tag_FEx_completed">Completed</string>
<!-- filter header for tags, sorted by name -->
<string name="tag_FEx_alpha">Alphabetical</string>
<!-- filter header for all tags, sorted by name -->
<string name="tag_FEx_alpha">All Tags</string>
<!-- filter for untagged tasks -->
<string name="tag_FEx_untagged">Untagged</string>

Loading…
Cancel
Save