Loading res/values-en-rGB/plurals.xml +24 −0 Original line number Diff line number Diff line Loading @@ -16,7 +16,31 @@ 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> folder</item> <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> folders</item> </plurals> <plurals name="n_files"> <item quantity="one"><xliff:g id="files">%1$d</xliff:g> file</item> <item quantity="other"><xliff:g id="files">%1$d</xliff:g> files</item> </plurals> <!-- Search - Found items --> <plurals name="search_found_items"> <item quantity="one"><xliff:g id="count">%1$d</xliff:g> item found</item> <item quantity="other"><xliff:g id="count">%d</xliff:g> items found</item> </plurals> <!-- Statusbar text if there are selected files or folders --> <plurals name="selection_folders"> <item quantity="one"><xliff:g id="folders">%1$d</xliff:g> folder selected.</item> <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> folders selected.</item> </plurals> <plurals name="selection_files"> <item quantity="one"><xliff:g id="files">%1$d</xliff:g> file selected.</item> <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
res/values-en-rGB/plurals.xml +24 −0 Original line number Diff line number Diff line Loading @@ -16,7 +16,31 @@ 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> folder</item> <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> folders</item> </plurals> <plurals name="n_files"> <item quantity="one"><xliff:g id="files">%1$d</xliff:g> file</item> <item quantity="other"><xliff:g id="files">%1$d</xliff:g> files</item> </plurals> <!-- Search - Found items --> <plurals name="search_found_items"> <item quantity="one"><xliff:g id="count">%1$d</xliff:g> item found</item> <item quantity="other"><xliff:g id="count">%d</xliff:g> items found</item> </plurals> <!-- Statusbar text if there are selected files or folders --> <plurals name="selection_folders"> <item quantity="one"><xliff:g id="folders">%1$d</xliff:g> folder selected.</item> <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> folders selected.</item> </plurals> <plurals name="selection_files"> <item quantity="one"><xliff:g id="files">%1$d</xliff:g> file selected.</item> <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>