mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
'Refresh' options in menus differentiated: 'refresh file' and 'refresh account'
This commit is contained in:
parent
19bcc99538
commit
d612f37de4
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
<string name="main_wrn_accsetup">There is no account set up on your device. In order to use this App, you need to create one.</string>
|
||||
<string name="about_android">%1$s Android App</string>
|
||||
<string name="about_version">version %1$s</string>
|
||||
<string name="actionbar_sync">Refresh</string>
|
||||
<string name="actionbar_sync">Refresh account</string>
|
||||
<string name="actionbar_upload">Upload</string>
|
||||
<string name="actionbar_upload_from_apps">Content from other apps</string>
|
||||
<string name="actionbar_upload_files">Files</string>
|
||||
|
@ -80,7 +80,7 @@
|
|||
<string name="filedetails_created">Created:</string>
|
||||
<string name="filedetails_modified">Modified:</string>
|
||||
<string name="filedetails_download">Download</string>
|
||||
<string name="filedetails_sync_file">Refresh</string>
|
||||
<string name="filedetails_sync_file">Refresh file</string>
|
||||
<string name="filedetails_redownload">Redownload</string>
|
||||
<string name="filedetails_renamed_in_upload_msg">File was renamed to %1$s during upload</string>
|
||||
<string name="common_yes">Yes</string>
|
||||
|
|
Loading…
Reference in a new issue