summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOdin Ugedal <odinuge@gmail.com>2013-05-09 20:59:24 +0200
committerOdin Ugedal <odinuge@gmail.com>2013-05-11 11:16:43 +0200
commit59b1bc24138853c66880c15ca732629e6010c9d5 (patch)
tree32f6862d3d66fda3bd28d0f9c2f7746f3fa2cc9a
parent5e1468377d5bcd3d6295cc771323b003580fd3ff (diff)
downloadpackages_apps_Mms-59b1bc24138853c66880c15ca732629e6010c9d5.zip
packages_apps_Mms-59b1bc24138853c66880c15ca732629e6010c9d5.tar.gz
packages_apps_Mms-59b1bc24138853c66880c15ca732629e6010c9d5.tar.bz2
Mms: NB translation
PS2: Trying to make Cid happy! Commit for staging: http://review.cyanogenmod.org/#/c/37277/ Change-Id: I8bc2745f93f3c88ce4530e24299040efc637f4de
-rw-r--r--[-rwxr-xr-x]res/values-nb/cm_arrays.xml0
-rw-r--r--res/values-nb/cm_plurals.xml21
2 files changed, 21 insertions, 0 deletions
diff --git a/res/values-nb/cm_arrays.xml b/res/values-nb/cm_arrays.xml
index f3ac335..f3ac335 100755..100644
--- a/res/values-nb/cm_arrays.xml
+++ b/res/values-nb/cm_arrays.xml
diff --git a/res/values-nb/cm_plurals.xml b/res/values-nb/cm_plurals.xml
new file mode 100644
index 0000000..bccab83
--- /dev/null
+++ b/res/values-nb/cm_plurals.xml
@@ -0,0 +1,21 @@
+<?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="template_confirm_delete_conversation">
+ <item quantity="one">Én mal blir slettet.</item>
+ <item quantity="other"><xliff:g id="number" example="15">%1$s</xliff:g> maler blir slettet.</item>
+ </plurals>
+</resources>