mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 07:11:11 +01:00
Initial commit
This commit is contained in:
commit
22eccee75b
104 changed files with 3479 additions and 0 deletions
6
app/src/main/res/values-w820dp/dimens.xml
Normal file
6
app/src/main/res/values-w820dp/dimens.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<resources>
|
||||
<!-- Example customization of dimensions originally defined in res/values/dimens.xml
|
||||
(such as screen margins) for screens with more than 820dp of available width. This
|
||||
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). -->
|
||||
<dimen name="activity_horizontal_margin">64dp</dimen>
|
||||
</resources>
|
||||
21
app/src/main/res/values-w820dp/strings.xml
Normal file
21
app/src/main/res/values-w820dp/strings.xml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<resources>
|
||||
<string name="app_name" translatable="false">Diaspora Native WebApp</string>
|
||||
<string name="reload">Reload</string>
|
||||
<string name="title_activity_pods">Select Pod</string>
|
||||
<string name="filter_hint">Enter pod domain</string>
|
||||
<string name="exit_app">Exit app</string>
|
||||
<string name="confirm_url">Confirm pod url</string>
|
||||
<string name="diaspora" translatable="false">Diaspora</string>
|
||||
<string name="podlist_source_note">Note: This list is populated with only the secure pods from podupti.me</string>
|
||||
<string name="valid_pod">Please enter a valid domain name</string>
|
||||
<string name="podlist_error">Error: Could not retrieve list of pods!</string>
|
||||
<string name="loading_podlist">Loading pod list ...</string>
|
||||
<string name="no_internet">Sorry, you must be connected to the Internet to proceed</string>
|
||||
<string name="confirmation">Confirmation</string>
|
||||
<string name="confirm_pod">Do you want to use the pod: </string>
|
||||
<string name="confirm_exit">Are you sure you want to exit?</string>
|
||||
<string name="yes">YES</string>
|
||||
<string name="no">NO</string>
|
||||
<string name="change_pod_warning">This will erase all cookies and session data. Do you really want to change pods?</string>
|
||||
<string name="new_post">New post</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue