res/values/strings.xml

Sat, 14 Feb 2015 00:28:10 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 14 Feb 2015 00:28:10 +0100
branch
ICAL4J_EMBED_1
changeset 21
af4693956263
parent 0
fb9019fb1bf7
permissions
-rw-r--r--

Implement a quasi singleton to access the main application context,
and use this as a alternative solution to ical4j correction but
unfortunately this doesn't work either as too many errors are
in the embedded library.

     1 <?xml version="1.0" encoding="utf-8"?>
     2 <resources>
     4     <string name="app_name" translatable="false">CalDAV Sync</string>
     5     <string name="label" translatable="false">CalDAV</string>
     6     <string name="hello_world" translatable="false">Hello world!</string>
     7     <string name="menu_settings" translatable="false">Settings</string>
     8     <string name="title_activity_sync_status_report" translatable="false">CalDAV Status</string>
    10 </resources>

mercurial