aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-nb/plurals.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-nb/plurals.xml')
-rw-r--r--res/values-nb/plurals.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values-nb/plurals.xml b/res/values-nb/plurals.xml
index 9f1cb786..5c58c57a 100644
--- a/res/values-nb/plurals.xml
+++ b/res/values-nb/plurals.xml
@@ -17,8 +17,8 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="n_folders">
- <item quantity="one">0 mapper</item>
- <item quantity="other">1 mappe</item>
+ <item quantity="one"><xliff:g id="folders">%1$d</xliff:g> mappe</item>
+ <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> mapper</item>
</plurals>
<plurals name="n_files">
<item quantity="one">0 filer</item>
@@ -32,7 +32,7 @@
<!-- Statusbar text if there are selected files or folders -->
<plurals name="selection_folders">
<item quantity="one"><xliff:g id="folders">%1$d</xliff:g> mappe valgt.</item>
- <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> mappe valgt.</item>
+ <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> mapper valgt.</item>
</plurals>
<plurals name="selection_files">
<item quantity="one"><xliff:g id="files">%1$d</xliff:g> fil valgt.</item>