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

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

Merge "CMFileManager: HU Translation" into cm-10.1

parents f3544f11 d2caad2b
Loading
Loading
Loading
Loading
+29 −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="other"><xliff:g id="folders">%1$d</xliff:g> könyvtár</item>
  </plurals>
  <plurals name="n_files">
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> fájl</item>
  </plurals>
  <plurals name="search_found_items">
    <item quantity="other"><xliff:g id="count">%d</xliff:g> találat</item>
  </plurals>
  <plurals name="selection_folders_or_files">
    <item quantity="other"><xliff:g id="items">%1$s</xliff:g> kiválasztva.</item>
  </plurals>
</resources>
+5 −10
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@

    <string name="app_name">Fájlkezelő</string>
    <string name="app_description">CyanogenMod fájlkezelő</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">Blokkeszköz</string>
    <string name="device_characterdevice">Karaktereszköz</string>
@@ -129,12 +133,6 @@
    <string name="fso_properties_dialog_owner">Tulajdonos:</string>
    <string name="fso_properties_dialog_group">Csoport:</string>
    <string name="fso_properties_dialog_others">Mások:</string>
    <plurals name="n_folders">
      <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> könyvtár</item>
    </plurals>
    <plurals name="n_files">
      <item quantity="other"><xliff:g id="files">%1$d</xliff:g> fájl</item>
    </plurals>
    <string name="fso_properties_dialog_include_in_media_scan">Médiakeresés kihagyása:</string>
    <string name="fso_failed_to_allow_media_scan">Sikertelen a médiakeresés engedélyezése</string>
    <string name="fso_failed_to_prevent_media_scan">Sikertelen a médiakeresés letiltása</string>
@@ -150,10 +148,6 @@
    <string name="search_voice_hint">Mondja ki a keresést</string>
    <string name="search_error_msg">Hiba történt keresés közben. Nincs találat.</string>
    <string name="search_no_results_msg">Nincs találat.</string>
    <plurals name="search_found_items">
      <item quantity="zero">Nem található elem</item>
      <item quantity="other"><xliff:g id="count">%d</xliff:g> találat</item>
    </plurals>
    <string name="search_found_items_in_directory"><xliff:g id="items">%1$s</xliff:g> / <xliff:g id="path">%2$s</xliff:g></string>
    <string name="search_terms"><![CDATA[<b>Feltételek:</b>]]> <xliff:g id="terms">%1$s</xliff:g></string>
    <string name="search_few_characters_title">Keresés megerősítése</string>
@@ -265,6 +259,7 @@
    <string name="filetime_format_mode_ddMMyyyy_HHmmss">nn/hh/éééé óó:pp:mm</string>
    <string name="filetime_format_mode_MMddyyyy_HHmmss">hh/nn/éééé óó:pp:mm</string>
    <string name="filetime_format_mode_yyyyMMdd_HHmmss">éééé/hh/nn óó:pp:mm</string>
    <string name="selection_folders_and_files"><xliff:g id="folders">%1$s</xliff:g> könyvtár és <xliff:g id="files">%2$s</xliff:g> fájl kiválasztva.</string>
    <string name="category_system">RENDSZER</string>
    <string name="category_app">ALKALMAZÁS</string>
    <string name="category_binary">BINÁRIS</string>