diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-29 00:07:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-29 00:07:41 +0000 |
commit | 58513255d26c08fc5921ce57dde2560e351c19f4 (patch) | |
tree | 6fb58aa59ab4e40117dd72ae23c1f54e19e703b5 /lib/l10n/is.js | |
parent | 1f7124a57bde8713c4bfa039d69d034b4b9f14cd (diff) | |
download | nextcloud-server-58513255d26c08fc5921ce57dde2560e351c19f4.tar.gz nextcloud-server-58513255d26c08fc5921ce57dde2560e351c19f4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/is.js')
-rw-r--r-- | lib/l10n/is.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/is.js b/lib/l10n/is.js index b3802c3c674..ceadf0bb098 100644 --- a/lib/l10n/is.js +++ b/lib/l10n/is.js @@ -38,6 +38,7 @@ OC.L10N.register( "Help" : "Hjálp", "Apps" : "Forrit", "Personal" : "Einka", + "Log out" : "Skrá út", "Users" : "Notendur", "Admin" : "Stjórnun", "APCu" : "APCu", @@ -158,9 +159,16 @@ OC.L10N.register( "Cannot write into \"apps\" directory" : "Get ekki skrifað í \"apps\" möppuna", "Cannot create \"data\" directory (%s)" : "Get ekki búið til \"data\" möppu (%s)", "Setting locale to %s failed" : "Mistókst að setja upp staðfærsluna %s", + "Please install one of these locales on your system and restart your webserver." : "Settu upp eina af þessum staðfærslum og endurræstu vefþjóninn.", "Please ask your server administrator to install the module." : "Biddu kerfisstjórann þinn um að setja eininguna upp.", "PHP module %s not installed." : "PHP-einingin %s er ekki uppsett.", "PHP setting \"%s\" is not set to \"%s\"." : "PHP-stillingin \"%s\" er ekki sett á \"%s\".", + "Adjusting this setting in php.ini will make Nextcloud run again" : "Ef þessi stilling er löguð í php.ini mun Nextcloud keyra aftur", + "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload er stillt á \"%s\" í stað gildisins \"0\" eins og vænst var", + "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Til að laga þetta vandamál ættirðu að setja <code>mbstring.func_overload</code> sem <code>0</code> í php.ini", + "libxml2 2.7.0 is at least required. Currently %s is installed." : "Krafist er libxml2 2.7.0 hið minnsta. Núna er %s uppsett.", + "To fix this issue update your libxml2 version and restart your web server." : "Til að laga þetta vandamál ættirðu að uppfæra útgáfu þína af libxml2 og endurræsa vefþjóninn.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP virðist vera sett upp to fjarlægja innantextablokkir (inline doc blocks). Þetta mun gera ýmis kjarnaforrit óaðgengileg.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Þessu veldur væntanlega biðminni/hraðall á borð við Zend OPcache eða eAccelerator.", "Please ask your server administrator to restart the web server." : "Biddu kerfisstjórann þinn um að endurræsa vefþjóninn.", "PostgreSQL >= 9 required" : "Krefst PostgreSQL >= 9", |