diff options
Diffstat (limited to 'lib/l10n/is.js')
-rw-r--r-- | lib/l10n/is.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/is.js b/lib/l10n/is.js index 0b7315efd37..2f44e5f4c72 100644 --- a/lib/l10n/is.js +++ b/lib/l10n/is.js @@ -172,7 +172,6 @@ OC.L10N.register( "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Þetta er venjulega hægt að laga með því að gefa vefþjóninum skrifréttindi í stillingamöppuna. Sjá %s", "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Eða, ef þú vilt halda config.php skránni aðeins til lestrar, settu valkostinn \"config_is_read_only\" á 'true' í henni. Skoðaðu %s", "Cannot write into \"apps\" directory" : "Get ekki skrifað í \"apps\" möppuna", - "Cannot create \"data\" directory" : "Get ekki búið til \"data\" möppu", "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Þetta er venjulega hægt að laga með því að gefa vefþjóninum skrifréttindi í rótarmöppuna. Sjá %s", "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Heimildir er venjulega hægt að laga með því að gefa vefþjóninum skrifréttindi í rótarmöppuna. Sjá %s", "Setting locale to %s failed" : "Mistókst að setja upp staðfærsluna %s", @@ -216,6 +215,7 @@ OC.L10N.register( "Files can’t be shared with delete permissions" : "Ekki er hægt að deila skrá með eyða-heimildum", "Files can’t be shared with create permissions" : "Ekki er hægt að deila skrá með búa-til-heimildum", "Can’t set expiration date more than %s days in the future" : "Ekki er hægt að setja lokadagsetningu meira en %s daga fram í tímann", - "Can't read file" : "Get ekki lesið skrána" + "Can't read file" : "Get ekki lesið skrána", + "Cannot create \"data\" directory" : "Get ekki búið til \"data\" möppu" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); |