diff options
| author | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-01-11 22:42:09 +0200 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-01-11 22:42:09 +0200 |
| commit | b5b16f7a9c3d298b6473c5056c40299dbc7235a7 (patch) | |
| tree | 4b109d9e94ff8573acc278d40669c9ee0ef095f2 /res/values-nb | |
| parent | 533a7db16cf72114e3529b8f8f5bf24f28c75a42 (diff) | |
| download | android_packages_apps_ContactsCommon-b5b16f7a9c3d298b6473c5056c40299dbc7235a7.tar.gz android_packages_apps_ContactsCommon-b5b16f7a9c3d298b6473c5056c40299dbc7235a7.tar.bz2 android_packages_apps_ContactsCommon-b5b16f7a9c3d298b6473c5056c40299dbc7235a7.zip | |
Automatic translation import
Change-Id: I67b670b8424d5a8834e400f31aa3778ec6f1ca83
Diffstat (limited to 'res/values-nb')
| -rw-r--r-- | res/values-nb/cm_plurals.xml | 23 | ||||
| -rw-r--r-- | res/values-nb/cm_strings.xml | 3 |
2 files changed, 26 insertions, 0 deletions
diff --git a/res/values-nb/cm_plurals.xml b/res/values-nb/cm_plurals.xml new file mode 100644 index 00000000..e21e49a9 --- /dev/null +++ b/res/values-nb/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014-2015 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="export_sim_card_full"> + <item quantity="one">SIM-kortet er fullt, <xliff:g id="insertCount">%d </xliff:g> elementet ble eksportert</item> + <item quantity="other">SIM-kortet er fullt, <xliff:g id="insertCount">%d </xliff:g> elementer ble eksportert</item> + </plurals> +</resources> diff --git a/res/values-nb/cm_strings.xml b/res/values-nb/cm_strings.xml index 29b93bdc..a4efc0bb 100644 --- a/res/values-nb/cm_strings.xml +++ b/res/values-nb/cm_strings.xml @@ -19,6 +19,9 @@ <string name="local_storage_account" product="tablet">Lokal tablet konto</string> <string name="local_storage_account" product="default">Lokal mobilkonto</string> <string name="export_to_sim">Eksportere til SIM-kortet</string> + <string name="export_to_sim_summary">Eksportere til SIM <xliff:g id="sim_name"> ^ 1 </xliff:g>-<xliff:g id="sim_number"> ^ 2 </xliff:g></string> + <string name="export_to_sim_summary_no_number">Eksportere til SIM <xliff:g id="sim_name">%1$s </xliff:g></string> + <string name="share_failed">For mange kontakter, deling mislyktes</string> <string name="label_groups">Gruppe</string> <string name="exporting">Eksporterer\u2026</string> <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> <xliff:g id="total_number">%2$s</xliff:g> filer</string> |
