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

Commit d6ccaaf0 authored by Michael Bestas's avatar Michael Bestas
Browse files

Automatic translation import

Change-Id: Id1d4e76b9ea538534bc9b4ee80f3f1a3c7aab151
parent 21c91418
Loading
Loading
Loading
Loading
+367 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@
  <string name="fso_properties_failed_to_change_group_msg">Le changement de groupe a échoué.\n\nPour des raisons de sécurité, certains systèmes de fichiers, comme les cartes SD, ne permettent pas de changer de groupe.</string>
  <string name="fso_properties_failed_to_change_permission_msg">La modification des permissions a échoué.\n\nPour des raisons de sécurité, certains systèmes de fichiers, comme les cartes SD, ne permettent pas de modifer les permissions.</string>
  <string name="fso_properties_dialog_title">Propriétés</string>
  <string name="fso_properties_dialog_tab_info">Info</string>
  <string name="fso_properties_dialog_tab_permissions">Permissions</string>
  <string name="fso_properties_dialog_name">Nom\u00A0:</string>
  <string name="fso_properties_dialog_parent">Parent\u00A0:</string>
+370 −0

File added.

Preview size limit exceeded, changes collapsed.

+44 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.net-->
<!--
     Copyright (C) 2012-2014 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="one"><xliff:g id="folders">%1$d</xliff:g> aplankas</item>
    <item quantity="few"><xliff:g id="folders">%1$d</xliff:g> aplankai</item>
    <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> aplankų</item>
  </plurals>
  <plurals name="n_files">
    <item quantity="one"><xliff:g id="files">%1$d</xliff:g> failas</item>
    <item quantity="few"><xliff:g id="files">%1$d</xliff:g> failai</item>
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> failų</item>
  </plurals>
  <plurals name="search_found_items">
    <item quantity="one">Rastas <xliff:g id="count">%d</xliff:g> elementas</item>
    <item quantity="few">Rasti <xliff:g id="count">%d</xliff:g> elementai</item>
    <item quantity="other">Rasta <xliff:g id="count">%d</xliff:g> elementų</item>
  </plurals>
  <plurals name="selection_folders">
    <item quantity="one">Pažymėtas <xliff:g id="folders">%1$d</xliff:g> aplankas</item>
    <item quantity="few">Pažymėti <xliff:g id="folders">%1$d</xliff:g> aplankai</item>
    <item quantity="other">Pažymėta <xliff:g id="folders">%1$d</xliff:g> aplankų</item>
  </plurals>
  <plurals name="selection_files">
    <item quantity="one">Pažymėtas <xliff:g id="files">%1$d</xliff:g> failas</item>
    <item quantity="few">Pažymėti <xliff:g id="files">%1$d</xliff:g> failai</item>
    <item quantity="other">Pažymėta <xliff:g id="files">%1$d</xliff:g> failų</item>
  </plurals>
</resources>
+367 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading