diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2012-06-20 09:49:30 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2012-06-20 09:49:30 +0400 |
| commit | 4fb366178c679a8ef6f8508a722dae4807486c37 (patch) | |
| tree | c88984ded3422b48d376d3d9b4454ec715b47f50 /res/values/strings.xml | |
| parent | e1afe38ef3e4731cdc55d97fdfce281244ad52bf (diff) | |
allow canceling offline download task
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index e51ed28c..7e59b6b5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -133,4 +133,6 @@ <string name="attachment_view">View</string> <string name="attachment_copy">Copy URL</string> <string name="justify_article_text">Justify article text</string> + <string name="dialog_offline_sync_in_progress">Offline sync in progress</string> + <string name="dialog_offline_sync_stop">Stop syncing</string> </resources>
\ No newline at end of file |