Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e272811 authored by Eddy Witkamp's avatar Eddy Witkamp
Browse files

CMFM: Update translations

Change-Id: I98e4dd6a01a7d183adb7eec4d6ef960b1c9182c0
parent 572ad569
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>
+1 −2
Original line number Diff line number Diff line
@@ -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">
+2 −4
Original line number Diff line number Diff line
<?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>
+5 −6
Original line number Diff line number Diff line
<?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>