Merge branch 'develop' into ADFS_auth_support
authorjabarros <jabarros@solidgear.es>
Tue, 9 Sep 2014 11:17:41 +0000 (13:17 +0200)
committerjabarros <jabarros@solidgear.es>
Tue, 9 Sep 2014 11:17:41 +0000 (13:17 +0200)
Conflicts:
res/values/strings.xml

1  2 
res/values/strings.xml

        <string name="prefs_add_account">Add account</string>
        <string name="auth_redirect_non_secure_connection_title">Secure connection is redirected through an unsecured route.</string>
  
 +      <string name="saml_authentication_required_text">Authentication required</string>
 +      <string name="saml_authentication_wrong_pass">Wrong password</string>
+       <string name="actionbar_move">Move</string>
+       <string name="file_list_empty_moving">Nothing in here. You can add a folder!</string>
+       <string name="move_choose_button_text">Choose</string>
+       <string name="move_file_not_found">Unable to move. Please check whether the file exists</string>
+       <string name="move_file_invalid_into_descendent">It is not possible to move a folder into a descendant</string>
+       <string name="move_file_invalid_overwrite">The file exists already in the destination folder</string>
+       <string name="move_file_error">An error occurred while trying to move this file or folder</string>
+       <string name="forbidden_permissions_move">to move this file</string>
  
  </resources>