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

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

Automatic translation import

Change-Id: I2b185a30cb2507606d325c4d4334c07b375b522f
parent 2c9f1dbc
Loading
Loading
Loading
Loading
+44 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     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> тэчка</item>
    <item quantity="few"><xliff:g id="folders">%1$d</xliff:g> тэчкі</item>
    <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> тэчак</item>
  </plurals>
  <plurals name="n_files">
    <item quantity="one"><xliff:g id="files">%1$d</xliff:g> файл</item>
    <item quantity="few"><xliff:g id="files">%1$d</xliff:g> файла</item>
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> файлаў</item>
  </plurals>
  <plurals name="selection_folders">
    <item quantity="one">Вылучана <xliff:g id="folders">%1$d</xliff:g> тэчка.</item>
    <item quantity="few">Вылучана <xliff:g id="folders">%1$d</xliff:g> тэчкі.</item>
    <item quantity="other">Вылучана <xliff:g id="folders">%1$d</xliff:g> тэчак.</item>
  </plurals>
  <plurals name="selection_files">
    <item quantity="one">Вылучаны <xliff:g id="files">%1$d</xliff:g> файл.</item>
    <item quantity="few">Вылучана <xliff:g id="files">%1$d%</xliff:g> файла.</item>
    <item quantity="other">Вылучана <xliff:g id="files">%1$d</xliff:g> файлаў.</item>
  </plurals>
  <plurals name="deleting_n_items">
    <item quantity="one"><xliff:g id="count">%1$d</xliff:g> элемент выдалены беззваротна.</item>
    <item quantity="few"><xliff:g id="count">%1$d</xliff:g> элементы выдалены беззваротна.</item>
    <item quantity="other"><xliff:g id="count">%1$d</xliff:g> элементаў выдалена беззваротна.</item>
  </plurals>
</resources>
+407 −0

File added.

Preview size limit exceeded, changes collapsed.

+43 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     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> папка</item>
    <item quantity="other"><xliff:g id="folders">%1$d </xliff:g> папки</item>
  </plurals>
  <plurals name="n_files">
    <item quantity="one"><xliff:g id="files">%1$d</xliff:g> файл</item>
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> файла</item>
  </plurals>
  <plurals name="search_found_items">
    <item quantity="one">Намерен е <xliff:g id="count">%1$d</xliff:g> елемент</item>
    <item quantity="other">Намерени са <xliff:g id="count">%d</xliff:g> елемента</item>
  </plurals>
  <plurals name="selection_folders">
    <item quantity="one">Избрана е <xliff:g id="folders">%1$d</xliff:g> папка.</item>
    <item quantity="other">Избрани са <xliff:g id="folders">%1$d</xliff:g> папки.</item>
  </plurals>
  <plurals name="selection_files">
    <item quantity="one">Избран е <xliff:g id="files">%1$d</xliff:g> файл.</item>
    <item quantity="other">Избрани са <xliff:g id="files">%1$d</xliff:g> файла.</item>
  </plurals>
  <plurals name="deleting_n_items">
    <item quantity="one"><xliff:g id="count">%1$d </xliff:g> елементът ще бъде изтрит.</item>
    <item quantity="other"><xliff:g id="count">%1$d </xliff:g> елементите ще бъдат изтрити.</item>
  </plurals>
</resources>
+407 −0

File added.

Preview size limit exceeded, changes collapsed.

+4 −0
Original line number Diff line number Diff line
@@ -36,4 +36,8 @@
    <item quantity="one"><xliff:g id="files">%1$d</xliff:g> টি ফাইল নির্বাচিত।</item>
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> টি ফাইল নির্বাচিত।</item>
  </plurals>
  <plurals name="deleting_n_items">
    <item quantity="one"><xliff:g id="count">%1$d </xliff:g> টি আইটেম মুছতে যাচ্ছে।</item>
    <item quantity="other"><xliff:g id="count">%1$d </xliff:g> টি আইটেম মুছতে যাচ্ছে।</item>
  </plurals>
</resources>
Loading