OSDN Git Service

CMFileManager: DA translation
authorJacob Overgaard Madsen <u2jacob@gmail.com>
Mon, 6 May 2013 20:37:05 +0000 (22:37 +0200)
committerGerrit Code Review <gerrit@cyanogenmod.org>
Thu, 9 May 2013 15:27:40 +0000 (08:27 -0700)
A few new strings and plurals.xml

Change-Id: I5fc8bf96f1bf7fa020bce7dbfca3bf2ad711504d

res/values-da/plurals.xml [new file with mode: 0644]
res/values-da/strings.xml

diff --git a/res/values-da/plurals.xml b/res/values-da/plurals.xml
new file mode 100644 (file)
index 0000000..0714906
--- /dev/null
@@ -0,0 +1,34 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+  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 fundet</item>
+    <item quantity="one">1 element fundet</item>
+    <item quantity="other"><xliff:g id="count">%d</xliff:g> elementer fundet</item>
+  </plurals>
+</resources>
index 821eeb2..e2a3ccc 100644 (file)
@@ -16,6 +16,7 @@
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
   <string name="app_name">Filstyring</string>
   <string name="app_description">En filstyring til CyanogenMod.</string>
+  <string name="datetime_format_order">%1$s %2$s</string>
   <string name="device_blockdevice">Blok-enheder</string>
   <string name="device_characterdevice">Tegn-enheder</string>
   <string name="device_namedpipe">Named pipe</string>
   <string name="fso_properties_dialog_owner">Ejer:</string>
   <string name="fso_properties_dialog_group">Gruppe:</string>
   <string name="fso_properties_dialog_others">Andre:</string>
-  <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>
   <string name="fso_properties_dialog_include_in_media_scan">Spring mediescanning over:</string>
   <string name="fso_failed_to_allow_media_scan">Kunne ikke tillade mediescanning</string>
   <string name="fso_failed_to_prevent_media_scan">Kunne ikke forhindre mediescanning</string>
   <string name="search_voice_hint">Indtal din søgning</string>
   <string name="search_error_msg">Der opstod en fejl under søgning. Ingen resultater fundet.</string>
   <string name="search_no_results_msg">Ingen resultater fundet.</string>
-  <plurals name="search_found_items">
-    <item quantity="zero">Ingen elementer fundet</item>
-    <item quantity="one">1 element fundet</item>
-    <item quantity="other"><xliff:g id="count">%d</xliff:g> elementer fundet</item>
-  </plurals>
   <string name="search_found_items_in_directory"><xliff:g id="items">%1$s</xliff:g> i <xliff:g id="path">%2$s</xliff:g></string>
   <string name="search_terms"><![CDATA[<b>Termer:</b>]]> <xliff:g id="terms">%1$s</xliff:g></string>
   <string name="search_few_characters_title">Bekræft søgning</string>
   <string name="mime_folder">Mappe</string>
   <string name="mime_symlink">Symbolsk link</string>
   <string name="mime_unknown">Ukendt</string>
+  <string name="filetime_format_mode_system">Systembestemt</string>
+  <string name="filetime_format_mode_locale">Landebestemt</string>
+  <string name="filetime_format_mode_ddMMyyyy_HHmmss">dd/mm/åååå tt:mm:ss</string>
+  <string name="filetime_format_mode_MMddyyyy_HHmmss">mm/dd/åååå tt:mm:ss</string>
+  <string name="filetime_format_mode_yyyyMMdd_HHmmss">åååå-mm-dd tt:mm:ss</string>
   <string name="selection_one_folder"><xliff:g id="folders">%1$s</xliff:g> mappe valgt.</string>
   <string name="selection_other_folders"><xliff:g id="folders">%1$s</xliff:g> mapper valgt.</string>
   <string name="selection_one_file"><xliff:g id="files">%1$s</xliff:g> fil valgt.</string>
   <string name="pref_general_behaviour_category">Generelt</string>
   <string name="pref_case_sensitive_sort">Brug case-sensitiv sortering</string>
   <string name="pref_case_sensitive_sort_summary">Forskel på store/små bogstaver ved navigering eller sortering af søgeresultater</string>
+  <string name="pref_filetime_format_mode">Format til dato/tid</string>
   <string name="pref_disk_usage_warning_level">Advarsel om diskforbrug</string>
   <string name="pref_disk_usage_warning_level_summary" formatted="false">Vis en anderledes farve i diskforbrugs-widgets, når de når <xliff:g id="level">%1$s</xliff:g> procent af ledig diskplads</string>
   <string name="pref_compute_folder_statistics">Beregn mappestatistikker</string>