nextcloud/apps/files_external/l10n/is.php

27 lines
1014 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-04-30 09:57:53 +04:00
"Location" => "Staðsetning",
2014-05-17 09:57:38 +04:00
"Host" => "Netþjónn",
2014-04-30 09:57:53 +04:00
"Username" => "Notendanafn",
"Password" => "Lykilorð",
"Share" => "Deila",
2014-05-16 09:55:55 +04:00
"URL" => "URL",
2012-12-31 03:05:31 +04:00
"Access granted" => "Aðgengi veitt",
"Error configuring Dropbox storage" => "Villa við að setja upp Dropbox gagnasvæði",
"Grant access" => "Veita aðgengi",
"Please provide a valid Dropbox app key and secret." => "Gefðu upp virkan Dropbox lykil og leynikóða",
"Error configuring Google Drive storage" => "Villa kom upp við að setja upp Google Drive gagnasvæði",
"External Storage" => "Ytri gagnageymsla",
2013-03-01 03:07:02 +04:00
"Folder name" => "Nafn möppu",
2012-12-31 03:05:31 +04:00
"Configuration" => "Uppsetning",
"Options" => "Stillingar",
"All Users" => "Allir notendur",
"Groups" => "Hópar",
"Users" => "Notendur",
"Delete" => "Eyða",
"Enable User External Storage" => "Virkja ytra gagnasvæði notenda",
"SSL root certificates" => "SSL rótar skilríki",
"Import Root Certificate" => "Flytja inn rótar skilríki"
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";