mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Merge pull request #453 from owncloud/improve_action_bar_pr_392_with_develop
Improved visibility of icons in action bar
This commit is contained in:
commit
901b6ac61e
2 changed files with 11 additions and 11 deletions
|
@ -23,25 +23,25 @@
|
|||
android:id="@+id/action_upload"
|
||||
android:icon="@drawable/ic_action_upload"
|
||||
android:orderInCategory="2"
|
||||
android:showAsAction="ifRoom|withText"
|
||||
android:showAsAction="always"
|
||||
android:title="@string/actionbar_upload"/>
|
||||
<item
|
||||
android:id="@+id/action_create_dir"
|
||||
android:icon="@drawable/ic_action_create_dir"
|
||||
android:orderInCategory="2"
|
||||
android:showAsAction="ifRoom|withText"
|
||||
android:showAsAction="always"
|
||||
android:title="@string/actionbar_mkdir"/>
|
||||
<item
|
||||
android:id="@+id/action_sync_account"
|
||||
android:icon="@drawable/ic_action_refresh"
|
||||
android:orderInCategory="2"
|
||||
android:showAsAction="ifRoom"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/actionbar_sync"/>
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:icon="@drawable/ic_action_settings"
|
||||
android:orderInCategory="2"
|
||||
android:showAsAction="ifRoom"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/actionbar_settings"/>
|
||||
|
||||
<!-- <item android:id="@+id/search" android:title="@string/actionbar_search" android:icon="@drawable/ic_action_search"></item> -->
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<string name="actionbar_upload_from_apps">Content from other apps</string>
|
||||
<string name="actionbar_upload_files">Files</string>
|
||||
<string name="actionbar_open_with">Open with</string>
|
||||
<string name="actionbar_mkdir">Create directory</string>
|
||||
<string name="actionbar_mkdir">New folder</string>
|
||||
<string name="actionbar_settings">Settings</string>
|
||||
<string name="actionbar_see_details">Details</string>
|
||||
<string name="actionbar_send_file">Send</string>
|
||||
|
@ -41,7 +41,7 @@
|
|||
<string name="sync_string_files">Files</string>
|
||||
<string name="setup_btn_connect">Connect</string>
|
||||
<string name="uploader_btn_upload_text">Upload</string>
|
||||
<string name="uploader_top_message">Choose upload directory:</string>
|
||||
<string name="uploader_top_message">Choose upload folder:</string>
|
||||
<string name="uploader_wrn_no_account_title">No account found</string>
|
||||
<string name="uploader_wrn_no_account_text">There are no %1$s accounts on your device. Please setup an account first.</string>
|
||||
<string name="uploader_wrn_no_account_setup_btn_text">Setup</string>
|
||||
|
@ -76,7 +76,7 @@
|
|||
<string name="delete_account">Delete account</string>
|
||||
<string name="create_account">Create account</string>
|
||||
<string name="upload_chooser_title">Upload from …</string>
|
||||
<string name="uploader_info_dirname">Directory name</string>
|
||||
<string name="uploader_info_dirname">Folder name</string>
|
||||
<string name="uploader_upload_in_progress_ticker">Uploading …</string>
|
||||
<string name="uploader_upload_in_progress_content">%1$d%% Uploading %2$s</string>
|
||||
<string name="uploader_upload_succeeded_ticker">Upload succeeded</string>
|
||||
|
@ -99,8 +99,8 @@
|
|||
<string name="sync_fail_in_favourites_ticker">Kept-in-sync files failed</string>
|
||||
<string name="sync_fail_in_favourites_content">Contents of %1$d files could not be sync\'ed (%2$d conflicts)</string>
|
||||
<string name="sync_foreign_files_forgotten_ticker">Some local files were forgotten</string>
|
||||
<string name="sync_foreign_files_forgotten_content">%1$d files out of the %2$s directory could not be copied into</string>
|
||||
<string name="sync_foreign_files_forgotten_explanation">As of version 1.3.16, files uploaded from this device are copied into the local %1$s folder to prevent data loss when a single file is synced with multiple accounts.\n\nDue to this change, all files uploaded in previous versions of this app were copied into the %2$s folder. However, an error prevented the completion of this operation during account synchronization. You may either leave the file(s) as is and remove the link to %3$s, or move the file(s) into the %1$s directory and retain the link to %4$s.\n\nListed below are the local file(s), and the remote file(s) in %5$s they were linked to.</string>
|
||||
<string name="sync_foreign_files_forgotten_content">%1$d files out of the %2$s folder could not be copied into</string>
|
||||
<string name="sync_foreign_files_forgotten_explanation">As of version 1.3.16, files uploaded from this device are copied into the local %1$s folder to prevent data loss when a single file is synced with multiple accounts.\n\nDue to this change, all files uploaded in previous versions of this app were copied into the %2$s folder. However, an error prevented the completion of this operation during account synchronization. You may either leave the file(s) as is and remove the link to %3$s, or move the file(s) into the %1$s folder and retain the link to %4$s.\n\nListed below are the local file(s), and the remote file(s) in %5$s they were linked to.</string>
|
||||
<string name="sync_current_folder_was_removed">Folder %1$s does not exist anymore</string>
|
||||
<string name="foreign_files_move">"Move all"</string>
|
||||
<string name="foreign_files_success">"All files were moved"</string>
|
||||
|
@ -185,7 +185,7 @@
|
|||
<string name="rename_server_fail_msg">"Rename could not be completed"</string>
|
||||
<string name="sync_file_fail_msg">Remote file could not be checked</string>
|
||||
<string name="sync_file_nothing_to_do_msg">File contents already synchronized</string>
|
||||
<string name="create_dir_fail_msg">Directory could not be created</string>
|
||||
<string name="create_dir_fail_msg">Folder could not be created</string>
|
||||
<string name="filename_forbidden_characters">Forbidden characters: / \\ < > : " | ? *</string>
|
||||
<string name="wait_a_moment">Wait a moment</string>
|
||||
<string name="filedisplay_unexpected_bad_get_content">"Unexpected problem ; please select the file from a different app"</string>
|
||||
|
@ -238,7 +238,7 @@
|
|||
<string name="preview_image_description">Image preview</string>
|
||||
<string name="preview_image_error_unknown_format">This image can not be shown</string>
|
||||
|
||||
<string name="error__upload__local_file_not_copied">%1$s could not be copied to %2$s local directory</string>
|
||||
<string name="error__upload__local_file_not_copied">%1$s could not be copied to %2$s local folder</string>
|
||||
<string name="actionbar_failed_instant_upload">Failed InstantUpload</string>
|
||||
<string name="failed_upload_headline_text">Failed instant uploads</string>
|
||||
<string name="failed_upload_headline_hint">Summary of all failed instant uploads</string>
|
||||
|
|
Loading…
Reference in a new issue