Blame view

sources/core/l10n/is.php 4.83 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  "Sunday" => "Sunnudagur",
  "Monday" => "Mánudagur",
  "Tuesday" => "Þriðjudagur",
  "Wednesday" => "Miðvikudagur",
  "Thursday" => "Fimmtudagur",
  "Friday" => "Föstudagur",
  "Saturday" => "Laugardagur",
  "January" => "Janúar",
  "February" => "Febrúar",
  "March" => "Mars",
  "April" => "Apríl",
  "May" => "Maí",
  "June" => "Júní",
  "July" => "Júlí",
  "August" => "Ágúst",
  "September" => "September",
  "October" => "Október",
  "November" => "Nóvember",
  "December" => "Desember",
  "Settings" => "Stillingar",
6d9380f96   Cédric Dupont   Update sources OC...
23
24
  "Folder" => "Mappa",
  "Saving..." => "Er að vista ...",
31b7f2792   Kload   Upgrade to ownclo...
25
26
27
  "seconds ago" => "sek.",
  "_%n minute ago_::_%n minutes ago_" => array("",""),
  "_%n hour ago_::_%n hours ago_" => array("",""),
03e52840d   Kload   Init
28
29
  "today" => "í dag",
  "yesterday" => "í gær",
31b7f2792   Kload   Upgrade to ownclo...
30
  "_%n day ago_::_%n days ago_" => array("",""),
03e52840d   Kload   Init
31
  "last month" => "síðasta mánuði",
31b7f2792   Kload   Upgrade to ownclo...
32
  "_%n month ago_::_%n months ago_" => array("",""),
03e52840d   Kload   Init
33
  "last year" => "síðasta ári",
31b7f2792   Kload   Upgrade to ownclo...
34
  "years ago" => "einhverjum árum",
6d9380f96   Cédric Dupont   Update sources OC...
35
  "Reset password" => "Endursetja lykilorð",
03e52840d   Kload   Init
36
  "Yes" => "Já",
31b7f2792   Kload   Upgrade to ownclo...
37
  "No" => "Nei",
6d9380f96   Cédric Dupont   Update sources OC...
38
  "Choose" => "Veldu",
03e52840d   Kload   Init
39
  "Ok" => "Í lagi",
31b7f2792   Kload   Upgrade to ownclo...
40
41
42
  "_{count} file conflict_::_{count} file conflicts_" => array("",""),
  "Cancel" => "Hætta við",
  "Shared" => "Deilt",
03e52840d   Kload   Init
43
  "Share" => "Deila",
31b7f2792   Kload   Upgrade to ownclo...
44
  "Error" => "Villa",
03e52840d   Kload   Init
45
46
47
48
49
  "Error while sharing" => "Villa við deilingu",
  "Error while unsharing" => "Villa við að hætta deilingu",
  "Error while changing permissions" => "Villa við að breyta aðgangsheimildum",
  "Shared with you and the group {group} by {owner}" => "Deilt með þér og hópnum {group} af {owner}",
  "Shared with you by {owner}" => "Deilt með þér af {owner}",
03e52840d   Kload   Init
50
  "Password protect" => "Verja með lykilorði",
03e52840d   Kload   Init
51
52
53
54
55
56
57
58
59
60
61
62
63
64
  "Email link to person" => "Senda vefhlekk í tölvupóstu til notenda",
  "Send" => "Senda",
  "Set expiration date" => "Setja gildistíma",
  "Expiration date" => "Gildir til",
  "Share via email:" => "Deila með tölvupósti:",
  "No people found" => "Engir notendur fundust",
  "Resharing is not allowed" => "Endurdeiling er ekki leyfð",
  "Shared in {item} with {user}" => "Deilt með {item} ásamt {user}",
  "Unshare" => "Hætta deilingu",
  "can edit" => "getur breytt",
  "access control" => "aðgangsstýring",
  "create" => "mynda",
  "update" => "uppfæra",
  "delete" => "eyða",
