Merge branch 'remember_last_share_location' into remember_last_share_location_fixed
authorDavid A. Velasco <dvelasco@solidgear.es>
Fri, 31 Oct 2014 14:23:59 +0000 (15:23 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Fri, 31 Oct 2014 14:23:59 +0000 (15:23 +0100)
1  2 
res/values/strings.xml

diff --combined res/values/strings.xml
      <string name="actionbar_settings">Settings</string>
      <string name="actionbar_see_details">Details</string>
      <string name="actionbar_send_file">Send</string>
 +    <string name="actionbar_sort">Sort</string>
 +    <string name="actionbar_sort_title">Sort by</string>
 +    <string-array name="actionbar_sortby">
 +      <item>A-Z</item>
 +      <item>Newest - Oldest</item>
 +      <!-- TODO re-enable when server-side folder size calculation is available   
 +      <item>Biggest - Smallest</item>  -->
 +    </string-array>
      <string name="prefs_category_general">General</string>
      <string name="prefs_category_more">More</string>
      <string name="prefs_accounts">Accounts</string>
@@@ -39,7 -31,9 +39,9 @@@
      <string name="prefs_recommend">Recommend to a friend</string>
      <string name="prefs_feedback">Feedback</string>
      <string name="prefs_imprint">Imprint</string>
-     
+     <string name="prefs_remember_last_share_location">Remember share location</string>
+     <string name="prefs_remember_last_upload_location_summary">Remember last share upload location</string>
        <string name="recommend_subject">"Try %1$s on your smartphone!"</string>
        <string name="recommend_text">"I want to invite you to use %1$s on your smartphone!\nDownload here: %2$s"</string>
  
        <string name="network_error_socket_timeout_exception">An error occurred while waiting for the server, the operation couldn\'t have been done</string>
        <string name="network_error_connect_timeout_exception">An error occurred while waiting for the server, the operation couldn\'t have been done</string>
        <string name="network_host_not_available">The operation couldn\'t be completed, server is unavailable</string>
        <string name="empty"></string>
        
        <string name="forbidden_permissions">You do not have permission %s</string>
  
        <string name="prefs_category_accounts">Accounts</string>
        <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="auth_redirect_non_secure_connection_title">Secure connection is redirected to an unsecured route.</string>
  
        <string name="actionbar_logger">Logs</string>
        <string name="log_send_history_button">Send History</string>
  
        <string name="prefs_category_instant_uploading">Instant Uploads</string>
        <string name="prefs_category_security">Security</string>
  </resources>