Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 034b79b0 authored by Odin Ugedal's avatar Odin Ugedal
Browse files

CMFileManager: NB translation

Patch set 2: Fixed typos
Patch set 3: Additional styling fixes, that also need
             to be addressed in the default translations
Patch set 4: Translated /themes/res/....

Change-Id: I1c5d2846cfaad2908647173753c81473ab7a3004
parent d2a9b3f4
Loading
Loading
Loading
Loading
+32 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The CyanogenMod Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <plurals name="fso_properties_dialog_folders">
        <item quantity="zero">0 mapper</item>
        <item quantity="one">1 mappe</item>
        <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> mapper</item>
    </plurals>
    <plurals name="fso_properties_dialog_files">
        <item quantity="zero">0 filer</item>
        <item quantity="one">1 fil</item>
        <item quantity="other"><xliff:g id="files">%1$d</xliff:g> filer</item>
    </plurals>
    <plurals name="search_found_items">
        <item quantity="zero">Ingen elementer funnet</item>
        <item quantity="one">1 element funnet</item>
        <item quantity="other"><xliff:g id="count">%d</xliff:g> elementer funnet</item>
    </plurals>
</resources>
+368 −0

File added.

Preview size limit exceeded, changes collapsed.

+20 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The CyanogenMod Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
 -->

<resources>
    <string name="dark_theme_name">Mørkt Tema</string>
    <string name="dark_theme_desc">Et mørkt tema for CyanogenMod filbehandler.</string>
</resources>