Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Duplicati/Library/Backend/HubiC/Strings.cs')
-rw-r--r--Duplicati/Library/Backend/HubiC/Strings.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Duplicati/Library/Backend/HubiC/Strings.cs b/Duplicati/Library/Backend/HubiC/Strings.cs
index 1384b93d0..efd99afe9 100644
--- a/Duplicati/Library/Backend/HubiC/Strings.cs
+++ b/Duplicati/Library/Backend/HubiC/Strings.cs
@@ -20,10 +20,8 @@ namespace Duplicati.Library.Backend.Strings
internal static class HubiC {
public static string Description { get { return LC.L(@"This backend can read and write data to HubiC. Supported format is ""hubic://container/folder""."); } }
public static string DisplayName { get { return LC.L(@"HubiC"); } }
- public static string MissingAuthID(string url) { return LC.L(@"You need an AuthID, you can get it from: {0}", url); }
public static string AuthidShort { get { return LC.L(@"The authorization code"); } }
public static string AuthidLong(string url) { return LC.L(@"The authorization token retrieved from {0}", url); }
-
}
}