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

Commit 88e54420 authored by Jorge Ruesga's avatar Jorge Ruesga Committed by Gerrit Code Review
Browse files

Merge "CMFileManager: Add AF Translations" into cm-10.2

parents 252bf63b 96819d77
Loading
Loading
Loading
Loading
+40 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- 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.
     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:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <plurals name="n_folders">
    <item quantity="zero">0 vouergidse</item>
    <item quantity="one">1 vouergids</item>
    <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> vouergidse</item>
  </plurals>
  <plurals name="n_files">
    <item quantity="zero">0 lêers</item>
    <item quantity="one">1 lêer</item>
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> lêers</item>
  </plurals>
  <plurals name="search_found_items">
    <item quantity="zero">Geen items is gevind nie</item>
    <item quantity="one">1 item gevind</item>
    <item quantity="other"><xliff:g id="count">%d</xliff:g> items gevind</item>
  </plurals>
  <plurals name="selection_folders">
    <item quantity="one">1 vouergids geselekteer.</item>
    <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> vouergids geselekteer.</item>
  </plurals>
  <plurals name="selection_files">
    <item quantity="one">1 lêer geselekteer.</item>
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> lêers geselekteer.</item>
  </plurals>
</resources>
+6 −18
Original line number Diff line number Diff line
@@ -273,18 +273,6 @@
  <string name="fso_properties_dialog_group">Groepe:</string>
  <!-- Fso Properties Dialog * Others Label -->
  <string name="fso_properties_dialog_others">Ander:</string>
  <!-- Fso Properties Dialog * Folders -->
  <plurals name="n_folders">
    <item quantity="zero">0 vouergidse</item>
    <item quantity="one">1 vouergids</item>
    <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> vouergidse</item>
  </plurals>
  <!-- Fso Properties Dialog * Files -->
  <plurals name="n_files">
    <item quantity="zero">0 lêers</item>
    <item quantity="one">1 lêer</item>
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> lêers</item>
  </plurals>
  <!-- Fso Properties Dialog * Skip media scan -->
  <string name="fso_properties_dialog_include_in_media_scan">Slaan mediaskandering oor:</string>
  <string name="fso_failed_to_allow_media_scan">Kon nie mediaskandering toe laat nie</string>
@@ -311,12 +299,6 @@
  <string name="search_error_msg">\'n Fout het voorgekom tydens die soektog. Geen resultate is gevind nie.</string>
  <!-- Search * Search no results message -->
  <string name="search_no_results_msg">Geen resultate is gevind nie.</string>
  <!-- Search * Search found items -->
  <plurals name="search_found_items">
    <item quantity="zero">Geen items is gevind nie</item>
    <item quantity="one">1 item gevind</item>
    <item quantity="other"><xliff:g id="count">%d</xliff:g> items gevind</item>
  </plurals>
  <!-- Search * Number of items found in directory -->
  <string name="search_found_items_in_directory"><xliff:g id="items">%1$s</xliff:g> in
    <xliff:g id="path">%2$s</xliff:g></string>
@@ -571,6 +553,8 @@
  <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_folders_and_files"><xliff:g id="folders">%1$s</xliff:g> en <xliff:g id="files">%2$s</xliff:g> geselekteer.</string>

  <!-- Category descriptions -->
  <string name="category_system">STELSEL</string>
  <string name="category_app">PROGRAM</string>
@@ -634,6 +618,10 @@
  <string name="pref_compute_folder_statistics">Bereken vouergids statistieke</string>
  <!-- Preferences * General * Compute folder statistics summary on -->
  <string name="pref_compute_folder_statistics_on">Waarskuwing! Die berekening van vouergids statistieke kan lank vat en stelsel bronne uitput</string>
  <!-- Preferences - General - Display thumbs -->
  <string name="pref_display_thumbs">Voorskou</string>
  <!-- Preferences - General - Display thumbs summary -->
  <string name="pref_display_thumbs_summary">Wys \'n voorbeeld prent vir programme, musiek lêers, foto\'s en video\'s.</string>
  <!-- Preferences * General * Use flinger detection -->
  <string name="pref_use_flinger">Gebruik gly-gebare</string>
  <!-- Preferences * General * Use flinger detection summary -->