Zen

Translation

TRANSLATORS: %'d is a placeholder for a number. It must not be translated or removed. %s is a placeholder for a size like "2 bytes" or "3 MB". It must not be translated or removed. So this represents something like "Preparing to delete 100 files (200 MB)" The order in which %'d and %s appear can be changed by using the right positional specifier.

Plural formula: n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5

English Arabic Actions
 
 

Loading…

No matching activity found.
Browse all string changes

Things to check

C format

The following format strings are missing: %d, The following format strings are missing: %s
The following format strings are extra: %I, The following format strings are extra: %S

Reset

Glossary

English Arabic
No related strings found in the glossary.

String information

Source string description
TRANSLATORS: %'d is a placeholder for a number. It must not be translated or removed. %s is a placeholder for a size like "2 bytes" or "3 MB". It must not be translated or removed. So this represents something like "Preparing to delete 100 files (200 MB)" The order in which %'d and %s appear can be changed by using the right positional specifier.
Flags
c-format
Source string location
libcore/marlin-file-operations.c:399
String age
4 years ago
Last updated
7 months ago
Source string age
3 years ago
Translation file
po/ar.po, string 132