updated transations

pull/14/head
Tim Su 14 years ago
parent 01ef2d4c8a
commit e9dbe14d5e

File diff suppressed because it is too large Load Diff

@ -634,8 +634,11 @@ to the plugin creator for fastest service.
<!-- ====================================================== TasksWidget == --> <!-- ====================================================== TasksWidget == -->
<!-- Widget text when loading tasks --> <!-- Widget text when loading tasks -->
<string name="TWi_loading">Loading...</string> <string name="TWi_loading">Loading...</string>
<!-- Widget configuration activity title: select a filter -->
<string name="WCA_title">Select tasks to view...</string>
<!-- ============================================================= Misc == --> <!-- ============================================================= Misc == -->
@ -742,7 +745,7 @@ you get stuff done. It features reminders, tags, sync, a widget and more.
</string-array> </string-array>
<!-- Criteria: importance - display text --> <!-- Criteria: importance - display text -->
<string name="CFC_importance_text">Importance: ?</string> <string name="CFC_importance_text">Importance at least ?</string>
<!-- Criteria: importance - name of criteria --> <!-- Criteria: importance - name of criteria -->
<string name="CFC_importance_name">Importance...</string> <string name="CFC_importance_name">Importance...</string>
@ -1237,9 +1240,6 @@ you get stuff done. It features reminders, tags, sync, a widget and more.
<!-- label for RMilk button in Task Edit Activity --> <!-- label for RMilk button in Task Edit Activity -->
<string name="rmilk_EOE_button">Remember the Milk Settings</string> <string name="rmilk_EOE_button">Remember the Milk Settings</string>
<!-- task detail showing RTM list information -->
<string name="rmilk_TLA_list">RTM List: %s</string>
<!-- task detail showing RTM repeat information --> <!-- task detail showing RTM repeat information -->
<string name="rmilk_TLA_repeat">RTM Repeating Task</string> <string name="rmilk_TLA_repeat">RTM Repeating Task</string>
@ -1277,51 +1277,53 @@ you get stuff done. It features reminders, tags, sync, a widget and more.
<!-- Milk Preferences Title --> <!-- Milk Preferences Title -->
<string name="rmilk_MPr_header">Remember the Milk</string> <string name="rmilk_MPr_header">Remember the Milk</string>
<!-- ======================== SyncPreferences ========================== -->
<!-- RTM Status Group Label --> <!-- RTM Status Group Label -->
<string name="rmilk_MPr_group_status">Status</string> <string name="sync_MPr_group_status">Status</string>
<!-- Sync Status: log in --> <!-- Sync Status: log in -->
<string name="rmilk_status_loggedout">Not Logged In!</string> <string name="sync_status_loggedout">Not Logged In!</string>
<!-- Status: ongoing --> <!-- Status: ongoing -->
<string name="rmilk_status_ongoing">Sync Ongoing...</string> <string name="sync_status_ongoing">Sync Ongoing...</string>
<!-- Sync Status: success status (%s -> last sync date). Keep it short!--> <!-- Sync Status: success status (%s -> last sync date). Keep it short!-->
<string name="rmilk_status_success">Last Sync: %s</string> <string name="sync_status_success">Last Sync: %s</string>
<!-- Sync Status: error status (%s -> last attempted sync date) --> <!-- Sync Status: error status (%s -> last attempted sync date) -->
<string name="rmilk_status_failed">Failed On: %s</string> <string name="sync_status_failed">Failed On: %s</string>
<!-- Sync Status: error subtitle (%s -> last successful sync date) --> <!-- Sync Status: error subtitle (%s -> last successful sync date) -->
<string name="rmilk_status_failed_subtitle">Last Successful Sync: %s</string> <string name="sync_status_failed_subtitle">Last Successful Sync: %s</string>
<!-- Sync Status: never sync'd --> <!-- Sync Status: never sync'd -->
<string name="rmilk_status_never">Never Synchronized!</string> <string name="sync_status_never">Never Synchronized!</string>
<!-- RTM Options Group Label --> <!-- RTM Options Group Label -->
<string name="rmilk_MPr_group_options">Options</string> <string name="sync_SPr_group_options">Options</string>
<!-- Preference: Synchronization Interval Title --> <!-- Preference: Synchronization Interval Title -->
<string name="rmilk_MPr_interval_title">Background Sync</string> <string name="sync_SPr_interval_title">Background Sync</string>
<!-- Preference: Synchronization Interval Description (when disabled) --> <!-- Preference: Synchronization Interval Description (when disabled) -->
<string name="rmilk_MPr_interval_desc_disabled">Background synchronization is disabled</string> <string name="sync_SPr_interval_desc_disabled">Background synchronization is disabled</string>
<!-- Preference: Synchronization Interval Description (%s => setting) --> <!-- Preference: Synchronization Interval Description (%s => setting) -->
<string name="rmilk_MPr_interval_desc">Currently set to: %s</string> <string name="sync_SPr_interval_desc">Currently set to: %s</string>
<!-- Preference: Background Wifi Title --> <!-- Preference: Background Wifi Title -->
<string name="rmilk_MPr_bgwifi_title">Wifi Only Setting</string> <string name="sync_MPr_bgwifi_title">Wifi Only Setting</string>
<!-- Preference: Background Wifi Description (enabled) --> <!-- Preference: Background Wifi Description (enabled) -->
<string name="rmilk_MPr_bgwifi_desc_enabled">Background synchronization only happens when on Wifi</string> <string name="sync_MPr_bgwifi_desc_enabled">Background synchronization only happens when on Wifi</string>
<!-- Preference: Background Wifi Description (disabled) --> <!-- Preference: Background Wifi Description (disabled) -->
<string name="rmilk_MPr_bgwifi_desc_disabled">Background synchronization will always occur</string> <string name="sync_MPr_bgwifi_desc_disabled">Background synchronization will always occur</string>
<!-- Actions Group Label --> <!-- Actions Group Label -->
<string name="rmilk_MPr_group_actions">Actions</string> <string name="sync_MPr_group_actions">Actions</string>
<!-- Synchronize Now Button --> <!-- Synchronize Now Button -->
<string name="rmilk_MPr_sync">Synchronize Now!</string> <string name="sync_MPr_sync">Synchronize Now!</string>
<!-- Synchronize Now Button if not logged in--> <!-- Synchronize Now Button if not logged in-->
<string name="rmilk_MPr_sync_log_in">Log In &amp; Synchronize!</string> <string name="sync_MPr_sync_log_in">Log In &amp; Synchronize!</string>
<!-- Sync: Clear Data Title --> <!-- Sync: Clear Data Title -->
<string name="rmilk_MPr_forget">Log Out</string> <string name="sync_MPr_forget">Log Out</string>
<!-- Sync: Clear Data Description --> <!-- Sync: Clear Data Description -->
<string name="rmilk_MPr_forget_description">Clears all synchronization data</string> <string name="sync_MPr_forget_description">Clears all synchronization data</string>
<!-- ======================= MilkLoginActivity ========================= --> <!-- ======================= MilkLoginActivity ========================= -->

Loading…
Cancel
Save