diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-21 02:30:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-21 02:30:14 +0000 |
commit | 78d8723d0cc8c726cc02dd41439f1c7e2a50136d (patch) | |
tree | 309032247bd62ee756313ecfb9b87ff806ed9fa5 /lib/l10n/is.js | |
parent | 761221bc80d01cd6f79f4e6ce4ba3fc298547ac1 (diff) | |
download | nextcloud-server-78d8723d0cc8c726cc02dd41439f1c7e2a50136d.tar.gz nextcloud-server-78d8723d0cc8c726cc02dd41439f1c7e2a50136d.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/is.js')
-rw-r--r-- | lib/l10n/is.js | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/lib/l10n/is.js b/lib/l10n/is.js index ca4b222f2e5..02b1963e647 100644 --- a/lib/l10n/is.js +++ b/lib/l10n/is.js @@ -205,22 +205,6 @@ OC.L10N.register( "%s enter the database name." : "%s settu inn nafn á gagnagrunni.", "%s you may not use dots in the database name" : "%s þú mátt ekki nota punkta í nafni á gagnagrunni", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Það lítur út eins og þessi %s uppsetning sé að keyra á 32-bita PHP umhverfi og að open_basedir hafi verið stillt í php.ini. Þetta mun valda vandamálum með skrár stærri en 4 GB og er stranglega mælt gegn því að þetta sé gert.", - "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Fjarlægðu stillinguna open_basedir úr php.ini eða skiptu yfir í 64-bita PHP.", - "Cannot write into \"config\" directory" : "Get ekki skrifað í \"config\" möppuna", - "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", - "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", - "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.", - "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", - "PostgreSQL >= 9 required" : "Krefst PostgreSQL >= 9", - "Please upgrade your database version" : "Uppfærðu útgáfu gagnagrunnsins", - "Your data directory is readable by other users" : "Gagnamappn þín er lesanleg fyrir aðra notendur", - "Your data directory must be an absolute path" : "Gagnamappan þín verður að vera með algilda slóð", - "Check the value of \"datadirectory\" in your configuration" : "Athugaðu gildi \"datadirectory\" í uppsetningunni þinni", - "Your data directory is invalid" : "Gagnamappan þín er ógild" + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Fjarlægðu stillinguna open_basedir úr php.ini eða skiptu yfir í 64-bita PHP." }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); |