diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-26 01:55:15 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-26 01:55:15 -0400 |
commit | 3e33b686b18b9e698ed16bf4466666357be0c407 (patch) | |
tree | fb3a615f8f5c16ef0fa7acaf86633817f02c8b76 /apps/files_external | |
parent | ae97b8e1c24e02afe933de2b6c34f958e6334e19 (diff) | |
download | nextcloud-server-3e33b686b18b9e698ed16bf4466666357be0c407.tar.gz nextcloud-server-3e33b686b18b9e698ed16bf4466666357be0c407.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/l10n/is.js | 6 | ||||
-rw-r--r-- | apps/files_external/l10n/is.json | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/files_external/l10n/is.js b/apps/files_external/l10n/is.js index 0b27c9c52fa..4ea2081014a 100644 --- a/apps/files_external/l10n/is.js +++ b/apps/files_external/l10n/is.js @@ -1,12 +1,16 @@ OC.L10N.register( "files_external", { + "Fetching request tokens failed. Verify that your app key and secret are correct." : "Mistókst að ná í beiðniteikn (request token). Gakktu úr skugga um að forritslykill og leynilykill séu réttir.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Mistókst að ná í aðgangsteikn (access token). Gakktu úr skugga um að forritslykill og leynilykill séu réttir.", + "Please provide a valid app key and secret." : "Settu inn gildan forritslykil og leynilykil (secret).", "Step 1 failed. Exception: %s" : "Skref 1 mistókst. Undantekning: %s", "Step 2 failed. Exception: %s" : "Skref 2 mistókst. Undantekning: %s", "External storage" : "Ytri gagnageymsla", "Storage with id \"%i\" not found" : "Geymsla með auðkennið '%i' fannst ekki", "Invalid backend or authentication mechanism class" : "Ógildur flokkur bakenda eða auðkenningartækni", "Invalid mount point" : "Ógildur tengipunktur", + "Objectstore forbidden" : "Hlutageymsla (objectstore) bönnuð", "Invalid storage backend \"%s\"" : "Ógildur geymslubakendi \"%s\"", "Not permitted to use backend \"%s\"" : "Ekki leyft að nota \"%s\" bakendann", "Not permitted to use authentication mechanism \"%s\"" : "Ekki leyft að nota \"%s\" auðkenningartæknina", @@ -60,6 +64,8 @@ OC.L10N.register( "Client ID" : "Biðlaraauðkenni", "Client secret" : "Leynilykill biðlara", "OpenStack" : "OpenStack", + "Tenant name" : "Nafn handhafa (tenant)", + "Identity endpoint URL" : "Endapunktur auðkennisslóðar (identity endpoint URL)", "Rackspace" : "Rackspace", "API key" : "API-lykill", "Username and password" : "Notandanafn og lykilorð", diff --git a/apps/files_external/l10n/is.json b/apps/files_external/l10n/is.json index 460587941cf..bd424aca99e 100644 --- a/apps/files_external/l10n/is.json +++ b/apps/files_external/l10n/is.json @@ -1,10 +1,14 @@ { "translations": { + "Fetching request tokens failed. Verify that your app key and secret are correct." : "Mistókst að ná í beiðniteikn (request token). Gakktu úr skugga um að forritslykill og leynilykill séu réttir.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Mistókst að ná í aðgangsteikn (access token). Gakktu úr skugga um að forritslykill og leynilykill séu réttir.", + "Please provide a valid app key and secret." : "Settu inn gildan forritslykil og leynilykil (secret).", "Step 1 failed. Exception: %s" : "Skref 1 mistókst. Undantekning: %s", "Step 2 failed. Exception: %s" : "Skref 2 mistókst. Undantekning: %s", "External storage" : "Ytri gagnageymsla", "Storage with id \"%i\" not found" : "Geymsla með auðkennið '%i' fannst ekki", "Invalid backend or authentication mechanism class" : "Ógildur flokkur bakenda eða auðkenningartækni", "Invalid mount point" : "Ógildur tengipunktur", + "Objectstore forbidden" : "Hlutageymsla (objectstore) bönnuð", "Invalid storage backend \"%s\"" : "Ógildur geymslubakendi \"%s\"", "Not permitted to use backend \"%s\"" : "Ekki leyft að nota \"%s\" bakendann", "Not permitted to use authentication mechanism \"%s\"" : "Ekki leyft að nota \"%s\" auðkenningartæknina", @@ -58,6 +62,8 @@ "Client ID" : "Biðlaraauðkenni", "Client secret" : "Leynilykill biðlara", "OpenStack" : "OpenStack", + "Tenant name" : "Nafn handhafa (tenant)", + "Identity endpoint URL" : "Endapunktur auðkennisslóðar (identity endpoint URL)", "Rackspace" : "Rackspace", "API key" : "API-lykill", "Username and password" : "Notandanafn og lykilorð", |