diff options
Diffstat (limited to 'res/values/cm_plurals.xml')
-rw-r--r-- | res/values/cm_plurals.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/res/values/cm_plurals.xml b/res/values/cm_plurals.xml index 6fb1e3e..d9b3a31 100644 --- a/res/values/cm_plurals.xml +++ b/res/values/cm_plurals.xml @@ -1,10 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2013-2014 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. @@ -16,4 +19,9 @@ <item quantity="one"><xliff:g id="seconds">%d</xliff:g> second</item> <item quantity="other"><xliff:g id="seconds">%d</xliff:g> seconds</item> </plurals> -</resources>
\ No newline at end of file + + <plurals name="app_ops_count"> + <item quantity="one">once</item> + <item quantity="other">%d times</item> + </plurals> +</resources> |