diff options
author | Eddy Witkamp <eddywitkamp@gmail.com> | 2013-05-09 14:57:13 +0200 |
---|---|---|
committer | Eddy Witkamp <eddywitkamp@gmail.com> | 2013-05-09 14:57:20 +0200 |
commit | 8e272811e793315357740f75d9d2201d83189572 (patch) | |
tree | 098f0ddc5882a5ba9958e8b5f60cc0860dce9581 | |
parent | 572ad569ed6830d4938bf94d4f381534b3b1e8c2 (diff) | |
download | android_packages_apps_CMFileManager-8e272811e793315357740f75d9d2201d83189572.tar.gz android_packages_apps_CMFileManager-8e272811e793315357740f75d9d2201d83189572.tar.bz2 android_packages_apps_CMFileManager-8e272811e793315357740f75d9d2201d83189572.zip |
CMFM: Update translations
Change-Id: I98e4dd6a01a7d183adb7eec4d6ef960b1c9182c0
-rw-r--r-- | res/values-fr/strings.xml | 4 | ||||
-rw-r--r-- | res/values/arrays.xml | 3 | ||||
-rw-r--r-- | res/values/plurals.xml | 6 | ||||
-rw-r--r-- | res/values/strings.xml | 11 |
4 files changed, 12 insertions, 12 deletions
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 830c0fb8..3dad12c8 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -17,6 +17,10 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="app_name">Explorateur de fichiers</string> <string name="app_description">Explorateur de fichiers CyanogenMod</string> + <string name="size_bytes">o</string> + <string name="size_kilobytes">ko</string> + <string name="size_megabytes">Mo</string> + <string name="size_gigabytes">Go</string> <string name="datetime_format_order">%1$s %2$s</string> <string name="device_blockdevice">Block device</string> <string name="device_characterdevice">Character device</string> diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 3dd4823c..fd4f4857 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -13,8 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - -<resources xmlns:android="http://schemas.android.com/apk/res/android"> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- The strings of the menu for navigation sort mode enumeration --> <string-array name="cm_filemanager_sort_mode" translatable="false"> diff --git a/res/values/plurals.xml b/res/values/plurals.xml index 04125aec..8028b268 100644 --- a/res/values/plurals.xml +++ b/res/values/plurals.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The CyanogenMod Project +<!-- Copyright (C) 2012-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. @@ -13,9 +13,7 @@ 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"> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Fso Properties Dialog * Folders --> <plurals name="fso_properties_dialog_folders"> <item quantity="zero">0 folders</item> diff --git a/res/values/strings.xml b/res/values/strings.xml index dc0fa653..316881b7 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 The CyanogenMod Project +<!-- Copyright (C) 2012-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. @@ -13,7 +13,6 @@ 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"> @@ -23,10 +22,10 @@ <string name="app_description">A CyanogenMod file manager.</string> <!-- Human readable sizes --> - <string name="size_bytes" translatable="false">B</string> - <string name="size_kilobytes" translatable="false">kB</string> - <string name="size_megabytes" translatable="false">MB</string> - <string name="size_gigabytes" translatable="false">GB</string> + <string name="size_bytes">B</string> + <string name="size_kilobytes">kB</string> + <string name="size_megabytes">MB</string> + <string name="size_gigabytes">GB</string> <!-- Date/time format order (%1$s: date; %2$s: time) --> <string name="datetime_format_order">%1$s %2$s</string> |