summaryrefslogtreecommitdiff
path: root/android/experimental/LOAndroid3/res/values/strings.xml
blob: 135e52dc80df14ba926af6dbfc46c693cb593f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">LibreOffice Viewer</string>

    <string name="app_about_name"><b>LibreOffice Viewer \'Beta\'</b></string>
    <string name="app_version">Version: $VERSION\nBuild ID: $BUILDID</string>
    <string name="app_description">LibreOffice Viewer is a document viewer based on LibreOffice.</string>
    <string name="app_credits">http://www.libreoffice.org</string>
    <string name="app_vendor">This release was supplied by $VENDOR.</string>

    <string name="about_license">Show License</string>
    <string name="about_notice">Show Notice</string>
    <string name="about_moreinfo">More Info</string>

    <string name="browser_app_name">LibreOffice Browser</string>
    <string name="menu_search">Search</string>
    <string name="list_view">List</string>
    <string name="grid_view">Grid</string>
    <string name="menu_sort_size">Sort By Size</string>
    <string name="menu_sort_az">Sort A-Z</string>
    <string name="menu_sort_modified">Sort by Date</string>
    <string name="menu_preferences">Preferences</string>
    <!-- Pref keys as resources ; Not currently used -->
    <string name="EXPLORER_VIEW_TYPE_KEY">EXPLORER_VIEW_TYPE</string>
    <string name="CURRENT_DIRECTORY_KEY">CURRENT_DIRECTORY</string>

    <string name="action_about">About</string>
    <string name="action_parts">Parts</string>
    <string name="open">Open</string>
    <string name="share">Share</string>
    <string name="share_via">Share via</string>

    <!-- Document provider names -->
    <string name="local_documents">Local documents</string>
    <string name="local_file_system">Local file system</string>
    <string name="owncloud">ownCloud</string>

    <string name="owncloud_wrong_connection">Cannot connect to ownCloud server. Check your configuration.</string>
    <string name="owncloud_unauthorized">Cannot log into ownCloud server. Check your configuration.</string>
    <string name="owncloud_unspecified_error">Unspecified error connecting to ownCloud server. Check your configuration and/or try later.</string>

    <!-- Document provider settings -->
    <string name="storage_provider_settings">Storage provider settings</string>
    <string name="owncloud_settings">ownCloud settings</string>
    <string name="server_url">Server URL</string>
    <string name="server_url_and_port">URL and port of the ownCloud server.</string>
    <string name="user_name">User name</string>
    <string name="password">Password</string>

</resources>