diff options
author | friendica <info@friendica.com> | 2014-03-11 15:53:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-11 15:53:06 -0700 |
commit | 7733be7b58e9ffe36db7fd36b9a482fe6a842cd8 (patch) | |
tree | 6b1ab02ba2787c0794fd146aed6a3e236405ed94 /view/nb-no/strings.php | |
parent | 25901a7bc44eb4924cd5e0f6bb646221ccfd1515 (diff) | |
download | volse-hubzilla-7733be7b58e9ffe36db7fd36b9a482fe6a842cd8.tar.gz volse-hubzilla-7733be7b58e9ffe36db7fd36b9a482fe6a842cd8.tar.bz2 volse-hubzilla-7733be7b58e9ffe36db7fd36b9a482fe6a842cd8.zip |
norwegian strings update
Diffstat (limited to 'view/nb-no/strings.php')
-rw-r--r-- | view/nb-no/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/nb-no/strings.php b/view/nb-no/strings.php index 708a69a5a..74d279a3f 100644 --- a/view/nb-no/strings.php +++ b/view/nb-no/strings.php @@ -332,7 +332,7 @@ $a->strings["less than a minute"] = "mindre enn ett minutt"; $a->strings["about a minute"] = "omtrent et minutt"; $a->strings["%d minutes"] = "%d minutter"; $a->strings["about an hour"] = "omtrent en time"; -$a->strings["about %d hours"] = "om %d timer"; +$a->strings["about %d hours"] = "omtrent %d timer"; $a->strings["a day"] = "en dag"; $a->strings["%d days"] = "%d dager"; $a->strings["about a month"] = "omtrent en måned"; |