diff options
Diffstat (limited to 'apps/theming/l10n')
-rw-r--r-- | apps/theming/l10n/is.js | 3 | ||||
-rw-r--r-- | apps/theming/l10n/is.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/theming/l10n/is.js b/apps/theming/l10n/is.js index 0a878bc8c0b..bac510c88b5 100644 --- a/apps/theming/l10n/is.js +++ b/apps/theming/l10n/is.js @@ -8,8 +8,11 @@ OC.L10N.register( "Name cannot be empty" : "Heiti má ekki vera tómt", "The given name is too long" : "Uppgefið nafn er of langt", "The given web address is too long" : "Uppgefið veffang er of langt", + "The given web address is not a valid URL" : "Uppgefið veffang er ekki gild vefslóð", "The given legal notice address is too long" : "Uppgefið veffang lagatexta er of langt", + "The given legal notice address is not a valid URL" : "Uppgefið veffang lagatexta er ekki gild vefslóð", "The given privacy policy address is too long" : "Veffang á stefnu um meðferð persónulegra gagna er of langt", + "The given privacy policy address is not a valid URL" : "Veffang á stefnu um meðferð persónulegra gagna er ekki gild vefslóð", "The given slogan is too long" : "Uppgefið slagorð er of langt", "The given color is invalid" : "Uppgefinn litur er ógildur", "The file was uploaded" : "Skráin var send inn", diff --git a/apps/theming/l10n/is.json b/apps/theming/l10n/is.json index 5eadd38fb8e..e4ad9019783 100644 --- a/apps/theming/l10n/is.json +++ b/apps/theming/l10n/is.json @@ -6,8 +6,11 @@ "Name cannot be empty" : "Heiti má ekki vera tómt", "The given name is too long" : "Uppgefið nafn er of langt", "The given web address is too long" : "Uppgefið veffang er of langt", + "The given web address is not a valid URL" : "Uppgefið veffang er ekki gild vefslóð", "The given legal notice address is too long" : "Uppgefið veffang lagatexta er of langt", + "The given legal notice address is not a valid URL" : "Uppgefið veffang lagatexta er ekki gild vefslóð", "The given privacy policy address is too long" : "Veffang á stefnu um meðferð persónulegra gagna er of langt", + "The given privacy policy address is not a valid URL" : "Veffang á stefnu um meðferð persónulegra gagna er ekki gild vefslóð", "The given slogan is too long" : "Uppgefið slagorð er of langt", "The given color is invalid" : "Uppgefinn litur er ógildur", "The file was uploaded" : "Skráin var send inn", |