diff options
Diffstat (limited to 'apps/profile/l10n/is.js')
-rw-r--r-- | apps/profile/l10n/is.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/profile/l10n/is.js b/apps/profile/l10n/is.js new file mode 100644 index 00000000000..29a6b2a4283 --- /dev/null +++ b/apps/profile/l10n/is.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "profile", + { + "You have not added any info yet" : "Þú hefur ekki bætt við neinum upplýsingum ennþá", + "{user} has not added any info yet" : "{user} hefur ekki bætt við neinum upplýsingum ennþá", + "Error opening the user status modal, try hard refreshing the page" : "Villa við að opna stöðuglugga notandans, prófaðu að þvinga endurlestur síðunnar", + "Edit Profile" : "Breyta sniði", + "The headline and about sections will show up here" : "Fyrirsögnin og hlutar um hugbúnaðinn munu birtast hér", + "Profile not found" : "Sniðið finnst ekki", + "The profile does not exist." : "Sniðið er ekki til.", + "Back to %s" : "Til baka í %s" +}, +"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); |