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

Commit c00460f5 authored by Eddy Witkamp's avatar Eddy Witkamp
Browse files

CMFM: NL translation

to complete Dutch translation in TTools

ps2: derp

Change-Id: I391fbdf917b4e211307449dc17c9f5bba32bb089
parent 036d00c4
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -16,6 +16,11 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="app_name">Bestanden</string>
    <string name="app_description">Een bestandsbeheerder van CyanogenMod.</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>
    <string name="datetime_format_order">%1$s %2$s</string>
    <string name="device_blockdevice">Blokapparaat</string>
    <string name="device_characterdevice">Karakterapparaat</string>
    <string name="device_namedpipe">Named pipe</string>
@@ -265,6 +270,9 @@
    <string name="mime_unknown">Onbekend</string>
    <string name="filetime_format_mode_system">Systeeminstelling</string>
    <string name="filetime_format_mode_locale">Regionale instelling</string>
    <string name="filetime_format_mode_ddMMyyyy_HHmmss">dd/mm/yyyy hh:mm:ss</string>
    <string name="filetime_format_mode_MMddyyyy_HHmmss">mm/dd/yyyy hh:mm:ss</string>
    <string name="filetime_format_mode_yyyyMMdd_HHmmss">yyyy-mm-dd hh:mm:ss</string>
    <string name="selection_one_folder"><xliff:g id="folders">%1$s</xliff:g> map geselecteerd.</string>
    <string name="selection_other_folders"><xliff:g id="folders">%1$s</xliff:g> mappen geselecteerd.</string>
    <string name="selection_one_file"><xliff:g id="files">%1$s</xliff:g> bestand geselecteerd.</string>
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +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">

  <!-- Command definition -->
  <declare-styleable name="Command">
+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 default background color -->
  <color name="default_background">@android:color/white</color>
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +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 primary text size -->
  <dimen name="title_text_size">16sp</dimen>
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +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 default progress value -->
  <integer name="default_progress_value">0</integer>
Loading