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

Commit 6cd555fb authored by Abhisek Devkota's avatar Abhisek Devkota
Browse files

Automatic translation import

Change-Id: Ia0379dfcde3369d53446131e4f5ad5f4debd1236
parent de1e8c23
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -797,4 +797,5 @@
  <string name="storage_permissions_explanation">Gaan na Instellings en raak Programtoestemmings om toestemming te verleen.</string>
  <string name="snackbar_settings">Instellings</string>
  <!-- Wrap mode - toast -->
  <string name="toggle_word_wrap_msg">Swaai om woordvoumodus</string>
</resources>
+4 −4
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <plurals name="n_folders">
    <item quantity="one">1 carpeta</item>
    <item quantity="one"><xliff:g id="folders">%1$d</xliff:g> carpeta</item>
    <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> carpetes</item>
  </plurals>
  <plurals name="n_files">
    <item quantity="one">1 ficheru</item>
    <item quantity="one"><xliff:g id="files">%1$d</xliff:g> ficheru</item>
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> ficheros</item>
  </plurals>
  <!-- Search - Found items -->
@@ -31,11 +31,11 @@
  </plurals>
  <!-- Statusbar text if there are selected files or folders -->
  <plurals name="selection_folders">
    <item quantity="one">1 carpeta esbillada.</item>
    <item quantity="one"><xliff:g id="folders">%1$d</xliff:g> carpeta esbillada.</item>
    <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> carpetes esbillaes.</item>
  </plurals>
  <plurals name="selection_files">
    <item quantity="one">1 ficheru esbilláu.</item>
    <item quantity="one"><xliff:g id="files">%1$d</xliff:g> ficheru esbilláu.</item>
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> ficheros esbillaos.</item>
  </plurals>
  <!-- Actions - Confirm the number of items that are going to be deleted -->
+42 −242

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -584,7 +584,7 @@
  <!-- Preferences - General - Use flinger detection -->
  <string name="pref_use_flinger">Използвай жестове</string>
  <!-- Preferences - General - Use flinger detection summary -->
  <string name="pref_use_flinger_summary">Плъзгане от ляво надясно за да изтриете даден файл или папка</string>
  <string name="pref_use_flinger_summary">Плъзнете от ляво надясно за да изтриете даден файл или папка</string>
  <!-- Preferences - General - Advanced settings category -->
  <string name="pref_general_advanced_settings_category">Разширени</string>
  <!-- Preferences - General - Access mode -->
+4 −0
Original line number Diff line number Diff line
@@ -39,4 +39,8 @@
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> files selected.</item>
  </plurals>
  <!-- Actions - Confirm the number of items that are going to be deleted -->
  <plurals name="deleting_n_items">
    <item quantity="one"><xliff:g id="count">%1$d</xliff:g> item is going to be deleted.</item>
    <item quantity="other"><xliff:g id="count">%1$d</xliff:g> items are going to be deleted.</item>
  </plurals>
</resources>
Loading