03e52840d   Kload   Init
65
66
67
68
69
  "Password protected" => "Verja með lykilorði",
  "Error unsetting expiration date" => "Villa við að aftengja gildistíma",
  "Error setting expiration date" => "Villa við að setja gildistíma",
  "Sending ..." => "Sendi ...",
  "Email sent" => "Tölvupóstur sendur",
31b7f2792   Kload   Upgrade to ownclo...
70
71
72
73
74
  "Warning" => "Aðvörun",
  "The object type is not specified." => "Tegund ekki tilgreind",
  "Delete" => "Eyða",
  "Add" => "Bæta við",
  "The update was successful. Redirecting you to ownCloud now." => "Uppfærslan heppnaðist. Beini þér til ownCloud nú.",
03e52840d   Kload   Init
75
76
  "Use the following link to reset your password: {link}" => "Notað eftirfarandi veftengil til að endursetja lykilorðið þitt: {link}",
  "You will receive a link to reset your password via Email." => "Þú munt fá veftengil í tölvupósti til að endursetja lykilorðið.",
03e52840d   Kload   Init
77
  "Username" => "Notendanafn",
03e52840d   Kload   Init
78
  "New password" => "Nýtt lykilorð",
31b7f2792   Kload   Upgrade to ownclo...
79
  "Personal" => "Um mig",
03e52840d   Kload   Init
80
81
  "Users" => "Notendur",
  "Apps" => "Forrit",
31b7f2792   Kload   Upgrade to ownclo...
82
  "Admin" => "Stjórnun",
03e52840d   Kload   Init
83
84
85
  "Help" => "Hjálp",
  "Access forbidden" => "Aðgangur bannaður",
  "Cloud not found" => "Ský finnst ekki",
03e52840d   Kload   Init
86
87
88
89
  "Security Warning" => "Öryggis aðvörun",
  "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Enginn traustur slembitölugjafi í boði, vinsamlegast virkjaðu PHP OpenSSL viðbótina.",
  "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Án öruggs slembitölugjafa er mögulegt að sjá fyrir öryggis auðkenni til að endursetja lykilorð og komast inn á aðganginn þinn.",
  "Create an <strong>admin account</strong>" => "Útbúa <strong>vefstjóra aðgang</strong>",
6d9380f96   Cédric Dupont   Update sources OC...
90
  "Password" => "Lykilorð",
03e52840d   Kload   Init
91
92
  "Data folder" => "Gagnamappa",
  "Configure the database" => "Stilla gagnagrunn",
03e52840d   Kload   Init
93
94
95
96
97
98
  "Database user" => "Gagnagrunns notandi",
  "Database password" => "Gagnagrunns lykilorð",
  "Database name" => "Nafn gagnagrunns",
  "Database tablespace" => "Töflusvæði gagnagrunns",
  "Database host" => "Netþjónn gagnagrunns",
  "Finish setup" => "Virkja uppsetningu",
31b7f2792   Kload   Upgrade to ownclo...
99
  "%s is available. Get more information on how to update." => "%s er til boða. Fáðu meiri upplýsingar um hvernig þú uppfærir.",
03e52840d   Kload   Init
100
101
102
103
  "Log out" => "Útskrá",
  "Automatic logon rejected!" => "Sjálfvirkri innskráningu hafnað!",
  "If you did not change your password recently, your account may be compromised!" => "Ef þú breyttir ekki lykilorðinu þínu fyrir skömmu, er mögulegt að einhver annar hafi komist inn á aðganginn þinn.",
  "Please change your password to secure your account again." => "Vinsamlegast breyttu lykilorðinu þínu til að tryggja öryggi þitt.",
03e52840d   Kload   Init
104
  "remember" => "muna eftir mér",
6d9380f96   Cédric Dupont   Update sources OC...
105
  "Log in" => "<strong>Skrá inn</strong>"
03e52840d   Kload   Init
106
  );
31b7f2792   Kload   Upgrade to ownclo...
107
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";